Hi all,
I'm searching fulltime for days now, and I don't find the solution, so I'm
thinking this is more a bug :(
If i use following code in form&subforms:
Me.Parent![PeopleBase].Requery
Then sometimes (after 5, 6 or 20 times) i get an endless loop with 100% cpu
utilization (in the status bar you can see the note 'Calculating' !)
Some people put this code into the OnCurrent event and other say that this
is the cause. I tested the code everywhere (onclick, on change, etc...) and
still the same err occurs. Did err handling to fetch this loop but nothing.
I'm 100% sure that this line of code is giving me the loop problems. (Some
people reported that there was no problem in access97 and that it all
started with version 2000!)
If i search the net for this then you will find some 1000 msg reporting this
problem. I run through the most of them to find some solution, but nothing
did help yet.
Please, someone smarter then me, please help me with this, I can see it
anymore!
Thnx world.
ps: For your info, I'm using Access2000 eng on a Win2k eng sp4 platform (all
patches installed)
I'm searching fulltime for days now, and I don't find the solution, so I'm
thinking this is more a bug :(
If i use following code in form&subforms:
Me.Parent![PeopleBase].Requery
Then sometimes (after 5, 6 or 20 times) i get an endless loop with 100% cpu
utilization (in the status bar you can see the note 'Calculating' !)
Some people put this code into the OnCurrent event and other say that this
is the cause. I tested the code everywhere (onclick, on change, etc...) and
still the same err occurs. Did err handling to fetch this loop but nothing.
I'm 100% sure that this line of code is giving me the loop problems. (Some
people reported that there was no problem in access97 and that it all
started with version 2000!)
If i search the net for this then you will find some 1000 msg reporting this
problem. I run through the most of them to find some solution, but nothing
did help yet.
Please, someone smarter then me, please help me with this, I can see it
anymore!
Thnx world.
ps: For your info, I'm using Access2000 eng on a Win2k eng sp4 platform (all
patches installed)
Comment