Hi,
When I leave a form to go to another form a certain amount of detail is processed. What i need to be able to do is when the second form is closed i want to perform an action in the calling form.
I have tried to set a Global parameter in the calling form and then set the focus to a particular textbox in the calling form as the second form's close event is fired but the focus does not get set.
What happens is that the focus returns to the button that was last pressed on the calling form when the program returns from the second form and unfortunately there is no focus event for a button so i cannot run the desired routine on return
I hope this makes sense.
Can anyone give a suggestion?
Thanks
Joe
When I leave a form to go to another form a certain amount of detail is processed. What i need to be able to do is when the second form is closed i want to perform an action in the calling form.
I have tried to set a Global parameter in the calling form and then set the focus to a particular textbox in the calling form as the second form's close event is fired but the focus does not get set.
What happens is that the focus returns to the button that was last pressed on the calling form when the program returns from the second form and unfortunately there is no focus event for a button so i cannot run the desired routine on return
I hope this makes sense.
Can anyone give a suggestion?
Thanks
Joe