August 20, 200124 yr Any idea on how to do this. If I just click on my print button, it prints out all the records (not a very good idea!). How do I script it (probably) to get it to print the record your on only? There is probably a really easy solution to this. Thanxs
August 20, 200124 yr Newbies On the print dialogue box there should be a pull down menu that specifies current record, records being browsed, scripts, or field definitions. Choose current record and only the one you're on will print. On a mac the pull down might say general, select Filemaker on this pull down and you'll have the same options.
August 21, 200124 yr Even better, create a script that finds the current record, then print. That way it'll only ever print one record regardless. Script it... Show all records Omit Show Omitted Print
August 21, 200124 yr Author It would be nice on the Print Option when you bind it to a button it should give you a pop down menu next to "print without dialog" that lets you only print that page. Another one of those Filemaker feature requests... Steve
August 21, 200124 yr The print dialog option for printing "current record" or "records being browsed" is saved by the Page Setup (restore) script step. This is another options for printing a single record regardless of the current found set. -bd
Create an account or sign in to comment