Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Order of loControl
Message
From
25/10/2002 06:44:56
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00715160
Message ID:
00715334
Views:
15
Thanks. That worked great. For anyone who might follow this thread I'm adding the basics of what I wound up doing...


LOCAL laTabOrder[This.ControlCount]
FOR EACH loControl IN This.Controls
IF TYPE("loControl.TabIndex") <> "U"
laTabOrder[loControl.TabIndex] = loControl
ENDIF
ENDFOR

FOR EACH loControl IN laTabOrder
IF TYPE("loControl") = "O"
* i did my stuff
ENDIF
ENDFOR

sjwilson
Previous
Reply
Map
View

Click here to load this message in the networking platform