SDMSHelper.ApproveStandardProfileSequenceDocument

Syntax Parameters Return Value
Function SDMSHelper.ApproveStandardProfileSequenceDocument( _
    Hwnd As Integer, _
    StandardProfileSequenceID As Integer, _
    Revision As Integer, _
    ApprovalType As String, _
    Comment As String) As Boolean
  • Hwnd [in]

The handle of the Statistica application.

Type: Integer

  • StandardProfileSequenceID [in]

The ID of the data entry sequence.

Type: Integer

  • Revision [in]

The new revision number.

Type: Integer

  • ApprovalType [in]

The type of approval. Call ApprovalTypes() to get a list of possible values.

Type: String

  • Comment [in]

A comment to add to the approval.

Type: String

Boolean