Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing RTF files
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Printing RTF files
Miscellaneous
Thread ID:
00478483
Message ID:
00478483
Views:
51
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
Next
Reply
Map
View

Click here to load this message in the networking platform