Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Looping through controls
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Looping through controls
Miscellaneous
Thread ID:
00092912
Message ID:
00092912
Views:
50
I know that you can use something like the following to loop through controls on a form:

lncontrols=lcform.ControlCount
x=1
DO WHILE x<=lncontrols
x=x+1
ENDDO


I am wondering if there is a way to get to the columns on a grid.

Any help would be appreciated.
Richard DeZeeuw
DeZeeuw Software Inc.
Next
Reply
Map
View

Click here to load this message in the networking platform