Kofax DM API Manual do Utilizador Página 382

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 528
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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.
Vista de página 381
1 2 ... 377 378 379 380 381 382 383 384 385 386 387 ... 527 528

Comentários a estes Manuais

Sem comentários