PdcProductReport.UserCheck: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == UserCheck(Index as long) as Boolean == Description == == Notes == This method sets or returns the required user check. A product report contains 5 user ch..." |
No edit summary |
||
Line 8: | Line 8: | ||
This method sets or returns the required user check. | This method sets or returns the required user check. | ||
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 (FM_USER1) | |||
== Code example == | == Code example == |
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_USER1)
Code example
Availability
Available from version 4.0 onwards.