i have three text box and dbgrid and one add
command butt i want that when i add the record
dbgrid show this record without restart the programm
and focus should go this row
Thank you
Printable View
i have three text box and dbgrid and one add
command butt i want that when i add the record
dbgrid show this record without restart the programm
and focus should go this row
Thank you
Refresh Method of the recordset will do ur job
first use update to save record.... and then
refresh to see it in the grid...