Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting specific column, activerow of grid
Message
De
28/11/2001 10:14:21
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Getting specific column, activerow of grid
Divers
Thread ID:
00586953
Message ID:
00586953
Vues:
46
In the following construct, how does one specify that the value in colmun8 comes from the active row of the grid?

FOR i = 1 TO _screen.formcount
IF UPPER(ALLTRIM(_screen.forms[i].name))='WRK2'
_myvalue = ALLTRIM(UPPER(thisform.grdResult.Column8.text1.value))
ENDIF
ENDFOR

As grdResult may contain multiple rows, I need to have _myvalue come from the activerow. Currently I am getting the last row's value.

Any help appreciated.

Andrew
On a CLEAR day you can see forever.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform