Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Large Detail Band
Message
 
 
To
20/07/2000 17:46:59
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00382457
Message ID:
00395159
Views:
17
have you tried doing a report to file for each one, then combining the 2 files and printing the
resulting combo file?
How to do this would depend if you have special fonts need or can just use the basic printer
font, which i think would be courier10.

maybe something like:
report form1 to file out1
report form2 to file out2
=fopen(fh,'out2')
mBuff=fread(fh)
=fclose(fh)
=fopen(fh,'out1')
=fseek(fh,2)
=fwrite(fh,mBuff)
=fclose(fh)
!print out1


just a thought ...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform