hello,
I have a combobox that is used to select a guest from a table of guests
some of the properties of the combo:
boundcolumn=.3
boundto=.t.
rowsource = guest.last, first, g_no
rowsourcetype = 6 fields
the combo works fine
my problem is that when i select from the dropdown list then in the textbox portion of the combo only lastname is displayed.
is there a way to display both last and first?
I have a combobox that is used to select a guest from a table of guests
some of the properties of the combo:
boundcolumn=.3
boundto=.t.
rowsource = guest.last, first, g_no
rowsourcetype = 6 fields
the combo works fine
my problem is that when i select from the dropdown list then in the textbox portion of the combo only lastname is displayed.
is there a way to display both last and first?