Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form - Controls
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00686734
Message ID:
00686760
Views:
43
>Is there a generic way I can loop through the form controls and check their control source property?

In addition to the way Erick suggests, you could do this:
FOR EACH loControl IN ThisForm.Controls
   lcCS = loControl.ControlSource  && or whatever
ENDfor
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Reply
Map
View

Click here to load this message in the networking platform