Dear Colleges,
I finally got to run crystal reports 8.5 in my vfp7.0 sp1 application.
I have still one problem.
I make an sql statement for printing invoices or ....
For example :
client 1 has invoice nr 100 and need 3 prints
client 2 has invoice nr 101 and need 5 prints
......
I saw a code to print more than one example of a page
Orep.printout(.T.,2,.T.,pagenr,pagenr)
The question is how can I know or send to the spooler which page has to be print 3 time and the other 5 times because I don't know of how many page invoice nr 100 counts.
Is there any easy way to do this ?
Any help would be very usefull
Thanks,
FILIP MERLIER
I finally got to run crystal reports 8.5 in my vfp7.0 sp1 application.
I have still one problem.
I make an sql statement for printing invoices or ....
For example :
client 1 has invoice nr 100 and need 3 prints
client 2 has invoice nr 101 and need 5 prints
......
I saw a code to print more than one example of a page
Orep.printout(.T.,2,.T.,pagenr,pagenr)
The question is how can I know or send to the spooler which page has to be print 3 time and the other 5 times because I don't know of how many page invoice nr 100 counts.
Is there any easy way to do this ?
Any help would be very usefull
Thanks,
FILIP MERLIER