Avatar

Level 1

Srini,

Even with the else statement, the code does not work in the calculate section.

form1.#subform[0].TotalRelUpper::calculate - (FormCalc, client)

TotalRelUpper.rawValue=UpperNFC.rawValue+UpperExp.rawValue

if  (TotalRelUpper.rawValue>150)then

    VPsignature.presence="visible"

else

    VPsignature.presence="invisible"   

endif

The calculated field is read only and is the sum of two other fields filled in by the user.  I want to have a signature field appear or disappear based on the value in the calculated field.

Thanks,

Stan