Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Long name from activecontrol.
Message
From
06/04/2000 02:30:38
 
 
To
06/04/2000 02:25:19
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00356102
Message ID:
00356124
Views:
16
>I want that locontrol is a character string.
>But i thing that locontrol is an oject yet.

If loControl is a character string of a valid control, you can do:

&loControl..RecordSOurce = ...

or

loO = eval(loControl)
loO.RecordSource = ...


If you are using my code sample, you'll want lcControl source (the "c" makes a difference).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform