Kofax DM API Uživatelský manuál Strana 382

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 528
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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.
Zobrazit stránku 381
1 2 ... 377 378 379 380 381 382 383 384 385 386 387 ... 527 528

Komentáře k této Příručce

Žádné komentáře