Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using the foxuser.dbf
Message
De
01/06/1999 10:07:10
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Using the foxuser.dbf
Divers
Thread ID:
00224904
Message ID:
00224904
Vues:
49
In my application I make use of the informtion stored in the foxuser.dbf, and therefore have the command line:

use (sys(2005)) again shared alias (tcCursor)

everything works OK until the user runs two sessions of the application because then I get the error message 'file in use'. How can I open the foxuser.dbf in two intances of the app or detect that the file is already in use?

I tried the following to no avail as for some reason it still generates an error?

tcError = ON("ERROR")
ON ERROR glError = .T.

*-- Use the resouce file again
USE (SYS(2005)) AGAIN SHARED ALIAS (lcCursor)

*-- Restore the error handling routine
ON ERROR &tcError


Thanks, Mace
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform