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:
Miscellaneous
Thread ID:
00193729
Message ID:
00193743
Views:
15
Paul,

This looks to me like it should work, with one proviso (which seems silly, but who knows): looks like FOR...EACH should end in a ENDFOR, not a NEXT.

Good luck,

Jim N

>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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform