Click to See Complete Forum and Search --> : Editing in the ComboBox


Amy
May 19th, 1999, 01:40 PM
Hi,

How can I edit the values in the combobox and save them too??

Thanks in advance.
Amy

ric
May 21st, 1999, 05:30 AM
I am not sure I understand your question right, but here is how I catch it:

change the properties of the combobox to dropdown and with the class wizzard assign a member var to of type CString. When you call UpdateData(TRUE); you will have what's in the combobox edit.