Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
USE command gets File not found
Message
From
16/08/2007 18:37:38
Mike Yearwood
Toronto, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01248623
Message ID:
01248698
Views:
36
>Specifying the full path is a possibility, however, this form has worked in another vfp9 application with this code. It also has worked in vfp7 applications. Why do some tables process correctly and others do not?
USE (m.lcDBF) in SELECT(1) ALIAS RndxDBF EXCLUSIVE
Perhaps you mean to open every table aliased as RndxDBF? If so, you should use
USE (m.lcDBF) in SELECT(SELECT("RndxDBF")) ALIAS RndxDBF EXCLUSIVE
SELECT RndxDBF
If you still get an Alias not found, look in the cdx tags. Don't use aliases in the cdx tags.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform