Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update cursor!!
Message
 
 
To
18/12/2000 10:02:28
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00454668
Message ID:
00454690
Views:
21
>Hi,
> I have a problem of update cursor.
> I have issue USE DBF("mycursr") AGAIN SHARED, it work in my pc however i get error "c:\....\xxxx.tmp doexn't exist" in my colleague's pc. After couple of trying, I found that it only work in my colleague's pc if SET DELETED OFF.
> Any idea?
>
>Thank you

John,

May be the problem in the word 'Shared' (cursors could not be opened shared, I believe).

This is the code from one of my existing application:
		use dbf('MyCursor2') again alias tregion_tmp in 0 && To make this cursor updatable
Note, I didn't specify in which mode I want to open it (exclusive, I believe).
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform