FutureBasic Logo

<<    Index    >> FutureBasic

prCancel   function



Syntax
userCancelled = prCancel

Description
You should examine the value of prCancel after executing the def lprint statement. prCancel returns _zTrue if the user pressed the "Cancel" button in the Print Job dialog; or _false if the user pressed the "OK" button. If prCancel returns _zTrue, your program should not continue with the print operation.

See also
def lprint; prHandle