Avatar

Level 10

The easier way to get the correct reference to the field is to place a messagebox script in the exit event.

Try place the following script in the exit event and see how the control is being referenced and then change your script accordingly.

     $host.messageBox($.somExpression); //(Form Calc)

Thanks

Srini