Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Send Hex value to COM property
Message
 
 
To
16/03/2004 12:07:27
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00886740
Message ID:
00886748
Views:
13
David,

It directly coresponds to VFP hexadecimal literal.
#DEFINE TGFP_BOTTOM 0x202
* or
TGFP_BOTTOM = 0x202
>I'm working with a COM control on the server side to create a chart for display in the web page. The control is ChartFX from SoftwareFX.
>
>To set some of the properties after instantiating the control, the sample code uses an include file for VB that has constants. I successfully converted all those to #DEFINE statements and they are all working as expected, except for the ones that have some kind of Hex representation.
>
>Does anyone know how to send the following VB constant value into the control from VFP?
>
>Const TGFP_BOTTOM &H202&
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform