Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DEVMODE structure
Message
 
 
À
08/07/2003 15:44:29
Gary Foster
Pointsource Consulting LLC
Chanhassen, Minnesota, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00808200
Message ID:
00808285
Vues:
15
>Hi,
>I'm trying to parse the string I get back from DocumentProperties. I assumed I could just subst() it and get the information I want about the printer. I'm not doing a good job of this. Does anyone have a VFP example of parsing this string? Thanks.
>
Hi Gary,

You can use API-Structures in VFP File #9557 by Christof Lange which has devmode structure already defined.
lnDmBuff = loPrtInfo.pDevmode
oDm = NEWOBJECT("Devmode", "Winstruct")
oDm.Setpointer(lnDmBuff)
? oDm.dmcopies
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform