Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing Rich Text
Message
From
28/05/1997 13:16:56
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Printing Rich Text
Miscellaneous
Thread ID:
00033866
Message ID:
00033866
Views:
77
How can I print the contents of a Rich Text Control? I tried the following (previously posted by Eugene Steinbacher):

DECLARE Long CreateDC IN GDI32 String,String,String,String
DECLARE Long DeleteDC IN GDI32 Long

lnHdc=CreateDC("",SET("PRINTER",2),0,0)
thisform.RichTextBox.SelPrint(lnHdc)
=DeleteDC(lnHdc)

I didn't get an error, but it didn't print! I'm using VFP 5.0 with WIN95. Any ideas?

Thanks
Elyse
Elyse Pomerantz
Next
Reply
Map
View

Click here to load this message in the networking platform