Hello! I am using LiveCycle to create a flowable table like structure (in this case I am actually using a table object) and I managed to bind it to a xml schema. Testing that with some dummy data gave expected result: table expands down based on how many data items are present.Person IndexFirst Name...
Hello i have a question about how to export xml into fields, because i cant find a way to do it, is it possible? i know how to export our pdf into xml, by using xfa.host.exportData("", 0);but how to export it on textfield, for example i have textField named with "xmlfield". what should i do, ..xml.f...
I am working on an AEM project where the XFA form is rendered as HTML and am having an issue with validation of an textfield. I have a textfield where the user is supposed to enter a phone number. I set up the validation as follows: Object/Value - Validation Pattern - I set Validation, Edit, Displ...
Hi,I am having a problem displaying nested tables.My result: But when you analyze the XML file, this is not correct. For number line 10 i should have the following texts:<TEXT>Réalisation de la couche de fondation</TEXT> <TEXT>Réalisation de la couche de base</TEXT> <TEXT>Réalisation d'une dalle de ...
Dear Community Good day! How are you ? Is it possible to store pdf file in a variable ( type rawstring ) in Adobe live cycle designer ? can we use doc object if yes how ? Best RegardsNaim
Hello, I am currently doing javascript tests and I need to debug, I tried several approaches to no avail: console.println ("debug"); -> when i click on F5 nothing is displayed anywhere, what is it supposed to do? xfa.host.messageBox ("This is a message", "This is a title", 3, 1); -> when i click on...
Good day,I have done an upgrade from ES2 to ES4. After this I will be upgrading to AEM6.4, however my adminui does not work on certain sections of the applicationThis does not work:Services > LifeCycle Rights Management ES4 > Policies > Policy SetsError: "An error has occurred; please contact your A...
Dear Community! Good day, Is it possible to pass a pdf to webservice from Adobe livecycle designer pdf's postSign event using javascript ?I need to save pdf to ms-sql server as soon as the digital signature action took place. can we do something like to Store the pdf var pdfData = event.targe...
Dear friends, in a cell of a table i have a subform which allows to display a table of texts, but sometimes there are no texts to display so i would like to hide this subform object. I know I have to do this in Javascript but being a newbie to LiveCycle I must have had it hard and therefore need you...