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

Garry4587xx
Garry4587xx
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Garry4587xx
Customize the badges you want to showcase on your profile
How to prevent user from inputting in a Date field? - Adobe LiveCycle 22-08-2010
Hi, everyoneI have another small problems, for a Date field, user can choose from a date window or input from keyboard, is there any way to forbid user to input?I want to make the date field behave like a Drop-down list. User can just choose from list, can not input. is it possible?Thanks

Views

329

Likes

0

Replies

1
Re: How to make text field only accpet digits? - Adobe LiveCycle 22-08-2010
Thanks Steve, your codes are what I want.

Views

137

Likes

0

Replies

0
How to make text field only accpet digits? - Adobe LiveCycle 21-08-2010
Hello everyone I wann know how to make a text field only accpet digits (0,1,2 ...9)? In Acrobat, it's very easy to set, but in LiveCycle, looks it needs some custom JavaScript, can anyone please provide help?The following codes can't work in LiveCycle, how to make it work?if(!event.willCommit) event.rc = !isNaN(event.change) || event.change == "." || (event.change == "-" && event.selStart == 0);Thanks

Views

693

Likes

0

Replies

3