Kofax DM API Manual do Utilizador Página 324

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 528
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 323
%CHECKIN_DATE
This token is used in the Update method that the PCDDocObject
objec t supports when the object is being checked out or locked.
Syntax
PCDDocObject.SetProperty( _
“%CHECKIN_DATE”, dteDueDate)
Parameters
Example
pDocObject = CreateObject("PCDClient.PCDDocObject.1")
'Set the expected check-in date.
expDate = "" + getFormValue( "checkoutdocact", "ExpectedDate" )
If ( expDate.length > 0 ) Then
pDocObject.SetProperty ( "%CHECKIN_DATE", expDate )
End If
Related Items
See the PCDDocObject object.
See the
SetProperty method.
See the following tokens:
%CHECKOUT_COMMENT
%ELAPSED_TIME
%CHECKIN_DATE The token identifier that indicates check-
in data is being set.
dteDueDate A date variable that contains the check-
in date value.
Vista de página 323
1 2 ... 319 320 321 322 323 324 325 326 327 328 329 ... 527 528

Comentários a estes Manuais

Sem comentários