SmartClient 9.1 pro.
I've got a DynamicForm where I want to run validateData() periodically as the user is going through the form. The problem is that validateData() will change the focus to the first error field. I would like to disable that, and just have validateData() mark up the form, but let the user continue typing wherever they are without screwing up the field focus.
Is there some way to get validateData not to mess with field focus?
I've got a DynamicForm where I want to run validateData() periodically as the user is going through the form. The problem is that validateData() will change the focus to the first error field. I would like to disable that, and just have validateData() mark up the form, but let the user continue typing wherever they are without screwing up the field focus.
Is there some way to get validateData not to mess with field focus?