Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting values from a grid cell
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Getting values from a grid cell
Divers
Thread ID:
00599351
Message ID:
00599351
Vues:
38
I have a from with a grid on it. The grid has 3 columns. When the user dbl-clicks on the third column, they can pick a value from a popup window. The grid may have from 1 to n number of rows. After they double click and pick a value, I need to build a string of all the values in the 3rd column of the grid. Is there a way in code to walk the grid get the value column 3 in each row? I know how to get the value from the cell, but I don't know how to walk the rows?
lcString=[|]
for x=1 to reccount("Meetings")
  lcString=lcString+thisform.grid1.rowx.column3.value
endfor
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform