Is there an event I can handle right as the document begins to load or right after any parameters have been set? I've created a popup window that I want to start and have come to the top right when the load starts. I'm running this popup window in a separate thread to allow the cancellation of a large report that might take too long to run, but I can't get it to stay on front because I can't find the right event. Navigate fires right after the report source is changed, so the popup comes up, but if there are parameters, that param screen comes up on top and then pushes my form to the back, so Navigate isn't the right time. I've looked and I can't quite find the right event.
Thank you in advance for your responses.