Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Constants using hex
Message
 
 
To
19/03/2008 15:28:52
Mike Sue-Ping
Cambridge, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01303578
Message ID:
01303584
Views:
10
Replace '&H' with '0X'
#DEFINE ColorAliceBlue    0xFFF0F8FF
#DEFINE ColorAntiqueWhite 0xFFFAEBD7
>I'm using the free RMChart control to show display a graph in a VFP form. This activeX control has a method that accepts a color as a parameter. There are no VFP samples provided. The PowerBasic example includes a file similar to that of a VFP include file. In it there are constants defined like:
>
>' Color constants
>%ColorAliceBlue=&HFFF0F8FF
>%ColorAntiqueWhite=&HFFFAEBD7
>
>I'm trying to convert this to VFP syntax and store it in a rmchart.h file. I'm trying the following:
>
>* Color constants
>#DEFINE ColorAliceBlue ???
>#DEFINE ColorAntiqueWhite ???
>
>Now what should I put into the ??? part?
>
>I'd like to call the control's method as follows:
>
>object.SetProperties("Up-to-date Rating", ColorAliceBlue, , 10, .T.)
>
>Any help is appreciated. TIA
>
>Mike
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform