Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alias not found
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01250254
Message ID:
01250255
Views:
11
>I am getting the error 'Alias COMP_DATE not found' in a code. The line is simply SELECT comp_date, which is a table in the database. Is there something similar to a dataenvironment where I need to place comp_date?


Is the table opened? Where are you getting this error?

Try
if not used('comp_date')
  use MyDataBase!Comp_Date shared in 0
endif
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform