Printend event
Description
Occurs when the printing of a DataWindow or DataStore ends.
PowerBuilder event information
Event ID: pbm_dwnprintend
Argument |
Description |
---|---|
pagesprinted |
Long by value. The total number of pages |
Web ActiveX event information
Event name: afterPrint
Argument |
Description |
---|---|
PagesPrinted |
Number. The total number of pages that |
Return Values
There are no special outcomes for this event. The only code
is:
-
0 Continue processing
Examples
This statement displays the number of pages that
were printed after the Print method was called
to print the contents of the DataWindow control:
1 |
st_1.Text = String(pagesprinted) & |
1 |
+ " page(s) have been printed." |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments