Avatar

Level 2

Using FormCalc, I am trying to validate a field on exit, but want to set the focus to the same field until the user fixes the error.

I know I can use the statement $host.setFocus("ObjectName") , but can I call the object as a this (current object) instead of entering the name of the object explicitly?