PdcClockLines.Process: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
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..."
 
 
Line 14: Line 14:
<source lang="vb">
<source lang="vb">
if not pdc.ProductRegistration.ClockLines.Process then
if not pdc.ProductRegistration.ClockLines.Process then
     msgbox pdc.LastErrorString
     msgbox pdc.LastError
end if  
end if  
</source>
</source>

Latest revision as of 12:41, 31 July 2013

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)