Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable 'LATABLE1' is not found
Message
From
11/01/2007 14:53:36
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Variable 'LATABLE1' is not found
Miscellaneous
Thread ID:
01184756
Message ID:
01184756
Views:
53
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
Next
Reply
Map
View

Click here to load this message in the networking platform