Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Large Detail Band
Message
 
 
À
20/07/2000 17:46:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00382457
Message ID:
00395159
Vues:
16
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 ...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform