Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calculations for field in adobe forms

Status
Not open for further replies.

livtin

Technical User
Apr 19, 2009
1
CA
I am trying to make a field conditional on the content of another field in adobe forms
eg
if F9 is "empty" then return an "empty" field
else return the "result of formula" - keep getting syntax errors and can't figure out where I'm going wrong

I also need to calculate
0.007184* X to the power 0.725*Y to the power 0.425. where x & y are the values of other fields
I've been trying to use Math.Pow(x,y) but it doesn't seem to be working. My formula has been accepted but the field remains blank.

Any assistance greatly appreciated
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top