PDA

View Full Version : I need an expert in DBGRID. HELP!!!


sasarivera
08-15-2001, 12:21 PM
Hi,

I have a dbgrid in my window. When the user insert a new record and try to change to another record the POST event is call automatically, but I don't want that because I have a SAVE button in my toolbar.

There is any way to let the user insert how many record he wants (without saving!) and call the POST event only when the SAVE button is pressed????

I appreciate if someone can help me.

Sandra

MrBaseball34
08-15-2001, 12:27 PM
Sset ChachedUpdate to True and when user is done inserting,
call ApplyUpdates.