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

tech264
tech264
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
23

Discussions

Discussions
0

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by tech264
Customize the badges you want to showcase on your profile
Need help with a questionaire form with multiple checkboxes - Adobe LiveCycle 24-12-2012
Happy Holidays,I have a questionaire form that I've developed for work where there are 16 questions in total and on the results page it states that my "yes" responses from my yes/no checkboxes are valued as a score of 1 and no answers are scored as a 0 in a text field provided for each question.for example: 1) did santa come to your house this year? yes/no if yes score is 1 if no score is 0However, there is a question on the form that has multiple answers in the form of just a single checkbox an...

Views

765

Likes

0

Replies

0
Printing Duplex Pages, Single Page, Hidden Page Question - Adobe LiveCycle 09-08-2012
I have an 8 page form where there are several forms in the following formatPage 1 - Single SidedPage 2 and 3 - Double SidedPage 4 - Single SidedPage 5 and 6 - Souble SidedPage 7 and 8 - Double SidedWhat I would like to do is have those blank pages in the form hidden from the staff but to make them available for printing since we use our copy machines as printers and they print on both sides of the paper.I'm attaching the form so anyone can see what I'm talking about.https://acrobat.com/#d=PI8bPr...

Views

485

Likes

0

Replies

0
Re: Adding radio buttons - Adobe LiveCycle 08-08-2012
I appreciate your help, I didn't even noticed that I had like that already. However, I did have problems with the calculation. I had 3 seperate questions with a total of 16 different radio optionsso like question 1 had 4 options, question 2 had 6 options and question 3 had another 6 I tried doing the sum(rb11+rb2, etc.) but I got an error message stating it didn't know what RB1 was. Then I realized that I had the radio buttons stored in a group. Therefore to get it work I had to use, sum(GP1, GP...

Views

488

Likes

0

Replies

0
Re: Adding radio buttons - Adobe LiveCycle 06-08-2012
I'm trying to do something similar but don't know how to go about adding the nummbers for a total score. Here's what my screen looks like. However I'm wondering if I need to put just the numbers in a radio button group and the text in regular text fields because when I looked at the properties it's all mixed up.

Views

334

Likes

0

Replies

0
Re: Printing Single Sided/Double Sided Forms in LiveCycle Desginer - Adobe LiveCycle 01-03-2012
I've searched the web about this whole master page stuff but I'm so confused.What I've done is attached the document so if anyone could look at it and tell me what I need to do, I would appreciate it.Thank you.https://acrobat.com/#d=RSivzQv4t7Pgyz7jMZpBiw

Views

390

Likes

0

Replies

0
Printing Single Sided/Double Sided Forms in LiveCycle Desginer - Adobe LiveCycle 22-02-2012
Good day,I have a 6 page form in LiveCyle Designer where I would like the following:Page 1 - Print Single SidedPage 2 - Print Single SidedPage 3 - Print Double SidedPage 4 - 2nd page of page3Page 5 - Print Double SidedPage 6 - 2nd page of page5We have a copy machine in our office that's cable of printing duplex.I know in the form properties you can check off to do duplex printing of your form but when I do that the first page of (Page 2) appears on the back of (Page 1) and I can't have that happ...

Views

1.2K

Likes

0

Replies

1
Need help with calculating start time and end time and placing the result in a duration text box as - Adobe LiveCycle 23-06-2011
I did a search on the forum for calculating start time and end time and found the following code which I'm utilizing as a formcalc on the duration field. ============================================================== form1.Page1.Duration::calculate - (FormCalc, client) if (HasValue(StartTime) and HasValue(EndTime)) then var in_ = Time2Num(StartTime.formattedValue, "h:MM A") var out_ = Time2Num(EndTime.formattedValue, "h:MM A") if (in_ >= out_) then xfa.host.messageBox("The start time cannot be g...

Views

814

Likes

0

Replies

1
Re: Having issues inserting checkboxes controls in a table [form attached] - Adobe LiveCycle 01-09-2010
How would I go about utilizing the subform feature? Do you mean create the table andjust use 3 columns and 2 rows stretch the 2nd row and convert it to a subform and use the line tool to draw the lines? Or another easier method? Thank you!

Views

442

Likes

0

Replies

0
Re: Having issues inserting checkboxes controls in a table [form attached] - Adobe LiveCycle 01-09-2010
I've tried that but I've noticed that when I adjust the columns it throws the boxes in the first column off and I have to adjust each statment manually which takes forever and if you noticed in the 2nd column I have one box there that I can't even resize.

Views

445

Likes

0

Replies

0
Having issues inserting checkboxes controls in a table [form attached] - Adobe LiveCycle 01-09-2010
I'm having problems with checkboxes inside of tables that has multiple columns and/or rows. When I insert the control in the first row all looks well. When I insert the control in the second column the spacing gets off track (you will see this highlighted in pink on my form). The other issue I have is when I create a checkbox that has a two line statement the box itself never aligns to the top of the first statement (you will see that as well in my form).If anyone has any solutions it will be gr...

Views

1.8K

Likes

0

Replies

5