on open set focus

datacontrol

Registered User.
Local time
Today, 09:00
Joined
Jul 16, 2003
Messages
142
I have searched the forms forum and I found nothing about this, maybe I am looking for the wrong thing.

I have a form that opens from another form and I need the opened fwindow to display above all others. Is this done with the setfocus in the onopen command?

Thanks

Can anyone provide the code?
 
Open the form as Modal.

You can set this in Design view undfer the Modal property.

Or, when opening a form, you open it as acDialog.
 
set focus

The form is already set to Modal. Is this possibly because of the previous form that it is opened with?
 
set focus?

can anyone help? This is annoying. Everytime I open my form from a form command button, my new form opens underneath.

Help...I can paste code, whatever you all need!
 
Is your first form allready a popup? Elseway you need to close the first form in order to get the seccond one opened properly
 

Users who are viewing this thread

Back
Top Bottom