Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reference to active column in grid
Message
From
10/12/1999 14:15:14
 
 
To
10/12/1999 14:13:22
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00301906
Message ID:
00301918
Views:
25
>Hi Erik,
>
>>I would have though that
>>oColumn = THIS.Columns(THIS.ActiveColumn)
>>would do it, but gives odd results if the columns have been rearranged.
>>Anybody got a slick way to do this?
>
>Try:
>
>
for each loColumn in this.columns
>	if loColumn.ColumnORder = This.ActiveColumn
>		exit
>	endif
>endfor
>debugout loColumn.Name
That's what I did, thanks. I had forgotten what ActiveColumn actually returns.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform