Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable as member
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01342281
Message ID:
01342968
Views:
7
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform