Hi Folks,
Am having trouble with the progress bar appearing behind a popup form.
Let me explain. No. Is too much. Let me sum up.
QUESTION: How would I go about getting the progress bar in front of the popup form?
Now, if this does work fine normally, then it's probably because I'm custom-calling the popup form.
1. I have a file netwebform.
2. In the Popups routine of this form, I have a some code that manually calls a memory form.
3. In the embed after the heading, I manually call p_web.CreateButton() to open the popup.
This all works fine!
But, the problem is, on the popup form when I click an action (say one that takes a few seconds), there is no progress bar (well, it appears behind)!
Oh noes.