Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Macros, another problem
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01410699
Message ID:
01410755
Vues:
78
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform