Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TableUpdate() issue
Message
From
27/03/2003 13:32:43
Spencer Redfield
Managed Healthcare Northwest, Inc.
Portland, Oregon, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
TableUpdate() issue
Miscellaneous
Thread ID:
00770884
Message ID:
00770884
Views:
42
Can someone help me with the following tableupdate issue. (We are using VFP 7, SP1 on Windows 2000, SP2).

Background:
To add a new record to table "Patient" our application uses a buffered view, "PatientView". On saving we issue a tableupdate() inside a transaction. This has worked correctly.

Yesterday I added a second instance of table "Patient", opening it
... in 0 again alias "PatientPick" noupdate
This is to permit its use in an incremental search without disturbing the original Patient.dbf.

Problem:
Now if "PatientPick" is open, tableupdate of "PatientView" consistantly fails with the less than specific error message, "Cannot update the cursor". If, however, "PatientPick" has first been closed, the tableupdate succeeds.

This is unexpected (to me). Is this behavior "by design"? Any assistance would be greatly appreciated. Thanks!

Spence
Next
Reply
Map
View

Click here to load this message in the networking platform