*Stoping alert 'Do you want to save the changes you have made? How to ?'* [message #85158] |
Sat, 05 June 2004 01:17 |
Robin ( Bangladesh)
Messages: 25 Registered: September 2002
|
Junior Member |
|
|
Experts,
A form is used only for update data of a table. After running form user selecting value into a text box from LOV, then 'key_next_item' trigger execute_query using selected value by 'default where caluse'.
Form is working well, but my problem is when 'key_next_item' trigger executing, an alert appeared with messge 'Do you want to save the changes you have made?'. I want to stop this message.
I am using developer2000 form Version 6.0.5.0.2
Thanks
Robin
|
|
|
|
|
|
Re: *Stoping alert 'Do you want to save the changes you have made? How to ?'* [message #85186 is a reply to message #85183] |
Mon, 07 June 2004 22:33 |
Himanshu
Messages: 457 Registered: December 2001
|
Senior Member |
|
|
Hi,
In your new-form-instance send the Cursor to first navigable item of your First Querable block and then add Enter_Query; just below it.
By default your form will open in Enter-query mode.
Also can you please give me the code which you have written on your key-next-item.
Have you written something there which calls Commit or Rollback?
HTH
Regards
Himanshu
|
|
|
|
|
|