Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Making an editor with an rtf control
Message
De
14/09/2004 14:35:35
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Making an editor with an rtf control
Divers
Thread ID:
00942037
Message ID:
00942037
Vues:
68
Hi all,
I'm making an editor with a rtf control. I'm starting with an existing document that i dispay in my editor. Everything works well except printing my document. When i don't change a thing on my document it is printed like it's displayed on the screen.

When i change someting in my document only the text changed is printed. For ex : If i put one word in bold from a hole text only the word is printed.

I use the following to print my text
DECLARE INTEGER CreateDC IN WIN32API ;
INTEGER lpszDriver, ;
STRING @ lpszDevice, ;
INTEGER lpszOutput, ;
INTEGER lpInitData
DECLARE INTEGER DeleteDC IN WIN32API INTEGER hDC
nHDC = CreateDC(0,"MyWinPrinterName",0,0)
thisform.RTFControl1.SelPrint(nHDC)

Does somebody has an idea ?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform