B
babysheep
Unregistered / Unconfirmed
GUEST, unregistred user!
我把一个table,datasource,dbedit,三个button加入form中,一个button是插入,一个是
查下一个纪录,还有一个是查上一个纪录。我插入一个数据后(本来里面有一些数据)。然后,
我想通过next和prior进行查找,但是我找不到我新插入的数据,但是数据已经在数据库中存在了。
该如何才能显示出来呢?
我的buttonclick(插入)事件是这样写的:
table1.open;
table1.insert;
另一个buttonclick(next):
table1.open;
table1.next;
还有一个是
table1.open;
table1.prior;
查下一个纪录,还有一个是查上一个纪录。我插入一个数据后(本来里面有一些数据)。然后,
我想通过next和prior进行查找,但是我找不到我新插入的数据,但是数据已经在数据库中存在了。
该如何才能显示出来呢?
我的buttonclick(插入)事件是这样写的:
table1.open;
table1.insert;
另一个buttonclick(next):
table1.open;
table1.next;
还有一个是
table1.open;
table1.prior;