Folks:


I have a few quick questions about VFP. I currently have version 6.0 on my
PC. I know that both versions 7.0 and 8.0 are already on the market.


* Can I upgrade to V7.0 or V 8.0 for free or do I have to purchase these
upgrades ?
* Where can I find a good introductory video or audio tutorial to VFP -
BOTH free and modest cost ?



Thanks,
John.

Re: VFP questions by Fred

Fred
Tue Sep 16 21:32:18 CDT 2003

No, I'm afraid nothing in this life is for free. :( You can upgrade to VFP
8, but if you've purchased an Upgrade License, you then must remove the
version you upgraded from. If you buy a new, full license, you can keep
both versions on your machine, as long as they are installed in separate
folders.

Fred
ftaylor@mvps.prg
Microsoft Visual FoxPro MVP

"JohnNews" <johncarryl@comcast.net> wrote in message
news:1AM9b.368064$Oz4.144098@rwcrnsc54...
> Folks:
>
>
> I have a few quick questions about VFP. I currently have version 6.0 on
my
> PC. I know that both versions 7.0 and 8.0 are already on the market.
>
>
> * Can I upgrade to V7.0 or V 8.0 for free or do I have to purchase these
> upgrades ?
> * Where can I find a good introductory video or audio tutorial to VFP -
> BOTH free and modest cost ?
>
>
>
> Thanks,
> John.
>
>



Re:"Cannot access the selected table (Error 1152)" by jackhokm

jackhokm
Wed Sep 17 04:27:04 CDT 2003

I run my EXE file, sometimes but not always come out with this error
statement "Cannot access the selected table (Error 1152)" .

Refer to Msdn stating as "You have attempted to select a table outside the
32K work area range or are attempting to reference a file variable in a
table that is not open."

I assure that I have restored all the tables back after the form is
released. I want to know the meaning of the above whole error statement and
particularily the "select a table outside the 32K work area range"

I am using VFP 6.0
PIII 860 with 320 mb ram

Thanks.
jackhokm



Re: Re:"Cannot access the selected table (Error 1152)" by Fred

Fred
Wed Sep 17 09:58:34 CDT 2003

Another potential probem that could cause this error is if you have multiple
controls that are bound to a cursor of the same name, and that cursor has
been closed before the controls have been destroyed.

Fred
Microsoft Visual FoxPro MVP

"jackhokm" <jackhokm@net-yan.com> wrote in message
news:bk9acv$nm4$1@news.hgc.com.hk...
> I run my EXE file, sometimes but not always come out with this error
> statement "Cannot access the selected table (Error 1152)" .
>
> Refer to Msdn stating as "You have attempted to select a table outside the
> 32K work area range or are attempting to reference a file variable in a
> table that is not open."
>
> I assure that I have restored all the tables back after the form is
> released. I want to know the meaning of the above whole error statement
and
> particularily the "select a table outside the 32K work area range"
>
> I am using VFP 6.0
> PIII 860 with 320 mb ram
>
> Thanks.
> jackhokm
>
>