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

reachvipin
reachvipin
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
8

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by reachvipin
Customize the badges you want to showcase on your profile
Can we trigger the all the form validations that happen on a form when the submit button is clicked - Adobe LiveCycle 22-04-2011
Hi,Is there a way to trigger the validations and actions that happen on a form when the submit button is clicked - without actually calling the click event of the submit button?To list it down in points: what we want to achieve.a) Host the Pdf in IE.(embed in the html page).b) Configure default field validation patterns and mandatory fields for the form. c) Have a validate button outside the pdf on the html to call the pattern validations and mandatory check for all the fields on the form.c) Run...

Views

436

Likes

0

Replies

1
Re: Unable to load image dynamically in an XDP file: - Adobe LiveCycle 12-08-2010
Hemen,Thanks for your response. your solution is perfect if we have only a few images,In our case we have a couple 100's of images, we would not be able to load all of them into the pdf.Based on the data in the input xml, we need to load the image in the pdf and send it across to the client. Regards

Views

281

Likes

0

Replies

0
Form Bridge sample - Adobe LiveCycle 11-08-2010
Does any one have a working sample of form bridge? or a step by step instruction on how to build an interactive form that has a form bridge and test itusing designer version 9. I am trying to to stitch a couple of XDP files and have only one submit button to submit the xml data. The only link about form bridge that i've come across is given below.http://livedocs.adobe.com/livecycle/8.2/wb_help/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Workbench_ES&file=000601.htmlRegards

Views

929

Likes

0

Replies

0
Re: Unable to load image dynamically in an XDP file: - Adobe LiveCycle 22-07-2010
Srini,Thanks for the prompt response.But this means that the Adobe repository will not store the images. The system generating the input XML will have to store the images, convert to base64encoded and pass it to livecycle server so that Adobe forms/output service can data bind this to the image field. Is there no other way? regardsvipin

Views

279

Likes

0

Replies

0
Unable to load image dynamically in an XDP file: - Adobe LiveCycle 22-07-2010
We are unable to load images dynamically in livecycle designer when a dynamic form (xdp) is rendered.Steps :a) Using Adobe liveCycle designer, a new Blank form was created.b) An image field control(ImageField1) and an image control(Image1) was added to the blank form:c) The following lines were added to the Form ready event: ( form1.page1::ready:form - (JavaScript, client))Image1.value.image.href="abc.jpg";ImageField1.value.image.href="abc.jpg";The images are not being loaded when the pdf previe...

Views

3.2K

Likes

0

Replies

4
Re: PDF not posting XML data: - Adobe LiveCycle 10-06-2010
Wonder if there is any workaround...

Views

91

Likes

0

Replies

0
Re: PDF not posting XML data: - Adobe LiveCycle 03-06-2010
Thanks for the reply Paul,The Binding seems to be ok as the data in the input XML shows up correctly after the binding is done.Here is the input XML:--------------- MyForm Field1 Test Field2 Test2 MyOtherForm Fieldx Testx -----------------Steps to recreate:a) Using the above XML and create a schema.b) Use the schema as the data connection for an XDP file that has one Text field in it.c) The data binding for the Text field given is: $.Form.(FormId.value=="MyForm").Fields.(FName.value=="F...

Views

89

Likes

0

Replies

0
PDF not posting XML data: - Adobe LiveCycle 02-06-2010
Issue: PDF not posting XML data: We are trying to create an Adobe Form (XDP) which will generate a custom XML as shown below.Step1: Create Schema and set data bindingStep 2: Test using Sample Input XMLUsing the sample Input XML (at Form Properties > Preview), the data from sample input XML is being populated properly as expected. (“Test” shows up in the rendered form as shown below).Step 3: Enter data and submit the FormNow, remove the sample/preview input XML from Form Properties > Preview.Rend...

Views

848

Likes

0

Replies

3