bbaliner Posted November 6, 2002 Posted November 6, 2002 Hi folks, I appologise for this simple question, but can't for the life of me remember how to do this. I need to print only odd pages from FileMaker 5.0 on MAC OS 9.2. Printer => HP LaserJet 1200n series. But this is not driver dependant, rather app dependant. I can do this from MS word, but no from file maker. Off course there's an option to manually specify this in pages window, but I'm not really eager to do this for 200+ pages Thanks!
Vaughan Posted November 7, 2002 Posted November 7, 2002 There is no in-built way to do this in FMP. Some printer drivers offer it as a feature. The challenge with scripting in FMp it is that there is no way to change the page range numbers in the printer dialog box. It may be possible with AppleScript however.
harryk Posted November 7, 2002 Posted November 7, 2002 When it is certain that the result per record is only one page at the time, you could make a script that omits the even records..but when you have page-numbers on your pages you've got to invent something that the pagenumbering, a calc on your page, is skipping the left-out pagenumbers. Harryk
bbaliner Posted November 7, 2002 Author Posted November 7, 2002 I hear you. I think what I'll do is create a layout that has only even pages of the letters on them. Then I'll create a script that goes to that layout and prints it. Tough training makes for easy battles...
Recommended Posts
This topic is 8044 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now