Keep Window On Top???

J

Jezzepi

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.
 
T

tina

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

hth
 
J

Jezzepi

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.
 
T

tina

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
 
Top