How to avoid the message "Do you want to save the changes you have made?"

i have 3 forms
master block
detail1 block of master
detail2 block of detail1
when i go out of detail1 and detail2 blocks after doing some modifications it asks me "Do you want to save the changes you have made"?
i want to avoid this message as well as my changes should be posted in the database. what is the solution for this big pblm?

hi
may be you are trying to modify the database item or reassigning the database item value which is not actually needed.
try to comment the reassigning database values
and give clear_form(do_commit);
most probably u will not get the message again
Regards
Rajdeep .A

Similar Messages

  • Suppress the message do you want to save the changes you have made

    hi all
    i have written a rollback
    it clears my record
    but gives me the message
    do you want to save the changes you have made
    i have written
    :system.message_level :=25;
    rollback;
    :system.message_level=0;
    but still it is giveing me the message
    can you please tell me how to suppress this message
    please help me
    thanks
    mandar

    try in reverse

  • Unnecessary question "Do you want to save the changes..."

    Hello again,
    I have a multi-record block on which only update is allowed and two buttons: accept and reject. There are three possible ways of changing records:
    1. change values in some fields and commit - which works fine;
    2. change values in some fields and press accept button;
    3. change values in some fields and press reject button.
    Buttons have implemented delete, update, insert in some tables using a pl/sql stored package. At the end of the processing, for both buttons, record "accepted" or "rejected" dissapears from the block - using execute_query. Problem is that if some values have been changed before pressing the button, warning window appears: "Do you want to save the changes you have made?" which in this case is unnecessary and annoying. How can i get rid of this message?
    Thank you in advance.

    If you don't want commit changes on base table items you can use clear_block(NO_VALIDATE) built-in before execute_query

  • Forms6i question - Do you want to save the changes you have made !!

    Hi,
    I'm developing a custom master-detail form for 11i e-Business Suite. The requirement is to programmatically default values for some of the base table items when entering the master record.. Both the master and the detail blocks are base table blocks and defined the relation between these 2 as well..
    So i have coded my defaulting logic in the "when-new-record-instance " trigger only when the "(:system.record_status IN ('NEW','INSERT' ) AND :system.mode <> 'ENTER-QUERY')"..
    This is working but the problem is even when i do not change any values in the master block and i try to exit out of the form, getting a message "Do you want to save the changes you have made ".. I want to get that message only when some thing else is changed/entered in the master block or when any new detail records has been entered for that master block.
    Thanks in advance
    Shree

    Shree,
    It sounds like you have a Post-Query (PQ) trigger that is populating items in your Form. This is the typical reason why you would see this message when you close your form and no User changes have been made. The best solution would be to move your non-base table items from your data blocks to a control block so the PQ trigger won't mark the block or record as "Changed".
    Hope this helps.
    Craig...

  • Gettins "Do you want to save the changes you have made" promt without any

    Hi all,
    Problem : I have a master detail relation between two blocks which are on different window ( say block 1 on window 1 is master and block 2 on window 2 is detail) ,
    when i open my window 2 and close it without any changes, then when i try to do any change in window 1 i get this popup message "Do you want to save the changes you have made".
    I have various non database items as well which are used to hold intemediate values like sum of a column and all.
    for the close button on window 2 logic :
         go_block('BLOCK1');
         hide_window('WINNDOW1');
    I dont want to change the message level. as if there are really changes made then we need this message.
    In another thread i saw this might be due to copy "value from property" created by master detail relation on the joined columns.
    Please suggest any solutions.
    Thanks in advance.

    HI I found the solution to this Problem:
    when we queried the data block then few items values were assigned . this changes the block_status to CHANGED as well as the form_status variable to CHANGED.
    so in EXIT logic of that window i cleared each block explicitly . this discards all the changes made to those blocks ( This logic was implemented for CANCEL button on my screen as so we need not save the data) while the SAVE logic already has the COMMIT so will not set the popup for that.
    Not a beautiful logic...... but works ...... :)

  • Disable the prompt "Do you want to save the chnages you have made?"

    Hi,
    I have a forms application with some text fields on it.
    After the data is displyed on the text fields from the
    database, one of the text fields gets highlighted
    automatically, even though I have not selected it
    manually.
    When I close the forms window, I get the
    message prompt "Do you want to save the changes
    you just made?",though nothing was changed in the
    text fields.
    Can anyone help me get rid of these implicit forms messages?.
    Thanks
    sharath

    Hi
    After the data is displyed on the text fields from the database
    Are you displaying data through querying the base table through execute_query (or similar built-ins) or are you populating the block programatically?
    In case you are querying the record, then form should not display save confirmation dialog box.
    If you are populating the data block programatically and if the block is a database block then try including this as the last statement of your populating logic: -
    set_record_property(:system.cursor_record,<block_name>,status,query_status);
    Regds
    Sumit

  • Do you want to save the record on detail block

    I have a master detail form. When i update the detail section and navigate to a different master item. I am getting do you want to save the record on my detail block.
    I want to post the changes everytime on the detail block. As i will rollback or commit depending if user saves the form or not on a button press.
    But I can not find any trigger that fires when i change the master record (after changing the detail block) any ideas?

    Hello all,
    I have problem to save list of records in stacked canvas block, that is it always save the record where current reocord indicator is indicating,
    can somebody help me out, how to save data on stacked canvas without having master-detail relationship.
    Regards,
    Ather Ali
    Edited by: user11972516 on Apr 17, 2011 1:27 AM

  • I keep getting the message: Mail.app wants to use the font "Garamond" etc

    I keep getting the message: Mail.app wants to use the font "Garamond" etc
    even if I tell it not to bother me again, it does.

    On your iPad or a Mac?
    You posted in the iMac community but your profile indicates an iPad 2.

  • Dialog Box as "Do you want to save the changes?" in Forms.

    Hi,
    I have 4 datablocks in my forms that corresponds View.
    In the form design, I have a canvas(multiple inserting design) with two buttons that calls the other two blocks.
    Am inserting the records in the following way,
    In first record,
    am entering the value in one block, then a button-press event and so it opens another canvas where I enter some values then return to my main canvas. This is one row.
    But while I try to insert in the second row, there arises the dialog box as "Do you want to save the changes"?
    I should not get that dialog box.
    Please suggest me with the solution.
    Regards,
    Mini

    Thanks for the response,
    Let me clearly explain.
    I have 3 blocks created from view not table.
    I have a canvas in the multiple display layout i.e Number of items displayed is 10.
    In that canvas, I have set the two buttons. the button event is calling another canvas.
    Am inserting a record in the first row in the following sequence.
    Inserting the values for some fields in the main canvas, then entering the button, it opens another canvas that responds to another block, there am entering some values and closing the button event canvas, then returning to my main canvas, then entering the remaining fields with the values, thus my first row ends.
    Now I want to enter the values in the second row, while I navigate from the first Row to the Second row, there arises the dialog box as to save the changes or not?
    I should not get the dialog box.
    Am inserting the values in the database using Insert statements in all the blocks.
    Hope U understand the issue.
    Suggest me with the solution.
    Regards,
    Mini.

  • Show the alert 'Do you want to save the changes? after entering each record

    Hi,
    Is there a way to show the alert 'Do you want to save the changes you have made?', after entering each record.
    i.e. as soon as a record is entered, user should be prompted to 'Do you want to save the changes?' the record when they move to the next record.
    I used the below code in Post-Record rigger. Prompt was diplaying fine as per the requirement,but record was not being saved.
    DECLARE
    n_button_selection INTEGER;
    BEGIN
    if :System.Record_Status='INSERT' then
    fnd_message.set_string('Do you want to save the changes?');
    n_button_selection := fnd_message.question('Yes', 'No','Cancel', 1, 2,'question');
    IF n_button_selection = 1 THEN
    forms_ddl('commit_FORM');
    ELSIF n_button_selection = 2 THEN
    RAISE form_trigger_failure;
    ELSE
    NULL;
    END IF;
    end if;
    END;
    I used forms_ddl('commit_FORM') to commit the record. Because we can't us Do-key('commit_form') in post-record trigger. But forms_ddl('commit_FORM') is not working. So can anybody please give some idea regarding this.
    --

    Forms_ddl issues dynamic sql - you cannot call another builtin (like commit_form) within forms_ddl. Check form_status after the call and you will see that it failed.
    Moreover, forms is not able to execute the post and commit process if you issue "forms_ddl('commit');", so this will not be a solution either.
    You could use the When-New-Record-Instance - Trigger, which allows restricted built-ins to be executed, and issue do_key('commit_form');". However, you would have to check the :system.block_status or :system.form_status, because :system.record_status will already hold the new record number.
    Regards,
    Gerd

  • HOW to call at anytime the form6 "do you want to save the changes you have made"????

    HOW to call at anytime in form6 "do you want to change the save you have made"????
    It executes only if you use exit_forms
    and I don t want to save with a commit_forms
    without do appears this forms of form6
    Thanks a lots for any answering
    null

    you have to write a trigger on key-clrfrm and key-next-record.
    on that triggers you can call alert with 2 or 3 buttons.
    I hope it will help.
    Mustafa

  • After installing Flash player I still get the message "this website wants to run the following add in: Adobe Flash Player from Adobe Systems Inc". I click allow but the message keeps coming back and I can´t get rid off it. What to do?

    Running Windows 7 Home edition, 64.

    Alright guy's It always happens. Over 90% of the time it's just a matter of time before i fix my own problems. I solved my problem and now it works perfectly fine.
    I'm gonna say how i fixed it so who ever finds this page on google can see how i did it. I uninstalled Adobe Flash Player using the uninstaller from adobe http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player.exe after i did that i went to my system32 folder and delete my adobe folder which still had files left over in it (Deleted the whole macromed folder) C:\WINDOWS\system32\Macromed\Flash
    Note, You need to exit any browser you have up (IE,Firefox,ect) or else you will not be able to delete it and it'll say access denied. After deleting that i installed Adobe Flash Player with a .exe i downloaded from Adobe and it worked perfect! No more annoying message
    Side note, I'm use XP so the marcomed folder might possible be somewhere else if you are useing Vista or Windows 7.

  • Form is asking for do you want to save the changes made in the query mode

    hi all,
    according to my previous thread {thread:updating the nondatabase column}
    i have set the lockrecord to yes for the non_db_field but when i query the form with help of f8 and try to close it with out any changes then too its asking for the commit.
    how can i solve this issue.
    Thanks..
    Edited by: user13329002 on Dec 30, 2010 12:41 AM

    Hello
    Yes, i do agree with Ahmed
    pls check the POST-QUERY TRIGGER < ---- This is the KEY-Problem
    Trace which item causes the problem almost it's a db item was formaly returned from LOV and it is re-assigned in the POST-QUERY Trigger .
    SO , changes in the db occured changes the status of the form.
    most propaply it's a retrieved fk in ur post Query,also avoid using reserved words in ur display items as
    TYPE ,NAME ,etc.
    ITEM_ID ,ITEM_NAME -- reserved word for java and related staff ...pls check list of oracle reserved words
    hope this helps solving ur problem...
    Regards,
    Abdetu...

  • How do i force itunes to re-scan my library for changes i have made to metadata and artwork ?

    I have a large music library and until 3 months a go I thought it would be too hard to organise it. Thankfully there are some good programs that help with this process and I have made many changes to my files/itunes library.
    One program is supported by iTunes but it still leaves me with the old genre catagories in numbers which iTunes seems to deal with automatically ? Pity it didn't change them automatically ? Anyway I'm still not sure what to do with them as I might have a catch 22 situation ? Please read on !
    This program also doesn't make cover art changes more specific......for example less than 250kb + <1000x1000 pixels for iphone and no option for embedding & folder.jpg for my Sonos system.
    So I needed to use other programs.....Right so now I'm getting to the point!
    Now all my changes have been made, it is not so clear what is actually changed ? Some of it might only changed the info associated with the files according to my iTunes Library Database or some of it might actually of modified the actual metadata of the files on my hard drive.
    What I want is for the metadata to be correct at the source AND then of course I want iTunes to have the same information too.
    I think that whatever way I have been doing it HAS actually modified the files at source but I can't be sure.
    What I do know is that the changes I have been making for the last week are not shown in iTunes until I play the track/album.
    I have tried suggestions from forums to force a re-scan and none have worked.
    I have tried add to library an album already in the album which is supposed to not make duplicates and just update the changes, this didn't work.
    I have tried get info on my entire collection and change nothing then clicking OK but that didn't work.
    I have tried get info and entering a comment field on just an album to test and it didn't work!
    I would really like to know if there is a way to update the library & I would love to know if and how to get all my info in iTunes to be permanently reflected at the source.
    Thanks in advance and thanks for listening ;-)

    I closed Itunes, went into the Itunes folder in Music and deleted the files ending in .itdb, .itl and .xml, then I re-opened Itunes and it had a button labeled 'scan for media'. I pressed it and Itunes rescanned everything, so my problem with music which I had deleted but Itunes still marked as 'not found' is gone. Maybe this will help you.
    Btw, the thread is old, but it's the only one I found not archived and that refered to doing an Itunes library re-scan.

  • Query on Custom schema table getting 'Do You want to save changes' message

    Hi all,
    I am getting the error message whenever I query from the custom table. Here is the description of the issue.
    1. I have a button on the first block. When the user clicks on this button , execute_query is called on another block. Then the user getting the message "do you want to save the changes" . Although there are no changes made on the form.
    2. The second block is based on a custom table defined on the custom schema.
    3. Created public synonym for this table and also gave the all the grants to apps schema on this table.
    4. This error was not coming before when the second block is based on Apps schema table.
    Any idea on how to fix this.
    Thanks

    I doubt the problem is related to a schema or public synonym. The message is appearing because the value for an item is being changed after your query executes.
    First check to make sure that the blocks that are not based on a table are set to No. See the Database Data Block Property.
    If that doesn't solve the problem, then run the debugger and watch to see what item is changing. You may be doing something in a trigger.

Maybe you are looking for