473,395 Members | 2,468 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Reports "Flashing" On Open

If I open a report using this code it "flashes" as it opens:

DoCmd.OpenReport "NumbersByDate", acViewPreview
DoCmd.Maximize

This is probably to be expected.

If I open the same report using this code it still flashes:

DoCmd.Echo False
DoCmd.OpenReport "NumbersByDate", acViewPreview
DoCmd.Maximize
DoCmd.Echo True
From what I've read after searching on this subject, the Echo command

should fix the flashing, but it doesn't make any difference.

If I open the same report using this code it opens OK and doesn't
flash:

DoCmd.Echo False
DoCmd.OpenReport "NumbersByDate", acViewPreview, , , acHidden
DoCmd.Maximize
DoCmd.Echo True

I don't understand (a) why I can still see the report when I've told it
to be hidden and (b) why telling it to be hidden stops the flashing.
Any help would be appreciated.

Nov 13 '05 #1
0 1309

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

19
by: Kramer | last post by:
Hi all, And thank you all so very much for all your recommendations. This is a great group. I ran across a freeware uploader from Toma Web called, Simple FTP 2.0. Anyone have any knowledge...
5
by: galsaba | last post by:
When I run an "append query" or "Make a Table Query" I get a pop up window alert message that alerts me that I am goint to add rows, etc. How can I make my query that these alerts will not show...
11
by: MLH | last post by:
I have a query field... Description: & "2-tone" When I run it, the output in that field is empty. If I change the name to MyDescription - it works fine. I noticed the query field has a...
0
by: pepsi | last post by:
try SmartNavigation property of Page class. >-----Original Message----- >Hi, > >I need to update automatically data in the browser. >I have create a page with some frames and in one frame, I...
3
by: Ray Stevens | last post by:
I know there is a setting that will prevent screen flashing when refreshing a web page but cannot seem to find it. Can someone point me in the right direction?
0
by: Robin Tucker | last post by:
I don't want my users to be able to press buttons/manipulate objects in my software during a "critical operation" (defined as a write operation back to the database, which happens on various...
24
by: Agnes | last post by:
I need to disable the exit button in the form . However, the min. and max. button need to keep it How ? Thanks a lot From Agnes
2
by: Robin Tucker | last post by:
Hiya, I'm giving my vertical scrollbar the focus so it can handle mousewheel events. When I give it the focus with ScrollBar.Focus(), it starts flashing (at least the drag bar does). Is...
10
by: Jude | last post by:
here is the source code: #include<stdio.h> int main() { float f; scanf("%f",&f); printf("The float is %10.5f\n",f); return 0; }
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.