Forms open behind the current opened forms

anil_gupta2k

New member
Local time
Today, 16:00
Joined
Mar 14, 2008
Messages
8
Hello Everyone

I am facing a problem...i have a form and created a control button to open another form. when it is clicked the forms open behind the current form. even from the pane when i click on others forms I cannot open it. Only when the current form is closed than only i can open other forms. I think i have to change the property of the forms.

On the form i have used timer code to display the time on the forms...i think is there problem due to this...but i removed that also but it is not working...


kindly help me
 
You apparently have the Popup Property on the calling form set too Yes/True, while on the other forms it's set to No/False. Popup forms will always appear on top of non-popup forms.

Either change the Popup property of the calling form to No or the property of the called forms to Yes.
 
Thanks for your quick reply,

I have already sorted the problem.
Thanks for your guidanace.

ANIL
 

Users who are viewing this thread

Back
Top Bottom