A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How to make Report Window on the top?



 
 
Thread Tools Display Modes
  #1  
Old August 1st, 2007, 08:50 PM posted to microsoft.public.access.reports
fox
external usenet poster
 
Posts: 65
Default How to make Report Window on the top?

Hi!
I have a report windows created by a from. However, after I create the
report, I don't want the from closed. If the from closed, I can't print the
report from the screen. If I didn't use the DoCmd.Close, the from stay, but
it always on Top(Active) windows. I still can't print the report which behind
the From Window. Is any tip to solve this question?

Thank you very much.

fox
  #2  
Old August 1st, 2007, 11:37 PM posted to microsoft.public.access.reports
John Spencer
external usenet poster
 
Posts: 2,364
Default How to make Report Window on the top?

Make the form invisible

Forms!Formname.Visible = False

That will hide the form, but it will still be open.

You can close the form (or make it visible again) in the close event of
the report.

'================================================= ===
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
'================================================= ===


fox wrote:
Hi!
I have a report windows created by a from. However, after I create the
report, I don't want the from closed. If the from closed, I can't print the
report from the screen. If I didn't use the DoCmd.Close, the from stay, but
it always on Top(Active) windows. I still can't print the report which behind
the From Window. Is any tip to solve this question?

Thank you very much.

fox

  #3  
Old August 2nd, 2007, 04:06 PM posted to microsoft.public.access.reports
fox
external usenet poster
 
Posts: 65
Default How to make Report Window on the top?


That did solved the problem.
Thank you very much.

fox

"John Spencer" wrote:

Make the form invisible

Forms!Formname.Visible = False

That will hide the form, but it will still be open.

You can close the form (or make it visible again) in the close event of
the report.

'================================================= ===
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
'================================================= ===


fox wrote:
Hi!
I have a report windows created by a from. However, after I create the
report, I don't want the from closed. If the from closed, I can't print the
report from the screen. If I didn't use the DoCmd.Close, the from stay, but
it always on Top(Active) windows. I still can't print the report which behind
the From Window. Is any tip to solve this question?

Thank you very much.

fox


 




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 Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:14 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.