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

excellionroto2
excellionroto2
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
11

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by excellionroto2
Customize the badges you want to showcase on your profile
locale configuration in Japan - Adobe LiveCycle 20-01-2011
Hello all,I have done a PDF form with several fields.For example, I placed a drop-down field where the user can choose a determined option.There is an option "Japan" and if the user choose it, another field of the form is changed to Japan currency name and all numeric fields in the form are calculated with that currency.When the user choose "Japan" I set the configuration to "ja_JP".The problem is:If a user placed in a Japan office choose "Japan", the field is set to Euro instead of Japan curren...

Views

267

Likes

0

Replies

1
Re: xfa.host.exportData function - Adobe LiveCycle 23-12-2010
Thanks a lot.Finally, I deleted the option to extract data due to requirements.Best regards

Views

408

Likes

0

Replies

0
Re: xfa.host.exportData function - Adobe LiveCycle 20-12-2010
Thanks for your response.After your help, I read a lot of information about installing the Reader Extensions and I have seen that Acrobat 9 Pro Extended is necessary.According to your picture attached I need the scenario 4, now I have scenario 3.Is it possible to install only Reader Extensions on version 8 or it is mandatory begins with version 9.Thanks a lot.

Views

410

Likes

0

Replies

0
Re: How to disable 'Autocomplete' effect in a form - Adobe LiveCycle 20-12-2010
Your response was very useful. Thanks a lot.

Views

184

Likes

0

Replies

0
xfa.host.exportData function - Adobe LiveCycle 20-12-2010
Hello all,I have a problem related to the function xfa.host.exportData:My scenario is the next:- I have done a form with several fields.- A determined user open this form and fill up the fields.- That user, is able to send form via PDF or save as XML.In Acrobat Professional 8, there is no problem in order to do these functionalities but in Acrobat Reader 9, the user cannot save the data as XML.I placed the function xfa.host.exportData("",0) in the click event of a check box.I would like to know ...

Views

2.8K

Likes

0

Replies

4
How to disable 'Autocomplete' effect in a form - Adobe LiveCycle 02-12-2010
Hello all,I have done a form with many fields.If I fill all fields the process is correct but if I try to modify a determined field I get an effect similar to 'Autocomplete' function and I see all previous values recorded in that field.I would like to avoid this effect. Is there any way in order to disable it?Many thanks in advance.Best regards,Roberto

Views

7.1K

Likes

0

Replies

2
Re: configuration settings - Adobe LiveCycle 13-10-2010
Thank you Steve.First of all, I have tested your idea and I have sent the PDF version to another countries. Now, I am waiting for news!As you suggested, I set all objects to 'Viewer's system locale'.Now, the correct flow will be the next:0- I send a blank PDF form to United States.1- In United States a determined employee will fill up all currency fields that will be showed with dollar symbol.2- That person sends that PDF form to me via e-mail.3- Despite of my locale configuration, I will be the...

Views

102

Likes

0

Replies

0
configuration settings - Adobe LiveCycle 11-10-2010
Hello all,I have done a form using LiveCycle program.There are some text fields using the predetermined configuration. I send the same form to a different places in the world (everyone has a different language configuration).Every place has an associated currency and locale configuration in my code.I have a problem:- For example, when a person in United States fills the form, the associated currency is dollar and he sends the form to me using PDF format.- When I open the form I see a Euro symbol...

Views

429

Likes

0

Replies

2
Re: Get the previous value in a drop down list - Adobe LiveCycle 19-05-2010
Hello Paul,As you commented before, I tried to re-assign the previous value applying the next code:if (vTest == "1"){ xfa.host.resetData(); //When I press OK Button}else{ DDListName.rawValue = StoredFieldName.rawValue; //When I press cancel button}I have done many tests and I am not able to get the previous value in the drop-down list. When I press cancel button, I see the selected value of the DDList instead the previous.One comment:1- In order to store the previous value, I created a text fiel...

Views

97

Likes

0

Replies

0
Get the previous value in a drop down list - Adobe LiveCycle 14-05-2010
Hello,I am trying to get the previous value of a drop down list when I press cancel button of a message box. In order to do that, I placed the next code in aChange event:var vTest = xfa.host.messageBox("If you change the option...","Change",1,1);if (vTest == "1"){ xfa.host.resetData(); //If I press Accept button, all form data is reset}else{ Form.Page1.dropdownlist.rawValue = xfa.event.prevText; //I am trying to re-assign the previous value to the drop down list but I am not able to do it. I am ...

Views

869

Likes

0

Replies

3