Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing RTF files
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Printing RTF files
Divers
Thread ID:
00478483
Message ID:
00478483
Vues:
50
Hi

I would like to print a batch of RTF files.
I don't want to use Word automation.

Exemple.

SET PRINTER TO (MY PRINTER)
FOR I = 1 To FILECOUNT
zcFILE = .LOADFILE(FILES[I]) &&(Text contained in file)
.PRINT(zcFILE)
ENDDO

I ve tried usind RICHTEXT CONTROL but I cannot use HDC, I really need to use [MY PRINTER] (set by VFP)

Any suggestion ?

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform