Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error in application
Message
 
À
24/04/2002 12:19:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00648752
Message ID:
00648822
Vues:
22
Edgar,

Your code does,
select SIETAB
and the first error is telling you that that alias is not found. The aerrors that follow are most likely becasue the file is not open or selected. Foix the first problem and the others may go away.

One thing you can do is;
IF NOT USED("Sietab")
   SELECT 0
   USE TheTablename AGAIN ALIAS Sietab SHARED
ELSE
   SELECT SIETAB
ENDIF
This will open the table if it is not already open.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform