Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select command doesn't select table
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8
Miscellaneous
Thread ID:
00979969
Message ID:
00980140
Views:
78
>What's the real name of the table? If the table name includes illegal characters than alias it's open under will not be the same as table name.

AFAIK the real name of the table doesn't include any illegal character (BTW what are those illegal characters). I have included a .h file in the program with the fullpath to a table :

#define unitlinked "h:\general\2004\blryear.dbf"

In the program I do then :
use unitlinked in 0 alias "policy"
use reinsurance in 0
select policy && doesn't select table
So my previous post wasn't complete....sorry for that.




>
>>I have the following syntax
>>
>>
>>use mytable in 0
>>use mytable1 in 0
>>select mytable && doesn't select table
>>
>>
>>
>>I perform some indexing after select mytable on the table,but I get an error that ther is no table open in the current workarea, when I let the program stop after select mytable, indeed in the browswer window mytable is not selected.
>>
Zakaria al Azhar
My blog on Actuaris.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform