Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reference to active column in grid
Message
De
10/12/1999 14:15:14
 
 
À
10/12/1999 14:13:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00301906
Message ID:
00301918
Vues:
24
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform