PC Review


Reply
Thread Tools Rate Thread

Access hangs while processing

 
 
thriveni
Guest
Posts: n/a
 
      21st Jun 2004
I am currently using Access 2000.

Whenever I am running my program that sometimes takes 20 -
30 minutes to finish, and I click on the mouse to do
something else the running program goes into the 'not
responding ' mode. That is till the access process has
finished running I cannot use the machine for anything
else. Is this just an ACCESS feature or can I change some
settings to disable this.

Thanks in advance for any help.

 
Reply With Quote
 
 
 
 
Scott N. Weber
Guest
Posts: n/a
 
      21st Jun 2004
I've seen this before, although it says not responding it is doing fine.
This is a resource thing. If you have more RAM or processing power this may
not happen. But either way, you can still do stuff and it will eventually
come out of it. But in general I don't because you run the risk of a
time-out and data corruption. Good luck!
--
Scott N. Weber, MCP
http://www.AccessYourBiz.Com
Customizable Accounting Software
Written with Microsoft Access

"thriveni" <(E-Mail Removed)> wrote in message
news:1f13401c457c8$8de83e60$(E-Mail Removed)...
> I am currently using Access 2000.
>
> Whenever I am running my program that sometimes takes 20 -
> 30 minutes to finish, and I click on the mouse to do
> something else the running program goes into the 'not
> responding ' mode. That is till the access process has
> finished running I cannot use the machine for anything
> else. Is this just an ACCESS feature or can I change some
> settings to disable this.
>
> Thanks in advance for any help.
>



 
Reply With Quote
 
=?Utf-8?B?bWVkaWFsaW50?=
Guest
Posts: n/a
 
      21st Jun 2004
Use:

DoEvents

"thriveni" wrote:

> I am currently using Access 2000.
>
> Whenever I am running my program that sometimes takes 20 -
> 30 minutes to finish, and I click on the mouse to do
> something else the running program goes into the 'not
> responding ' mode. That is till the access process has
> finished running I cannot use the machine for anything
> else. Is this just an ACCESS feature or can I change some
> settings to disable this.
>
> Thanks in advance for any help.
>
>

 
Reply With Quote
 
Peter R. Fletcher
Guest
Posts: n/a
 
      22nd Jun 2004
A little cryptic, perhaps?! For the OP: your code should execute
DoEvents every few seconds - if your code is looping, which most code
that runs for this long will be doing, you need to put the DoEvents
call somewhere where it will be executed about that often. If your
outer loop is going significantly faster than that, integer divide the
loop counter by something appropriate and execute DoEvents every time
the result changes.

On Mon, 21 Jun 2004 14:54:02 -0700, medialint
<(E-Mail Removed)> wrote:

>Use:
>
>DoEvents
>
>"thriveni" wrote:
>
>> I am currently using Access 2000.
>>
>> Whenever I am running my program that sometimes takes 20 -
>> 30 minutes to finish, and I click on the mouse to do
>> something else the running program goes into the 'not
>> responding ' mode. That is till the access process has
>> finished running I cannot use the machine for anything
>> else. Is this just an ACCESS feature or can I change some
>> settings to disable this.
>>
>> Thanks in advance for any help.
>>
>>



Please respond to the Newsgroup, so that others may benefit from the exchange.
Peter R. Fletcher


----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Win XP Home install hangs on 'processing information file...' =?Utf-8?B?U2ltb24gSGFsbA==?= Windows XP Performance 0 5th Apr 2006 06:01 PM
System Hangs when processing larger Files Ray Windows XP Performance 0 7th Jul 2004 07:28 PM
VB5 Excel component hangs when processing large amounts of data Christine Microsoft Excel Programming 1 17th Mar 2004 05:37 PM
Outlook 2002 hangs while processing Rules. Zeva Microsoft Outlook Discussion 0 8th Sep 2003 04:47 PM
Re: Access hangs during processing Mark Hammer Microsoft Access Form Coding 0 30th Jul 2003 06:26 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:36 PM.