Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print Richtext Edit From VFP/WIN95?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Print Richtext Edit From VFP/WIN95?
Divers
Thread ID:
00107354
Message ID:
00107354
Vues:
89
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
Répondre
Fil
Voir

Click here to load this message in the networking platform