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

njschloss
njschloss
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
7

Discussions

Discussions
0

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by njschloss
Customize the badges you want to showcase on your profile
Re: Beginner question - Adobe LiveCycle 13-09-2011
Thanks!  That works perfectly.

Views

188

Likes

0

Replies

0
Beginner question - Adobe LiveCycle 13-09-2011
Hey everyone,I'm making a form where we pull in some customer information and one of the fields we can pull in is CUSTOMER_NAME. What I'm trying to do is to pull that in and add a comma at the end of the string (ex. Dear CUSTOMER_NAME,). I believe that CUSTOMER_NAME is being pulled in as an object with a string value of whatever the customer's name is. So far I have created a textfield named customername, and on the calculation I havecustomername = (a + ","); where a is a variable that equals st...

Views

410

Likes

0

Replies

2
Converting string values into integers and adding them together. - Adobe LiveCycle 11-08-2011
Hello,I need some help, I'm working with a form where we pull in values into a text field in currency format (ex. $12,345.67). This form also has some boxes that are user entered, and I need to be able to add the values that we pull in as well as the other user entered values into another "total" field. It looks like I need to take the string that gets pulled in, and convert it to a raw integer value and then have it add all of the values into another field. I'm trying to do this with javascript...

Views

943

Likes

0

Replies

1
More newbie help needed. - Adobe LiveCycle 25-07-2011
How about this case:There are three different cases that could be true, 4 cylinders, 6 cylinders and 8 cylinders. I have created the 4 (Fourcyl), 6 (Sixcyl) and 8 (Eightcyl) as buttons, and created three circle objects as cyl4, cyl6 and cyl8. I want it so that when 4 is clicked it displays the circle object cyl4 and makes the others hidden, unless cyl4 is already visible then it will just make all three objects hidden. So far I have this code on each button click, modified for which objects shou...

Views

536

Likes

0

Replies

1
Re: Newbie help needed. Looking to circle options on a form. - Adobe LiveCycle 22-07-2011
How about this case:There are three different cases that could be true, 4 cylinders, 6 cylinders and 8 cylinders. I have created the 4, 6 and 8 as buttons, and created three circle objects as cyl4, cyl6 and cyl8. I want it so that when 4 is clicked it displays the circle object cyl4 and makes the others hidden, unless cyl4 is already visible then it will just make all three objects hidden. So far I have this code on each button click, modified for which objects should be set to visible on each o...

Views

188

Likes

0

Replies

0
Re: Newbie help needed. Looking to circle options on a form. - Adobe LiveCycle 22-07-2011
Thanks a lot!That works great.

Views

131

Likes

0

Replies

0
Newbie help needed. Looking to circle options on a form. - Adobe LiveCycle 22-07-2011
Hey Guys,I'm a total beginner at this, but we've been mapping out forms and I need to know how to be able to "circle" different options on a form.I think the best way to do this is to have a button which makes a circle object visible or hidden. Currently I've figured out how to set an object as hidden and make it appear on button click, but not make it go back to hidden if the button is clicked again. Many times its just a yes/no type case, but sometimes there are cases where I have multiple opt...

Views

691

Likes

0

Replies

3