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

Elvis_Giff
Elvis_Giff
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
5

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Elvis_Giff
Customize the badges you want to showcase on your profile
Drop Down - Autocomplete - Adobe LiveCycle 28-03-2014
I know this should be an old topic, however, most of the discussion tread are outdated and unable to find the solution via those reference link.Below is my ask:I have a drop down with more than 100 options, and i want to improve the user friendliness such that if user key the values, the drop down list will be point to the right option like we did in any HTML drop downi.e. Drop Down List:ABCABDABEACDBCDBCABECCADIf user types A, the drop down should point to ABCIf user furhter types C, the drop d...

Views

1.0K

Likes

0

Replies

1
Re: Decimal Field - Auto round up - Adobe LiveCycle 25-03-2014
I have already set the limit leading digits as 15 and trailing digits as 2. but still running with the same issue.is there a maximum limit value for the decimal number?

Views

127

Likes

0

Replies

0
Decimal Field - Auto round up - Adobe LiveCycle 25-03-2014
I have created a Decimal Field, but the field will auto round up if there is decimal pointse.g. 999999999999999.99 will auto round to 1000000000000000.00 on exit888888888888888.88 will auto round to 888888888888888.87 on exitanyway to stop this behavior? I need to keep the original value

Views

823

Likes

0

Replies

2
Text Field - Fill Color - Adobe LiveCycle 04-03-2014
I am developing a form with a drop down list and multiple text fields. Base on the user select on the drop down, other fields will be changed as Mandatory or ReadOnlyTo improve the usability, i want to gray out those Not required / Read Only fields. I am trying to do it with the following script:this.resolveNode("textField1").fillColor = "195,195,195";However, both caption and input box area are gray out.Is there any script that will gray out the input box only?

Views

534

Likes

0

Replies

1
Change form caption value base on drop down - Adobe LiveCycle 21-02-2014
I am working on a form with multiple languages (e.g. English + Chinese). What is the best way to change the caption when user select the Language Dropdown? I have tried to use Javascript to setup the caption value on exit event, however, it seems the script not able to support a double byte character (chinese).Is there a way can be done with binding xml data (UTF-8)? can any one share with me about the format of the xml and how to create the binding?

Views

552

Likes

0

Replies

1