PdcProductReport.ProcessReport: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == ProcessReport(ProcessMethod as long) as Boolean == Description == == Notes == == Code example == <source lang="vb"> </source> == Availability ==" |
No edit summary |
||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
This method settles a productreport with a specific applied process method. | |||
Three different methods are defined: | |||
0 = Create a repair calculation, which is a copy from the productreports calculation. | |||
1 = | |||
2 = | |||
Every method does following things: | |||
1. Turns a productreport into processed (Don't forget to save the product report). | |||
2. If there raises any error, the return value is false and the error can be shown. | |||
== Notes == | == Notes == |
Revision as of 09:12, 17 July 2013
Declaration
ProcessReport(ProcessMethod as long) as Boolean
Description
This method settles a productreport with a specific applied process method. Three different methods are defined: 0 = Create a repair calculation, which is a copy from the productreports calculation.
1 = 2 = Every method does following things: 1. Turns a productreport into processed (Don't forget to save the product report). 2. If there raises any error, the return value is false and the error can be shown.