.NET Framework Class Library
DataForm.ViewRevisionRecord Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > DataForm Class > DataForm Methods >

.NET Framework Class Library
DataForm.ViewRevisionRecord 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 ViewRevisionRecord ( _

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

C#

public void ViewRevisionRecord(

string docUid = "",
bool displayOnRightSide = false
)

Visual C++

public:

void ViewRevisionRecord(
String^ docUid = L"",
bool displayOnRightSide = false
)

JavaScript

function viewRevisionRecord(docUid, displayOnRightSide);

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