Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo field in combo box
Message
From
26/07/2000 02:19:07
 
 
To
26/07/2000 01:29:51
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00396895
Message ID:
00396921
Views:
12
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform