Description
Occurs when the printing of the DataWindow or DataStore starts.
PowerBuilder event information
Event ID: pbm_dwnprintstart
Argument |
Description |
---|---|
pagesmax |
Long by value. The total number of pages that will be printed, unless pages are skipped. |
Return Values
There are no special outcomes for this event. The only code is:
0 -- Continue processing
Usage
To skip printing some of the pages in the DataWindow or DataStore, write code for the PrintPage event.
See also