Obtain menu name programmatically

Is there a way to obtain the current menu name programmatically?
Thanks,
Kenrick

This is also what I need to do, is it possible?
Thanks
Tom Casserly

Similar Messages

  • Creating Keyboard shortcut for two different actions with same menu name..

    Am using soundforge pro .. I have to process nearly 1000 audio files, and want to create shortcuts for "Smooth"
    The problem is there are two Menu names named "Smooth"
    Fade In > Smooth
    Fade Out > Smooth
    I want to assign different shortcuts for each one.. Is it possible ?
    Any help is appreciated

    Hi,
    I would use IP Address range boundaries instead which I normally do anyway instead for the AD site.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Obtaining file name from the file path given

    hi,
    how to obtain  file name from the file path given

    Hi bharath,
    1. PC_SPLIT_COMPLETE_FILENAME
    2.
    DATA : path LIKE pcfile-path.
    DATA : extension(5) TYPE c.
    path = filename.
    CALL FUNCTION 'PC_SPLIT_COMPLETE_FILENAME'
    EXPORTING
    complete_filename = path
    * CHECK_DOS_FORMAT =
    IMPORTING
    * DRIVE =
    extension = extension
    name = name
    * NAME_WITH_EXT =
    * PATH =
    EXCEPTIONS
    invalid_drive = 1
    invalid_extension = 2
    invalid_name = 3
    invalid_path = 4
    OTHERS = 5
    regards,
    amit m.

  • Obtaining the name of a table from it's data

    Hello,
    i have a strange need ... i would like to obtain the name of a table from it 's data !!!!
    Thank's in advance.

    ALTER TABLE t
    ADD (table_name VARCHAR2(30));
    then
    SELECT table_name FROM T;Though, as Martin said, I don't know how you get the data if you don't know the name of the table.

  • Getting a 404 message for pages that the menus that have a french accent in the menu name, other pages display fine.

    Hello, Using muse June 2014 release. After uploading all files to Godaddy web hosting, all menu that have a french accent in the menu name are giving a 404 message page not found, whereas all my other pages that do not have french accents are displaying normally. For the time being, I have removed accents in 3 of the menus, but would prefer to show them. In earlier version of muse everything was working fine. I've also been getting this message: "MuseJSAssert: Error calling selector function:TypeError: $(...).toBrowserWidth is not a function" ; the header of the page shifts to the left of the screen whereas the body items stay centered.
    I've deleted everything on the web hosting ftp site and re uploaded everything but does not fix the problem.
    Thank you Dorene.

    I uploaded it within Muse "Upload to FTP hose".
    However, this morning when I was getting the error message "MuseJSAssert: Error calling selector function:TypeError: $(...).toBrowserWidth is not a function" ; my header was shifting left on some pages and not all and at this time I was not getting the 404 error yet. So I deleted everything from the root of the Godaddy web host and re uploaded and thats when it started giving me the error messages of page not found only on the pages with french accents in the menus. Could I have deleted something in the root that should stay there, but I'm thinking if it should not be deleted it would be locked. Thank you Zak for keeping with and and helping me find this problem. I'm helping out some friends with the new campground they purchased and I look pretty bad with these pages not showing up.

  • Adding keyboard shortcuts for duplicate menu names

    I wanted to make a shortcut for the "Use Default" menu item under Format/Fonts/Baseline in Pages. To do that i fired up system preferences and added a new shortcut for Pages and typed in "Use Default" as the name. Unfortunately there is a second menu item called "Use Default" under "Ligature", which gets teh shortcut since it comes first in the menu list.
    Is there a way to add a shortcut to a specific submenu subitem, so i can force the shortcut to be for the Use Default under Baseline? This applies not only to Pages but to every application which has duplicate menu names in it.
    Thanks,
    Chris Niski

    I probably shouldn't reply and get your hopes up... but I noticed that the Shortcut setup didn't allow for specifying menu names (hah! even tho the text box is named "Menu Name" not "Menu Item") and wondered if there were apps that had duplicate menu names.
    I'm no help at all, unless sympathy helps...

  • Problems changing a iview name programmatically

    hi people
    im trying to change a iview name programmatically but the application give a exception: java.lang.NoClassDefFoundError: com/sapportals/portal/pcd/pl/PlLocaleTextPair
    This class is just the class that i need for get the name and for change the name, i have this class in the jar com.sap.portal.pcmbuilderservice_api.jar located in my classpath...
    my actual test code is the next:
                   PlLocaleTextPair newName=(PlLocaleTextPair)name.get(0);
                   PlLocaleTextPair newNameEn=(PlLocaleTextPair)name.get(1);          
                   PlLocaleTextPair newNameEs=(PlLocaleTextPair)name.get(2);               
                   newName.setText("newName");
                   newNameEs.setText("newNameEs");
                   newNameEn.setText("newNameEn");
                   name.set(0,newName);
                   name.set(1,newNameEn);
                   name.set(2,newNameEs);
    someone can help me??
    thank you

    Hi Ismael,
    Can you try using a PCD Inspector to do the same.
    The name of the iview is stored using the property com.sap.portal.pcm.Title. You need to change the name in this property. Remember to update the name with the right locale i.e. the locale which is set for the Portal.
    http://help.sap.com/saphelp_nw70/helpdata/EN/47/a4a442dc030e31e10000000a1550b0/content.htm
    I am not too sure about the coding part.
    Thanks,
    Nikhil

  • How do I obtain column names and types?

    I am using Visual Studio C++ to connect and query an Oracle database using SQL commands. My code works, but I don't fully understand it because I'm new to Oracle and it is modified example code.
    I need to obtain column names and types for a known table. The "Describe" SQL command fails when I call ->Execute, claiming this is an invalid SQL statement, although the same statement works when sent directly via sqlplus.
    I need column names and types, but they don't have to come through Describe.

    Hi,
    Desc isn't really a SQL command. Rather its a command specific to Oracle. Thats why it will work in SQLPlus and not anywhere else. If you want the column information for a table you can user either the user_tab_columns or all_tab_columns, depending on which schema the table is in. The query would look like:
    select * from all_tab_columns where table_name = 'BONUS'
    Sanjay

  • How to obtain the name of the front document

    Hi,
    I would like obtain the name of the front document.
    How I can do.
    Thanks for your help.

    What type of plug-in are you? Look into PIProperties.h and the properties callback suite if you are a non-automation plug-in. If you are an automation plug-in type see the Getter example on how to pull all kinds of information from Photoshop.

  • Content Servcies: Changing menu names in OCS

    Hi All,
    Is it possible to change menu names in OCS. For example: once you login to OCS and select a particular file/folder and right click, a menu list(Copy, Submit Workflow etc..) appears.
    1. Is it possible to change the name of these items? For instance can Copy be renamed as collect? If it can be done I would appreciate if you could please let me know how to go about it.
    I did look into the file menuList.jspx, which lists all the menu items and is action. However when I changed webStrings.COPY to webStrings.COLLECT as shown below, the changes were not reflected:-
    <uix:commandMenuItem text="#{webStrings.COLLECT}"
    shortDesc="#{webStrings.COPY_DESC}"
    immediate="true"
    action="#{actions.copy}"
    returnListener="#{listeners.refreshTable}"
    windowHeight="#{dimensions.mediumDialogHeight}"
    windowWidth="#{dimensions.mediumDialogWidth}"
    rendered="#{data.explorerViews.foldersView ||
    data.explorerViews.searchView ||
    (data.explorerViews.reportsView and
    (data.explorerViews.detailPane eq 'recentFilesTable' ||
    data.explorerViews.detailPane eq 'lockedFilesTable' ||
    data.explorerViews.detailPane eq 'checkedOutFilesTable' ))}"/>
    Thanks!
    Hetal

    If you change the value of the text attribute to "Collect" instead of "{#webStrings.COLLECT}" that will change the label of the menu.
    Couple of caveats:
    - there will be no translations it will say "Collect" in all languages
    - this is not officially supported and any patches will overwrite your changes.
    regards,
    -sancho

  • How to retrieve Desktop Name Programmatically

    Hi All,
    Can somebody tell me How to retrieve Desktop Name programmatically from a Portlet
    within same desktop??
    TIA,
    RAM

    Control click on the desktop.  Set "Sort By" to "None".

  • Cannot obtain disk name from vm.cfg.

    When I try to import a VM template from a server pool,it always failed at "Cannot obtain disk name from vm.cfg.".
    There are two servers in this server pool.And I have set up NFS file system for /OVS folder.
    Details for vm.cfg are:
    # Automatically generated xen config file
    name = "OVM_EL4U5_X86_PVM_4GB"
    memory = "1024"
    disk = [ 'file:/OVS/seed_pool/OVM_EL4U5_X86_PVM_4GB/system.img,hda,w', ]
    vif = [ '', ]
    bootloader="/usr/bin/pygrub"
    vcpus=1
    vfb = ["type=vnc,vncunused=1,vnclisten=0.0.0.0"]
    on_reboot = 'restart'
    on_crash = 'restart'
    If I do importing for a server pool with just one server in it,it always works well.
    Who can help me with this problem?
    Thanks very much,

    Is the NFS mounted /OVS on both servers read/write accessible to the root user? ie have you NFS exported the /OVS share with the no_root_squash option?

  • Menu Names and Tables

    Can some help me to find the menu names comming from what table and how to find user permissions in tables.
    thanks
    kv

    Hi,
    the text of the "main menu" is stored in the direcotry
    C:\Programme\SAP\SAP Business One\GUI\
    in .LRF files
    don't count to change them
    here i might be wrong - but you can have a look at it:
    regarding the SDK documention it looks like the permission data is stored in
    OUPT table -> look in the DIAPI for the UserPermissionTree Object
    lg David

  • Chart legend name programmatically

    Hi,
    How can I change programmatically the legend name of my chart?
    Thanks,
    ToNi.

    The property node used to access the string in the legend is in Plot>Plot.Name
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • Creating field name programmatically

    HI,
    I am trying to create a Note field programmatically. I have used the below code:
    string fieldtestComments = list.Fields.Add("InserttesterAdjustersCommentsHere", SPFieldType.Note, false);
    list.Fields[fieldtestComments].Update();
    However, the field name is only taking till "InserttesterAdjustersCommentsHer". Only 32 characters are getting taken. However, I am able to create the same column from UI as "InserttesterAdjustersCommentsHere".
    How to fix this?
    Thanks

    Hi,    
    There will be a length limit in field internal name convention which is 32, even from UI, the limit is still there.
    When we create a column from UI, what we will input in the “Column name” text box is the display name of this field, its internal name will be truncated automatically
    if there are more than 32 characters.
    To find the internal name a field, you can go to “List Settings” page, in the “Columns” group, click a column name and redirect to
    the “Edit Column” page, there, you will find the internal name of a field at the end of the URL in the address bar like “xxx$Field=internal name here”.
    So it is better to set up a field name short and meaningful.
    Best regards
    Patrick Liang
    TechNet Community Support

Maybe you are looking for

  • Why is my iCloud storage almost full?

    Ok now I have seen many questions like this on here before, but none of the answers or even the actual questions fit what my exact problem is. On my iPhone and iPad, I constantly keep getting these notifications about how my iCloud storage is almost

  • Acrobat 9 Standard, error 148:3

    Acrobat 9 Standard, I continually get error 148:3. Telling me to uninstall and reinstall. This is unreasonable

  • Do we need to merge in order to link from one project to another

    We are working on setting up a new webhelp system using RH 7. The application for which we are writing incorporates numerous large "modules," each of which we expect to have its own help project containing 100-200 topics (page-level, context-sensitiv

  • XML Not well formed

    I have an XSLT mapping as described below: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/biztalk_1"> <ns0:biztalk_1 xmlns:ns0="urn:biztalk-org:biztalk:bizt

  • Certain hardware on Black Macbook isn't working?

    I'm having a problem with my Black Macbook it's running on Snow Leopard. That laptop is being bootccamp & it's running on Windows 7 too. Currently i'm facing a problem with the Keyboard, Sound, Bluetooth & trackpad. All of the mentioned above isn't w