Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reference to active column in grid
Message
From
10/12/1999 14:13:22
 
 
To
10/12/1999 14:02:21
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00301906
Message ID:
00301916
Views:
26
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform