daveinhull
Registered User.
- Local time
- Today, 04:06
- Joined
- Mar 4, 2014
- Messages
- 22
Hi all
Hoping someone can help.
I have a sub form that opens a popup form to display some further information as the user continues to type in the control on the sub form. But the cursor disappears from the sub form cobtrol to the popup control and I have to click the sub form control to get the cursor back to continue typing.
What happens is that when the user enters the sub form text box control the on got focus event opens the popup form which has just one text box control on it.
I've tried setting focus back to the sub form control after opening the popup and I've tried setting focus to the sub form control in the popup form, but neither works.
I don't think set focus will actually work because I suspect the control on the sub form hadn't actually lost focus. I've tried therefore setting the focus back to the sub form, but that doesn't work either.
I also don't think the sub form loses focus either because the lost focus event for the sub form doesn't fire.
I've looked everywhere and seen some similar questions but never any solutions.
Does anyone have any thoughts on this?
Many thanks in advance
Dave
Hoping someone can help.
I have a sub form that opens a popup form to display some further information as the user continues to type in the control on the sub form. But the cursor disappears from the sub form cobtrol to the popup control and I have to click the sub form control to get the cursor back to continue typing.
What happens is that when the user enters the sub form text box control the on got focus event opens the popup form which has just one text box control on it.
I've tried setting focus back to the sub form control after opening the popup and I've tried setting focus to the sub form control in the popup form, but neither works.
I don't think set focus will actually work because I suspect the control on the sub form hadn't actually lost focus. I've tried therefore setting the focus back to the sub form, but that doesn't work either.
I also don't think the sub form loses focus either because the lost focus event for the sub form doesn't fire.
I've looked everywhere and seen some similar questions but never any solutions.
Does anyone have any thoughts on this?
Many thanks in advance
Dave
Last edited: