< Futurebasic < Language < Reference 
      PRCANCEL
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.
You can also call PRCANCEL after executing DEF PAGE, to determine whether the user cancelled the Style dialog (the "Page Setup" dialog). However, your program normally does not need to take any special action in this case.
See Also
DEF LPRINT; DEF PAGE; PRHANDLE; ROUTE
    This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.