473,789 Members | 2,785 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Screen Refresh - How to hide the action "behind the curtain"

Hi:

As in the "Wizard of Oz", I want people to "pay no attention to the man behind the
curtain", by freezing the screen while a whole lot of things happen. I know about ECHO
OFF, but this appears to reset when forms are opened and under other conditions. Are
there any commands (Screen Refresh=False?) that will stop screen refreshing until another
command is encountered that turns the screen refreshing on again?

Thanks in advance.

John Baker
Nov 13 '05 #1
3 7275
Turning the Access screen refresh off entirely is a radical operation that I
prefer to avoid. A more precise operation is to set the the Painting property
of a form to False so that just that form will not update until its painting
is turned back on.

In either case, be sure the code that hides activity on the display has an
error handler, and that error handler puts everything back to normal, so you
don't end up being unable to operate your interface after an error occurs.

On Fri, 22 Oct 2004 01:51:35 GMT, John Baker <Ba******@Veriz on.net> wrote:
Hi:

As in the "Wizard of Oz", I want people to "pay no attention to the man behind the
curtain", by freezing the screen while a whole lot of things happen. I know about ECHO
OFF, but this appears to reset when forms are opened and under other conditions. Are
there any commands (Screen Refresh=False?) that will stop screen refreshing until another
command is encountered that turns the screen refreshing on again?

Thanks in advance.

John Baker


Nov 13 '05 #2


Steve:

Thanks.

Could you let me know HOW (that is, the code and commands etc) I would do either of these.
I was thinking of the Screen Refresh since I go throgh a nbumnber oif streps which involve
opening and closing various forms.

Best

John

Steve Jorgensen <no****@nospam. nospam> wrote:
Turning the Access screen refresh off entirely is a radical operation that I
prefer to avoid. A more precise operation is to set the the Painting property
of a form to False so that just that form will not update until its painting
is turned back on.

In either case, be sure the code that hides activity on the display has an
error handler, and that error handler puts everything back to normal, so you
don't end up being unable to operate your interface after an error occurs.

On Fri, 22 Oct 2004 01:51:35 GMT, John Baker <Ba******@Veriz on.net> wrote:
Hi:

As in the "Wizard of Oz", I want people to "pay no attention to the man behind the
curtain", by freezing the screen while a whole lot of things happen. I know about ECHO
OFF, but this appears to reset when forms are opened and under other conditions. Are
there any commands (Screen Refresh=False?) that will stop screen refreshing until another
command is encountered that turns the screen refreshing on again?

Thanks in advance.

John Baker


Nov 13 '05 #3
Application.Ech o

Concur with Steve's advice about setting everything back to normal.
It's a pain trying to get everything running again while operating
"blind" with Echo set to False

On Fri, 22 Oct 2004 11:08:01 GMT, John Baker <Ba******@Veriz on.net>
wrote:


Steve:

Thanks.

Could you let me know HOW (that is, the code and commands etc) I would do either of these.
I was thinking of the Screen Refresh since I go throgh a nbumnber oif streps which involve
opening and closing various forms.

Best

John

Steve Jorgensen <no****@nospam. nospam> wrote:
Turning the Access screen refresh off entirely is a radical operation that I
prefer to avoid. A more precise operation is to set the the Painting property
of a form to False so that just that form will not update until its painting
is turned back on.

In either case, be sure the code that hides activity on the display has an
error handler, and that error handler puts everything back to normal, so you
don't end up being unable to operate your interface after an error occurs.

On Fri, 22 Oct 2004 01:51:35 GMT, John Baker <Ba******@Veriz on.net> wrote:
Hi:

As in the "Wizard of Oz", I want people to "pay no attention to the man behind the
curtain", by freezing the screen while a whole lot of things happen. I know about ECHO
OFF, but this appears to reset when forms are opened and under other conditions. Are
there any commands (Screen Refresh=False?) that will stop screen refreshing until another
command is encountered that turns the screen refreshing on again?

Thanks in advance.

John Baker

*************** *******
ja************* *@telusTELUS.ne t
remove uppercase letters for true email
http://www.geocities.com/jacksonmacd/ for info on MS Access security
Nov 13 '05 #4

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

Similar topics

10
2332
by: Generic Usenet Account | last post by:
I have worked out a very simple method for tracking the "memory growth" of a process at run time. It involves a header file and a shell script. Here's the header file: ////////// Header File Begin /////////////// #ifndef _VIRTMEMINFO_H_ #define _VIRTMEMINFO_H_ #include <stdio.h>
40
7903
by: Dave Hansen | last post by:
Please note crosspost. Often when writing code requiring function pointers, it is necessary to write functions that ignore their formal parameters. For example, a state machine function might take a status input, but a certain error-handling state might ignore it: typedef void (*State_Fn)(uint8_t); void error_state(uint8_t status)
7
8137
by: Lenn | last post by:
This probably something stupid, or I am missing some fundemantal concept, but I can't figure this one out. Consider the following code: byte bd = new byte; bd = 0x00; bd = 0x01; System.Int16 a;
1
3512
by: | last post by:
Hi guys! I am a beginner with aspx (i have some background with .asp). And i am trying tu use a 'code-behind' page in order to execute all transactions in that page and leave as clean as possible the .aspx with the html. As my start-point, i am building a login page. I put the textbox and submit button on the page index.aspx; and, i put all the db validation on the page maquinaria.vb. on index.aspx i have this button:
1
1305
by: Girish | last post by:
I understand that the code behind concept is a framework that separates code logic from visulization code. I belive this is true for pages that are mostly static. Ie. Forms elements on a page that are fixed in number. What if i had a requirement that involves a highly dynamic page, with a dynamic number of form elements based on various user selections. I cant see how I cant separate code that splits the "form generation logic" as a...
2
1740
by: Cleverbum | last post by:
Hi, been scratching my head for a while on this one and was wondering how what was going wrong. I dont mind at this stage if the actual thing I'm trying to do, just why on earth it wont accept that the variable is a string and get on with it!! the code is below, with the problem line highlighted. <? $myCounter=0; $tabStr="";
0
979
by: Daves | last post by:
My users can receive simple private messages which are stored on database. They can set their preferences so that new messages should be alerted with an email. The pages that create these messages are various. What I need is some global code to send out emails for these messages as they are created. Since that process could consume some seconds or even minutes of server time they need to be sent out in the "background" - the user must...
0
1073
by: Sharon | last post by:
Hello, Is there a way to force the dropdownlist control to go "behind" another control on a webform? I have a calendar control that is positioned near a dropdown list in the next row, and when the calendar is opened it is partially obscured by the dropdown. Is there a way to resolve this? If not, can someone recommend a calendar
2
4837
by: thirunavukarasukm | last post by:
Hai.... "i want used confirm in javascript in code behind" i am used confirm button ,,,in code behind. if the confirm button worked the function is return the true...
0
9511
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10408
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10199
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...
1
10139
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9983
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
6769
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
5417
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...
2
3700
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2909
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.