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.
Or use videogrid utility.
|