Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Control Arrays -- how to make 'em
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00096935
Message ID:
00098348
Views:
36
>Jeff,
>
>You can process the thisform.Controls[] array and create another array of three columns.
>
n = 1
>for each oCoontrol in this.Controls
>   if ( "cbo" $ oControl.Name )
>      dimension this.maPairing[n,3]
>      n = n + 1
>      this.maPairing[n,1] = oControl
>   endif
>endfor

>
For each --- is it new to VFP5? can't find it in my VFP3 help! Looks like a useful command.

Sarah
Sarah King
pcpropertymanager.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform