Actobat 9 Execute Menu Item problem

I have a new PC with Window 7 and have successfully loaded Acrobat 9 pro - but a lot of the Acrobat functionality is now missing (it all worked under the XP platform). For example, when creating a form, using a buttom with an 'Execute menu item' command is not possible - it's blank actually. As this is the most useful tool within Acrobat forms it's really annoying. I have upgraded to 9.4.1 which is supposed to be Window 7 compatible but no luck. I've unistalled and reinstalled and called Adobe support (4 hours!) and still no solution.
Can anyone help me?

After selecting this action you're supposed to go to the actual menus and
select the menu item that should be executed. This is instead of choosing it
from a list. Did you try that?

Similar Messages

  • Javascript menu items problem.

    Hi,
    We have created a cutom iview which logs the user into a PHP web application. The login works fine. If we make the iview to appear in a new window, i can see all the menu items (coded in javscript) along with the other information on the webpage. On the other hand if we make the iview to appear in the content area of the portal, we see everything except the menu items.
    can anyone tell me what could be the problem. we have tried a lot of options but the result is still the same.
    Thanks in advance.
    Regards
    Hassan

    Hi Hassan,
    maybe you should change the iView's Isolation Method to URL
    hope it helps,
    Yoav
    Message was edited by: Yoav Toussia Cohen

  • How to validate required fields before executing menu item ("Save As") using cutom Javascript?

    Hi,
    Sorry, I am new to PDF Development. I tried creating PDF using Acrobat XI Pro. During creation, I have encountered issues in running custom JavaScript. The requirement is to validate all the required fields before saving the PDF. I tried using the following scripts to validate the said required fields. But, it's not working.
    Option 1: If the field is null, a message box will appear.
    if(this.getfield("textbox") = null){
    app.alert("required");
    else {app.execMenuItem("SaveAs");}
    Option 2: If the field is required, a message box will appear.
    var f = this.getField("textbox");
    f.required = true;
    if(f = true)
    app.alert('required');
    else
    app.execMenuItem("SaveAs");
    The scripts mentioned above are not working. I wanted to validate the required fields before saving the PDF.
    In addition, I tried validating each field using the following script:
    f = getField(event.target.name)
    if (f.value.length == 0)
        f.setFocus()
        //Optional Message - Comment out the next line to remove
        app.alert("This field is required. Please enter a value.")
    When I open the PDF, the script is working. However, when the message box pops out, the "OK" button is not working as expected. The message box is not closing. I tried opening the form in a site in different Java versions (like 7-11 and 7-67). It's working in version 7-67. I tried upgrading the Java version from 7-11 to 7-67. Still, it doesn't work.
    I would appreciate your feedback on this matter.

    If you set the fields as required, then when the user hits the print button you could run this script:
    var txt = form1.execValidate();
    if (txt == true){
    print command
    This code assumes that the root node of your form is form1. Also ensure you put a message into the Empty Message parameter for each field that you want to mark s required.

  • How to: define a menu item in an action

    I'm no dummy but I can't figure out how to execute a menu item through an action;
    add button>properties>action>execute menu item. A dialog appears which is blank, and gives me the option of canceling. Maybe a product defect.
    The help documentation defines what it means to execute a menu item, but doesn't expand on how to create one.

    That's great. I'd love to jump into j-script and learn all about it, what it can do, what it's limitations are.... But I'm actually just looking to use the program as it functions (or should) out of the box.
    This feature was accessible in Acro 8. I don't think that java should be necessary to perform this task. But maybe it is. Is anyone else able to use the "execute menu item" action? Because my build (acrobat 9.0 pro extended)only displays a blank selection dialog.
    Thanks for the reply Geo

  • How to create a menu item under Tools menu using menu-hook in extension.xml

    I am able to do it in FILE menu (FILE_MENU_ID) and View menu (VIEW_MENU_ID). But how to do it under "Tools" menu? specifying TOOLS_MENU_ID or MENU_TOOLS in extension.xml menu-hook does not work.
    Thanks
    Sanjiv

    That's great. I'd love to jump into j-script and learn all about it, what it can do, what it's limitations are.... But I'm actually just looking to use the program as it functions (or should) out of the box.
    This feature was accessible in Acro 8. I don't think that java should be necessary to perform this task. But maybe it is. Is anyone else able to use the "execute menu item" action? Because my build (acrobat 9.0 pro extended)only displays a blank selection dialog.
    Thanks for the reply Geo

  • Is it possible to send data from an external application to a plug-in that executes a menu item?

    I want to pass some parameters from an external appliaction  to my own plug-in. The plug-in creates a menu item for adding electronic signature. The menu item is executed from my external application using MenuItemExecute("mymenutem").

    Since you control the application AND the plugin - you can define ANY method of communication you want.  Shared files, shared memory, IPC, named pipes, etc.

  • Problem when trying to add a link to the left menu item!!!!

    Hi everyone,
    I am trying to put a new menu group on the left menu,with a link in that group for every one.On checking with the customization guide this is what i did
    for one link i did add the following lines in each of the files
    1)xlWebAdmin.properties
    - menuGroup.Misc-Menu=Misc Menu
    - menuItem.Misc-Menu.My-Nomination=My Nomination
    2) xlDefaultAdmin.properties
    - menuItem.Misc-Menu.My-Nomination.link=mynomineefrm?showfrm
    3) repacked the war and the ear
    4) Restarted my server
    When I login into the administration(xelsysadm) page I didnt see any menu item with name "My Nomination" which i am supposed to see.
    secondly it shows the menu item when ever i select some group and click on assign menu item.
    Moreover, when I try to assign this menu item to all users group it gives me this error
    On browser it prints
    Permission Denied to Assign Selected Menu Items
    You do not have the permissions to assign one or more selected menu items.
    on console it prints
    ERROR [SERVER] Class/Method: tcDataObj/eventPreInsert Error :Insert
    permission is denied
    ERROR [APIS] Class/Method: tcGroupOperationsBean/addMenuItems encou
    nter some problems: maoRejections:You do not have permission to insert this obje
    ct.
    ERROR [APIS] Class/Method: tcGroupOperationsBean/addMenuItems encou
    nter some problems: Error occurred while adding menu items.
    ERROR [WEBAPP] Class/Method: UserGroupMenuItemsAction/commitGroupAs
    signMenuItems encounter some problems: {1}
    Thor.API.Exceptions.tcBulkException
    This problem eat my happy sunday :-(, any one has solution for this problem?
    - Also if some one can help on how to link jsp to the new link will be helpful for me!
    Thanks,
    doki

    Design Console > Form Information > add new
    Class Name Organizations.Merge
    Description Move users from one organization to another
    Type menuitem
    Add following to xlWebAdmin.properties, xlWebAdmin_en_US.properties
    Organizations.Merge=mergeOrgs.do?Display
    menuItem.Organizations.Merge.link=mergeOrgs.do?MergeOrganizations
    menuItem.Organizations.Merge=Merge
    mergeOrgs.button.display=Merge Organizations
    Even you have to assign first to System Administrator group
    First go to Manage Group
    Select System Administrator Group
    Select Menu Item
    Click Assign and select newly craeted Menu Item and click Confirm
    These are the steps to see the new menu item. To make this menu item working:
    you'll have to write action class, form bean class and you'll have to create JSPs and make their entry in struts-config as welll as in Tiles-def.xml
    Then your menu item will work.

  • Repainting problems of the Menu items in Oracle Help Navigator

    All,
    I am facing a strange problem when using Oracle Help for my application which is developed in Java,Swings.
    Whenever, I open Help for any component through my application, the menu items in the Help screen are not visible. They are not getting repainted. Only when user drags the mouse over the items, they are getting repainted and visible to the user. This has been raised as a bug by our testing people. I couldn't get any help in aspects of any errors/exceptions being logged when the action takes place.
    Where can I have the log files for Help window?
    Can anyone help me and guide me to the right solution in this regards.
    My environ is like this:
    Windows NT, JRE1.4, Oracle Help - ohj-jewt-4_1_16.jar,
    Thanks in advance for all.
    regards,
    Kishore.

    iweb2 navbar is rendered by javascript widget, therefore you can change navbar font style with javascript; this is an efficient way to change navbar font style.
    Copy and paste the following into your pages using HTML Snippet:
    <script type = 'text/javascript'>
    function changeNavbar() {
    navCSS = parent.document.getElementById('widget0-navbar');
    navCSS.style.fontSize = '0.75em'; // font size, change to less than 1em to change font smaller;
    navCSSbg = parent.document.getElementById('widget0-bg');
    navCSSbg.style.textAlign = 'center'; // navbar list alignment;
    clearInterval(chkNavbar);
    chkNavbar = setInterval('changeNavbar()', 500);
    note: You won't see the changes in iweb, but you will see the change when view the pages online - after publishing.

  • Menu Item to run trusted JavaScript problem

    I am trying to add a menu item that runs a script. I converted the script from a batch process and found that I have to make the addWatermarkFromFile a trusted function. I am having problems though. It errors with an internal error has occured. This is what I have:
    app.addSubMenu({ cName: "Specials", cParent:"Tools"});
    app.addMenuItem({ cName: "Convert to CCR", cParent:"Specials", cExec:" ConvertToCCR()"});
    function ConvertToCCR() {var size = this.getPageBox("Media"); if ((size[0] == 0) & (size[1] == 396) & (size[2] == 612) & (size[3] == 0))
    { this.setPageBoxes({cBox: "Media",rBox: [-90,-108,702,504]}); this.setPageBoxes({cBox: "Crop",rBox: [-90,-108,702,504]});
    trustedAddWatermark ({bOnTop:false, cDIPath:"/Macintosh HD/Users/ben/Desktop/Acrobat Reference PDF's/Copy Change Request Half.pdf"});
    var inch = 72;
    for (var p = 0; p < this.numPages; p++) {
    // position rectangle
    var aRect = this.getPageBox( {nPage: p} );
    aRect[0] += 7.08*inch; // from upper left hand corner of page.
    aRect[2] = aRect[0]+1.18*inch; // Make it 1.38 inch wide
    aRect[1] = 1.05*inch;
    aRect[3] = aRect[1] - 24; // and 25 points high
    // now construct text field
    var f = this.addField("Month 1", "text", p, aRect )
    f.borderStyle = border.s;
    f.alignment = "center";
    f.textSize = 14;
    f.textColor = color.black;
    var cRect = this.getPageBox( {nPage: p} );
    cRect[0] += 7.08*inch; // from upper left hand corner of page.
    cRect[2] = cRect[0]+1.18*inch; // Make it 1.38 inch wide
    cRect[1] = .72*inch;
    cRect[3] = aRect[1] - 46; // and 45 points high
    // now construct text field
    var f = this.addField("Month 1 Exp", "text", p, cRect )
    f.borderStyle = border.s;
    f.alignment = "center";
    f.textSize = 14;
    f.textColor = color.black;
    var f = this.getField("Month 1"); // get the Field Object
    var myRect = f.rect; // and get its rectangle
    // make needed coordinate adjustments for new field
    myRect[0] = f.rect[2]+.32*inch; // the ulx for new = lrx for old
    myRect[2] = myRect[0]+1.18*inch; // move two inches for lry
    f = this.addField("Month 2", "text", p, myRect);
    f.borderStyle = border.s;
    f.alignment = "center";
    f.textSize = 14;
    f.textColor = color.black;
    var f = this.getField("Month 1 Exp"); // get the Field Object
    var myRect = f.rect; // and get its rectangle
    // make needed coordinate adjustments for new field
    myRect[0] = f.rect[2]+.32*inch; // the ulx for new = lrx for old
    myRect[2] = myRect[0]+1.18*inch; // move two inches for lry
    f = this.addField("Month 2 Exp", "text", p, myRect);
    f.borderStyle = border.s;
    f.alignment = "center";
    f.textSize = 14;
    f.textColor = color.black;
    var bRect = this.getPageBox( {nPage: p} );
    bRect[0] += 6.08*inch; // from upper left hand corner of page.
    bRect[2] = bRect[0]+.69*inch; // Make it .68 inch wide
    bRect[1] = .72*inch;
    bRect[3] = cRect[1] - 22; // and 22 points high
    // now construct text field
    var f = this.addField("Rep", "text", p, bRect )
    f.borderStyle = border.s;
    f.alignment = "center";
    f.textSize = 14;
    f.textColor = color.black;}
    Then I also have another file called "trustedAddWatermark"
    trustedAddWatermark = app.trustedFunction( function (bOnTop, cDIPath) {
    app.beginPriv();
    this.addWatermarkFromFile ({bOnTop: false, cDIPath: "/Macintosh HD/Users/ben/Desktop/Acrobat Reference PDF's/Copy Change Request Half.pdf"});
    app.endPriv();
    Then I get the error in the JS console when it is run:
    TypeError: this.addWatermarkFromFile is not a function
    3:Folder-Level:User:trustedAddWatermark.js
    The thing that I don't get is if I put the 1st script in a button using the Form tools it works fine but I can't get it to work as a menu item. Where am I going wrong???

    The first example I found was Ted Padova's goNext function:
    function goNext(oItem, oEvent, cName) {
    try{ // error catcher
    AFNumber_Keystroke(0, 0, 0, 0, "",true);
    if (oEvent.rc && AFMergeChange(oEvent).length == oEvent.target.charLimit)
    oItem.getField(cName).setFocus();
    } catch(eMsg) { // trap error display error message, field in and next field
    app.beep(3); // beep
    console.println("Error: " + eMsg + "\nField: " + oEvent.target.name + "\nNext Field: " + cName);
    } finally { // always run
    return; }
    } //end // goNext
    // call the goNext function in the field's format custom keystroke
    goNext(this, event,"NextField");

  • How to execute create PDF  menu item

    hi all,
    I need to bind two pdf files.
    I did that by using File->Create PDF->From Multiple Files option.
    I want to automate this work using javascript.
    How can i do this?
    How can i execute the menu item Create PDF?
    Thanks in advance and urgent please....

    For the Acrobat SDK, no, it is not possible because there is no API to allow developers to do so via AppleScript. Now on to the world of "unsupported".
    It "might" and I do stress the word *MIGHT* be possible via AppleScript System Events, but this is in all worlds is a VERY BAD way to do things. It requires that no other applications running in the foreground and if your application loses focus for another applications dialog box (i.e. Adobe Updater, Mac OS X Software Update, etc...) you are, what some might say "hosed" because then your AppleScript no longer can execute properly. Surely NOT something to be used in a production environment.
    Sabian

  • 30EA2 problem: Menu items not available

    After having used Data Modeler 30EA2 successfully for a while, suddenly several menu items are missing.
    E.g. in my File menu "Open" is not shown (in fact only "Save", "Save as", "Compare With" and "Exit" is shown). This clearly makes the modeler unusable, as I cannot open my models!
    The problem continues even after I download the product (Product Version: 3.0.0.653) from OTN, unzip in a new location and use that.
    Any suggestions?
    -- Peter

    Hi Peter.
    please try removing (or renaming the folder called .oraclesqldeveloperdatamodeler in C:\Documents and Settings\<YOUR_WINDOWS_USER>)
    This is a folder where the datamodeler IDE caches are stored.
    Hope that helps,
    Ivaylo

  • External USB Hard Drive causes menu problem - menu items flash

    Greetings:
    I have a external USB hard drive (250 GB) that is partitioned into 3 hard drives. Two hard drives are formatted in MacOS standard and one is formatted in MacOS extended. I had to reformat the last drive in MacOS extended because the Macbook would not let me edit files on the drive.
    The problem is that when I connect to the drives, the menu malfunctions (I cannot see the date and time and the menu items flash). Dismounting the drives solves the problem.
    Do I need to reformat the hard drives? Or do I need a new USB drive?
    Thank you.
    EA

    Hmm, someone else had a similar problem.  Note the ":: Loading root filesystem module...-e" line.  That "-e" shouldn't be there.  It should be, instead, the module for the filesystem.
    As a workaround for right now, you can add your filesystem module to the MODULES array, and remove the "filesystems" hook.
    In that case, you'll probably want rootdelay=* to allow the drive some time to settle, and rootfstype=* to speed up filesystem detection while in kinit.
    By the way, what filesystem do you have on that machine?  Can you tell me what
    /usr/lib/klibc/bin/fstype < /dev/sda1
    outputs on a running system (you may need to be root, or add yourself to the "disk" group or something similar) - /dev/sda1 should be replaced if the usb drive is not sda1

  • Executing a sql command from a menu item

    I am working on a forms migration from 4.5 to 10g.
    On 4.5, if I execute a sql using a sqlplus -s command, from a menu item, a window is opened showing the execution messages, if there were errors and it's details.
    It doens´t happen on 10g anymore. Is there any chance I can keep on 10g this functionality that used to work on 4.5 ??
    The procedure I use to execute the sql is:
    Menu item code:
    plus('sql_ name',null);
    Procedure:
    procedure plus(
    program in VARCHAR2, /* sql name*/
    parameters in VARCHAR2 /* aditional parameters */
    ) is
    V_USERNAME varchar2(100);
    V_PASSWORD varchar2(100);
    V_DATABASE varchar2(100);
    str varchar2(300);
    begin
    V_USERNAME := GET_APPLICATION_PROPERTY(USERNAME);
    V_PASSWORD := GET_APPLICATION_PROPERTY(PASSWORD);
    V_DATABASE := GET_APPLICATION_PROPERTY(CONNECT_STRING);
    str := V_USERNAME||'/'||V_PASSWORD||'@'||V_DATABASE;
    HOST ('sqlplus -s '||''''||str||''''||' @$PATH/'||program||' '||parameters);
    end;
    Tks a lot,

    Hello,
    With C/S versions, the Host() command execute on the machine that runs the Forms runtime, that is the client machine.
    With Web versions, Host() is also executed on the machine that runs the Forms runtime, that, this time is the application Server.
    Use the Client_Host() Webutil equivalent.
    Francois

  • DW menu item font problems Snow Leopard

    I am having a problem in Dreamweaver with the font used for menu items. Out of PS, Fireworks, and Dreamweaver this is the only Adobe program where this problem is evident. I have tried many resolutions on the computer such as clearing font casche, diabling fonts, changing font charastics within DW, installing the latest PS font patch from apple, etc. If anyone has anything I can try to resolve this problem I would appreaciate it.

    I've been using Lion since it's release, it's fine.  Don't know what's holding you back.
    Did you take a higher res screenshot and run it through what the font?  From a glance I'm guessing at Conceilian outline, White Wolf.  And upgrading won't solve this problem because the font will still reside on the system.  An OS upgrade does not remove your custom fonts. It's going to be a process but you might just have to go through every outline font on your system.

  • Execute a menu item programmaticaly ???

    Hi All
    I am using Formg 10g and I wanted to use the right click to display a form but it seems that the mouse right click does not fire the WHEN-MOUSE-CLICK trigger on web forms. So I thought about using a fake popup menu and display the form I want on the PRE-POPUP-MENU trigger.
    That works fine but the popup menu still get displayed. Is there a way to click on a form, or on a menu item that would do nothing, programmaticaly ???
    My goal is to hide the popup menu once my form as been displayed
    thanks a lot for helping

    Yeah, that's what I was starting to think, thanks for the confirmation.
    The problem is that the online help and documentation does not mention this. In fact, it says that we can use SYSTEM.MOUSE_BUTTON_PRESSED = '3' in the WHEN-MOUSE-CLICK trigger to check if the right button was used witch is not true because the right click doesn't even fire that trigger.
    I finally use my Ctrl+click Idea and it now works fine.
    thanks again for your Help
    Regards
    Alex
    Message was edited by:
    AL3x

Maybe you are looking for