PdcProductReport.UserCheck: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
A product report contains 5 user checks. | A product report contains 5 user checks. | ||
Its index runs from 0 to 4. The corresponding fieldname starts with 1 ( | Its index runs from 0 to 4. The corresponding fieldname starts with 1 (FM_VINK1) | ||
== Code example == | == Code example == |
Latest revision as of 10:38, 20 December 2018
Declaration
UserCheck(Index as long) as Boolean
Description
Notes
This method sets or returns the required user check. A product report contains 5 user checks.
Its index runs from 0 to 4. The corresponding fieldname starts with 1 (FM_VINK1)
Code example
Availability
Available from version 4.0 onwards.