Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Referencing a grid column after moving its order
Message
 
 
À
20/06/2007 12:20:57
Mike Sue-Ping
Cambridge, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01234519
Message ID:
01234524
Vues:
11
>I have a standard grid on a form. When the form is run, the grid appears with the column showing data as expected. If I then drag a column out of its initial location, how do I get an object reference to that column? In particular, I want to get to its controlsource.
>
>I've tried using the grid's activecolumn property but that doesn't work for me. For example, if I drag column5 to be in position 2 (measured relative to the left edge of the grid), ActiveColumn returns 2. What property (if any) could I use to return 5 or something that would indicate that column2 started out as column5?
>
>TIA
*lnActiveColumn = this.activecolumn
for each loColumn in this.columns
  if  loColumn.name = "My Column Name"
      * we found it
       exit
  endif
next
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform