Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No error when trying to use exclusive a table already in
Message
From
03/10/2001 00:04:48
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00563345
Message ID:
00563422
Views:
19
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.
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform