Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
About pack.
Message
 
À
17/03/1999 07:20:19
Jacky Yuen
Myth Group Computer Technology
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Divers
Thread ID:
00198478
Message ID:
00198485
Vues:
15
>Dear all ,
>
>While I wanna pack ,it give me error1708 ,can you tell me that how can I solve it ? Thanx

Jacky,

The error indicates that the file you are trying to open is alreadfy open in another work area. You should select the work area first before trying to open the table.

Try some code like this;
IF USED("Table1")
   SELECT Table1
ELSE
   SELECT 0
ENDIF
USE Table1 AGAIN ALIAS Table1 EXCLUSIVE
PACK
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform