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:
01342298
Views:
13
>Naomi end Tore
>
>It didn't work
>
>But I used your suggestions and succeed as below:
>
>
>STORE "res4."+ shapex + ".backcolor" TO back_color
>
>&back_color = this.BackColor
STORE this.BackColor to ("res4." + shapeX + ".backColor")
should work. Did you try it?

Is res4 an object? A reference to the first form?

what would
loShape = evaluate("res4." + shapeX) 
?loShape.BackColor
return?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform