Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid and columns
Message
From
03/12/2004 04:38:17
 
 
To
02/12/2004 15:47:10
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00966290
Message ID:
00966622
Views:
8
Great!
Thank you
Alessio

>>In a Grid object I can reference each columns by their idx number, what i was asking to myself is : how can I retrieve this number from a column ?
>>I found properties like columnorder but it could change.
>
>You can simply add that... in grid's .init,
>
>
for i=1 to this.columncount
>   this.columns[i].addproperty("colindex",i)
>endfor
>
>Then for any column object you send as a parameter, this column object's index can be retrieved from its .colindex property. I've tried this and I'm seeing the proper values in the debugger.
Previous
Reply
Map
View

Click here to load this message in the networking platform