Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DEVMODE structure
Message
 
 
To
08/07/2003 15:44:29
Gary Foster
Pointsource Consulting LLC
Chanhassen, Minnesota, United States
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00808200
Message ID:
00808285
Views:
16
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform