Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid problem
Message
De
17/01/2001 04:03:02
Wietze Veld
Exact International Development BV
Rotterdam, Pays-Bas
 
 
À
12/01/2001 22:44:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00462038
Message ID:
00464562
Vues:
26
Hi,

If I understand correctly:
1. You click on the grid, and when you have selected a record, you want its field contents of cust_name to be displayed in textbox 5.

Have you set the controlsource of the text box to cust_name ??

If so, the only thing you'll have to do is to refresh the textbox when you have selected the record in the grid.

If not, you'll have to fill the contents of the textbox programmatically in f.i. the afterrowcolchange() method.

THISFORM.TextBox5.Value = mytable.cust_name

HTH,

Wietze Veld
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform