help!
the pems of my combobox are:-
style=0 dropdown combo
rowsourcetype=3
rowsource=select id,city,rate,comments from table1 where city='abc' into curs temp. [comments is a memo field.]
columnwidth=50,150,100,0
when i select the listitems, comments contains only the word "Memo". i tried to use an variable cMemo to capture it via cMemo=this.list(this.listindex,4) but it also contains the word "Memo". how can i capture the actual contents of comments memo field in cMemo? ta
the pems of my combobox are:-
style=0 dropdown combo
rowsourcetype=3
rowsource=select id,city,rate,comments from table1 where city='abc' into curs temp. [comments is a memo field.]
columnwidth=50,150,100,0
when i select the listitems, comments contains only the word "Memo". i tried to use an variable cMemo to capture it via cMemo=this.list(this.listindex,4) but it also contains the word "Memo". how can i capture the actual contents of comments memo field in cMemo? ta