Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variable as member
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01342281
Message ID:
01342968
Vues:
9
Hi Naomi,

The confusing part is that your code
STORE this.BackColor to ("res4." + shapeX + ".backColor")
Does exactly the same as his code
STORE "res4."+ shapex + ".backcolor" TO back_color
&back_color = this.BackColor
In both cases, RES4 has to be an object reference and shapeX a string containing the name of the shape object.
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform