Kofax DM API Instrukcja Użytkownika Strona 518

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 528
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 517
498 CHAPTER 5
%VERSION_COMMENT
%VERSION_COMMENT
This token allows you to specify the comment for the document
version.
Syntax
PCDDocObject.SetProperty(“%VERSION_COMMENT”, _
strCommentText)
Parameters
Usage
The version comment text is inserted into the COMMENTS column of
the
VERSIONS table for the specified document version.
Example
'Create a document object.
Set pObj = CreateObject("PCDClient.PCDDocObject")
'Set the DM security token.
pObj.SetDST(strDST)
'Set the object (form) type.
pObj.SetObjectType(“NewDocProfileForm”)
'Set the comment for this document version.
pObj.SetProperty("%VERSION_ COMMENT", _
“Operating Plan, Final Version”)
'Perform the update.
pObj.Update
Related Items
See the PCDDocObject object.
%VERSION_COMMENT The token that indicates the comment
for this version is being set.
strCommentText A string variable (or literal text in double
quotes) that contains the comment for
the specified document version.
Przeglądanie stron 517
1 2 ... 513 514 515 516 517 518 519 520 521 522 523 ... 527 528

Komentarze do niniejszej Instrukcji

Brak uwag