Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo field in combo box
Message
De
26/07/2000 02:19:07
 
 
À
26/07/2000 01:29:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00396895
Message ID:
00396921
Vues:
13
Try creating a cursor in Load event of your form containing that three
fields. Then in the InterActiveChange event of your combobox, your code will be something like this :

Select (cursorname)
Replace custid With this.List(ListIndex,1),;
custname With this.List(ListIndex,2),;
comments With this.List(ListIndex,3)

Thisform.Refresh()

The editbox is still the CurrentControl of the third column and the RecordSource of your grid will be the name of the cursor you created.

HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform