Re: Removing duplicates from forms [message #78640] |
Wed, 06 March 2002 23:29 |
pratap kumar tripathy
Messages: 660 Registered: January 2002
|
Senior Member |
|
|
hi,
u r in the right track. in the block , create a when-new-record-intstance trigger and post your ur work by saying "post;". it saves ur work to the database but does not commit, until u do a explicit commit.
if u will do so , then in the second record when validation trigger will fire , it will find the item_num in the database and ultimately u r problem will be solved. u r not posting ur work , which is causing the problem.
cheers
pratap
|
|
|