Enable & Disable Menu option

Hi,
How to enable and disable File -> Save menu option for a form.
Regards,
--Prasanth                                                                                                                                                                                                       

Hi again,
you can forgot the question, I've found the answer in the developer's guide... :-P There is where the list I've mentioned before was placed.
Thanks anyway.
Jose.

Similar Messages

  • There is no enable/disable 3g option in iphone 4s, when will we have this option

    There is no enable/disable 3g option in iphone 4s,
    It is missing.  2G provide me that better cell coverage and less battery use.
    When will we have this option? İ dont need 3g in my daily usage, rarly i need to use 3g to get big files.
    Do we have this option in ios 5.1 we must have this!

    "When will we have this option?"
    There is no reason to believe that this will ever be an option.

  • Using XMLLIST - Enable/Disable Menu Items

    I am using XMLList for creating menu items.
    I want to enable / disable menu items based on the permissions to the user.
    Below is the code snippet:
    <fx:XMLList  id="newData">
                                  <menuitem id="item1" label="{resourceManager.getString('taskmgmt', 'taskmgmt.label.newProject')}" />
                                  <menuitem id="item2" label="{resourceManager.getString('taskmgmt', 'taskmgmt.label.projectFromTemplate')}" enabled="false"/>
                        </fx:XMLList>
    private function ItemClickHandler(event:MenuEvent):void
         if(PermissionManager.isAddPermitted("WTM_PROJECT_PLANNING")){
                                                           ProjectAssignmentModel.projectAssignmentFlag=false;
                                                           if(event.item.@label == resourceManager.getString('taskmgmt', 'taskmgmt.label.newProject')){
                                                                     clearModel();
                                                                     dispatchEvent(new SwitchViewEvent(SwitchViewEvent.SWITCH_VIEW_EVENT,false));
    protected function newMenuButton_clickHandler(event:MouseEvent):void
                                            if(! PermissionManager.isAddPermitted("WTM_PROJECT_PLANNING")){
                                                      newData.item1.enabled = false;
                                            else
                                                      menuList.dataProvider = newData;
                                                      menuList.show(event.stageX + 5 , event.stageY + 5);
                                                      mode = CREATE;
    Based on the permission, I want to dynamically enable / disable the "New Project" button.
    Can someone provide information how to achieve this ?
    Further update on this, it is giving the following error while running of the application:
    "TypeError: Error #1089: assignment to list with more than one item is not supported"

    Resolved by using the correct Data Provider and iterating through the list

  • Keyboard shortcut enable/disable transfer option (Brush Panel)

    Is There a way to assign a keyboard shortcut to enable/disable the transfer option in the Brush Panel ?

    Not sure for Mac, but in Windows I can enable, disable or change this option. However, according to https://support.skype.com/en/faq/FA12024/what-are-hotkeys-and-how-do-i-use-them-mac and https://support.skype.com/en/faq/FA12074/what-keyboard-shortcuts-can-i-use-with-skype-for-mac-os-x seems that these options are available for Mac OS.

  • Disabling menu option

    Hi,
        I want to disable the menu option dynamically for certain condition, can anybody please say the procedure.
    Thanks in Advance

    try this
    to diable sort button in your alv output..see the text in bold
    data: IT_EXCLUDE TYPE SLIS_T_EXTAB
    append '&OUP' to it_exclude. "sort ascending
    append '&ODN' to it_exclude. "sort descending
    put tab on the button and click f1 to get function codes and pass to it_exclude you can disabe your standard buttons ojn the top..
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
    EXPORTING
    i_callback_program = sy-repid
    is_layout = l_layout
    it_fieldcat = it_fieldcat
    IT_EXCLUDING = it_excludeTABLES
    t_outtab = itab
    EXCEPTIONS
    program_error = 1
    OTHERS = 2.

  • Enable/Disable Print Option

    I can totally disable the print option from the security section of properties by setting a password. But i want to enable it through scripting in the form and then allow the user to print. Is there a way for it?

    Thanks for the Feedback Aandi.
    Could u tell me the properties/events of host.PDFSecurity.
    Thanks.
    Khaled.

  • Can't sign in to adsense, no enable/disable cookies option in tools

    I can't sign in to adsense, and one troubleshooting suggestion was to make sure cookies are enabled. Went too tools-options-privacy and the cookie section has no option to enable or disable cookies. Cookies seem to be enabled, but how do I know? I could sign in to adsense fine before this last update.

    Seems to be an issue with AAM. You might try uninstalling AAM and re-installing the most updated version. Lets try the below suggestions:
    > Download and install the Adobe Creative Suite Cleaner Tool: http://www.adobe.com/support/contact/cscleanertool.html
    > Extract and run it.
    > Select "e" for English.
    > Hit "Y" for Yes if asked.
    > Select Option 3 for Creative Cloud.
    > Then select Option 1 for Creative Cloud Installer.
    > Download and Install the latest version of Adobe Application Manager from the below link :
    Windows: http://www.adobe.com/support/downloads/detail.jsp?ftpID=4773
    Mac: http://www.adobe.com/support/downloads/detail.jsp?ftpID=4774
    > Try to install the update now and check.
    >If error still persists, Rename the OOBE folder to OOBE OLD from
    Mac: MAC HD/Library/Application Support/Adobe
    Win: C:\Program Files (x86)\Common Files\Adobe\
    > Install AAM again and try to launch.

  • Disabling Menu Options on New Button in Form Library

    In InfoPath form libraries on SharePoint online, I've noticed a new menu that now pops up when clicking the "new" button.
    I do not see a setting in the library to disable this. Is there a setting some place I'm overlooking?
    Thanks!

     The only way to remove them is customization.

  • Menu option not available in SAP GUI transaction in Portal

    Hi all,
    When accessing SAP Transaction iview via the portal 7.31 the drop down menu option is not available in the first session.
    It is available in the second session and when accessing SAP Traansaction directly from the SAPLOGON pad, the option allows users to open other sessions and stop transactions.
    How can we enable the menu option in Transaction iview in Portal? 
    Plz find the attaches screen shot of error.

    Hi Chandra,
    Can you try the same senario with broswer compatible mode?
    Because these function will be over ride the style sheet.
    Thanks
    Patrick

  • Enable/disable textbox depending on list option, list is dependent on Radio

    Hi,
    I'm trying to enable/disable text_box which is dependent on select_list option, select_list is dependent on radio_button.
    I'm able to enable/disable select_list using radio_button options, but I'm unable to handle text box which is again dependent on this SELECT_LIST item.
    under html header page:-
    <script type="text/javascript">
    function disableOnValue(o)
    if (o.value == 'Y')
    document.getElementById('P86_Select_list_item').disabled = false;
    else
    document.getElementById('P86_Select_list_item').disabled = true;
    document.getElementById('P86_text_box_item').disabled = true;
    </script>
    <script type="text/javascript">
    $(document).ready(function()
    $('#P86_Select_list_item').change(function()
    if($(this).val() == 'Other')
    $('#P86_text_box_item').attr("disabled", false);
    else
    $('#P86_text_box_item').attr("disabled", true);
    </script>
    under Region_Source of the region, whose Display point :- <b>Before Footer</b>
    <script type="text/javascript">
    if(document.getElementById('P86_radio_button_0').checked == true)
    {disableOnValue(document.getElementById('P86_radio_button_0'));}
    else
    {disableOnValue(document.getElementById('P86_radio_button_1'));}
    </script>
    and under Radio_button item, HTML Form Element Attributes :- <b>onchange="javascript:disableOnValue(this);"</b>
    also same way under text_box item , HTML Form Element Attributes :- <b>disabled</b>
    any help
    Deep

    Thanks for replying Ben,
    I have kept an example into apex workspace
    workspace:- DEEPAPEX
    username:- [email protected]
    password:- walubu
    application "Javascript" page 1
    I'm able to enable/disable Select_list item & Text_box item with the help of Radio_button item(depending on user select yes or no option of the radio button)
    But after selecting Yes option of the radio_button, only when user select "Other" option of the Select_List item the Text_box should be enabled otherwise it should be disabled for any of the options of the Select_list item.
    I hope you understand my point.
    Deep

  • Does anyone know how to enable/disable a dropdown menu in Forms at runtime?

    Is there a way how to disable/enable dropdown menu for menus that have multiple sub levels in Oracle Forms? I am trying to use the set_menu_item_property function but this takes 'menu.item' format for the first argument. I am trying to enable/disable a menu item in the form of 'menu.item.subitem' and was not able to do it using this function. If anyone knows a different function or method, please reply. I have shown an example below.
    Setup -> Software -> Front Page
    From the above example, I can enable/disable Software using set_menu_item_property function. But, how do I enable/disable the Front Page menu in Oracle forms at runtime?
    Thanks
    Edited by: user480347 on Aug 24, 2010 3:37 PM

    Yes you are on the right track. You need to pass then complete menu name to set_menu_item_property
    Immediate_parent menu.item_name e.g
    For example you have menu like this
    Id like
    A1    A10 > A1010
    Home > Input > Form 1
    A1    A10 > A1020
    Home > Input > Form 2 To disable Form 2 you must pass menu name as
    A10.A1020Hope it helps

  • Disable or Hide Online Support menu option from: Reader, Acrobat Standard and Pro XI 11.0.2

    Hi,
    I'm trying to make a custom installation for 3 applications: Adobe Reader XI 11.0.2, Acrobat Std. and Pro XI 11.0.2  and most of the options that I wanted to hide are done with the Customization Wizard but I can't hide Online Support. I didn't found yet any FeatureLockDown for this option so far. So our users can still use the Online Support options.
    Notice that I tried to drop a script into: C:\Program Files (x86)\Adobe\Reader 11.0\Reader\Javascripts   but when you 1st open the application it has a delay and somehow you still can access it. But if you try to open it again the menu is hidden.
    //HideMenu.js
    //Help - Online Support
    app.hideMenuItem("OnlineSupport");
    But a FeatureLockDown on HKLM hive will be the best way to disable this option as users don't have access to this registry hive and some advanced users with more rights could be able to delete the .js file if they know where it is saved.
    I will appreaciate your help to get this FeatureLockDown option if it exists or an alternative way.
    Thanks as usual and Kind regards everyone.
    Derspinne.

    Moved to Enterprise Deployment (Acrobat and Reader)

  • Enabling/Disabling PDF in Browser Option (Acrobat XI)

    Firstly, know that yes I understand that this setting is no longer found in and handled by Acrobat XI and that to enable or disable PDF in browser setting you enable/disable the add-on in IE (or other browser).
    In the hopes of making it more straightforward and convenient for users to toggle this setting, one option is being explored to create a custom Javascript action in Acrobat to write to the user registry to turn this on/off.
    Is this feasible? Can Acrobat JavaScript actions read and write to the user's registry? As we have a collection of users that need to regularly toggle this setting (for reasons I won't go into here), it would be ideal to have an easy and straightforward means to change this setting. One possibility might be a custom Acrobat JavaScript action.
    Thoughts, suggestions, ideas?
    Thank you

    Thank you. Forgive me but I want to make absolutely certain...in no way can a custom Acrobat JavaScript action change the user's registry. Is this correct? A pointer to official documentation stating such would be excellent. I have to convince someone not easily convinced

  • Disable 'Preprint Tag' menu option in WCT7 for WCD printing

    All,
    We have a requirement for disabling the menu option in WCT7 -
    In the WCD Item Maintenance screen, if we goto
    Menu - Edit->Print->Preprint Tag.
    We want to disable the option 'Preprint Tag'.
    The problem is when user tries to 'Preprint Tag', it prints the WCD and directly moves from ITG to ETG, instead of going to PTG status. Hence user wants this button to be disabled.
    Is there any suitable menu exit or enhancement point for this requirement? Is there any authorization object that can be used? Has anyone worked on this requirement before?
    Any pointers in this direction are appreciated.
    Regards
    Deepthi

    Hello Hubert,
    you don't happen to have a sample or something? I tried to implement the hideMenuItem like it is described in the Acrobat scripting reference, but I still got the 'NotAllowedError'. I really find it confusing because some things of the Acrobat scripting is also working in Designer, others are not. Do you know if there is a documentation about this, like which Acrobat function can be used in Designer, which not, and which Acrobat function is named different in Designer, etc.?
    Regards, Karin

  • Disable Refresh menu option on Page Title Bar

    Hi,
    We have a TLN node that opens an iview in a new window. Therefore nothing is displayed in the portal page. However the Page Title Bar menu still has all the options (Open in New Window, Refresh, Details etc.) and if a user selects Refresh, it throws a portal runtime error (iView not found: .default). How can I disable the menu options for this iview? I have tried setting the Show Refresh etc. parameters to No but it didn't work - I assume because the iview isn't being opened in the portal page.
    Many thanks
    Jane

    hi
    the iview you need to explore is page title bar i view in default framework page available in  portal standard user  directory in portal content.In this context i would like to suggest a solution why don,t you creat a default framework page just copy it in your folder  and open it and disable all checkboxes associated to page title bar and save after that go on to create a deskttop in portal display in system configuration and add your framework page and theme from themes in portal content and then add a rule to the main rule in super administrators  folder which will for role of the user will display onle that desktop.i have illustrated the concept of branding if you want to avoid codeing or command groups which is long approach.hope this helps youplease do not forget to give points
    with regards
    subrato kundu

Maybe you are looking for

  • Hp 4500 printer and an iPhone

    I have an hp 4500 printer and an iPhone. I have hp home & biz app on my iPhone so as to print from web from my iPhone. It will only allow me to print once then I have to cut phone off to ever get a green light and print option to connect again. Pleas

  • Get the Window Name by jsp

    Hello How can I get the Name of the Window with JSP If I use a JavaScript I can Set a Name by window.open('jex5.jsp','mywindow'); A New Window Open and The Window Calls on 'mywindow' On JavaScript i can read the Name by Parent.name But how I can get

  • Need a reliable video player

    I often run across video files that won't play with quicktime or realplayer, always says unsupported, needs a codec, or something of that sort....any recommendations of a really good player available that will play a wide range of different files, th

  • Any help with Linkskys PrintServer PSUS4, G4 and HP1200 in a wired network?

    Wired the house with cat 6e wire. Verizon FIOS is working great on a network of Mac G4 Powerbook; Mac G4 PowerPC and two PC's. Hooked in a Linksky's PrentServer to the network - the Mac won't recognize the HP 1200 printer. What settings should I be p

  • Recordset Navigation in Dreamweaver8

    Dreamweaver8 has changed the way recordsets are created from the ADODB.Recordset method to the ADODB.Command method. This seems by default to create a recordset with a forward only moving cursor. I would like to be able to move backwards and forwards