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

ES4MobileForm
ES4MobileForm
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ES4MobileForm
Customize the badges you want to showcase on your profile
Re: Total calculation for repeating item - Adobe LiveCycle 06-08-2013
OK, I found a resolve for this total calculation functionality in both PDF and HTML forms, I used the following scripts:var len = expenses.expensesWrapper._expenseRow.count;var sum = 0.0;for (var i = 0; i < len; i++){ sum += xfa.resolveNode("expenses.expensesWrapper.expenseRow[" + i + "].total").rawValue;}expenses.total.subTotal.rawValue = sum;

Views

76

Likes

0

Replies

0
Total calculation for repeating item - Adobe LiveCycle 05-08-2013
I want to calculate the total for a field of repeating item, from the Level Scripting Support, the resolveNodes is supported in mobile HTML form. But after getting the repeating object using resolveNodes, how can we get the length of the object for calculating. I used the objs.length but it is undefined. Here are the my script as example:var objs = expenses.expensesWrapper.resolveNodes("expenseRow[*]");xfa.host.messageBox(objs,"",0,0);xfa.host.messageBox(objs.length,"",0,0);var sum = 0.0;for (va...

Views

940

Likes

0

Replies

1
Re: Using renderPDFFrom to render a XDP with scribble signature - Adobe LiveCycle 05-08-2013
Hi deepak, I'm sorry but how can I send files here?

Views

80

Likes

0

Replies

0
Using renderPDFFrom to render a XDP with scribble signature - Adobe LiveCycle 02-08-2013
I extracted a xml data from HTML5 form submitting, the form include a scribble signature field. I used the xml data to render the form using renderPDFForm service, the scribble signature image doesn't show on result interactive PDF. If I generate an output PDF using generatePDFOutput service, the scibble signature image shows on output PDF.I want to know why scribble signature field doesn't work for renderPDFForm service. Do you have the same issue?Thanks

Views

1.4K

Likes

0

Replies

2