Save changes dialog

Is there a standard mechanism for having a "Save changes or cancel" dialog pop up upon exit from a page? If so:
1. How is it done?
2. How is it liked into the page exit mechanism?
Bob N

Does "Warn About Changes" property solve your problem, read more about this in the dev guide Save Model ("Warn About Changes") chapter
Thanks,
Tapash

Similar Messages

  • Save Changes Dialog Stops Batch?

    Hi,
    I created a simple batch action that makes a small change to an EPS file, and then exports to WMF. 
    On the last step, I record File>Close.  This opens the "Save Changes to original doc?" dialog window below (see graphic).  I choose "Don't Save", and stop the action. 
    However, each time it stops the batch on this dialog box.
    Is there anyway to automate this step so that it will not interrupt my batch?
    Thanks for any suggestions.  I'm losing work hours!
    -t

    Hi Mylenium,
    Thank you!  I used the controls in the batch settings window to "Save and Close" instead of explictly closing as a step in the batch.  That bypassed the dialog window, and the batch worked without stopping.
    However, I did not see any "Suppress all Dialogs" option anywhere.  Where would I find that for future reference?
    I'm using a Mac, CS5.1.  Here's what I see:
    Tom

  • Deactivate "Save Changes Dialog"

    Hi,
    On my updated form (still very much in progress) the form loads in query mode, when the user types an id number and hits return the relevant records are returned etc.
    If the user then types another number without moving out of the field Forms presumes the user wants to change the value of the current id. Is their anyway to deactivate the "Save Changes" window that frequently pops up?
    Thanks

    that's the basic technique in forms.
    First you were in Enter-Query-Mode. After querying the data your block is in Update-Mode. That means, each change is an update against the data.
    You must press the key "ENTER-QUERY" e.g. F7 (in windows c/s) to go back to the Enter-Query-Mode.
    or you have to build your own special code. But it is easier to explain the basic-forms-behaviour to your end-users than programming something different.
    Gerd

  • How I change the save image dialog box view from oldest to newest first as the default?

    My save image dialog box has the oldest file in the folder in the upper left position (using list). I want to change it to the newest file shown first. It used to be that way, but now it showing oldest first. I haven't found any guidance on defaults for this box. Thanks.

    Leave it to Apple.  When I first got the phone, that's the way they were configured.  Now that they've flipped around, there's now way to change it!

  • HT1343 Is there a shortcut for "Revert Changes" in the Close/Save confirmation dialog box?

    In OS X 10.8 Mountain Lion, the Close/Save confirmation dialog asks the user:
    Do you want to save the changes made to the document “Screen Shot 2012-10-12 at 12.35.12.png”?
    Revert Changes          Cancel     Save
    Is there a keyboard shortcut for this command, as there is one for Delete (Cmd+Delete) in new document closing confirmations?

    I'm not sure if there is a shortcut (I didn't find one), but if you turn on Full Keyboard Access in the Keyboard system prefs, all controls can be accessed from the keyboard. You can tab through (or arrow keys) the buttons. The active button will be outlined and can be activated with space bar. Since Revert Changes is the first button, it will come up outlined and you can just hit the spacebar to choose it.

  • Can the default for Format be changed in the Save As dialog?

    I'm running PSE 6 on XP.
    When I do a Ctrl-W to save and close a new image I get taken to the Save As dialog.
    The Format is always set to PSD.
    But for the things I'm working on, I just want to save them as jpg's.
    Is there a way to change that default in the Save As dialog?
    Thanks.

    I've never found a way to set the default format. I use a keyboard macro utility, Quick Macros, to accelerate common actions like saving a file in JPEG format at maximum quality. There are many such utilities, none of them particularly great.

  • Photoshop Save As dialog changed- broken with Acrobat update?

    I'm using CS3 on a 27" quad core iMac with 10.6.4. I'm trying to save small image files in a particular BMP format for embedded systems use- something I've done many times before.
    However the Save As dialog in Photoshop no longer give the usual set of options- instead I see only:
    Photoshop
    Cineon
    Dicom
    Large Document Format
    Photoshop PDF
    Photoshop RAW
    PNG
    TIFF
    Only thing that has changed is the updater for Acrobat that ran yesterday. The file format options that were in Photoshop are no longer present.
    Of course, we are under the gun as a programmer is waiting for me to deliver the BMP files- all I can think to do is install Photoshop on another system.

    The other thing that changed is your image color bit depth. Switch it back to 8 bit under the image menu.

  • Forcing the 'save changes?' dialog

    Hello,
    I was wondering, Is it possible to force the form status to 'CHANGED' without any interaction with database items?
    Thanks.

    It is possible to change the Record Status, but not the block or form status programatically.
    set_record_property(to_number(name_in('system.trigger_record')),name_in('system.current_block'), status, CHANGED_STATUS);You could also simply prompt the user to save by displaying your own Alert asking if they want to save changes.
    DECLARE
      al_id    ALERT;
      n_button_pressed   NUMBER;
    BEGIN
       IF ( <some condition occurs that signals the need to save> ) THEN
          al_id := Find_Alert('STOP'); /* Must have an Alert Object created named "STOP" */
          Set_Alert_Button_Property(alert_id, ALERT_BUTTON1, LABEL, 'Yes');
          Set_Alert_Button_Property(alert_id, ALERT_BUTTON2, LABEL, 'No');
          Set_Alert_Button_Property(alert_id, ALERT_BUTTON3, LABEL, 'Cancel');
          n_button_pressed := Show_Alert(Alert_ID);
          IF ( n_button_pressed = ALERT_BUTTON1 ) THEN
             /* Yes */
             <Perform you Save processing here>
          ELSIF ( n_button_pressed = ALERT_BUTTON2 ) THEN
             /* No */
            < Do something here for NO >
          ELSE
             /* Cancel */
             RAISE Form_Trigger_Failure;
          END IF;
       END IF;
    END;Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • "Save As" dialog of excel for a sandbox solution library of sharepoint gives "Web page no longer exist. Error 410"

    Hi
    I created 2 libraries via a sandbox solution for sharepoint 2010. 
    I uploaded an excel file into the library.
    Now on opening via excel that file and clicking "Save as " dialog - it tries to open that sharepoint library where the file resides.
    But i am getting an error of "Webpage no longer exists".

    No, this approach doesn't solve the problem
    I have the same problem. Created a new SharePoint 2010 List Definition project, Sandbox deployment option. List Definition type: Documents Library.
    When attempting to save into the document library from Microsoft Word 2010 I get "The webpage no longer exists" error in the File Save dialog
    If I change the type of the solution to Farm solution it works as expected.
    IISLOGS:
    2013-12-19 10:12:01 127.0.0.1 PROPFIND / - 80 0#.w|domain\username 127.0.0.1 Microsoft-WebDAV-MiniRedir/6.1.7601 207 0 0 35
    2013-12-19 10:12:01 127.0.0.1 PROPFIND /sites - 80 0#.w|domain\username 127.0.0.1 Microsoft-WebDAV-MiniRedir/6.1.7601 207 0 0 26
    2013-12-19 10:12:01 127.0.0.1 PROPFIND /sites/team1 - 80 0#.w|domain\username 127.0.0.1 Microsoft-WebDAV-MiniRedir/6.1.7601 207 0 0 30
    2013-12-19 10:12:01 127.0.0.1 PROPFIND /sites/team1/Lists - 80 0#.w|domain\username 127.0.0.1 Microsoft-WebDAV-MiniRedir/6.1.7601 207 0 0 32
    2013-12-19 10:12:01 127.0.0.1 POST /_vti_bin/shtml.dll/_vti_rpc - 80 0#.w|domain\username 127.0.0.1 Microsoft-WebDAV-MiniRedir/6.1.7601 200 0 0 10
    2013-12-19 10:12:01 127.0.0.1 HEAD /sites/team1/_vti_bin/owssvr.dll dialogview=FileSave&FileDialogFilterValue=*.*&location=Lists/ListDefinitionProject1-ListInstance1 80 - 127.0.0.1 non-browser;+(Windows+NT+6.1.7601) 401 0 0 6
    2013-12-19 10:12:01 127.0.0.1 HEAD /sites/team1/_vti_bin/owssvr.dll dialogview=FileSave&FileDialogFilterValue=*.*&location=Lists/ListDefinitionProject1-ListInstance1 80 - 127.0.0.1 non-browser;+(Windows+NT+6.1.7601) 401 1 2148074254 2
    2013-12-19 10:12:01 127.0.0.1 HEAD /_vti_bin/owssvr.dll dialogview=FileSave&FileDialogFilterValue=*.*&location=Lists/ListDefinitionProject1-ListInstance1 80 0#.w|domain\username 127.0.0.1 non-browser;+(Windows+NT+6.1.7601) 200 0 0 23
    2013-12-19 10:12:01 127.0.0.1 GET /sites/team1/_vti_bin/owssvr.dll dialogview=FileSave&FileDialogFilterValue=*.docx&location=Lists%2FListDefinitionProject1-ListInstance1 80 - 127.0.0.1 non-browser;+(Windows+NT+6.1.7601) 401 0 0 10
    2013-12-19 10:12:01 127.0.0.1 GET /sites/team1/_vti_bin/owssvr.dll dialogview=FileSave&FileDialogFilterValue=*.docx&location=Lists%2FListDefinitionProject1-ListInstance1 80 - 127.0.0.1 non-browser;+(Windows+NT+6.1.7601) 401 1 2148074254
    2
    2013-12-19 10:12:01 127.0.0.1 GET /_vti_bin/owssvr.dll dialogview=FileSave&FileDialogFilterValue=*.docx&location=Lists%2FListDefinitionProject1-ListInstance1 80 0#.w|domain\username 127.0.0.1 non-browser;+(Windows+NT+6.1.7601) 410 0 0 34
    2013-12-19 10:12:01 127.0.0.1 PROPFIND /sites/team1/Lists/ListDefinitionProject1-ListInstance1 - 80 0#.w|domain\username 127.0.0.1 Microsoft-WebDAV-MiniRedir/6.1.7601 207 0 0 36

  • "Save as" dialog -- filename input

    Hello,
    each time if I save an edge animate using the "save as" dialog , the save as dialog opens and I click on another file in order to reuse the file name. The file name is prompted in the save as dialog.
    Now, I like to modify the file name: I click into the file name and enter the first character. Instead of not changing the position, the program is selecting the complete file name and deletes the file name if you continue writing. This is in my opinion an error. The save as dialogs in Photoshop, Illustrator and Dreamweaver (I have not tested other Adobe applications) have the same issue.
    Does anyone has a solution for this? I don't have this issue in MS Office or Visual Studio. Seems to be a problem in Adobe applications only.I have updated to the latest available AI, DW, PS and Animate versions (CC 2014.1 and so on).
    Yours
    Stephan

    Hello,
    it is windows standard feature inside a save as dialog box if the box is opened and if you click on an existing file name, the cursor should be places at the end of the filename which is completeley selected.
    Then, you have the option to jump at the end of the input field and the filename will be automatically unselected. This is different inside Adobe file save as dialoges and does not correspond to Windows standard behaviour.
    I would change it in order to be compliant to the expected standard feature.

  • Save As Dialog Not Showing when opening pdf from Outlook 2010

    Hi
    I have recently had to change the default documents folder on a windows 7 machine (Right Click Documents, properties,  include folder, set save location). Since this change, when opening an attached pdf document in outlook 2010 and viewing with adobe reader, if i click Save as from the file menu, no os dialog appears and therefore user cannot choose a place to save the document.
    As a work around the user can right click the attachment save the docment to a location, once opened, ther save as dialog is usable.
    I have uninstalled and re-installed reader to the laterst version, but with no luck.
    Any ideas?
    Jason Congerton

    This looks like a new behavior of Outlook 2010 and isn't specific to PDFs. You will need to "save as" the document. There is a thread at Microsoft forums about this with some possible workarounds:
    http://social.technet.microsoft.com/Forums/en-US/outlook/thread/927d678d-b55b-4732-93cb-f1 3ed1dacf96/

  • How to avoid the "Save As" dialog when using "Close Button"

    Hello All,
    I am facing a problem while closing a pdf file.
    I am using the following code to Open a pdf file.
    CAcroApp objAcroApp = new AcroAppClass();
    CAcroAVDoc objAVDoc = new AcroAVDoc();
    objAVDoc.Open(C:\\new.pdf,Sample);
    objAcroApp.Show();
    After opening the document I am **** some changes (adding markup) in the file.
    Then I am closing the file using the Close Button and in YES for the save confirmation dialog.
    Here is the problem.
    After giving YES, I am getting a Save As dialog with "Sample.pdf" in the FileName box.
    I am getting this only in Acrobat 9.0.
    When I tried the same in Acrobat 8.0 I didnt get Save As dialog. It saved with out "Save As" dialog in "C:\\new.pdf".
    I need to give the same behavior in both Acrobat 9.0 and 8.0.
    Please help me out to fix this issue. Thanks in advance.
    Regards,
    Mohd Mustafa SK

    In what you have posted, there is no reason it shouldn't work the same way in Acrobat 9. I would recommend that you submit your complete application to developer support.

  • Print to PDF is very slow showing "save as" dialog when printing from Outlook 2013

    Hello,
    I'm having a problem with one of my users.  The problem is intermittent.  At first when I was looking at the issue, here is what I saw:
    In Outlook 2013, I opened an e-mail.  I then selected Print, selected the Adobe PDF printer, and hit the print button.  There was over a 1 minute delay before the "save as" dialog appeared to ask me where to save the document and what to name it.  I did this for several different e-mails with and without attachments and the problem was consistent.  I saved the e-mail to a local e-mail file and the problem was the same.  This process was over 30 or 40 minutes.  I was pulled away for another issue and now the "save as" dialog pops up within seconds.  The user is complaining that this happens regularly.  I tried a repair, cleared temp files, and was going to try printing from other apps, but then it started temporarily behaving itself, so I can't tell you if the same delay existed in other apps.  I didn't see anything obvious in the event viewer logs.
    Has anyone else seen this?  Anyone have an idea on how to troubleshoot this?
    Thanks,
    Jeffery Smith

    Thank for your help Bill, but changing settings in the distiller did not seem to work. As my application prints directly to the default application without using anything specific to Acrobat, I was hoping there was a simple way forward. A colleague suggested copying registry entries from the account I logged on as to the S-1-5-18 entry, then rebooting. This had no effect as the prompt still comes up.
    Aandi, I don't have the Acrobat SDK or any experience of it.
    Also I'm not sure where any code/script would sit since the application is stable and so I would rather not change it.
    If it amounts to a few lines of javascript sitting outside the application then that would be of interest.

  • I get the Save As dialog when trying to Save, whether using Command-S or File menu

    When trying to Save a document, I am presented with the Save As dialog. The file name has a serial number added  to the old file name and the default destination is the Documents file. This happens whether I have tried to save using Command-S or using the Save option in the File menu. This started after I upgraded to Mavericks.

    I checked and the files are not stationery pads, Permissions show me as having read and write authority.
    But, when I  opened the files from the finder, the problem disappears and they saved normally. I then removed the files from the Dock and re-placed them in the Dock via drag and drop. The problem re-appears and changes will not save normally. Not being able to use the Dock is inconvenient but at least there is a workaround. Thanks for your help! Before declaring victory, I'd like to watch it for a while for other quirks.

  • How can I add form field value to the file name in save as dialog box

    I do not want the form to be saved automatically, just want the form to auto populate the "file name" only.
    A little background on the forms I want to use:  My company has 70 retail outlets, I'll use one of our pdf forms called an "Incident Report" as an example.  I would like for a store manager to be able to complete the form, then email the form to the main office (I already have javascript to add field values and form name to the email subject line), once the main office receives it, I want for them to be able to file the pdf electronically on our server.  We have mutliple forms that we use so I do not want any of the forms to automatically save anywhere, (at this time anyway) I just want the office personnel to be able to click "save as" (or whatever they will need to click) and the form automatically add certain field values from the pdf they have received, of which will be different each time the form is sent to the office (Date, store #, employee name etc.) in addition to the name of the form in the "File name" of the "Save As" dialog box.  The main office employees will decide into which server file the pdf should be saved.
    I'm using Acrobat 8 professional, the stores and office personnel use Adobe reader.
    One little note:  We currently print and file a lot of paper on a daily bases, as soon as I can get this to work, we are going green.
    Me and a lot of trees in this will really apprecitate any help you can give with this!  :-)

    You might want to take a look at the document "Developing Acrobat Applications Using JavaScript" (js_developer_guide.pdf) which is part of the Adobe Acrobat SDK, which can be downloaded here. Read the "Privileged versus non-privileged context" (p. 45ff.). You will find an example for "Executing privileged methods in a non-privileged context". Should be almost exactly what you are looking for.
    Small Outline: For security reasons ("the user always has to know what's going on") you are not allowed to use the "Doc.saveAs"-method without the user permission (--> in a non-privileged context). In order to reach the goal of a privileged context you can use a trusted function. You do this by creating a JavaScript file (*.js) in either the Application-JavaScript-Folder (default location on Windows systems: "%ProgramFiles%\Adobe\Acrobat 10.0\Acrobat\Javascripts") or the User-JavaScript-Folder (default location on Windows systems: "%AppData%\Adobe\Acrobat\10.0\JavaScripts"). Add the following content to the new file:
    myTrustedBrowseForDoc = app.trustedFunction( function ( oArgs ) {
         app.beginPriv();
              var myTrustedRetn = app.browseForDoc( oArgs );
         app.endPriv();
         return myTrustedRetn;
    myTrustedSaveAs = app.trustedFunction( function ( doc, oArgs ) {
         app.beginPriv();
              var myTrustedRetn = doc.saveAs( oArgs );
         app.endPriv();
         return myTrustedRetn;
    The developer guide actually wants you to add this content to the existing "config.js" file. I recommend creating a new file, since its easier to deploy in a network. Either way, every client/user who needs to be able to save documents this way, needs this JavaScript Code in his Application/User-JavaScript-Folder.
    Within the Acrobat Document, which you want to obtain a certain file name, you can now use the trusted functions "myTrustedBrowseForDoc" and "myTrustedSaveAs" to store the file. To call the trusted functions and deliver the file name you can either you use a form field (button) or you add a new menu item. Add the following JavaScript Action to the button/menu item and change "Roller Coaster" to the name of the field which contains the value which you want to become the new file name:
    var fileName = this.getField("Roller Coaster").valueAsString;
    try {
         var oRetn = myTrustedBrowseForDoc({bSave: true, cFilenameInit: fileName + ".pdf"});
         try {
              myTrustedSaveAs(this, { cPath: oRetn.cPath, cFS:oRetn.cFS });
         catch(e) {
              console.println("Save not allowed, perhaps readonly.");
    catch(e) {
    console.println("User cancelled Save As dialog box");
    Good Luck!

Maybe you are looking for