Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: Flickering Pages

Started 1 month, 3 weeks ago by Karen Day
I have an Access 2000 Database . I have created a Search Page (made up of continuous forms) where the user clicks on the active record and then goes off to another form to find the same record number (as that which was selected on the Search Page) and display it. I then return the focus back onto the Search Page. Effectively form A is open, I click on a button to open the Search Page (...
Site: dBforums - Database Support Community  dBforums - Database Support Community - site profile
Forum: Microsoft Access  Microsoft Access - forum profile
Total authors: 6 authors
Total thread posts: 7 posts
Thread activity: no new posts during last week
Domain info for: dbforums.com

Other posts in this thread:

nckdryr replied 1 month, 3 weeks ago
You can use the echo method to turn off the screen refresh, and then turn it back on after your code is done. Fair warning: I strongly suggest having error handling such that if an error is triggered, your error handler will turn the echo back on. Otherwise you risk leaving echo off for the user's machine, which is exceedingly annoying.

nckdryr Self-Declared Geek replied 1 month, 3 weeks ago
You can use the echo method to turn off the screen refresh, and then turn it back on after your code is done. Fair warning: I strongly suggest having error handling such that if an error is triggered, your error handler will turn the echo back on. Otherwise you risk leaving echo off for the user's machine, which is exceedingly annoying.

Karen Day Registered User replied 1 month, 2 weeks ago
Thanks heaps I have taken on your suggestion re the eror handling. It all works great.

Karen Day replied 1 month, 2 weeks ago
Thanks heaps I have taken on your suggestion re the eror handling. It all works great.

pkstormy Moderator replied 1 month, 2 weeks ago
Note also the 'flickering' might be due to the recordset requerying. I've never had to use any code to turn off any type of flickering (and wouldn't recommend it). Sometimes a Refresh command versus a me.requery versus a me.repaint makes a difference in the code. I did have problems once with flickering over a citrix connection for the users. I used unbound forms to resolve this along...

pkstormy replied 1 month, 2 weeks ago
Note also the 'flickering' might be due to the recordset requerying. I've never had to use any code to turn off any type of flickering (and wouldn't recommend it). Sometimes a Refresh command versus a me.requery versus a me.repaint makes a difference in the code. I did have problems once with flickering over a citrix connection for the users. I used unbound forms to resolve this along...

 

Top contributing authors

Name
Posts
Karen Day Registered User
2
user's latest post:
Flickering Pages
Published (2009-11-13 08:54:00)
Thanks heaps I have taken on your suggestion re the eror handling. It all works great.
Karen Day
2
user's latest post:
Flickering Pages
Published (2009-11-13 08:54:00)
Thanks heaps I have taken on your suggestion re the eror handling. It all works great.
nckdryr
1
user's latest post:
Flickering Pages
Published (2009-11-12 12:31:00)
You can use the echo method to turn off the screen refresh, and then turn it back on after your code is done. Fair warning: I strongly suggest having error handling such that if an error is triggered, your error handler will turn the echo back on. Otherwise you risk leaving echo off for the user's machine, which is exceedingly annoying.
nckdryr Self-Declared Geek
1
user's latest post:
Flickering Pages
Published (2009-11-12 12:31:00)
You can use the echo method to turn off the screen refresh, and then turn it back on after your code is done. Fair warning: I strongly suggest having error handling such that if an error is triggered, your error handler will turn the echo back on. Otherwise you risk leaving echo off for the user's machine, which is exceedingly annoying.
pkstormy Moderator
1
user's latest post:
Flickering Pages
Published (2009-11-13 20:19:00)
Note also the 'flickering' might be due to the recordset requerying. I've never had to use any code to turn off any type of flickering (and wouldn't recommend it). Sometimes a Refresh command versus a me.requery versus a me.repaint makes a difference in the code. I did have problems once with flickering over a citrix connection for the users. I used unbound forms to resolve this along with changing citrix screen refresh...
pkstormy
1
user's latest post:
Flickering Pages
Published (2009-11-13 20:19:00)
Note also the 'flickering' might be due to the recordset requerying. I've never had to use any code to turn off any type of flickering (and wouldn't recommend it). Sometimes a Refresh command versus a me.requery versus a me.repaint makes a difference in the code. I did have problems once with flickering over a citrix connection for the users. I used unbound forms to resolve this along with changing citrix screen refresh...

Related threads on "dBforums - Database Support Community":

Related threads on other sites:

Thread profile page for "Flickering Pages" on http://www.dbforums.com. This report page is a snippet summary view from a single thread "Flickering Pages", located on the Message Board at http://www.dbforums.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity