Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Abstract reference to buffer field contents?
Message
De
21/12/1999 18:56:53
 
 
À
21/12/1999 18:41:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00306762
Message ID:
00307018
Vues:
29
>>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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform