Stamp not working in Reader

Hello,
Please, help me find what I'm doing wrong.
I have done a dynamic stamp that displays a dialog to collect data from several input fields and then fills the stamp's template with the info collected.
The thing is that the stamp works fine in Acrobat 9 Standard, but when I apply the stamp with Acrobat reader XI the dialog prompts requesting the input fields but the template is not filled. I mean, all "fields" in the picture remain blank.
In the Adobe Reader Java Console I get this erro when apliying the stamp.
Exception in line 192 of function top_level, script 0
InvalidGetError: Get not possible, invalid or unknown.
Doc.layout:192:App Promocion:Calculate
This is the code of the stamp:
var dlgDatos = {
vpromocion: "",
vpartida1: "",
vpartida2: "",
vpartida3: "",
vpartida4: "",
vpartida5: "",
vpartida6: "",
vporciento1: "",
vporciento2: "",
vporciento3: "",
vporciento4: "",
vporciento5: "",
vporciento6: "",
vobservaciones: "",
commit:function (dialog)
{ // called when OK pressed
    var results = dialog.store();
          this.vpromocion = results["prom"];
          this.vpartida1 = results["par1"];
          this.vpartida2 = results["par2"];
          this.vpartida3 = results["par3"];
          this.vpartida4 = results["par4"];
          this.vpartida5 = results["par5"];
          this.vpartida6 = results["par6"];
          this.vporciento1 = results["por1"];
          this.vporciento2 = results["por2"];
          this.vporciento3 = results["por3"];
          this.vporciento4 = results["por4"];
          this.vporciento5 = results["por5"];
          this.vporciento6 = results["por6"];
          this.vobservaciones = results["obse"];
  description:
    name: "Stamp Information",  // Dialog box title
    elements:
          {type: "view",
            elements:
            name: "Promoción: ",
            type: "static_text",
            item_id: "prom",
            type: "edit_text",
            width: 180
      {type: "view",
        elements:
          {type: "view",
            align_children: "align_row",
            elements:
            name: "Partida ",
            type: "static_text",
              width: 120,
            name: "% ",
            type: "static_text",
              width: 120,
           {type: "view",
            align_children: "align_row",
            elements:[
          {item_id: "par1",
            type: "edit_text",
            width: 120},
          {item_id: "por1",
            type: "edit_text",
            width: 120},
           {type: "view",
            align_children: "align_row",
            elements:[
          {item_id: "par2",
            type: "edit_text",
            width: 120},
          {item_id: "por2",
            type: "edit_text",
            width: 120},
           {type: "view",
            align_children: "align_row",
            elements:[
          {item_id: "par3",
            type: "edit_text",
            width: 120},
          {item_id: "por3",
            type: "edit_text",
            width: 120},
           {type: "view",
            align_children: "align_row",
            elements:[
          {item_id: "par4",
            type: "edit_text",
            width: 120},
          {item_id: "por4",
            type: "edit_text",
            width: 120},
           {type: "view",
            align_children: "align_row",
            elements:[
          {item_id: "par5",
            type: "edit_text",
            width: 120},
          {item_id: "por5",
            type: "edit_text",
            width: 120},
           {type: "view",
            align_children: "align_row",
            elements:[
          {item_id: "par6",
            type: "edit_text",
            width: 120},
          {item_id: "por6",
            type: "edit_text",
            width: 120},
            name: "Observaciones: ",
            type: "static_text",
          {item_id: "obse",
            type: "edit_text",
              multiline:true,
              height:60,
            width: 250},
          {type: "ok_cancel",
            ok_name: "Aceptar",
            cancel_name: "Cancelar"
if(event.source.forReal && (event.source.stampName == "#Nn99tcN5Jn2Kqw75dj2kzB"))
  if ("ok" == app.execDialog(dlgDatos))
    var cMsg = dlgDatos.vpromocion;
    event.source.source.info.exhibit = dlgDatos.vpromocion;
    event.value = cMsg
          this.getField("Partida1").value = dlgDatos.vpartida1;
          this.getField("Porciento1").value = dlgDatos.vporciento1;
          this.getField("Partida2").value = dlgDatos.vpartida2;
          this.getField("Porciento2").value = dlgDatos.vporciento2;
          this.getField("Partida3").value = dlgDatos.vpartida3;
          this.getField("Porciento3").value = dlgDatos.vporciento3;
          this.getField("Partida4").value = dlgDatos.vpartida4;
          this.getField("Porciento4").value = dlgDatos.vporciento4;
          this.getField("Partida5").value = dlgDatos.vpartida5;
          this.getField("Porciento5").value = dlgDatos.vporciento5;
          this.getField("Partida6").value = dlgDatos.vpartida6;
          this.getField("Porciento6").value = dlgDatos.vporciento6;
          this.getField("Observaciones").value = dlgDatos.vobservaciones;
Thank you.

I have fixed it.
I removed this line of code
event.source.source.info.exhibit = dlgDatos.vpromocion;
And now is working.

Similar Messages

  • ExportAsFDF javascript method is not working with Reader 10.1.1

    Hi,
    I have pdf document in which I have applied all Extendend Reader Rights. And now when I am trying to exports alll annotation in fdf with Reader 10.1.1 then it is faling to export. However it is working fine with Reader 10.0.0. Looks like this is broken in later version of 10.0.0.
    Please let me know if any alternative solution is there to export all annotation in fdf file thru code.
    Regards,
    Arvind

    I would open a formal support ticket with our developer support folks.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Sun, 27 Nov 2011 22:48:35 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: exportAsFDF javascript method is not working with Reader 10.1.1
    exportAsFDF javascript method is not working with Reader 10.1.1
    created by arvindg007<http://forums.adobe.com/people/arvindg007> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4049525#4049525

  • Windows 8 Last Access Time Stamps not working

     Hi I have been trying to fix a issue with last access time stamps not working when I open a file
    so will have time on created modified and accessed from when created but some are wrong like one file
    saying
    created ‎Sunday, ‎September ‎14, ‎2014, ‏‎5:19:32 AM
    modified  ‎Sunday, ‎September ‎14, ‎2014, ‏‎5:19:32 AM
    accessed Sunday, ‎September ‎14, ‎2014, ‏‎5:19:32 AM
    I'm not sure what can cause this please help thank you

    Hi whowhatwere,
    Are you only confused about the last access time not change when you open a file?
    If you want to know more details about modified and created time, we can refer to the following KB.
    http://support.microsoft.com/kb/299648/en-us
    About the accessed time, please refer to the following blog.
    How do I access a file without updating its last-access time?
    http://blogs.msdn.com/b/oldnewthing/archive/2011/10/10/10222560.aspx
    The blog mentioned that: In fact, the intuitive definition of access is more specific: It's "the last time I opened, modified, printed, or otherwise performed some sort of purposeful action on the file."
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Numeric key pad is not working, card reader is not working

        Numeric key pad is not working, card reader is not working, 

    Did you (or someone else) physically open the laptop case?
    If you did, then some cables might have gone loose inside.
    If you didn't, for the card reader, check if appropriate device drivers are installed in windows device manager.
    for the numeric keypad, first tap once on the NUM LOCK key and check.
    If this doesn't solve the problem, boot to "Safe mode", and check.

  • Scandisk Extreme Pro class 10 Cd card does not work in reader

    My SD card will not work in reader after I took pictures with my 60D and tried to transfer to MacBook Pro.  I tiook the card to best buy and it worked in all IMacs and MacBook Air but none of the Macbook Pros.  I read a couple of blogs and they said its the i7 processors that are having the problem.  i don't know what the processors were at the store but I do know they weren't working.  Does anyone know of a fix for this?
    MacBook Pro
    MacBookPro8,1
    Intel Core i7
    2.7 GHz
    8 GB

    solo22 wrote:
    My SD card will not work in reader after I took pictures with my 60D and tried to transfer to MacBook Pro.  I tiook the card to best buy and it worked in all IMacs and MacBook Air but none of the Macbook Pros.  I read a couple of blogs and they said its the i7 processors that are having the problem.  i don't know what the processors were at the store but I do know they weren't working.  Does anyone know of a fix for this?
    MacBook Pro
    MacBookPro8,1
    Intel Core i7
    2.7 GHz
    8 GB
    I am unable to read the class 10 cards in my i5 quad core 15" MBP, as well. There are reported fixes, including resetting the System Management Controller (SMC) (see the details by following this link => http://support.apple.com/kb/HT3964)... but so far, nothing I have found/tried will work with the class 10 cards, regardless of the SD card's storage capacity.
    EDIT TO ADD: My cards are Sandisk Extreme class 10, 16GB SDHC cards. I don't have the Extreme Pro version of the card. My personal experience leads me to believe the issue is related to the SPEED of the card and NOT THE SIZE.

  • LC digital signature does not work in Reader

    I have added a signature field in a LC form with expectations that it would work in Reader.
    I can see the field but it does not work in Reader. I have opened the form in Acrobat and the signature field works.
    Any ideas on resolving this?

    Wasil,
    Thank you for the reply.
    As I do not have LC Server I used Acrobat Pro to save as reader extended which solved the issue.
    Regards,
    James A Hiltz CET
    Quality Assurance Supervisor
    Terracon Geotechnique Ltd.
    Quality Quote:
    “Quality begins with the intent, which is fixed by management.” — Edwards Deming

  • Clone Stamp not working in Elements 5

    I have tried the trouble shooting sugestions on page 245 of Photoshop Elements 5, The Missing Manual by Barbara Brundage. However, I have been unable to get my clone stamp to work. Previously the clone stamp was working o.k.  Do you have any other suggestions that I might try?
    Also, are there some good editing advantages/improvements by upgrading to Elements 7 ?

    I held the keys down while starting the editor from the welcome screen and
    got the box to delete the preferences. However I have not been able to get
    the clone stamp to work. The delete preferences must have worked because my
    brushes were changed back to the original setting. I normally use a
    different setting to show the brushes as circles. I have been trying to
    clone with the Size: 21 ps; Mode: Normal; Opacity: 100% and Aligned checked.
    I have tried both checking and unchecking Aligned and Sample All Layers. I
    tried a different photo but with the same results. When I Alt click to clone
    I get a small circle with something similar to a plus sign in the circle.
    The Edit shows an "Undo clone stamp" each time I Alt Click and try to clone
    but nothing was cloned.
    This is the first time that I've encountered this problem.

  • Dynamic Stamps Not Working in Adobe Acrobat Pro

    Hi everyone, the dynamic stamps on Adobe Simultaneous Review are no longer working for us. I have Adobe Acrobat Pro 9 (it works for me) but it's not working for many other people (they have Adobe Acrobat Pro X). Does anyone know how we can fix this. I think the problem started occurring a few months ago.
    Many Thanks!
    Joy

    You can shutting down Acrobat and then try moving (DO NOT DELETE - you may want put them back afterward if this doesn't work) the Collab and Sync folder out of the User's Acrobat folder and then rejoin the Shared Review to see if the Dynamic Stamps reappear.

  • Paste Clipboard Image as Stamp not working

    The Paste Clipboard Image as Stamp Tool does not work - it is greyed out after copying an image. I'm currently running Acrobat Pro 10.1.4 on OSX 10.8, but the problem has also existed in earlier versions of Acrobat Pro and OSX.
    I've reported the bug to Adobe more than once, but it's never been fixed. There are a couple of reports of the problem in the forums, but no solutions. I'm posting again in hopes that Adobe sees in and responds, or that someone has found a solution, work around or alternative method of pasting images.
    Thanks.

    The clipboard in Acrobat seems to work differently that one might expect, at least that is my experience on Win systems. You might try to print the image to a PDF and then select the image in the new PDF and see if that is available for the copy. I just tried both the copy and paste and the and the create stamp from clipboard in AA8 and it worked fine, even from the Windows clipboard. Is the stamp tool greyed out all together, or just the copy from clipboard option? Are you sure there is an image in the clipboard (easy to forget at times)?

  • Multimedia not working in Reader 11

    I created PDF files with Acrobat Pro 9 which include both movies and Flash animations (which are opened through buttons using the "Multimedia Operation" in Acrobat 9).
    Those integrated animations and movies work perfectly if I open the PDF files with Reader 9 or 10 but NOT in Reader 11.
    I want to know why as customers who upgrade to Reader 11 are getting angry.
    Thanks in advance to anyone who can help.

    In the Acrobat XI Family, users need to install the external Flash Player extension before audio/video or SWF content will play. If the user doesn't have it installed, they will be shown a document message bar prompting them to download it. Your version of Acrobat is immaterial - there's been no change in the implementation of Rich Media annotations in the ISO PDF standard between version 9 and 11, so if you upgraded to Acrobat XI Pro the files you created would be the same.
    Without an explanation of what "not working" means, there's nothing more to suggest.

  • Links not working in Reader 10 on Android...

    When opening a .pdf document in reader 10 on my Android tablet, the links to other pages in the document do not work.
    Yet when I open a different .pdf document, the links DO work.
    HELP!

    [topic moved to Adobe Reader for Android forum]

  • Formulas not working in Reader

    I have a simple formula that I've created in Acrobat that adds a user's input in 3 cells and displays the result in yet a 4th cell. The formula is not working once I open the pdf in Reader. I've used "Extend Features in Adobe Reader" but that doesn't seem to make the formulas function in Reader. Any suggestions?

    Is JavaScript and/or automatic calculations enabled for Reader? If so, can you post the document online somewhere (e.g., Acrobat.com) so we can check it out? If not, I'd be interested in looking at it if you're free to send it by email. My address is in my profile.

  • Calculations not working in Reader Enabled PDF Form

    I created a basic Excel spreadsheet and imported it into Acrobat 11 to make a fillable form. Acrobat inserted most of the fields but I had to add some to complete the form. I went into the properties of the fields and set up the calculations using the standard Acrobat calculations. I want the product of field1, field2. When I preview the form, the calculations work. I then close the form for editing and save as reader extended PDF with more tools. When I open the pdf in reader the calculations do not work. I then researched many possibilities on the forums and even called adobe twice with no resolution. I was able to import a blank excel spreadsheet, then created three new fields with calculations and they worked in reader when I saved the form as a reader extended pdf with more tools. So my question is where does my problem originate? Is the problem with the excel spreadsheet or excel formatting ( Excel 2013)? Is the problem with Acrobat 11? When I asked the support tech at Adobe he said that he hasn't heard of this problem before. I have spent hours and hours on this, I have created new forms from scratch and even on different versions of word and acrobat. I figured these calculations should work, am I wrong? ( I have also tried using every calculation option including JavaScript). Thanks in advance for any help.

    It's hard to say without seeing a sample. If you can post one somewhere, I'd be happy to test it out. If you can't post somewhere, you can email me at: acroscript at gmail dot com

  • Preview PDF while loading not working in Reader 10

    Hi,
    a cool feature of Adobe Reader 9 was the "pdf preview while loading".
    If I opened a large PDF-Document in the webbrowser the first few pages have been displayed while the rest of the document was loaded in the background.
    This was very helpful because I was able to decide weather I would like continue loading or not.
    This feature does not work anymore with Adobe Reader 10 and Firefox.
    I have to wait until the blue progressbar is completed.
    On Internet explorer it works.
    Any tips ?
    Thank You,
    Andy.

    [topic moved to Adobe Reader for Android forum]

  • Java script created in Adobe Acrobat not working in Reader

    Hello,
    This is my first post, so I hope I chose the correct path for it
    Let's get to the point:
    I created a java script in Adobe Acrobat according to your tutorial page:
    search.matchCase = false;
    search.wordMatching = "BooleanQuery";
    search.bookmarks = false;
    search.query("Mytxt","Folder","../My directory");
    which I found to be working as a let's call it a relative link, beacuse, after copying my file into another folder it would still work. But when I opened the same file in Adobe Reader I got a Console message:
    Acrobat EScript Built-in Functions Version 10.0
    Acrobat SOAP 10.0
    GeneralError: Operation failed.
    Search.query:4:Link undefined:Mouse Up
    Folder does not exist
    As I mentioned before the same file does return the results of the search.query in this folder in Acrobat. Any ideas? Suggestions? What might be the problem?

    Thanks to your suggestion I started digging into the directories, so here's what's funny:
    Title Page - main folder
    Page 1 - sub folder
    Searched PDFs - sub sub folder
    I open the Title Page, then using a bookmark I open a new file in the same window: Page 1. There i have site links that allow me to perform search.query()
    And now to the funny part:
    In Acrobat:
    If I open the "Title Page" and from there go to Page 1 my directory has to be:
    ../Main Folder/Sub Folder/Sub Sub Folder
    to perform the required search
    However If I open the "Page 1" manually my directory for the same java script has to be:
    ../Sub Folder/Sub Sub Folder
    otherwise I get an error.
    Anyway
    Both don't seem to work in Reader....

Maybe you are looking for