Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alias not found error
Message
From
03/12/2004 10:58:08
 
 
To
03/12/2004 10:45:42
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00966725
Message ID:
00966734
Views:
8
Hi, Steven
If the select statement found no results, the cursor 'mydura_holiday' could not be created, which would cause this error. Why not do :
If _tally > 0
since you are doing the check right after the select?

>Why would the following line 2 generate an error that Alias is not found?
>
>Select * From hdtbl Where hdate = _bldates InTo Cursor mydura_holiday
>If reccount("mydura_holiday") > 0 Then
>***
>EndIf
Previous
Reply
Map
View

Click here to load this message in the networking platform