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

Federico_Benini
Federico_Benini
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
10

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Federico_Benini
Customize the badges you want to showcase on your profile
Change Pagination's Position of subform - Adobe LiveCycle 08-10-2014
Hi, i have a form with 8 subform who are page's form. For each page i have associated one master pager, who are show in the picture below.Are there a javascript to change at runtime the Pagination's position of subform? I need to change position from "Pagina_DS" to "Pagina_Vuota".Kind regard.

Views

253

Likes

0

Replies

0
Re: Get ComboBox ValueText from Value - Adobe LiveCycle 19-06-2014
Thanks Magus, now I understand how to do.Kind Regard.

Views

455

Likes

0

Replies

0
Re: Get ComboBox ValueText from Value - Adobe LiveCycle 19-06-2014
Hi Magus, thanks for reply.The way that you show me, allow me to get the text-value displayed at combobox.Otherwise I need a method that will take as input a value, check if it's associated with a predetermined combobox, and return its combobox text-value.Does it esixt in livecycle or is necessary to build it?Kind Regards.

Views

232

Likes

0

Replies

0
Get ComboBox ValueText from Value - Adobe LiveCycle 17-06-2014
Hi, i have a ComboBox with this parameters:Value TextA AAAAB BBBBC CCCCD DDDDI need a method that returns "AAAA" to input "A" .I have found two similar method "getDisplayItem" and "getSaveItem", but they use numbers to identify position of item (Es 0,1,2 etc...).Otherwise the method "boundItem" the input "AAAA" returns me "A". I must use the opposite.Anyone can help me?Kind Rergard

Views

669

Likes

0

Replies

4
Re: Form created with LiveCycle is not saving the data of a fillable form. - Adobe LiveCycle 16-06-2014
Hi, your form is saved as "Adobe 7.1". I tried to save it again from livecycle in "Adobe 9.0". I enabled the additional features from the Adobe professional, and now the file is salvageable with abobe reader.Kind Regards.

Views

556

Likes

0

Replies

0
Re: Move Page at runtime - Adobe LiveCycle 16-06-2014
Thank you. I solved my problem.Kind Regards.

Views

171

Likes

0

Replies

0
Move Page at runtime - Adobe LiveCycle 16-06-2014
Hi, i will create a new page at runtime. I have a form with 2 page:form1 P1 P2I make a button with this code to duplicate the page:form1.P1.occur.max = "2";form1.P2.occur.max = "2";form1.P1.instanceManager.addInstance(true);form1.P2.instanceManager.addInstance(true);The page's order became: P1 (new istance of P1) P2 (new istance of P2)but i want take this order P1 P2 (new istance of P1) (new istance of P2)How can i do that?Kind Regards.

Views

262

Likes

0

Replies

2
Re: Livecycle Es - Print form in 2 copies - Adobe LiveCycle 01-04-2014
ok, thanks for the replies.

Views

292

Likes

0

Replies

0
Re: Livecycle Es - Print form in 2 copies - Adobe LiveCycle 21-03-2014
I try to do that:in the postPrint event i change one field value and i use xfa.host.print to print the second copy. After the second postPrint event i don't print nothing because the value of field is changed.----------------------------------------------------------------------------------TopmostSubform::postPrint - (JavaScript, client)if(Page1.PAGINA.rawValue == "BANK COPY"){ Page1.PAGINA.rawValue = "CUSTOMER COPY"; xfa.host.print(0,"0","1",1,1,0,0,0);}else{ Page1.PAGINA.rawValue = "BANK COPY"...

Views

289

Likes

0

Replies

0
Livecycle Es - Print form in 2 copies - Adobe LiveCycle 21-03-2014
Hi,I need to print a form in 2 copies. The two copies differ in some small details, such as "customer copy" and "copy bank", some fields must be placed in first copy, but not in second, ecc... All data entered from the keyboard (text field, numeric filed ec...) must be printed identically.What is the best way to do that?Kind Regards.

Views

1.2K

Likes

0

Replies

5