Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo field in combo box
Message
From
26/07/2000 17:17:13
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00396895
Message ID:
00397336
Views:
12
the controlsource of the grid.column3.editbox is customer.comments and readonly=.f. i have the fwg in my combobox interactivechange:-

with thisform
.grid1.column1.text1.value=this.list(this.listindex,1)
.grid1.column2.text1.value=this.list(this.listindex,2)
.grid1.column3.edit1.value=this.list(this.listindex,3)
.refresh
endwith

could it be that the SQL doesnot really "open" the memofield since only the word "Memo" is copied to the editbox? tks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform