Kofax DM API Manuel d'utilisateur Page 382

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 528
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.
Vue de la page 381
1 2 ... 377 378 379 380 381 382 383 384 385 386 387 ... 527 528

Commentaires sur ces manuels

Pas de commentaire