This method is called when the Print button is clicked in the toolbar.
Code Block |
---|
Object.Print(toXFF) |
Parameters
toXFF
The handler of the XFF file that is being previewed.
Remarks
To prevent a print, return false (.F.) from the this event.
Applies To: Extension Handler
...