PDA

Click to See Complete Forum and Search --> : Printing 1 Record per page in a Data Report


casox
Apr 7th, 2000, 08:38 PM
Is there a property that would allow me to print only 1 record per page in a data report? Currently, due to title, the records come out broken from page to page. I would like them to be evenly displayed, 1 per page. Anyone?

Thanks,

casox

BlackRose
Apr 7th, 2000, 08:54 PM
hi...
there is a way but I think it's good for one page
you need to assign the PKey you want to recordset
& assign the last one to rptText by code

note: put the data members Empty ""
by this way you can print one record
hope this will be clear 4 you...