Answered
i am trying to do this
if(HasValue(NumericField13) && HasValue(NumericField13))then
var rent = NumericField13.rawValue;
var sqft = NumericField27.rawValue;
NumericField28.rawValue = rent / sqft;
else
NumericField28.rawValue = "0";
I keep getting a parse error and it's becuase i am trying to check both fields for values though i'm not sure how else to do this as that's what I need the if statment to check.
Justin
Has already been answered here [url]http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=15128[/url]
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs