Kofax DM API Bedienungsanleitung Seite 382

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 381
362 CHAPTER 5
%FORM_DEFAULT_PRIMARY
'Get all the properties.
Set pFormProperties = pDocObject.GetReturnProperties()
Dim intNumRows As Integer
Set intNumRows = pFormProperties.RowCount()
Dim pProperties As New pFormProperties
Dim strFormName As String
Dim intCounter As Integer, strCounter As String
for (intCounter = 1 To intNumRows)
Set pProperties = pFormProperties.GetCurrentPropertyValue()
If (pProperties.GetPropertyValue( _
"%FORM_DEFAULT_PRIMARY") = "Y") Then
Set strFormName = pProperties.GetPropertyValue(“%FORM_NAME”)
Set strCounter = CStr(intCounter)
MsgBox(strFormName & “ is the default form. It is at “ _
& “row number “ & StrCounter & “.”)
End If
Next intCounter
Related Items
See the PCDPropertyList object.
See the
GetPropertyValue method.
Seitenansicht 381
1 2 ... 377 378 379 380 381 382 383 384 385 386 387 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare