Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Ana_Luzia_M_Soa
Ana_Luzia_M_Soa
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
17

Discussions

Discussions
0

Questions

Questions
8

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Ana_Luzia_M_Soa
Customize the badges you want to showcase on your profile
Re: Repeating Subforms within Tables and Subforms - Adobe LiveCycle 27-08-2013
Hi Thanks for your reply, Greig I will try your suggestion. I'll post again to say if it worked!Thanks again

Views

420

Likes

0

Replies

0
Re: Imported Data different from Exported Data in XML - Adobe LiveCycle 27-08-2013
Hi, Bibhu Thanks for your answer. What kind of coding are you talking?The nodes you refer to are the "not chosen" options of the dropdown lists?What if I have other fields in the form that I would like to bind so that the information entered is in the exported XML data file? Is it possible to change the binding of the fields before the submission? Is this even a way?Thanks again

Views

587

Likes

0

Replies

0
Imported Data different from Exported Data in XML - Adobe LiveCycle 26-08-2013
Hi, again I'm making a dynamic xml form (pdf) in Livecycle ES4. It's a submission kind of form, the user fills it and submits.The submission button is set up to send the xml data to a given email.I have 3 dropdown lists in this form that work like this: The user chooses an option from the dropdown list 1 which filters the options of dropdown list 2. Then the user chooses an option from the dropdown list 2. This choice filters the options of dropdown list 3.These lists have a lot of possible entr...

Views

1.9K

Likes

0

Replies

3
ODBC Connection populate/filter dropdown lists - Adobe LiveCycle 26-08-2013
Hi I'm working on a form in Designer ES4 with an ODBC connection and I'm trying to populate/filter dropdown lists.The idea is this: User chooses from dropdown list 1* an option. After making that choice, the user can select an option from dropdown list 2**.(* here, there should only appear distinct elements of the column 1 of the table)(** here, there should only appear elements of the column 2 which column 1 element match the previous choice)Ok, so I've created a database and a simple table in ...

Views

992

Likes

0

Replies

0
Repeating Subforms within Tables and Subforms - Adobe LiveCycle 22-08-2013
Hi, again I have another question.I'm working with LiveCycle ES4 on a xml form (xdp).In this form I have a table with a repeating subform within a row. And inside this subform I have another repeating subform.It works like this: the first subform contains data of a category and the other subform contains data of a subcategory.There can be multiple categories and within each category it's possible to have several subcategories listed.Ok, having said that, my real problem is this one: I can set th...

Views

1.2K

Likes

0

Replies

2
Re: PDF overall limit? - Adobe LiveCycle 21-08-2013
Hi, radzmar Thanks for your reply, you were super quick!..and helpful!

Views

533

Likes

0

Replies

0
PDF overall limit? - Adobe LiveCycle 21-08-2013
Hi I'm working with LiveCycle ES4 on a pdf that has now 2,29 MB. Is it too much?I have a lot of code written in javaScript.I'm asking this because now I have unexplained errors in the code.The "same" code works in some places and doesn't work in others. Is this a thing? LiveCycle has a limit?Thanks

Views

1.3K

Likes

0

Replies

3
Re: Multiple users filling in and signing PDF - Adobe LiveCycle 20-08-2013
Thanks for replying, Steve

Views

468

Likes

0

Replies

0
Multiple users filling in and signing PDF - Adobe LiveCycle 16-08-2013
Hi I'm currently making a form in Livecycle Designer ES4 that is supposed to be filled in and signed by several users. The workflow is like this: Phase 1: Phase 2: Phase 3: -> -> user 1 fills subform 1, user 2 fills subform 2, user 3 signs*** and keeps the final document signs* and sends to user 2; signs** and sends to user 3;And I'm struggling with Phase 2 because user 2 modifies the form and the first user's signature becomes invalid.Note:* locks fields of subform 1** locks fields of subform 1...

Views

986

Likes

0

Replies

4
Re: How to verify a pdf is signed? - Adobe LiveCycle 09-08-2013
Hi, everyone ..I found the answer I was looking for here:http://forms.stefcameron.com/2008/11/05/digital-signature-field-status/..in the available sample.In this code line: var signature = event.target.getField("Form.subForm.signature");I was giving the wrong path to the digital signature field.Apparently it's a bit more tricky than the easy ctrl + click trick. The correct path turned out to be Form[0].subForm[0].signature[0].In the sample I downloaded in the upper link there's a function that g...

Views

802

Likes

0

Replies

0