dbTalk Databases Forums  

Popup-form difference: 2002 vs 2007

comp.databases.ms-access comp.databases.ms-access


Discuss Popup-form difference: 2002 vs 2007 in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mark
 
Posts: n/a

Default Popup-form difference: 2002 vs 2007 - 08-27-2010 , 09:21 AM






Prior to opening reports in print preview, I open a popup form with
the a red detail section and a label that reads "Please wait ...". The
title bar reads "Processing data". The form is set as a popup and
modal set to "no".

This works fine in Access 2002. In 2007 everything works except the
detail section is white and the label is not visible. The title bar is
still readable ("Processing data"). Any ideas why the color of the
detail section and the label are no longer visible in 2007? Changing
modal to "yes" makes no difference -- except to throw the report onto
a tab, instead of being visible as soon as the popup closes. I use
docmd.runmacro to open and resize the form. I converted the macro to
code, but get the same results.
Thanks,
Mark

Reply With Quote
  #2  
Old   
Tom van Stiphout
 
Posts: n/a

Default Re: Popup-form difference: 2002 vs 2007 - 08-28-2010 , 08:48 AM






On Fri, 27 Aug 2010 07:21:12 -0700 (PDT), Mark
<cmd2006 (AT) frontiernet (DOT) net> wrote:

Try putting "DoEvents" in the Form_Load event.

-Tom.
Microsoft Access MVP


Quote:
Prior to opening reports in print preview, I open a popup form with
the a red detail section and a label that reads "Please wait ...". The
title bar reads "Processing data". The form is set as a popup and
modal set to "no".

This works fine in Access 2002. In 2007 everything works except the
detail section is white and the label is not visible. The title bar is
still readable ("Processing data"). Any ideas why the color of the
detail section and the label are no longer visible in 2007? Changing
modal to "yes" makes no difference -- except to throw the report onto
a tab, instead of being visible as soon as the popup closes. I use
docmd.runmacro to open and resize the form. I converted the macro to
code, but get the same results.
Thanks,
Mark

Reply With Quote
  #3  
Old   
Mark
 
Posts: n/a

Default Re: Popup-form difference: 2002 vs 2007 - 08-30-2010 , 06:50 AM



On Aug 28, 9:48*am, Tom van Stiphout <tom7744.no.s... (AT) cox (DOT) net> wrote:
Quote:
On Fri, 27 Aug 2010 07:21:12 -0700 (PDT), Mark

cmd2... (AT) frontiernet (DOT) net> wrote:

Try putting "DoEvents" in the Form_Load event.

-Tom.
Microsoft Access MVP



Prior to opening reports in print preview, I open a popup form with
the a red detail section and a label that reads "Please wait ...". The
title bar reads "Processing data". The form is set as a popup and
modal set to "no".

This works fine in Access 2002. In 2007 everything works except the
detail section is white and the label is not visible. The title bar is
still readable ("Processing data"). Any ideas why the color of the
detail section and the label are no longer visible in 2007? Changing
modal to "yes" makes no difference -- except to throw the report onto
a tab, instead of being visible as soon as the popup closes. I use
docmd.runmacro to open and resize the form. I converted the macro to
code, but get the same results.
Thanks,
Mark- Hide quoted text -

- Show quoted text -
Thank you, Tom
Works great, although I had to place it in the calling form
immediately after the code or macro which opens the "Please wait"
form, rather than the OnLoad event. Glad to get the color and message
back!
Mark

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.