Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
No error when trying to use exclusive a table already in
Message
De
03/10/2001 00:04:48
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00563345
Message ID:
00563422
Vues:
20
Hola:

Thanks for the reply

Hope you notice something strange in my code:

lcTabla = alltrim((ThisForm.Acgetdirectory1.txtDirectory.Value)) + ThisForm.aTablas(lnI)
if file(lcTabla)
select 0
use (lcTabla) exclusive
endif

The if statement is true (the file exists) and enters the code block within.

Regards


>Are you sure that you have actually USE mytable command in the compiled code?
>Maybe there is a comment line with continuation mark ";" right before it?
* Some comment ;
>USE mytable
In this case foxpro would consider the second line a comment too.
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform