Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo field in combo box
Message
De
25/07/2000 23:28:19
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Memo field in combo box
Divers
Thread ID:
00396895
Message ID:
00396895
Vues:
53
i have a form with a comboxbox and a grid. my combobox has 3 columns as follows:-
custid (Character 10)
custname (Character 30)
comments (Memofield)
the data of which when selected, are to be transferred to a 3 column Grid respectively. i put the following code in the combobox's interactive method:-
with thisform
.grid1.column1.text1.value=this.list(this.listindex,1)
thisform.grid1.column2.text1.value=this.list(this.listindex,2)
thisform.grid1.column3.text1.value=this.list(this.listindex,3)
thisform.refresh

the grid's column1 and 2 are fine but all i get in column3 is the word Memo but not its data. please show me how to transfer the data to column3. tks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform