Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set properties for multiple grid columns at once?
Message
 
 
To
05/04/2000 03:38:17
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00355072
Message ID:
00355610
Views:
50
>Hi Pablo.
>
>>> Very good use of ASELOBJ!, I never used this before but now you give enough reasons to correct me. Thanks. <<
>
>This is one I use all the time (obviously it is required to build builders < s > ). But also, it is very handy in writing tools that have to spin through all the objects on a form and do something to all of them. You just do something like this:
>
>
>MODI FORM NOWAIT
>KEYBOARD '{CTRL+A}'
>lnObjects = ASELOBJ( laObjects )
>FOR lnObj = 1 TO lnObjects
>  *** Process the form objects here
>ENDFOR
>
>
>Marcia

Well in this case I often use the FOR EACH oControl IN (lcColeccion), I think could be faster....
Pablo Roca
Clavo Congelados, S.A. (La Coruna - Spain)
Sysop of PortalFox

Join MasFoxPro campaign
http://www.masfoxpro.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform