steve4king
IS-IT--Management
I've got a form1 that calls a process, which hides form1(to display an external form) then alters form1's values, then returns to form1.
I need to set the focus on a specific field on the form prior to returning.
However, setting focus displays an "alias 'thisform' is not found" error.
I believe this is due to an event on the form firing while the form is inactive.
Is it possible to just disable certain/all events while I move the focus then re-enable it?
Is there a better way to handle this?
(note that the form behavior is legacy code and is pivotal to the application. So I want to encapsulate changes as much as possible)
I need to set the focus on a specific field on the form prior to returning.
However, setting focus displays an "alias 'thisform' is not found" error.
I believe this is due to an event on the form firing while the form is inactive.
Is it possible to just disable certain/all events while I move the focus then re-enable it?
Is there a better way to handle this?
(note that the form behavior is legacy code and is pivotal to the application. So I want to encapsulate changes as much as possible)