November 11, 200619 yr I have a script that takes the user to a print preview mode for several reports with user abort [off]. The user needs to select the continue button to scroll through all the reports and exit the script, which takes them to another layout. Is there away to allow the user to cancel the print preview at any time and return to the other layout? if i turn user abort [on] it will allow the user to cancel the script but leaves them on the report layout. thanks for any help.
November 12, 200619 yr How about letting the user press the shift key or control key to do the cancel (with user abort [on]) then you can test whether a modoifier key has been pressed with the Get(ActiveModifierKeys) function. You can make the script run your way then.
November 12, 200619 yr You miight want to look at Ray Cologons 747 demos. In particular http://www.nightwing.com.au/FileMaker/demos7/demo704.html It may give you some ideas. Regards Eric
Create an account or sign in to comment