pop up & modal

24sharon

Registered User.
Local time
Today, 14:27
Joined
Oct 5, 2004
Messages
147
In my project I can hide the access and show just the forms.

ALL the forms are pop up and modal.

In my first form I have a checkbox, if I want to hide the access or not.


my question is.
If I dont want to hide the access, then, if the forms is pop-up and modal I cant use the menu because the focus is just on the form.

there is a code that run on all the forms and changed them MODAL = NO

thanks
sharon
 
if the forms is pop-up and modal I cant use the menu because the focus is just on the form.
You will not be able to use the menu or tool bars if the form is modal. You will have to create command buttons on your form with the functions the user needs for each form.
 

Users who are viewing this thread

Back
Top Bottom