Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Nobody uses control arrays???
Message
From
20/11/1996 00:47:19
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00012312
Message ID:
00012851
Views:
41
>
>Excuse me for insisting, but you could for example clear all the
>texboxes, or en/disable them, using this array:
>
>
>for x= 1 to thisform.controlcount
>	if upper(thisform.controls[x].baseclass)='TEXTBOX'
>		thisforms.controls[x].value= ''
>	endif
>endfor
>
>
>And if you add properties to abstract classes you could call them as
>well. Now how is that for polymorphism?
>
>Marc

...Looks great! You won!
Some things are better be left unknown...NOT!!!
Previous
Reply
Map
View

Click here to load this message in the networking platform