Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable 'LATABLE1' is not found
Message
From
11/01/2007 14:56:31
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
To
11/01/2007 14:53:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01184756
Message ID:
01184758
Views:
14
do SELECT latable1 no ().

>Hi All,
>
>This one is giving me a headache. I know it's going to be something simple.
>
>I have a program that collects data from Oracle and puts the data into cursors which I then finallize and put out to a vfp table. But I get the title error on one machine, which I can not access, but not on my machine or test machine. I have that bypasses the error, just outputs the error to an error text file. But I want to the error not to occur at all.
>
>
>SELECT student_id as std_id, wheelchair_required as whlchr_req, ;
>  aide_needed as aideneeded, school_year_code as schlyear ;
> FROM cstctd WHERE RECNO() < 2500 ;
>  INTO CURSOR laTable1 nofilter READWRITE
>
>SELECT (laTable1)  && this gives error [Variable 'LATABLE1' is not found]
>
>
>Do I need quote marks around laTable1?
>
>TIA
>Beth
Alexandre Palma
Senior Application Architect
Previous
Reply
Map
View

Click here to load this message in the networking platform