locking a form

Ankarn

Registered User.
Local time
Today, 05:36
Joined
Jul 4, 2008
Messages
81
I have a database with several forms, and you can go from one form, to all the other forms by clicking buttons.

I wonder if there is any possibility as to lock a form when it is opened. Lets say i have a form A, and a form B, C and D. You can get to form B, C and D from form A by clicking buttons to get there. All of these forms have a "close"-button. Form B-D is smaller than form A, and lets say you have opened form B, if you then click anywhere in form A, form B will hide behind form A. This is what i dont want happening. I want the form A to be closed until you close form B.

I hope you understand what i mean. Is this possible?
 
Hi,

I presume that the newly opened form is pop-up. You can set the Modal=Yes property of the form to lock it on the screen.

Hope it helps
 

Users who are viewing this thread

Back
Top Bottom