473,799 Members | 3,181 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problems With Echo

I'm opening a series of 3 reports one at a time and using code to save
each one as a snapshot. I've set Echo to false at the start of the
code to try to prevent the screen updating during the process.

Report 1 is opened, saved as a snapshot and then closed. Report 2 is
opened ....etc. The problem is that Echo only seems to stay false for
the first report. The subsequent 2 reports flash on the screen as they
are opened and saved. What am I missing here?

Any help is appreciated.

Apr 21 '06 #1
8 3850
Is there any code in the first or second report that reenables Echo? What
happens if you turn Echo off again before opening the second report?

--
Wayne Morgan
MS Access MVP
"Wayne" <cq*******@volc anomail.com> wrote in message
news:11******** *************@e 56g2000cwe.goog legroups.com...
I'm opening a series of 3 reports one at a time and using code to save
each one as a snapshot. I've set Echo to false at the start of the
code to try to prevent the screen updating during the process.

Report 1 is opened, saved as a snapshot and then closed. Report 2 is
opened ....etc. The problem is that Echo only seems to stay false for
the first report. The subsequent 2 reports flash on the screen as they
are opened and saved. What am I missing here?

Any help is appreciated.

Apr 21 '06 #2
Thanks for the reply Wayne. Each report contains 2 charts which are
requeried as the the report opens. (This is to work around the known
bug in MS Graph which stops the charts from displaying data
occasionally.) I've tried turning Echo off again after the first and
second chart close but to no avail - the second and third charts still
flash on the screen.

Apr 22 '06 #3
Can you zip up the database and send me a copy at co*****@hotmail .com?

--
Wayne Morgan
MS Access MVP
"Wayne" <cq*******@volc anomail.com> wrote in message
news:11******** **************@ v46g2000cwv.goo glegroups.com.. .
Thanks for the reply Wayne. Each report contains 2 charts which are
requeried as the the report opens. (This is to work around the known
bug in MS Graph which stops the charts from displaying data
occasionally.) I've tried turning Echo off again after the first and
second chart close but to no avail - the second and third charts still
flash on the screen.

Apr 22 '06 #4
Found the fix! Not sure why it works but if I turn Echo on then off
again between opening each report the reports stay hidden when they
open. Not sure why just turning it off between each report opening
wouldn't work.

Apr 22 '06 #5
Glad you found it. By turning on then off, you're resetting something, but I
don't know what.

--
Wayne Morgan
MS Access MVP
"Wayne" <cq*******@volc anomail.com> wrote in message
news:11******** **************@ j33g2000cwa.goo glegroups.com.. .
Found the fix! Not sure why it works but if I turn Echo on then off
again between opening each report the reports stay hidden when they
open. Not sure why just turning it off between each report opening
wouldn't work.

Apr 22 '06 #6
PS,

Which version of Access are you using and do you have all of the latest
patches installed?

--
Wayne Morgan
MS Access MVP
"Wayne" <cq*******@volc anomail.com> wrote in message
news:11******** **************@ j33g2000cwa.goo glegroups.com.. .
Found the fix! Not sure why it works but if I turn Echo on then off
again between opening each report the reports stay hidden when they
open. Not sure why just turning it off between each report opening
wouldn't work.

Apr 22 '06 #7
Access 2003 with latest patches.

Apr 23 '06 #8
In that case, if you don't mind, I would still like to see a copy of your
file to see if I can reproduce this. If there is anything sensitive (data or
coding) in the file, please remove it first. The file will need to be zipped
to get by the email security. If you're willing, please send it to
co*****@hotmail .com. Thanks.

--
Wayne Morgan
MS Access MVP
"Wayne" <cq*******@volc anomail.com> wrote in message
news:11******** **************@ i40g2000cwc.goo glegroups.com.. .
Access 2003 with latest patches.

Apr 23 '06 #9

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

Similar topics

3
2958
by: | last post by:
Hello, Sorry to ask what is probably a simple answer, but I am having problems updating a table/database from a PHP/ PHTML file. I can Read From the Table, I can Insert into Table/Database, But not update. Here is a copy of the script I am using. I do not know what version of MySQL my host is running nor do I have Shell Access to it. I
2
1720
by: James | last post by:
Hi there, I'm trying to create a simple DVD shopping cart. I have implemented a way to browse by genre and am trying to implement a way to search by selecting title, director and actor and typing some text in the text field for it to search the database. As trying to implement the title, director and actor searches seemed to complicated to try together, I am trying to make the title one work first and then move on to the other two from...
4
2406
by: Dan Weeb | last post by:
Hi All, I have struggled through this far with help from many of you so thanks. I am stuck again. I am really new to this so don't be harsh :-) There are a few problems. You can run the script here http://www.pbrown.com/research/test1.php to see the formatting issues Formatting Issues
5
4000
by: Nicholas Geraldi | last post by:
I have a script that uses the chdir() function. I know the script works ( works perfectly on my host ), but when I put the script on my server here at work I get the following error. Warning: chdir(): No such file or directory (errno 2) The same script works at my personal host, thats the part that bothers me. The host here at work is running PHP 4.3.8. Any suggestions about how to get this to work? or maybe another function that does...
0
1211
by: LS | last post by:
1. When I select an assignment, the class roster disappears. I don't want it to show up until I select an assignment. 2. I want to be able to enter grades and submit all with only one submit button. This is my code (file is loaded at http://lynnesmith.net/teacher/entergrades.php): +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ <HTML>
1
1391
by: LS | last post by:
1. When I select an assignment, the class roster disappears. I don't want it to show up until I select an assignment. 2. I want to be able to enter grades and submit all with only one submit button. This is my code. File is loaded at http://lynnesmith.net/teacher/entergrades.php +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ <HTML> <HEAD> <TITLE>Gradebook</TITLE> <LINK REL="STYLESHEET" TYPE="text/css"...
10
2250
by: ste | last post by:
Hi there, I'm trying to query a MySQL database (containing image data) and to output the results in a HTML table of 3 columns wide (and however many rows it takes) in order to create a basic thumbnail gallery. I can query and output the data as a single column table, but I'm having problems filling up a 3 column table (with different images, looping continuously until the end).
1
6995
by: RDizzle | last post by:
okay. so all i am doing is changing a registration script that uses $_GET to a script that uses $_POST, but the validation script now returns NULL values for all posted vars. What's the deal? NOTE: when i use $_GET the script just works. Thanks in advance for helping a noob.
6
2180
by: fpcreator2000 | last post by:
Hello everyone. I'm having problems with a page I've created that is used to insert data into a database. It uploads two files into two distinct folder, and it takes the filenames and inserts them into a MYSQL database along with other product information. Here is the entire .php file. I list it because the errors are not showing at all, and I need a fresh pair of eyes to look at it. Any answers, critisims (constructive), or other talk...
3
1969
by: shror | last post by:
I was testing to post a form and echo message according to the submitted box using else if and then mail() the box result to myself just for testing the procedure but i got some problems: 1# the text box value is not echoed to my result page 2# also the mail doesn't send me the text box value 3# the address bar view that the value entered was the correct value i entered so please help me the 111.htm form code is:
0
9685
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10247
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10023
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9067
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6803
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5459
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4135
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3751
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2935
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.