PDA

Click to See Complete Forum and Search --> : dbgrid update


qassim
Mar 12th, 2000, 04:43 PM
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

Rohan_Powle
Mar 12th, 2000, 06:13 PM
Refresh Method of the recordset will do ur job

first use update to save record.... and then
refresh to see it in the grid...