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...

Similar Messages

  • How do I stop pop up that asks me, Do you want to save changes to doc... before closing? I have made no changes only printed the file. Using Adobe Reader DC, Windows 7 64 bit.

    How do I stop pop up that asks me, Do you want to save changes to doc... before closing? I have made no changes only printed the file. Using Adobe Reader DC, Windows 7 64 bit.
    This is very annoying and we need this stopped as we have made no changes to any of the adobe files. Please advise how to do this.
    Customer Service DCC

    I first tried the version without the deflated stream (so everything uncompressed) against the online repair tool to check/analyse it @ https://www.pdf-tools.com/osa/repair.aspx
    And it says no error found, but the reader still want to save it when closing so i still had no clue at this point.
    Fortunately, i finally found what was wrong with my generated PDF.
    In my xref table, each object reference was not end by a full EOL, i only did put a newline char.
    Now i have "carriage return" "newline" which is the full EOL and the reader is happy and close the file silently.
    As suspected i did not follow correctly the specs on xref table
    Now i'll go and figure what i did wrong with the deflate filter
    Thanks for your help.

  • Want to know how the changes made in the sap ui5 using NWDS

    Hi Everyone,
    Kindly tell me the way to effect the changes made in the application developed in sap ui5 using NWDS. Because after changing something the effect is not comming to the output.
    Kindly help in this matter.
    Regards,
    Soumya

    Hi Chandra,
    Thanks for your reply.
    I am using SAP AS Java of NWDS 7.3 to deploy the application developed in SAP UI5. Below is the sceen shot of that,
    But after deploying if I change any portion that is not reflecting.
    Thanks and regards,
    Soumya

  • All in one C4580 asks 'where do you want to save?

    Had lots of problems with this printer. Most sorted.  Now the document is sitting in the print queue but a pop up message asks where do I want to save the document to?  I have saved it - deleted original and resent but same message appears.  Any solutions welcome!

    Hi - You might start by checking the port setting for the printer.  It almost sounds like the port setting somehow got changed to "File".  Not sure which OS you're using, but go into the Printers window, right click on your printer and click on the Ports tab.  Make sure it is set to the port you are connected to.  Probably USB.
    Hope that helps.
    Say Thanks by clicking the Kudos thumbs up. Please mark the post that solves your problem as an Accepted Solution so other forum users can utilize the solution.
    I am an HP employee.

  • My firefox doesn't memorize the option of always saving in desktop. it always asks me where i want to save even if i chose the option to always save in the desktop.

    in the firefox settings i chose the option of saving downloads in desktop instead of always asking me where to save. but, no matter what i do, i always get the save window when i want to download something, the default is always "open with" instead of "save file" and it doesn't allow me to chose the option to repeat the save for the same kind of file from now on. so, every time i download something i have to click in "save file" and "ok", but in the settings i have "save files in desktop", so i don't get it! why can't it be memorized?

    You can try "Reset Download Actions": http://kb.mozillazine.org/File_types_and_download_actions
    You can also try "Reset all user preferences to Firefox defaults" on the [[Safe mode]] start window.

  • How do you save a change made in the about:config area so that I don't have to change it everytime I restart firefox

    Hi
    I somehow d/l the extension mp3toolbar.com and I disabled it in the add ons section, however it has changed my default search engine from Google to mp3toolbar. I went into the about:config section and changed the keyword entry to google, but everytime I restart Firefox it goes back to mp3toolbar search. This is when I type something in the location bar. I want to know how to change it permanently back to google for default search engine. Please help. Thank you.

    See:
    *http://kb.mozillazine.org/Preferences_not_saved

  • HT1386 How do I designate a playlist for my Ipod shuffle to sync to? I have edited the playlist that was set for autofill (several versions of Itunes ago) and now it no longer changes the songs regardless of the changes made to the playlist.

    My IPod Shuffle plays the same songs regardless of how I have edited my playlist.

    Hi there,
    You may find the article below helpful.
    iTunes 11 for Windows: Set up syncing for iPod, iPhone, or iPad
    http://support.apple.com/kb/PH12313
    -Griff W

  • 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

  • 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...

  • Getting Do you want to save changes while pressing F11

    Hello,
    I created one Custom Form by using template.fmb. In that 2 database blocks and 2 control blocks. In database blocks also couple of items are non database items. When ever I open the form from Oracle Applications and pressing F11 with out doing any changes then it is prompting for Do you want to save changes? If i am pressing Yes then (in my form i am using sequence). that one is generating and saving. After saving it is going into enter query mode.
    Can you please help me out how to avoid this message and why this message is coming.
    Regards,
    Akash Vandan

    You are getting this problem because you are probably modifying one of the fields in PRE or WHEN-NEW triggers. Just check if you have assigned any value to the fields using. you can search for colon (:).
    Just delete that part of code and your form will work fine.
    Regards,
    Ashish Kanak

  • "Do you want to save changes" always poping when closing home made PDF

    Hi,
    I create a pdf by myself in one of my application (only external lib used is zlib for deflate streams)
    I tried to follow the PDF references.
    It's a simple PDF file with a few pages, some text & lines to underline (deflated or not same problem), and 3 fonts, a xref.
    The PDF is showing perfectly in the Reader X 10.1.1 but when i try to close the window it always asks me :
    "Do you want to save changes before closing".
    All save options are disabled in the preferences of the reader.
    Is there anything to do in the reader to avoid this ?
    Is there anything to do in the PDF itself to avoid this ?
    Or maybe the PDF is not completly correct ? Which is possible even if i tried to follow the specs in the official reference document, there are alot of chances that i may have done something wrong.

    I first tried the version without the deflated stream (so everything uncompressed) against the online repair tool to check/analyse it @ https://www.pdf-tools.com/osa/repair.aspx
    And it says no error found, but the reader still want to save it when closing so i still had no clue at this point.
    Fortunately, i finally found what was wrong with my generated PDF.
    In my xref table, each object reference was not end by a full EOL, i only did put a newline char.
    Now i have "carriage return" "newline" which is the full EOL and the reader is happy and close the file silently.
    As suspected i did not follow correctly the specs on xref table
    Now i'll go and figure what i did wrong with the deflate filter
    Thanks for your help.

  • Report for the changes made in Purchase Order

    Hi Friends,
    In my location, changes are made to the purchase orders as and when required. Is there any report which shows the changes made to the Purchase Orders?? I am aware of the Item changes option in the Purchase Order.
    Thanks in advance..
    Regards,
    Phani

    Hi,
    You have to develope an own ABAP report for this, based on the change tables CDHDR and CDPOS
    CDHDR - Header Change
    CDPOS - Item Change
    EREV - Version Change
    Check the link
    Purchase order change log
    Regards
    KK
    Edited by: Kishore Kumar Galla on Apr 5, 2010 1:16 PM

  • The latest version of Firefox no longer asks if you want to save open tabes for your next session..I HATE not having that option. What were they thinking?

    Question
    The latest version of Firefox no longer asks if you want to save open tabs for your next session..I HATE not having that option. What were they thinking? (I think this is self explanatory)

    Firefox 4 saves the previous session automatically, so there is no longer need for the dialog asking if you want to save the current session.<br />
    You can use "Firefox > History > Restore Previous Session" to get the previous session at any time.<br />
    There is also a "Restore Previous Session" button on the default <b>about:home</b> Home page.<br />
    <br />
    Another possibility is to use:
    * [http://kb.mozillazine.org/Menu_differences Firefox (Tools) > Options] > General > Startup: "When Firefox Starts": "Show my windows and tabs from last time"

  • HT201441 Hi I bought a second-hand phone iphone4, I update the software when you want to activate the phone asked for my registration icloud I do not know what is the password for this registration, can you tell me how to go to the next step without such

    Hi I bought a second-hand phone iphone4, I update the software when you want to activate the phone asked for my registration icloud I do not know what is the password for this registration, can you tell me how to go to the next step without such registration in icloud
    my ICCID is 8935905000307066111

    Unfortunately, you cannot do very much with your phone unless you get assistance from the previous owner, they should either provide you with the password to unlock it or remove their account from the phone entirely remotely through iCloud.com > Find My Phone.

  • When closing the Form "Do you want to save changes" window

    Hi
    I have a Master-Detail form where in my POST-QUERY trigger i am changing the LOV non-database item field to some value. When I just select Master record(NOT in query mode) my detail records pop up in the detail block. This is done by EXECUTE_QUERY in WHEN-NEW-BLOCK-INSTANCE trigger in Detail Block. But when i close the form it asks me to save changes even though i haven't changed anything. I have this statement in POST-QUERY Trigger
    SET_RECORD_PROPERTY(:SYSTEM.TRIGGER_RECORD,:SYSTEM.TRIGGER_BLOCK,STATUS,QUERY_STATUS); This issue does not happen in QUERY-MODE.
    I tried both Set_Item_Property('BLOCK.CODE',ITEM_IS_VALID,PROPERTY_TRUE); this property in the POST_QUERY and Set_Item_Property('item_name',VALIDATE_FROM_LIST,PROPERTY_TRUE); in QUERY-MASTER-DETAILS trigger but it didn't work.
    please help
    thanks

    Hi!
    I think, beause the message "Do you want to save the changes ..." has no error number,
    you will not get to catch it on a form level on-message-trigger.
    Better find out, why the record status changed.
    - Look to a post-query trigger that fills or changes a database item
    - change the Validate From List item Property to No
    - check for a when-validate-item or post-change trigger on items with a lov that has the Validate From List item Property set to Yes
    Regards

Maybe you are looking for