Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing columns from grid in devel
Message
From
16/05/2002 14:56:54
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
 
 
To
16/05/2002 13:11:30
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00657610
Message ID:
00657695
Views:
26
>I know how to remove a grid column from a run-time environment with Grid.DeleteColumn[(nIndex)] method, but it's rather silly that I don't know how to do it in development environment when I "paint" the grid to the form.
>Actually, the only way I know is to set the Grid.ColumnCount property, but that's not exactly what I want.

Apart from what Naða (Nadya, how do you like your name spelled like this?) told you, you can also use the programmatic approach. Select the grid, then in command window
aselobj(aArr)
oGrid=aArr[1]
oGrid.DeleteColumn(nOneYouWant)
(®iv bio i velik ti poras'o)

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform