One other issue... after I load the last record, and post it, I clear the
screen, after the combobox's text propert is set to "", I can no longer
populate the load last record.
"Paul Ilacqua" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Jeff,
> Thanks so much... I totally missed that property, I was looking at text,
> SelectedItem etc.
> Paul
>
> "Jeff Johnson" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> "Paul Ilacqua" <(E-Mail Removed)> wrote in message
>> news:E363603F-3FDF-4994-B587-(E-Mail Removed)...
>>
>>> Data Entry App Using VB 2005
>>>
>>> I'm filling a combobox (code below) with a List(Of CWO) , a class I
>>> defined.. No problem. Lookups return a CWO type, again no problem.
>>>
>>> I have a "Load Last Record" function that will populate the form along
>>> with that combobox with values from the database. The value coming in is
>>> the "ValueMember", not the "DisplayMember". How can I load the
>>> "ValueMember" but have the combobox display the DisplayMember?
>>
>> ComboBox1.SelectedValue = yourValueMemberVariable
>>
>
|