how to print a report with specified data ?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
huangchenmin
Posts: 157
Joined: Mon Jun 07, 2010 2:24 am

how to print a report with specified data ?

Post 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
User avatar
Rathinagiri
Posts: 5482
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: how to print a report with specified data ?

Post by Rathinagiri »

I think you have set filter on the dbf.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: how to print a report with specified data ?

Post 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
Viva INTERNATIONAL HMG :D
huangchenmin
Posts: 157
Joined: Mon Jun 07, 2010 2:24 am

Re: how to print a report with specified data ?

Post by huangchenmin »

Thanks for supports from both of you.
Best Regards
chen min
Post Reply