Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set properties for multiple grid columns at once?
Message
From
05/04/2000 03:38:17
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00355072
Message ID:
00355554
Views:
20
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform