Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Properties
Message
From
28/04/2004 14:06:43
 
 
To
28/04/2004 13:57:59
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00899043
Message ID:
00899053
Views:
16
Fabio,

My goal is to have a property that stores this Index that points to the the same column as the ActiveColumn. If I programmatically change ColumnOrders, I can pull the proper index by:
lnColumn = This.Columns[This.ActiveColumn].ColumnOrder
This.Columns[lnColumn]
I was just curious as to if I could create a property that would at all times have the value of:
This.Columns[This.ActiveColumn].ColumnOrder
stored in it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform