Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using FOR EACH
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Using FOR EACH
Miscellaneous
Thread ID:
00193729
Message ID:
00193729
Views:
50
I've got a form with a grid control on it that can have up to 132 columns in it (but they're only going to have a width of 10). I need to be able to modify each column so that it's Width is 10. It looked like the FOR EACH command was exactly what I was looking for, but it looks like it might not work.

Here's what I tried:
FOR EACH Column IN THISFORM.Grid1
    Column.Width = 12
NEXT
Is there another way of accomplishing this?
-Paul

RCS Solutions, Inc.
Blog
Twitter
Next
Reply
Map
View

Click here to load this message in the networking platform