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

jwbrady
jwbrady
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
8

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jwbrady
Customize the badges you want to showcase on your profile
Re: Weight, Height, BMI Calculator - Adobe LiveCycle 14-04-2011
Issue Fixed, thanks Paul!I had to change if (q1.lbs2kg.Wt_lbs_Input.rawValue > 0.. to if (q1._lbs2kg.count >= 1 Also, I ran into another issue (Arithmetic over/underflow) when the ht. values were expressed first b/c x/0 = unresolved. I resolved that by placing an if statement within an if statemtent to make sure values in the demoniator had to > 0form1.#subform[0].BMI::calculate - (FormCalc, client)form1.#subform[0].BMI::calculate - (FormCalc, client)if (q1._lbs2kg.count >= 1 and q2._st2met.coun...

Views

276

Likes

0

Replies

0
Re: Weight, Height, BMI Calculator - Adobe LiveCycle 14-04-2011
I thought I accomplished that in the 'if' part of the script with rawValve.?if (q1.lbs2kg.Wt_lbs_Input.rawValue > 0 and q2.st2met.Ht_met_Cal.rawValue > 0)Also, I forgot to mention that this is in FormCalc

Views

256

Likes

0

Replies

0
Re: Weight, Height, BMI Calculator - Adobe LiveCycle 13-04-2011
I would like to add the pdf as an attachment on this thread, but I do not see an attachment button on the forum post?This is a google doc share link. You will have to save it and then open it because google docs do not support dynamic pdfs.https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0B8kmksHZdTW3YWY4ZDkwOTEtNmY1NC00YjBhLTljMjktYmQzZmU2Yzg0MDZm&hl=en&authkey=CJC3_PMJ

Views

257

Likes

0

Replies

0
Weight, Height, BMI Calculator - Adobe LiveCycle 13-04-2011
I am working on a simple pdf that converts lbs -> kg, ft'in" -> cm and calculates BMI. If the user checks lbs then a hidden convertion field becomes visible (the ht. works in the same fashion).I've been sucessful with my scripts for everything besides the BMI calculation part. Actually, the script works fine if you just keep clicking OK on the warning box and the calculation works! Also, the "Check Sript Syntax" doesn't pick up the error... I'm not sure what is wrong with the script to cause the...

Views

1.5K

Likes

0

Replies

6
LiveCycle Expert For Hire - Adobe LiveCycle 31-01-2011
Looking for help with a project using LiveCycle. Making approximately 6 dynamic PDF forms which link into a data base. Fairly involved forms. If your interested please contact jwbrady@gmail.com.

Views

264

Likes

0

Replies

0
Re: Button to transfer user Text Field input into different Text Field - Adobe LiveCycle 07-09-2009
What if I made 4 different Script buttons;Save;Old Business = New Business;Rest New Business;SaveAs;I have the scipts down for Save, and SaveAs but I am runing into trouble with "Old=New" and "Rest New Business"For the "Old=New" I have this in FormCalc, but this will only make the first Row equal. I'm not sure how to make this script work if I was to add another line?? I have the button down to add and remove rows but I'm not sure how to handle the information in the second and onward rows?form1...

Views

80

Likes

0

Replies

0
Button to transfer user Text Field input into different Text Field - Adobe LiveCycle 06-09-2009
I am creating a form for meeting minutes. It has two flowable tables titled Old Business and New Business. I want to be able to creat a button that will transfer the user input for New Business to Old Business and clear out the input for New Business. This way the next meeting the notes from the pervious New Business table will be moved over to Old Business.Example:Minutes would be taken.Form would be saved and then,click on the "Button" that would move New Business to Old Business, and do a Sav...

Views

587

Likes

0

Replies

2
Re: Drop Down Adding Additional Information - Adobe LiveCycle 06-09-2009
This post might help you.http://forums.adobe.com/message/2195897

Views

78

Likes

0

Replies

0