Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print Richtext Edit From VFP/WIN95?
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Print Richtext Edit From VFP/WIN95?
Miscellaneous
Thread ID:
00107354
Message ID:
00107354
Views:
90
I've tried using this code i found on the ut

DECLARE INTEGER CreateDC IN Win32API;
STRING @lpszDriver, STRING @lpszDevice,;
STRING @lpszOutput, STRING @lpInitData

lHdc = CreateDC('WINSPOOL', lcPrinter, 0, 0)
Thisform.OleRTF.SelPrint(lhDC)

It crashes (VFP Illegal Op) on the selprint() in Win95, similiar code under NT works fine.

Any Ideas?
-TomC
Reply
Map
View

Click here to load this message in the networking platform