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

JCooley9
JCooley9
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
8

Discussions

Discussions
0

Questions

Questions
8

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by JCooley9
Customize the badges you want to showcase on your profile
Re: Pasting Excel table into fillable pdf - Adobe LiveCycle 26-09-2011
I don't think you will be able to keep the formatting when you paste it.Paul

Views

124

Likes

0

Replies

0
Re: Check box - When yes is checked no will uncheck - Adobe LiveCycle 05-07-2011
Hi Jenna, I have sent you a sample to your hotmail address, and i just added a simple script to make the collection of check boxes mutual exclusive.Sample Script on each Check box form1.PageOne.collectionSub.CheckBox1::click - (JavaScript, client) if(CheckBox2.rawValue == "1" || CheckBox3.rawValue == "1" || CheckBox4.rawValue == "1"){ this.rawValue = "0"; } form1.PageOne.collectionSub.CheckBox2::click - (JavaScript, client) if(CheckBox1.rawValue == "1" || CheckBox3.rawValue == "1" || CheckBox4.r...

Views

664

Likes

0

Replies

0