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

  • 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 431
412 CHAPTER 5
%OBJECT_TYPE_ID
%OBJECT_TYPE_ID
Use this token to specify the form that is to be used in the operation.
Syntax
PCDDocObject.SetProperty(“%OBJECT_TYPE_ID”, _
strFormName)
Parameters
Example
'Create a doc object.
Set pDocObject = CreateObject("PCDClient.PCDDocObject")
'Check for errors.
checkError(pDocObject, "ERROR_CREATECSIOBJECT")
'Set the DM security token.
pDocObject.SetDST(strDST)
'Set the object type.
pDocObject.SetObjectType("Profile")
'Set the form name.
pDocObject.SetProperty("%OBJECT_TYPE_ID", formName)
Related Items
See the PCDDocObject object.
See the
SetProperty method.
%OBJECT_TYPE_ID The token identifier that indicates that
this statement specifies the name of the
form that is to be used.
strFormName A string variable that contains the name
of the form that is to be used for this
operation.
Zobrazit stránku 431
1 2 ... 427 428 429 430 431 432 433 434 435 436 437 ... 527 528

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

Žádné komentáře