Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP: How to get the value of a specific text box in a gr
Message
 
À
05/01/2000 03:57:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00313085
Message ID:
00313106
Vues:
35
>Is it possible to :
>
>1) get the value of a text box at column X and Row Y in a grid?
Go to Row Y first by using GOTO nRecNo or SEEK the record then:
1. cValue = Thisform.Grid1.Column7.Text1.Value
2. If column controlsource is a table field then cValue = yourtable.fieldname

>2) to set focus to a text box at column X and Row Y in a grid?
Go to Row Y first by using GOTO nRecNo or SEEK the record then:
Thisform.Grid1.Column7.Setfocus()

>3) delete a specific row of a grid which is a child table?
The cursor should be focused in the Grid before deleting it.
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform