Link to home
Start Free TrialLog in
Avatar of pdvsa
pdvsaFlag for United States of America

asked on

New computer - popup forms not popping up

Experts,

I have a new computer and now the popup forms are not popping up.  
I removed the popup format on the form that was to popup (Popup = Yes to Popup = No) and put a Dialogue format on the macro that is opening this popup.

Now the form opens in Popup but it is strange because teh Popup ppty is set to NO.  


I have noticed that since I switched to the new computer that many of my popup forms no longer popup (I think the form is now behind another form, I hit alt f4 to close it).  

Maybe an expert has ran into this issue and can tell me exactly how to fix.  Maybe there are some extra settings I am missing that have been set that should be looked at.  I know there are some settings under document window options found under:
 Access Options / Current Database / Document Window Options
(I have it set to Tabbed and Display Document Tabs)

It seems the only solution is to set to the Popup ppty = NO and maybe make it open in Dialogue from the parent form.  It is very odd that the issues started only after moving to a new computer.

I have XP Pro and 2k7.
Avatar of Jeffrey Coachman
Jeffrey Coachman
Flag of United States of America image

Never heard of this issue...

But lets clear up the terminology:
<I have a new computer and now the popup forms are not popping up.  >
Please explain what this means to you, ... as the "Pop-up" property basically says that no other forms can be activated while the popup form has the focus and you can't change the "View" using the View button.

In other words, a Popup form simply "Opens" like any other form.

<I have it set to Tabbed and Display Document Tabs>
The Modal property really has limited meaning when you are in Tabbed documents because you can only ever see one object at a time anyway.
The Popup property should still open the form "Floating" though.

FWIW, to avoid confusion, I design my apps to be more useful in "Overlapping Windows".
...As most of my apps are designed to be simple and straightforward.

<I have XP Pro and 2k7. >
2k7?

Do you mean Windows 7?

(There was no Windows 2007)

JeffCoachman


Avatar of pdvsa

ASKER

2k7 = Office 2007

<as the "Pop-up" property basically says that no other forms can be activated while the popup form has the focus
This is true.

I only get this issue when I move to my new computer.  My old computer had duel screen monitors and quite possibly the popup form is trying to open on the other monitor.  

Not sure then, ...as Dual Screens seem to cause other display anomalies as well.
ASKER CERTIFIED SOLUTION
Avatar of Vadim Rapp
Vadim Rapp
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pdvsa

ASKER

Ok thank you
I did not quite grasp your question at first
But Ithink it is related to this
https://www.experts-exchange.com/questions/27361983/Access-application-crash-now-access-wont-open.html?cid=748&anchorAnswerId=36819004#a36819004
Popup forms can get 'smashed' to 0 width when moving between dual and single monitor configurations.
Messing the screen resolution down and back up again can sometimes smarten a form back up.
Coding an initial size and location in OnOpen can be a good solution for a problem form, too
< My old computer had duel screen monitors and quite possibly the popup form is trying to open on the other monitor. >
Exactly, and because it can't it gets 'smashed' to a width of zero
Avatar of pdvsa

ASKER

I think you hit it right on the head.  

Thank you amigo...

It sure is an aggrevating issue.