Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update cursor!!
Message
 
 
À
18/12/2000 10:02:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00454668
Message ID:
00454690
Vues:
22
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform