March 29, 200124 yr Newbies I have a found set of records. How do I code a script to print each record on a separate page. My current code will print some of the found set on individual pages and the other pages will be printed with two or more records on the page. I am using FM Developer 4.0 on my G4 Mac. Thanks for your help [ March 28, 2001: Message edited by: Neil ]
March 29, 200124 yr Assuming that all the data in one record will fit on one page, it is a matter of creating the proper layout. Create a layout with a header, body and footer. In layout mode, double click on the body title and then check the box "Page break before each occurrence". That's all there is to it! -bd
Create an account or sign in to comment