Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
&This.MyProperty doesn't work
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
&This.MyProperty doesn't work
Miscellaneous
Thread ID:
00432793
Message ID:
00432793
Views:
46
Why This code doesn't work? FoxPro gaves an error.

In the Form I have a property:
.MyProperty="customers" &&Table Name

In a control InterActiveChange Event:
Private lcValue
lcValue=&ThisForm.MyProperty..firstname

This one works fine:

In the Form I have a property:
.MyProperty="customers" &&Table Name

In a control InterActiveChange Event
Private lcValue,lcTable
lcTable=ThisForm.MyProperty
lcValue=&lcTable..firstname

What's the difference?
Francisko Paternoster
fpater@patercorp.com
Next
Reply
Map
View

Click here to load this message in the networking platform