Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the number of the copy of a report.
Syntax
display int copy()
Run On
Called
Return Value
Type: int
The number of the copy.
Remarks
If the user prints three copies of a report a control that have a dataFunction method, this method will return one for the first copy, two for the second copy, and three for the last copy.