PdcProductReport.UserString: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Created page with "== Declaration == UserString(Index as long) as String == Description == == Notes == This method sets or returns the required user string. A product report contains 5 user s..."
 
No edit summary
 
Line 8: Line 8:
This method sets or returns the required user string.
This method sets or returns the required user string.
A product report contains 5 user strings.
A product report contains 5 user strings.
Its index runs from 0 to 5. The corresponding fieldname starts with 1 (FM_USER1)


== Code example ==
== Code example ==

Latest revision as of 10:39, 20 December 2018

Declaration

UserString(Index as long) as String

Description

Notes

This method sets or returns the required user string. A product report contains 5 user strings.

Its index runs from 0 to 5. The corresponding fieldname starts with 1 (FM_USER1)

Code example

Availability

Available from version 4.0 onwards.