PdcClockLines.Process

From External Bemet Wiki
Revision as of 12:41, 31 July 2013 by Mike (talk | contribs) (Code example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

Process

Description

Process AO lines into the post calculation

Notes

This method makes it possible to process the clock lines to the postcalculation. The last error string is filled with all messages that are generated during the process.

Code example

This code processes the clock lines that are not processed yet.

if not pdc.ProductRegistration.ClockLines.Process then
     msgbox pdc.LastError
end if

Availability

Available since October 2009 (From version 3.9)