Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot Update the Cursor
Message
From
17/01/2001 13:52:28
Stan Vaninger
Mitek Industries, Inc
Missouri, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Cannot Update the Cursor
Miscellaneous
Thread ID:
00464809
Message ID:
00464809
Views:
40
I have a small VFP5 (SP4) app that consists of just a single data entry form that is called by a prg. I open the tables in a form method that is called from the form Load. In that same method, after opening the tables, I do a

=CursorSetProp('Buffering', 5, 'TableName')

on each of the tables that I will be adding records to. I am adding records to 3 different tables using the "Insert Into" command. After each "Insert Into" line, I have a

TableUpdate(.T., .T., 'TableName')

I have generated an EXE and copied it to one of our network drives. The EXE works just fine from within the VFP environment and also from the desktop on my development PC. But when I run the app from other work stations, I get "Cannot update the cursor" messages for each "Insert Into" line in the code.

Does anyone have any insight as to why this is happening?

Thanks very much,
Stan
Next
Reply
Map
View

Click here to load this message in the networking platform