MouseUp  PrintMarginChange

Chapter 8: DataWindow Events

PrintEnd

Description

Occurs when the printing of a DataWindow or DataStore ends.

PocketBuilder event information Event ID: pbm_dwnprintend

Argument

Description

pagesprinted

Long by value. The total number of pages that were printed.

Returns

There are no special outcomes for this event. The only code is:

Examples

Example 1

This statement displays the number of pages that were printed after the Print function was called to print the contents of the DataWindow control:

st_1.Text = String(pagesprinted) &

		+ " page(s) have been printed."

See also





Copyright © 2004. Sybase Inc. All rights reserved. PrintMarginChange

View this book as PDF