Page 1 of 1

how to print a report with specified data ?

Posted: Wed Oct 27, 2010 9:38 am
by huangchenmin
Hello everyone:
I had read the reference about reporter writer, and there is one thing that I don't figure out. That is, how could I print specified records in dbf rather than all DBF?
Please Help!
Best Regards
chen min

Re: how to print a report with specified data ?

Posted: Wed Oct 27, 2010 10:38 am
by Rathinagiri
I think you have set filter on the dbf.

Re: how to print a report with specified data ?

Posted: Wed Oct 27, 2010 12:03 pm
by esgici
huangchenmin wrote: ... how could I print specified records in dbf rather than all DBF?
rathinagiri wrote: I think you have set filter on the dbf.
Or use a temporary table (.dbf) file (sometimes called CURSOR ( CURrent Set Of Records) ) consisting only records selected to print.

Regards

--

Esgici

Re: how to print a report with specified data ?

Posted: Thu Oct 28, 2010 1:33 am
by huangchenmin
Thanks for supports from both of you.
Best Regards
chen min