Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting control source to a variable
Message
 
 
To
11/07/2002 14:27:58
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00677331
Message ID:
00677684
Views:
30
Did you test it?

>Hello Sergey,
>
>Your code says:
>
>lcSource = 'ARCHIVE.' + ...
>
>.ControlSource = lcSource
>
>Which means
>
>.ControlSource = "ARCHIVE.fieldname"
>
>
>Try
>
>.ControlSource = &lcSource
>
>Which means
>
>.ControlSource = Archive.fieldname
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform