Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting control source to a variable
Message
From
11/07/2002 14:27:58
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00677331
Message ID:
00677680
Views:
27
Hello Sergey,

Your code says:

lcSource = 'ARCHIVE.' + ...

.ControlSource = lcSource

Which means

.ControlSource = "ARCHIVE.fieldname"


Try

.ControlSource = &lcSource

Which means

.ControlSource = Archive.fieldname
Gordon de Rouyan
DC&G Consulting
Edmonton, Alberta
Email: derouyag@shaw.ca
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform