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

evodriver49
evodriver49
Offline

Badges

Badges
6

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 evodriver49
Customize the badges you want to showcase on your profile
Re: Hiding borders around text fields? - Adobe LiveCycle 17-08-2011
actually i figured it out and it was super simple! The "appearance" menu was set to sunken boxand all i had to do was select none and it dissapeared. Thanks for all the help !-Daniel

Views

2.2K

Likes

0

Replies

0
Re: Hiding borders around text fields? - Adobe LiveCycle 17-08-2011
bump! still tryna resolve this problem Thanks,Daniel

Views

2.2K

Likes

0

Replies

0
Re: Hiding borders around text fields? - Adobe LiveCycle 16-08-2011
Thanks for the help, but I'm sorry i think i phrased my question wrong. The list isn't a dropdown, its still just a text field (labeled "evaluation date"), but with mm/dd/year calender that opens up (DateTimeField) when the date field is clicked. sorry for the confusion -Daniel

Views

2.2K

Likes

0

Replies

0
Re: filling in hidden fields? - Adobe LiveCycle 16-08-2011
Thanks for the help!

Views

141

Likes

0

Replies

0
Hiding borders around text fields? - Adobe LiveCycle 16-08-2011
Hi, My pdf form has many text fields with borders. One of the fields has a dropdown click calender date extension, and its border wont hide when printed. The others all work with the preprint* formcalc event as follows:ui.textEdit.border.edge.presence = "hidden";any suggestions on how to remove the date fields border?Thanks,Daniel

Views

8.0K

Likes

0

Replies

6
filling in hidden fields? - Adobe LiveCycle 16-08-2011
Hi, I have a form in which there are 4 square image fields in which hide if an image isn't attached. The formcalc change* event is as follows:if(picture3.rawValue == "1")thenform1.page2.change.picture3.presence= "visible"elseform1.page2.change.picture3.presence= "hidden"EndifIt works and that isn't the problem. My question here is well if i don't attach images to the last 2 squares on the bottom (square 3,4), theres a big empty space on the form when printed, which later connects to the next pag...

Views

343

Likes

0

Replies

2
Re: livecycle hide empty fields - Adobe LiveCycle 12-08-2011
Thanks so much for the quick reply and help! Awesome, it works perfectly

Views

522

Likes

0

Replies

0
livecycle hide empty fields - Adobe LiveCycle 12-08-2011
Hi, I have a form in which i have 10 rows of categories, and each category has 4 replicate dropdownlists (in case user wants to select more than one option). My question is how do i get the extra dropdownlists to automatically hide if lets say they select something from the first two dropdownlists, but the last 2 are left blank? right now i have the default value of the list as a blank space and my exit event formcalc script is:if(DropDownList1[1].rawValue >= "1")thenform1.page1.DropDownList1[1]...

Views

1.8K

Likes

0

Replies

2