App.Alert for "Save As" Actions

Hi,
I am trying to set up an app.Alert for the "Save As" menu action. I do not want the alert to appear when the User "Saves", only on "Save As".
The app alert will be a warning, with an "OK" button, allowing the User to proceed with the "Save As" process.
Thanks in advance,
Niall

Hi,
Would anyone have any solutions for this problem?
I have put in script to objects, but not within the inner workings of Lifecycle Designer.
I need to get this Warning Message working for Save As event.
Any help gratefully received.
Thanks,
Niall

Similar Messages

  • Upgraded to ios7 and now 'slide to unlock' no longer brings me right to text or app alert that just came in. Is there a setting I am missing?

    Before I upgraded to ios7 whenever I got a text or an app alert ( for instance: my turn in words with friends) I would 'slide to unlock' and first screen to come up would be that text or that app. Now that I have ios7 it just brings me to last screen visible before 'sleep' mode... is there a way to bring back that feature??

    Awesome Glad we figured it out!

  • I am using iCal on my iMac, iPad and iPhone using iCloud and when I set the alert for 1 day before and the second alert to 1 hr before, then save the alerts switched.  Was is this happening?

    I am using iCal on my iMac, iPad and iPhone and when I set the alert for 1 day before and the second alert to 1 hr before, then save the alerts switched.  Was is this happening?

    http://support.apple.com/kb/he57?viewlocale=de_de
    India
    (91) 1800 4250 744
    www.apple.com/in/support/
    hope it helps

  • Getting falsely charged for in app purchases from a game app and no response nor action taken to be reimbursed for the app as well as iTunes

    Getting falsely charged for in app purchases from a game app and no response nor action taken to be reimbursed for the app as well as iTunes

    no and hd as well bash or times response i've itunes. reply yet contacted bingo fifty

  • How can I turn off an alert for each txt when message app is open?

    I think this is a simple problem but I can't find a solution! I want to receive an alert (either vibration or sound, depending on the position of the silence switch) when I get a new txt. This is how I am set up now. However, once I open the messages app and am engaged in a discussion, I no longer want to receive an alert for each message. So basically: If message app is open, no alert... otherwise, alert! Is this possible?

    Latest update on 'Network Lost' Message. I have tried all the suggestions, ie, Setting my carrier to Automatic and resetting my Network settings but nothing works. I had a long conversation with someone at Apple this morning and he said there was no way to stop this from happening. Gutted! My husband and I went through the settings on both our iPhones earlier and discovered that he has a different software version to mine, He hasn't updated his and he never gets the message. Now I am wondering if it's possible to go back to an earlier version and if so how? Can anyone tell me please?

  • Is there a way to disable alerts for updates on unused droid razr m factory installed apps?

    Is there a way to disable the alerts for unused droid razor m factory installed aps?  Or how can I manage the settings so these do not pop up?  I literally have used none of their pre-installed apps in 2 years.  I would prefer they just do whatever it is they do in the background.

    If you go into the application manager and disable those apps, that will uninstall updates and stop future update attempts

  • I have the ESPN ScoreCenter app on my iPhone 4S and since I installed iOS7 I am no longer receiving alerts for my teams.  I have not changed anything else, Notifications is on all my team alerts are on.

    I have the ESPN ScoreCenter app on my iPhone 4S and since I installed iOS7 I am no longer receiving alerts for my teams.  I have not changed anything else, Notifications is on, all my team alerts are on.

    Wow, just posting and it seems that there is a solution that is working for me...
    What I've did is I turned off iTunes Match on my iPhone, then turned in on again. Now in my iTunes library on my mac I can get the duplicates to be matched or uploaded to iCloud with a right-click, add to iCloud. iTunes Match starts to check the songs and everything is done correctly. Pretty nice!

  • Looking for HP printer App/Icon to save on desktop

    Hi - I am presently using Windows 8.1 operating system. In a previous version of Windows, I had installed a HP app/icon for printing photos and saved it on my desktop screen, the app looked like a picture of a "small HP printer" and it was very convenient when I wanted to print single photos on photo paper. After selecting my options on that printer app such as choosing a 2x3 or 4x6 size etc., I could select a photo and drag it to the printer app and it would automatically send a request to my printer to  print that size photo. Now that I've  installed the later version of Windows - (8.1), that printer app has disappeared from my desktop and I can't find out where to download it again. I do have a program installed called "HP Photo Creations" but that program only shows options to select 4x6 or 5x7 sizes etc., it does not give me the option to print a single 2x3 size photo. Anyone know where I could possibly download that small HP printer app/icon? I hope it's still available and can work on Windows 8.1, it really was soooo convenient.
    This question was solved.
    View Solution.

    Hi @jank, 
    Welcome to the HP Support Forums.  I understand that you are wondering if an app you used to have is still available for Windows 8.1.
    The app you mention in your post predates my time with HP and I had to do some digging around.  I was able to find out that at one time an app similar to the one you mentioned did exist, but no one I worked with was able to remember the name of it or how it worked.  It appears that it is no longer available. 
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Alerts for Apps

    How do I stop receiving loud random alerts for games that I have downloaded??
    Thanks

    Settings>Notifications. Turn off the sound alerts for whatever games are annoying you.
    Best of luck.

  • File path recorded with "Save As" Action is fixed?

    I am trying to create an action that will save the open file to a JPG (Quality 9, Matte: None), always in the same folder that it came from, as it does when this is performed manually. (The preference to Save As to the Original Folder is enabled).
    What I am finding is that when the action is recorded, the path to the folder at the time is fixed in the action, effectively rendering it useless for further saves of files opened in different folders.
    Is it possible not to save a path when recording the Save As action or make it variable so that adopts the folder that would have been chosen had the command been invoked manually?
    TIA, Joel.
    Photoshop Mac CS5
    Mac OS X 10.6.4
    MacBook Pro 17" 2.4GHz/4GB/320GB

    So it looks like PS cannot automate a manual process in this case though it would be very desirable for it to do so and has all the information necessary for the task.
    I may not quite follow as I browsed the thread rather superficially, but Scripting may be useful in this case.
    You could try this JavaScript (save as a jsx-File in ExtendScript Toolkit into the application’s Scripts-folder).
    But be warned: This would overwrite existing jpgs of the same name without prompting.
    // saves jpg into same folder;
    // be advised: this  overwrites existing jpgs of the same name without prompting.
    // 2010, use it at your own risk;
    #target photoshop;
    if (app.documents.length > 0) {
    var thedoc = app.activeDocument;
    // getting the name and location;
    var docName = thedoc.name;
    if (docName.indexOf(".") != -1) {var basename = docName.match(/(.*)\.[^\.]+$/)[1]}
    else {var basename = docName};
    // getting the location, if unsaved save to desktop;
    try {var docPath = thedoc.path}
    catch (e) {var docPath = "~/Desktop"};
    // jpg options;
    var jpegOptions = new JPEGSaveOptions();
    jpegOptions.quality = 9;
    jpegOptions.embedColorProfile = true;
    jpegOptions.matte = MatteType.NONE;
    //save jpg as a copy:
    thedoc.saveAs((new File(docPath+'/'+basename+'.jpg')),jpegOptions,true);
    //that’s it; thanks to xbytor;

  • Need to specify default filename for SaveAs

    I am using the command app.execMenuItem("SaveAs"); in the click event of a button. Is there anyway that I can specify a default filename for the user? I do want the user to get the Save As window and the ability to change the name if possible.
    The form is generated by the RenderForm Java script, and the name being generated as a default for the SaveAs window is RenderForm.pdf
    Thanks,
    Velvet

    Chris, I think you missed this one.
    I think you want to change the name when calling app.SaveAs via javascript from the client not on the server. Since app.executeMenuItem("saveAs") will not take any parameters to suggest a file name. I think you will have to use doc.saveAs which will allow the name to be specified. This would require a trustedFunction which may or will not work unless you have known users. You will also need to prompt for the file name before making the call.
    Here is some untested code to get you started...
    You will need to create a trustedFunction (see AcroJS.pdf for details) ..
    saveFunc = app.trustedFunction(function (filename) {
    app.beginPriv();
    try {
    event.target.saveAs({cPath: filename});
    } catch (err) {
    app.alert("Error: " + err);
    app.endPriv();
    Code for your event...
    var suggestedName = "MyPDFName.pdf";
    // Note This will only work if you know where they will be saving it
    var cPathToSaveTo = "/c/temp/";
    var cResponse = app.response({
    cQuestion: "What name would you like to use for this PDF?",
    cTitle: "File Name",
    cDefault: suggestedName,
    cLabel: "File Name:" })
    if(cResponse != null)
    saveFunc(cPathToSaveTo + cResponse );
    Hope this helps.
    Rich Ruiz
    Novanis

  • Any possibility of getting automatic alerts for Bdocs?

    Hi all,
    Any possibility of getting automatic alerts for Bdocs Instead of doing manual bdoc monitoring using SMW02/SMW01.
    For example Sales order is created in CRM, transferred to R/3. bcoz of some problems order is not posted successfully in R/3 . Any possibility of getting automatic alerts for Bdocs Instead of doing manual (checking)  bdoc monitoring using SMW02/SMW01.
    If yes, Plz let me know how to procees automatic alerts for Bdocs .
    Thanks in advance,
    P.V

    Hi,
    This is very much possible and though a very simple transaction:
    Tcode: SMW00 Error Handler
    Select 'Error Action for a Specific BDoc Type'
    Press Execute
    Press Maintain Configuration button or press F9
    In the next screen, you can specify what BDOC types you want the alert to come for, what status of BDOc should the alert come for, the error action can be set as Workflow or Mail
    Select 'Mail'
    Select the Typr of reciopient (e.g. B Sap User)
    Enter the recipient (User name)
    Check Express for an alert to popup
    Cehck always Process
    SAVE and Execute
    These settings will help you get an email and an alert popup whenever a BDOc fails
    Thsi must work for you
    Kindly reward with points in case helpful
    Sharif

  • Since I upgraded to ios 7.1.1 I'm not getting notification alerts that require an action before proceeding?

    For example in the notification center it says you can set an app up to trigger an alert that requires an action before proceeding and I'll get them if the screen is locked but if I'm using the phone then the only way I will know about a text msg etc is if I happen to see the badge icon with the red numbers. Any help would be much appreciated. And yes everything is set up to trigger those in the notification center. Thx!

    Ok, thanks for taking my questions. I'm sorry I wasted the USD 700. As I said earlier, I am very frustrated. I appreciate the courtesy of replying in Portuguese

  • No sound alert for incoming emails

    I lost  sound alerts for the incoming email messages into my yahoo mail  inbox since I upgraded to Mountain lion. I even made rule to play sound it but doesn't work!!! I have all the setting on. Apple please fix since this problem arose with Mountain Lion upgradation.
    On the other hand any communication done through the apple mail app doesn't save send items automatically. Apple email is poorly desigend and needs to be redesign or eliminated  completely.

    Thanks. I just talked to apple rep and we figured out that in system preference>sound effect> output volume, I had mute option checked which happened during upgradation to Mountain lion.  iI unchecked mute and now sound alert works. However the sent items are not being synchronized with web based yahoo email sent items.

  • Getting this error while opening a folder : This file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, create an association in the Default Programs control panel

    Hi,
    While trying to open a folder on my Windows 7 Home Premium, an error comes "This file does not have a program associated with it for performing this
    action.  Please install a program or, if one is already installed, create an association in the Default Programs control panel." I tried searching on the net but did not get great support for the issue when it happens with folder opening.

    Hi Nikunj Shah,
    First, I suggest you download
    Microsoft Safety Scanner or
    Malicious Software Removal Tool to run a full scan.
    The error messages here seems to be caused by the corrupted registries, which related with the folder association.
    You may take a try to merge the following registry settings to reset the folder association, before that, remember to backup your registry settings first:
    How to back up and restore the registry in Windows
    Copy and paste the following commands into Notepad, and save it to a .reg file:
    =================
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\Folder]
    "ContentViewModeLayoutPatternForBrowse"="delta"
    "ContentViewModeForBrowse"="prop:~System.ItemNameDisplay;~System.LayoutPattern.PlaceHolder;~System.LayoutPattern.PlaceHolder;~System.LayoutPattern.PlaceHolder;System.DateModified"
    "ContentViewModeLayoutPatternForSearch"="alpha"
    "ContentViewModeForSearch"="prop:~System.ItemNameDisplay;System.DateModified;~System.ItemFolderPathDisplay"
    @="Folder"
    "EditFlags"=hex:d2,03,00,00
    "FullDetails"="prop:System.PropGroup.Description;System.ItemNameDisplay;System.ItemTypeText;System.Size"
    "NoRecentDocs"=""
    "ThumbnailCutoff"=dword:00000000
    "TileInfo"="prop:System.Title;System.ItemTypeText"
    [HKEY_CLASSES_ROOT\Folder\DefaultIcon]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
      65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,33,00,00,00
    [HKEY_CLASSES_ROOT\Folder\shell\explore]
    "MultiSelectModel"="Document"
    "ProgrammaticAccessOnly"=""
    "LaunchExplorerFlags"=dword:00000018
    [HKEY_CLASSES_ROOT\Folder\shell\explore\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    [HKEY_CLASSES_ROOT\Folder\shell\open]
    "MultiSelectModel"="Document"
    [HKEY_CLASSES_ROOT\Folder\shell\open\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
      65,00,00,00
    [HKEY_CLASSES_ROOT\Folder\shell\opennewprocess]
    "MUIVerb"="@shell32.dll,-8518"
    "MultiSelectModel"="Document"
    "Extended"=""
    "LaunchExplorerFlags"=dword:00000003
    "ExplorerHost"="{ceff45ee-c862-41de-aee2-a022c81eda92}"
    [HKEY_CLASSES_ROOT\Folder\shell\opennewprocess\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    [HKEY_CLASSES_ROOT\Folder\shell\opennewwindow]
    "MUIVerb"="@shell32.dll,-8517"
    "MultiSelectModel"="Document"
    "OnlyInBrowserWindow"=""
    "LaunchExplorerFlags"=dword:00000001
    [HKEY_CLASSES_ROOT\Folder\shell\opennewwindow\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\BriefcaseMenu]
    @="{85BBD920-42A0-1069-A2E4-08002B30309D}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Library Location]
    @="{3dad6c5d-2167-4cae-9914-f99e41c12cfa}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Offline Files]
    @="{474C98EE-CF3D-41f5-80E3-4AAB0AB04301}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\DragDropHandlers\{BD472F60-27FA-11cf-B8B4-444553540000}]
    @=""
    [HKEY_CLASSES_ROOT\Folder\ShellEx\PropertySheetHandlers\BriefcasePage]
    @="{85BBD920-42A0-1069-A2E4-08002B30309D}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\PropertySheetHandlers\Offline Files]
    @="{7EFA68C6-086B-43e1-A2D2-55A113531240}"
    [-HKEY_CLASSES_ROOT\Folder\ShellNew]
    [HKEY_CLASSES_ROOT\Folder\ShellNew]
    "Directory"=""
    "IconPath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
      74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
      00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,33,00,\
      00,00
    "ItemName"="@shell32.dll,-30396"
    "MenuText"="@shell32.dll,-30317"
    "NonLFNFileSpec"="@shell32.dll,-30319"
    [HKEY_CLASSES_ROOT\Folder\ShellNew\Config]
    "AllDrives"=""
    "IsFolder"=""
    "NoExtension"=""
    ==================
    Once done, right-click the REG file and choose Merge. Alternately, you can open the Registry Editor and then using the
    Import option from the File menu, to merge the REG file contents.
    Let me know if you need any further help.
    Best regards
    Michael Shao
    TechNet Community Support

Maybe you are looking for

  • Can more than one delimiter be use at the same time for spreadsheet string to array

    I have a text header in my data file that is space delimited and the data in the file is tab delimited? Any suggestion?

  • Xorg 7 mod / nvidia / libgl-dri conflict

    I run the tesing repo of arch, and want to use xorg modular with nvidia. Although it runs with xf86-input-nv, I'ld like to run the nvidia driver - I think this is the best if you like to have 3D Acceleration, right? So, as many have mentioned before,

  • Why does ical go offline when I log out, and ask if I want to go online every time?

    Version 5.0.3, lion 10.7.4, intel 2011 This is very  annoying and I would like ical to just "recognize" that I am online, so I don't have to do anything with it. Anyone know the answer?

  • Error Backup!!

    Friends, I made the following test of backup: SHUTDOWN IMMEDIATE STARTUP MOUNT BACKUP DATABASE FORMAT 'D:\ORACLE - BKP\DATABASE_%U.DBF' PLUS ARCHIVELOG TAG=”DATAFILE”; BACKUP CURRENT CONTROLFILE FORMAT 'D:\ORACLE - BKP\CONTROLFILES_%U.CTL' TAG=”CONTR

  • I ended up with two (2) ipod's!!

    Dummy me. I bought a 30gb ipod. I took it to work and either lost it or had it stolen. After several weeks, I bought another one, (60gb). You guessed it....I eventually found the first one. Now to my question. I want to give the first one to my wife.