Hello Everyone,
Going a little crazy looking for an answer.
There are two forms, Search and View. Search is the startup form and has a button linking to View. My problem is that my view form does not complete it's FormLoad event when called from Search, it however behaves fine when made the startup form, bypassing Search altogether. I have tried several OnClick events for my button in Search but nothing seems to make a difference. Currently I am using:
View.Show()
Me.Hide()
When I try to debug, the program counter begins cycling through all the form load events of View, calling a few Subroutines but on the last Subroutine it breaks away early and ends up at Me.Hide() in the button event. Once the button event finishes the debug stops and the form is partially loaded.
From what I can tell it has nothing to do with the subroutine that it halts on. Anyone farmiliar with this issue and have any advice?
Thanks a lot!
Going a little crazy looking for an answer.
There are two forms, Search and View. Search is the startup form and has a button linking to View. My problem is that my view form does not complete it's FormLoad event when called from Search, it however behaves fine when made the startup form, bypassing Search altogether. I have tried several OnClick events for my button in Search but nothing seems to make a difference. Currently I am using:
View.Show()
Me.Hide()
When I try to debug, the program counter begins cycling through all the form load events of View, calling a few Subroutines but on the last Subroutine it breaks away early and ends up at Me.Hide() in the button event. Once the button event finishes the debug stops and the form is partially loaded.
From what I can tell it has nothing to do with the subroutine that it halts on. Anyone farmiliar with this issue and have any advice?
Thanks a lot!