Avatar

Level 7

I would just put in the exit event of the field (in formcalc):

if ($ > 10) then

xfa.host.messageBox("You must enter a value less than or equal to $10.00",1)

$ = ""

endif