Keep Window On Top???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am working with a pop-up window that will call on another pop-up to display
some information about a record. I would like to be able to maintain focus
on the caller while keeping the other window displayed on top.

Does anyone know how to do this?

Thanks

J.
 
you might try making the first pop-up window Modal, in addition to being a
pop-up.

hth
 
Nope - Sorry, that doesn't work. The child form will return to the
background when the parent has the focus.

I need to keep the child displayed on top while the parent has the focus.
 
well, i couldn't come up with a combination of properties that worked as
specified. my only other suggestions are 1) don't make the first form a
pop-up form, or 2) consider using a subform to display the second form's
contents, rather than a separate form.

hth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top