Home > Archive > Getting Started with dBASE > August 2005 > printing in dbase 5.7









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author printing in dbase 5.7
tom

2005-06-14, 8:23 pm

Using Dbase 5.7- crystal reports is only printing one report( first record) I have many records that need to be printed not just the first record.

I use the command : report form every to print in my .prg program.

This report uses the database or table "every" which has more than one records - but, only one record prints.

how do I get all the rocords to print - one record = one report
ie) 5 records should print 5 different reports.


thank you


tom
massimo

2005-08-13, 7:23 am

hope you still there, Tom.
looks pretty simple, if i got it right. let me see:
- you have any data you need to report inside single record
- prg selects records you need to print by filter(s)

you must create some
do while (condition)
labe (repo) form printout to prin
(next record on filter)
loop
(etc)

or

labe form printour to prin for(while) (filtering condition)
(and browsing options in label definition you find condition one record per page)
Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com