June 18, 200124 yr I have a form that I want to only print the current record. On Mac, LaserWriter 8 (8.7.1) I have checked Print: "Current Record" in the print dialog, hit "save settings" and everything prints correctly, but the next time I open up the database and print this same form my print settings default to printing all of my records and my page orientation gets changed. Has anyone gotta a fix or solution? Thanks, Any help is appreciated...
June 18, 200124 yr You need to create printing script which includes the script steps: Page Setup (restore) Print () The Page Setup step "remembers" what the setting was when the script was created. With this step in a script, you will get a dialog every time you close the script in Scriptmaker asking if you want to keep or replace the current print settings. -bd
Create an account or sign in to comment