Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variable 'LATABLE1' is not found
Message
De
11/01/2007 14:53:36
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Variable 'LATABLE1' is not found
Divers
Thread ID:
01184756
Message ID:
01184756
Vues:
54
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform