Form always visible?

Bizkaiko

Registered User.
Local time
Today, 09:40
Joined
Jan 17, 2005
Messages
31
I created a little form containing informations the users need to see to insert the right values in other forms. I need to have this little form always visible even if the users are working with another form maximized.
Does it exist a code to do it?
 
Do the users really need the little form opened all the time?

To keep the little form on top would prohibit the users from accessing the maximized form behind it. I suggest that you add a command button to each maximized form and allow the users to open the little form when needed and use the maximized forms OnClose event to close the little form each time the maximized form is closed.
 
I thought the same thing, but they "need to see it" and don't want a command button...
 
To keep a form always on top set its Pop Up property to Yes. The user will still be able to use the form below.

Regards,
Tim
 
The problem is that the form below has the Popup property set to yes and I can't change it :(
 

Users who are viewing this thread

Back
Top Bottom