BUG: REQUERY() Problem with Private Datasessions Sharing a Table (169102)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 5.0a
This article was previously published under Q169102 SYMPTOMS
In a multi-user application, if you have two forms with private
DataSessions that include cursors that are based on the same table, the
REQUERY() function returns old data on a form opened after the update of
data on another session of the application.
CAUSE
The problem is in the buffering of data, and the fact that REQUERY() is not
overriding the SET REFRESH timing. If the form is creating a second
DataSession with a cursor pointing to the same table as the first
DataSession, the new DataSession uses the data from the existing cursor.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. We are researching this bug and will post
new information here in the Microsoft Knowledge Base as it becomes
available.
Modification Type: | Major | Last Reviewed: | 8/10/1999 |
---|
Keywords: | kbbug KB169102 |
---|
|