Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error in application
Message
 
To
24/04/2002 12:19:46
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00648752
Message ID:
00648822
Views:
21
Edgar,

Your code does,
select SIETAB
and the first error is telling you that that alias is not found. The aerrors that follow are most likely becasue the file is not open or selected. Foix the first problem and the others may go away.

One thing you can do is;
IF NOT USED("Sietab")
   SELECT 0
   USE TheTablename AGAIN ALIAS Sietab SHARED
ELSE
   SELECT SIETAB
ENDIF
This will open the table if it is not already open.
Previous
Reply
Map
View

Click here to load this message in the networking platform