Does anyone know of a way to 'rename' a JavaScript window to something other than 'JavaScript' window ? We have a forms that pop us a window with possible user names from an LDAP query. The clients were confused by the term "JavaScript Window".
Hello everyone,I apologies if anyone has read this under the Acrobat Pro forum but I was told I may get some help on this forum. I have a problem that I am beating my head up against. In my company we have some pdf documents that have been created using LiveCycle for our "go green paperless movem...
Hello,I applied the document Creating Your First LiveCycle Application.When i started to login into http://localhost:8080/workspace srose/password to start the loan process, i got this error:2011-04-19 15:27:55,320 ERROR [com.adobe.formServer.PA.XMLFormAgentWrapper] ALC-FRM-001-004: Unable to find s...
Hello,I generate a pdf form with some data includet e.g. firstname = dave. personID = 12345.all this data (import-parameter is a table) is "stored" in the xml of my form:<?xml version="1.0" encoding="UTF-8"?><xfa:data xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"> <data> <IF_TABLE_PERSO...
HiI have an exclusive raido button group contains "I Agree" and "I Disagree". By default I Disagree should get selected when form loads and if user clicks I Agree then only the form should submit.Scenario i have tried:wrote script on the validation event of the radio button group but initially when ...
Hi there. I got a dozen textfields and datetimefields in a pdf fillable form create by livecycle designer. All textfields and datetimefields have the default values. I got some javascripts to toggle checkbox to the effect that when checkbox is checked, the default value in the textfield will be ...
Hi there,I'm using your server<-->server API to subscribe to a collection node. I only want updates for a particular node, so I'm including that in the subscribeCollection call. However, I'm unexpectedly receiving updates for all the other nodes in the collection node as well.My call looks like th...
I have this form with a field that should be filled in with text corresponding to a value field, automatically.So I got this:form1.#subform[0].extenso::calculate - (FormCalc, client)textNumber = WordNum(total,0,"pt_BR");...and nothing happens, the values are being converted into English text, not Po...
Hello!I need to write a function to return a numeric value (price) as text, that is, if the user types 1,500 the text field should read One Thousand Five Hundred.So I imagine the best choice for this would be Acrobat JavaScript, right? I suppose FormCalc is more focused on numeric calculations.As th...
Hi -I have a request form to create. Pretty simple actually.Halfway down the form I hve to put the following, where [ ] represents data input by user."This document has been open for [ ] days as of [ ]."We want the user to type in a number from [1] to [99] (days open) and have the 'as of' [ ] be 't...