Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing Rich Text
Message
De
28/05/1997 13:16:56
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Printing Rich Text
Divers
Thread ID:
00033866
Message ID:
00033866
Vues:
73
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform