Hi,
I have a listview (.view = lvwreport) in my application that I need to allow the user to edit. Some of the fields have very specific requirements and I would like to use dropdown comboboxes on these fields.
I was wondering if anyone knows if this would be possible using either a flexgrid or similar?
shahidmojid Level: Professor Registered: 09-05-2002 Posts: 85
Re: Combobox in tables Archived to Disk
Add Data control into ur form. from project components add MS-databound grid control.
Link ur dbgrid with data object, Retrieve fields, goto properties and check From properties checked BUTTON option. Double click on the grid and write code under dbgrid_button_clicked. You can show a form with dblistbox.