PdcClockLines.Process

From External Bemet Wiki
Revision as of 12:33, 21 May 2012 by Mike (talk | contribs) (Created page with "== Declaration == Process == Description == Process AO lines into the post calculation == Notes == This method makes it possible to process the clock lines to the postcalcu...")
(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.LastErrorString 
end if

Availability

Available since October 2009 (From version 3.9)