Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is the '32K work area range'?
Message
From
21/02/1997 00:28:58
 
 
To
21/02/1997 00:24:25
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00021225
Message ID:
00021481
Views:
43
>>>I keep getting error 'Cannot access the selected table' (number 1152), but I have ruled out the possibility of a reference to a file variable in a table that is not open, even in a POPUP ... PROMPT FIELD in the menu causing it. The help for this error says 'You have attempted to select a table outside the 32K work rea range...'. Can some one tell me what this means, and how I can make sure this does not happen?
>>
>>There are 32768 addressable work areas to open a table (from 0 to 32767). Probably you have somewhere in your program a:
>>
>>Select n
>>
>>where n is greater then 32767.
>>
>>Vlad
>
>Thanks Vlad,
>
>I checked my SELECT commands, and they're all by name, or zero, so it's still a mystery to me. I make the application QUIT after an import process to avoid this error! Looks like it will just have to stay that way.
>
>Alistair.

Weird...

Check also the SET COMPATIBLE. SELECT command (or the SELECT() function ?) depends on it.

Can't you locate the statement that generates the error?

Vlad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform