B brandan Unregistered / Unconfirmed GUEST, unregistred user! 2000-03-08 #1 如何在'DBgrid'中按小键盘的“下”键不产生新的一行,并且不发生'insert'方法
G g622 Unregistered / Unconfirmed GUEST, unregistred user! 2000-03-08 #3 设一个全局变量lastkey; dbgrid的keydown事件中记录lastkey:=key; lastkey=40时,在beforeinsert事件中abour;
L lsyx Unregistered / Unconfirmed GUEST, unregistred user! 2000-03-08 #8 将dbgrid设成ReadOnly. if you want to insert a new record you can do this: Table1.Edit; Table1.append; DBGrid will go to next line;
将dbgrid设成ReadOnly. if you want to insert a new record you can do this: Table1.Edit; Table1.append; DBGrid will go to next line;