Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Abstract reference to buffer field contents?
Message
From
21/12/1999 18:56:53
 
 
To
21/12/1999 18:41:15
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00306762
Message ID:
00307018
Views:
34
>>How do you get the ActiveControl from a grid?
>
>The only trick is to find the current column, then just use its CurrentControl property.
>
>
for each loColumn in this.columns
>	if loColumn.ColumnORder = This.ActiveColumn
>		exit
>	endif
>endfor
>debugout loColumn.CurrentControl
So if your ActiveControl is .null. the next step is to cycle through all the columns of every grid - possibly taking into consideration the current page?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform