.NET Framework Class Library
DataForm.ViewRevisionRecord Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > DataForm Class > DataForm Methods > .NET Framework Class Library |
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 = "", _ |
C# |
|---|
public void ViewRevisionRecord( string docUid = "", |
Visual C++ |
|---|
public: void ViewRevisionRecord( |
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