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

ON5775
ON5775
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 ON5775
Customize the badges you want to showcase on your profile
Fillable PDF Form messes up layout and structure in Adobe Readers 7 or 8 - Adobe LiveCycle 07-02-2011
Hi Team,I have designed a Fillable PDF Form in Live Cycle Designer 8.2.1, the form works perfectly well in Adobe Reader versions 9.0 or greater,but messes up layout and structure in Adobe Readers 7 or 8 or older versions.., more over users are having problems, saving data.I have Acrobat Professional with Adobe Reader Extensions, but still having issues, could any one please help,Thanks,Younge..

Views

427

Likes

0

Replies

0
Re: Show and Hide Pages based on Value in Dropdown Box - Adobe LiveCycle 30-09-2010
Hi Nail,I tried as you suggested, i set the script on the exit event and the pages show up and hide based on the values selected, but i still get 1 blank page when selecting the 2nd and 3 profiles...form1.FillablePg1.positionTitle::exit - (JavaScript, client)if (this.rawValue == "Admin") { form1.appendixSales.presence = "hidden"; form1.appendixAccounts.presence = "hidden"; }else if (this.rawValue == "Sales" ) { form1.appendixSales.presence = "visible"; form1.appendixAdmin.presence = "hidden"; fo...

Views

234

Likes

0

Replies

0
Show and Hide Pages based on Value in Dropdown Box - Adobe LiveCycle 29-09-2010
I need help on scripting to show and hide mainpages and pages on a subform depending on the value of the Dropbox Item,DropboxItem has 3 values in the list Admin, Sales, Accounts,there are 3 pages for each profile ie. pageName1.subform1 for Admin; pageName2.subform2 for Sales and pageName3.subform3 for Accounts;if you select the value of Dropbox as Admin, then hide the pages for Sales and Accounts; and so on...ie. for Sales (admin and accounts are hidden) and for Accounts (Admin and Sales are hid...

Views

2.8K

Likes

0

Replies

3