Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Assign #Define Constants to Class Properties?
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00418094
Message ID:
00418144
Views:
18
>Hi
>
>I created a compile time constant in my include file:
>
> #Define DC_PAYMENTTYPES "Advance,A,Budget,B,Cash,C"
>
>Using the class designer properties window I then assigned the DC_PAYMENTYPES as the RowSource for a combobox and set the RowSourceType to "1". I hoped the compiler would replace DC_PAYMENTTYPES with the string "Advance,A...." but it just assigns the rowsource as "DC_PAYMENTTYPE".
>
>Does anyone know if it is possible to assign compile time contants to Class properites in the Class Designer?
>
>Thanks
>Simon White

Simon,

No you cannot use the constant in the property sheet but you can write this in the Class' Init;

This.RowSource = DC_PAYMENTTYPE
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform