Kofax DM API Manuel d'utilisateur Page 387

  • 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 386
DM API TOKENS 367
%FORM_PROFILE_DEFAULTS
%FORM_PROFILE_DEFAULTS
Use this token to retrieve the default settings for a form.
Syntax
PCDPropertyList.GetPropertyValue( _
“%FORM_PROFILE_DEFAULTS”)
Parameters
Usage
This token returns a two-dimension safe array of property name and
property value pairs. Use the
GetCurrentPropertyName and
GetCurrentPropertyValue
to iterate through the returned data set
containing the default settings.
Example
'create the doc object
Set pDocObj = CreateObject(“PCDClient.PCDDocObject”)
'Check for errors.
If Not (checkError = 0) Then
'Process the error.
End If
'Set the DM security token.
pDocObj.SetDST(strDST)
'Set the search form.
pDocObj.SetObjectType(“MySearchForm”)
'Set the library.
pDocObj.SetProperty(“%TARGET_LIBRARY”, “MyLib”)
'Set the ID number of the document that is to be fetched.
pDocObj.SetProperty(“%OBJECT_IDENTIFIER”, 1234)
'Get the document.
pDocObj.Fetch()
%FORM_PROFILE_
DEFAULTS
The token identifier that returns the
default settings for a form.
Vue de la page 386
1 2 ... 382 383 384 385 386 387 388 389 390 391 392 ... 527 528

Commentaires sur ces manuels

Pas de commentaire