.NET Framework Class Library
DataForm.ViewRecord Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > DataForm Class > DataForm Methods >

.NET Framework Class Library
DataForm.ViewRecord Method

Open the data input mask for viewing the data of the selected item.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Sub ViewRecord ( _

 Optional docUid As String = "", _
 Optional displayOnRightSide As Boolean = False _
)

C#

public void ViewRecord(

 string docUid = "",
 bool displayOnRightSide = false
)

Visual C++

public:

void ViewRecord(
 StringdocUid = L"",
 bool displayOnRightSide = false
)

JavaScript

function viewRecord(docUiddisplayOnRightSide);

Parameters

docUid (Optional)

Type: System.String
Optional. The unique id of the record to edit

displayOnRightSide (Optional)

Type: System.Boolean
Optional. If TRUE position the Data Input Form on the right-side of the currently displayed Data Input Form (used if docUid is specified)

Remarks

See Also

DataForm Class

DataForm Members

MwPDMApi Namespace