Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Abstract reference to buffer field contents?
Message
De
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:
00307013
Vues:
24
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform