Bob,
Let me walk through this to make sure I understand. I start my main menu. I then call this form from a bit button. Would the stay_on_top code be in the On after start EEP of the second form? If yes, then how do I turn it off? Where would the code that turns it off go? James Belisle ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Wednesday, February 02, 2011 7:07 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: form behind form You can use sthe stay_on_top property in the Pause command as well. However, you might try setting the stay_on_top ON in your form eep, then immediately set it back to OFF. This should cause the form to startup on top, but not cause your PAUSE commands to be hidden behind it afterwards. I have not really tried this approach as I embed the command into the Pause statements when used in most cases. -Bob ---- Original Message ----- From: "Jim Belisle" <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Wednesday, February 2, 2011 6:29:56 AM Subject: [RBASE-L] - form behind form When bringing up a form from another form, the new form sometimes goes behind the first form. I know I have seen this on the list before but I need refreshing. I know I can use the PROPERTY RBASE_FORM STAY_ON_TOP 'ON' command. Questions: Do I use this in the On after start EEP? I tried that but then my PAUSE popups did not show during use of the form. Is there some other way to control the form so it does not get "stuck" behind the first form? James Belisle

