Hi,
This is a continuation of earlier thread on 'positioning cursor'.
Searching through other forums I ran across a suggestion to place this line where the cursor became 'lost'
When I did this, I got an error message
Any ideas on where to go from here to find where my focus is.
As things stand now:
I call the modal form - get a valid number - return to the calling form - SetFocus on the fourth field in tab order (or any other field) and the cursor is lost. Clicking on a field will call it back and all is well but if the user does not click on a field before keying nothing happens, it is just hanging.
I will appreciate ANY thoughts.
Judi
This is a continuation of earlier thread on 'positioning cursor'.
Searching through other forums I ran across a suggestion to place this line where the cursor became 'lost'
Code:
WAIT WINDOW Thisform.ActiveControl.Name
When I did this, I got an error message
ACTIVECONTROL is not an object.
Any ideas on where to go from here to find where my focus is.
As things stand now:
I call the modal form - get a valid number - return to the calling form - SetFocus on the fourth field in tab order (or any other field) and the cursor is lost. Clicking on a field will call it back and all is well but if the user does not click on a field before keying nothing happens, it is just hanging.
I will appreciate ANY thoughts.
Judi