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

cwilliams2013
cwilliams2013
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
12

Discussions

Discussions
0

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by cwilliams2013
Customize the badges you want to showcase on your profile
rendering a blank page not working for multiple xdp's in assembler - Adobe LiveCycle 07-02-2015
Hi,we are trying to append different .xdp's witht he assembler service to get the resultant .pdfMain xdp :docin.xdp2nd .xdp : doci2n.xdpthere are multiple xdp's that would be combined together with the ddx,the main xdp (pdf from the main .xdp) should always end with an even page, i have a blank page that fires up when the pdf ends with an odd number , when tested just the main xdp with the assembler service it works fine (it ends with even page)but when other xdp's are sent with the main xdp in ...

Views

304

Likes

0

Replies

0
Assembler not getting the blankpage if combined with multiple xdps - Adobe LiveCycle 07-02-2015
Hi,we are trying to append different .xdp's witht he assembler service to get the resultant .pdfMain xdp :docin.xdp2nd .xdp : doci2n.xdpthere are multiple xdp's that would be combined together with the ddx,the main xdp (pdf from the main .xdp) should always end with an even page, i have a blank page that fires up when the pdf ends with an odd number , when tested just the main xdp with the assembler service it works fine (it ends with even page)but when other xdp's are sent with the main xdp in ...

Views

954

Likes

0

Replies

1
render a blank page if the form ends with odd pages - Adobe LiveCycle 01-10-2014
Hi,i am designing a form in Livecycle es4 designer, the form is saved as .xdp and we have a .xml as input, based on the data stream the form extends to n number of pages, i need to end my form on an even page always,if there are 3 pages based on the data, i need to show an blank page as the 4th page. if there are 4 pages based on data stream we need not show the extra blank page.i have added a blank page in my designer made it hidden from layout, , wrapped in a sub form and in the layout editor ...

Views

467

Likes

0

Replies

1
Re: Re: how to use xfa.layout.pageCount() - Adobe LiveCycle 22-09-2014
Thank you Radzmar

Views

1.6K

Likes

0

Replies

0
Re: how to use xfa.layout.pageCount() - Adobe LiveCycle 22-09-2014
i am getting the current page number by writing this.rawvalue = xfa.layout.page(this); - at the layout:ready but how to get the pagecount..?

Views

1.6K

Likes

0

Replies

0
how to use xfa.layout.pageCount() - Adobe LiveCycle 22-09-2014
Hi , I am trying to get the page count for the form i am designing,by using the following on a text fieldthis.rawvalue = xfa.layout.pageCount(); --> i am not sure where to use this (on initialize, layout ready etc) ,i used for both of them and i am not getting any value on the form.my intention is to use this field (with pagecount) to write a formula to show the address if say page count is less than 10 .can somebody point me to the right direction, thanks in advancechristene

Views

3.2K

Like

1

Replies

3
Re: trying to concatenate the address fields as below using javascript - Adobe LiveCycle 20-09-2014
Thank you , it worked.

Views

301

Likes

0

Replies

0
trying to concatenate the address fields as below using javascript - Adobe LiveCycle 20-09-2014
trying to concatenate the address fields as below using javascriptthis.rawValue = xfa.resolveNode("#subform[1].CAOName").rawValue + "\n" + xfa.resolveNode("#subform[1].Addr1").rawValue || "\n" if((xfa.resolveNode("#subform[1].Addr2").rawValue)!= null) { xfa.resolveNode("#subform[1].Addr2").rawValue} else {xfa.resolveNode("#subform[1].City").rawValue||xfa.resolveNode("#subform[1].State").rawValue||xfa.resolveNode("#subform[1].Replyzip").rawValuebut only the name and addr1 are printing, can somebo...

Views

620

Likes

0

Replies

2
Re: Javascript help for pagecount - Adobe LiveCycle 21-05-2013
Thanks srini, it worked ..thank u very much..also if possible can you please tell me the difference between xfa.host.numpages and xfa.layout.pageCount()i have tried if(xfa.host.numpages <10) { }, it did not work though..Thanks againcwilliam

Views

338

Likes

0

Replies

0
Javascript help for pagecount - Adobe LiveCycle 20-05-2013
H All,I am trying to write a javascript to show the address if the page count on the form is less than 10 pages . the form grows dynamically based on the .xml datamy address field has javascript xfa.resolveNode("Correspondance.#subform.Client_Addrp1").rawValue = xfa.resolveNode("Correspondance.#subform[4].Client_addr_Name").rawValue + "\n" + xfa.resolveNode("Correspondance.#subform[4].Client_addr1").rawValue + "\n" + xfa.resolveNode("Correspondance.#subform[4].Client_addr2").rawValue + "\n" + xf...

Views

2.3K

Likes

0

Replies

3
Likes given to
Likes from