Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set properties for multiple grid columns at once?
Message
From
06/04/2000 03:52:32
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00355072
Message ID:
00356141
Views:
23
Hi Pablo.

>> Welll in that case, you're rigth I have no success to get nothing in the form designer. <<

I'm not sure what you mean here. Try this. Open a form in the form designer and select an object on it with the mouse. Then execute this code:
aselobj( laform, 1 )
FOR each locontrol in laform[1].controls
   messagebox( locontrol.name )
ENDFOR &&* each
Marcia
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform