HOW TO DISABLE "SAVE AS" IN THE MENU?

Does any body knows how to disable the option SAVE AS from the file menu en discoverer 4.1.37?
Thanks for your help!!

You can use the UISelectitem#setItemDisabled method to set the item disabled status.

Similar Messages

  • How to Enable the SAVE button in the Menu Bar of the Invoice Document.

    Hi.
    How to Enable the SAVE button in the Menu Bar of the Invoice Document as it is disabled for me.
    I would like to save the Invoice document in PDF  format.
    Regards
    Irfan

    Hi,
    Normally, for the archiving or generation of the invoice document in PDF format is handled by maintaining the output records through VV31/VV32 with the relevant printer, storage mode ( 3- print and archive or 2- archive only ), no. of messages ( means no of copies ) in the communication method.
    Then when you click the print button through VF03 in the print options pop-up you get a print at the physical printer and at the same time an archived copy ( PDF copy ) attached with the document.
    So, please make sure the output records are fine to allow a PDF copy generated and then try to print and check in VF03 by entering into the billing document.
    Hope this helps you.
    However, from the print preview you normally would not be allowed to save or print.
    Regards,
    Ram
    Edited by: Ramakrishna Peri on Apr 3, 2009 9:16 AM

  • How to disable save button on selection screen (1000) run from other report

    Hi Experts,
    Can any one let me know how to disable save button on selection screen (1000) run from other report.
    Say I am running from report R1 which submits report R2, but the save button should be disabled on
    report R2(selection screen 100).
    Thanks in advance.
    Regards
    RP.

    Hi RPReddy16 ,
    Try this:
    DATA :BEGIN OF t_extab occurs 0,
                     fcode like rsmpe-func,
                 END OF t_extab.
    REFRESH T_EXTAB.
    MOVE 'SAVE' TO T_EXTAB-FCODE.
    APPEND T_EXTAB.
    CLEAR T_EXTAB.
    SET PF-STATUS 'STATUS' EXCLUDING T_EXTAB.
    Regards,
    José

  • Disable 'SAVE' button on 'FILE' menu on some forms using personalization

    Hi there,
    I need to disable 'SAVE' button on 'FILE' menu on some forms using personalization. Please let me know if you know how to do this. Currently we have done this through custom.pll and we are trying to phase out custom.pll. Any help is appreciated.
    thanks
    Sudeep

    whether i know u cannot disable SAVE toolbar through Personalization. You do it with custom.pll.
    CHECK FOLLOWING LINK
    Disable Save item from Contrl Menu
    Pradhyumn Sharma

  • How do i drag media to the menu screens in premiere elements 13? I can't see my audio files and the menu screens at the same time. In prior versions it was easy

    How do i drag media to the menu screens in premiere elements 13? I can't see my audio files and the menu screens at the same time. In prior versions it was easy?
    It is very cumbersome to "re browse" for audio files/pics/movie clips to add to menu screens. Certainly there is a way to view the media and menu screen at the same time so I can drag and drop?

    Jayhawk
    I think I know exactly what you are seeking and believe it cannot be done in Premiere Elements 11, 12, and 13 as it can be done in versions earlier than 11 where the Disc Layout and Project Media are viewed side by side.
    Premiere Elements 13 uses a Movie Menu customization workspace which is not allowing viewing of Project Assets in the Expert workspace at the same time.
    ATR

  • How do I save songs in the Automatically Add to iTunes folder

    How do I save songs in the Automatically Add to iTunes folder?  Is this done via settings somehow?
    Stated another way......songs recently added to my music folders in the iTunes libary are not updated in the media library automatically.  How do I save songs in the Automatically Add to iTunes folder?
    Still another way......I'm trying to backup songs in my iTunes library by dragging them into a flash drive.  But I noticed that not all songs are included in the iTunes Media folder from which I am making my backup file.  Is there a better way to do a backup?  If not, how do I get the iTunes Media file updated to include all songs in my iTunes library?

    See this Apple support document.
    http://support.apple.com/kb/ht1751
    B-rock

  • Secondly, i used migration assistant to move everything from old laptop to new. when i used pages on new machine, 10.8.5 operating system, there is no click for file save as in the menu, only flle save. why?

    secondly, i used migration assistant to move everything from old laptop to new. when i used pages on new machine, 10.8.5 operating system, there is no click for file save as in the menu, only flle save. why?

    Hold down Option key while clicking on menu bar and Save as will appear.

  • How do I save documents from the new Pages into a Word Document

    How do I save documents from the new Pages into a Word Document?

    Thank you so much - so simple!  I had been using the 'share' option (worked in old Pages) and only had icloud or email as options.  I have to attach word documents to emails to send to work. I don't want to use icloud because it's too public and I don't trust it.  Also, you have to be able to access the internet and I need word documents on my USB stick for work where there's no internet.
    I love my Mac but I do wish Apple would remember those of us living in less-than-perfect computer-land.
    Thanks again
    Lindsay

  • How to hide some functions in the menu bar of flash paper

    Do anyone know how to hide some functions in the menu bar of
    flash paper? As I want to show a swf file(converted from pdf) on
    the website without printing function. How can I do it?
    Also, if possible, can anyone know how to hide all functions
    on the menu bar except the logo of flash paper?
    Thank you very much, it is very urgent.

    Here is an article about how to integrate flashPaper into
    Director. It has most of the functions that can be executed on
    flashPaper. Maybe it will help?
    http://www.adobe.com/devnet/director/articles/flashpaper_in_director.html
    and here is all his code
    http://www.mediamacros.com/item/item-1006687373/
    Note: it is for 1.01, but works with 2.0

  • HT2476 FAVORITES menu ... How do I remove/delete from the menu?

    I accidentally dragged a folder into my FAVORITES menu ... How do I remove/delete from the menu?

    Do you mean in Finder?
    Right-click (CTRL-click) > Remove from Sidebar
    -or-
    Hold down COMMAND and drag it out of the window

  • Can I put a save icon on the menu bar

    can I put a save icon on the menu bar

    If you click on the bluetooth icon in top right menu bar and scroll down to your mouse it will show the battery % left.  You can also download the mighty mouse widget and it will show status in the dashboard.

  • How to disable save Icon?

    We have a legal requirement in our bank that in our intranet site whatever document we show it should have save icon disabled? [thought there are lot if ways we can capture the contents of it even with save icon disabled]
    Is there any way of implementing the save icon disabled...I spent almost three hours with no result.... My coding will look like this
    int permissions = ~(PdfWriter.AllowPrinting | PdfWriter.AllowCopy | PdfWriter.AllowModifyAnnotations | PdfWriter.AllowFillIn | PdfWriter.AllowAssembly | PdfWriter.AllowModifyContents | PdfWriter.AllowScreenReaders);
    PdfEncryptor.encrypt(reader,fos,true,"","",permissions);

    I have pasted my code below
    We are creating a new pdf and applying permissions for that....
    I searched for more than two hours and couldn't find a way to disable save icon in the API we use
    com.lowagie.text.pdf.PdfEncryptor;
    com.lowagie.text.pdf.PdfReader;
    com.lowagie.text.pdf.PdfWriter; [you can paste this in google which will explain this API]
    I thought this as a constraint with this API, hence searching for other API's which has this feature...in most of the forums I saw implementing this as not possible....hence thought of checking in Adobe forum where people might suggest some other API...Please let me know whether this feature [if it is really a programmable feature] is available in API's you have used...Thanks Aandi Inston!
    byte[] documentBytes = document.getContentBytes(); //which will get the content of a pdf
    File newFile = File.createTempFile("tempPdfFile", ".tmp");
    FileOutputStream fos = new FileOutputStream(newFile);
    reader = new PdfReader(documentBytes);
    int permissions = ~(PdfWriter.AllowPrinting | PdfWriter.AllowCopy | PdfWriter.AllowModifyAnnotations | PdfWriter.AllowFillIn | PdfWriter.AllowAssembly | PdfWriter.AllowModifyContents | PdfWriter.AllowScreenReaders);
    PdfEncryptor.encrypt(reader,fos,true,"","",permissions);

  • How to disable delete option in the receipt work bench thorugh formpersonal

    Hi Team,
    Please let me know, how to disable delete option in the receipt work bench through form personalization

    Hi.
    Condition
    Trigger Event: WHEN-NEW-ITEM-INSTANCE
    Trigger Object: RGW_FOLDER.M_PAYMENT_METHOD_DSP
    Actions
    Type: Property
    Object Type: Block
    Target Object: RGW_FOLDER
    Property Name: DELETE_ALLOWED
    Value: FALSE
    Note: The button will remain visible and if the user presses it, the system will ask if he/she want to delete the receipt. However, if the OK button is pressed the receipt will not be deleted and a message will be shown ("You cannot cannot delete this record")
    Hope this helps.
    Octavio

  • How to disable maximize button of the java.awt.Window ????

    How to disable maximize button of the java.awt.Window !!!!
    Help needed

    How to spam the forum with the same fuqin question. Please get lost.

  • HELP - how do you save pictures through the recovery mode?

    How do you save pictures through the recovery mode.  I have the black screen with cursor and despite trying all the tips noted here nothing seems to fix the issue.  These have included using Utility disk to re-install OS-X, repairing the disks.  Also tried the holding shift on start up and entering username and password.  Also tried internet recovery and then repair and re-install.  Nothing works!
    Happy to restore from a back up, but I have been rubbish and not backed up for a long time.  Also happy to delete and re-install completely but don't want to loose pics.
    Please let me know any suggestions!!

    bemsley wrote:
    Is it possible to attach an external drive and copy across files through the utility function?
    That requires that you can boot the MBP. 
    Or to boot the mac using the time machine back up?
    You can try using startup manager:
    http://support.apple.com/kb/ht1310
    But you still need a working volume where you can install the backed up data.
    The good news is that since you have a Time machine backup, you can transfer that data to another Mac or clone:
    http://pondini.org/OSX/Setup.html
    Ciao.

Maybe you are looking for

  • Facing problem in Weblogic Server 10.0

    Hi,           I migrated one application from Weblogic 5.1 Commerce to weblogic 10. As part of this, Iam facing the below problem. In this migration, I configured all the things in new weblogic 10.0 as in weblogic 5.1.           When I deployed the a

  • E1000 help please, FORGOT MY PASSWORD

    so i have looked many places now for this answer and have come up with nothing.  i have the router plugged in for internet but do not know the password for the wireless connection.  i am running a mac.  i have also tried using the standard admin or p

  • Update ztable

    hi, i need to update 5 fields from internal table into single ztable field. i have 10 fields in file comprising 5 month fields(month1 month2 ....). from that i need to update values to single field in ztable of month. is there any procedure to do so.

  • Downloading previous iTunes purchases on iPhone

    I have iOS 5.0.1 installed on my iPhone, and have set up iCloud.    In the app store I can re-download previous purchases (Updates - Purchased - Not on This iPhone), but I can't do the same in iTunes.   Can anyone help? Cheers!

  • ¿Es necesario Adobe Lightroom?

    Pues, esa es la pregunta, ¿porque usarlo?, ¿porque es diferente al Mini Bridge? Aparte, de sus funciones de ordenacion, el resto de funciones ¿no las usamos ya en Photoshop? Intento despejar las dudas, para desvelar, si es necesaria y util su instala