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...