Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Macros, another problem
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01410699
Message ID:
01410755
Views:
77
This message has been marked as the solution to the initial question of the thread.
>Thanks, it worked
>
>Now I am using the same techinique assign color to labels, but expericing a little problem
>
>If I command:
>
>STORE "RGB(255,0,0)" TO ("Thisform.Label"+TRANSFORM(fPos)+".forecolor")
>
>I get the error below:
>
>data type is invalid for this proprerty

Use
STORE RGB(255,0,0) TO ("Thisform.Label"+TRANSFORM(fPos)+".forecolor")
numeric value for RGB()
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform