Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object List
Message
From
22/06/2001 10:05:09
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00522334
Message ID:
00522416
Views:
10
Alex,
Only first level:)
Cetin

>Jimi,
>You can use Controls property of form to enumerate all controls on form:
>
For i=1 to Thisform.ControlCount
>    If Thisform.Control(i).Class = 'EditBox'
>&& Place your code here
>    EndIf
>EndFor
>You can also try to use AINSTANCE(Array, 'EditBox') and check Parent property of instances returned to verify if it belongs to form.
>
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform