Access2000: unmeant automatic refresh in subform

  • Thread starter Thread starter Artur Loewen
  • Start date Start date
A

Artur Loewen

Hi NG!

I got the following Problem in one of my Forms in Access 2000:
There are detail records (depending on the main record in the main form)
that are shown in endless view.
The list of the records in the subform get refreshed automatically every 2
minutes and I haven't got a clue why this happens.
This is really bad, when inserting text for example in the third row in the
second field, and the list refreshes it selfs, the cursor is placed in the
first field in the first row.
The programm is used by multiple people in a network.

Has anyone any idea why the subform refreshes it selfs, and how to prevent
that.
I'm grateful for every hint.

Greets
Artur
 
Hi NG!

I got the following Problem in one of my Forms in Access 2000:
There are detail records (depending on the main record in the main form)
that are shown in endless view.
The list of the records in the subform get refreshed automatically every 2
minutes and I haven't got a clue why this happens.
This is really bad, when inserting text for example in the third row in the
second field, and the list refreshes it selfs, the cursor is placed in the
first field in the first row.
The programm is used by multiple people in a network.

Has anyone any idea why the subform refreshes it selfs, and how to prevent
that.
I'm grateful for every hint.

Greets
Artur
This oesn't look like a refresh, this is a requery
are you sure you don't use a timer?
 
You're right it's a requery, not just a refresh.
I'm absolutly sure, there is no timer, but I forgot to mention I'm using a
MSComCtl2.MonthView and I could point it down to this one.
The records in the subform are filtered by the selected date in the
MonthView and I process the message MonthView_SelChange. But the question
is: Why do I get a MonthView_SelChange every 2 min, without doing anything?
 
You're right it's a requery, not just a refresh.
I'm absolutly sure, there is no timer, but I forgot to mention I'm using a
MSComCtl2.MonthView and I could point it down to this one.
The records in the subform are filtered by the selected date in the
MonthView and I process the message MonthView_SelChange. But the question
is: Why do I get a MonthView_SelChange every 2 min, without doing anything?
I hava no glue what's that is, but look in the properties if there is
a timer or a requery function
 
Hmm, there is nothing that looks like a timer or requery or anything like
that.
I solved the problem now by checking wether the date has really changed or
not and depending to that execute my function.
So long, thx for trying to help me.

Greets

Artur
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top