Page 1 of 1

Printing a Found Set

PostPosted: Wed Sep 09, 2009 9:19 am
by kyra
I have a layout that combines basic employee info, one sheet per employee as it is confidential. I need to batch print these with one single button - perform find, sort records, and then print found set. As it stands right now, even though the found set is 49, and I select "Records being browsed," I'm only able to print one sheet. Frustrating. Can anyone help me figure out what the script ought to look like to print all 49 at once???

PostPosted: Thu Sep 10, 2009 10:18 am
by John Sindelar
Sounds like you have "Records Being Browsed" set correctly, which is the key here. Perhaps your print dialog is printing page 1 through 1 instead of 1 through 49? Or perhaps your print script is changing the "Records Being Browsed" setting on you after you change it by hand (by calling the Print Setup script step again)?

John

PostPosted: Thu Sep 10, 2009 11:45 am
by kyra
Actually, it was even more minor than that... I had the layout set up with a leading grand summary instead of a body! Haha! Thanks for the response though! =D