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
Re: Converting string values into integers and adding them together. - Adobe LiveCycle 11-08-2011
Hi,Can you pull in the information without the currency and then use a numeric field (with a currency pattern)? It would be the best approach. If not, then you will need to strip out all non-numeric characters (except the decimal point). I can't share a solution we developed for a client, but I can give a direction:This in the calculate event of the Total field:var sellPrice, cleanPrice; if (sellingPrice.rawValue !== null) { sellPrice = sellingPrice.rawValue.replace(/[^0-9.]+/g, ""); cleanPrice ...

Views

502

Likes

0

Replies

0
Re: More newbie help needed. - Adobe LiveCycle 25-07-2011
Hi, To make the hide and show collectively work together i use another reference object such as Radio button list as an example. I have created a sample for you which fulfils your requirement, please download for the link below.https://acrobat.com/#d=GS3JK7z*DngLmXTNaX0BCgAnd i hope this helps you out and let me know in case of any questions.thanks,Rajesh

Views

182

Like

1

Replies

0
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