Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select statement not working
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Select statement not working
Divers
Thread ID:
00561704
Message ID:
00561704
Vues:
60
I am trying to make the following code work. I keep getting an error on last line (select usertable) stating "Alias Usertable' not found". Has anyone run ito this problem?


cTable = 'sometable'
select fname, totpay, fica, retire_amt, health_ins, retiree_med, ;
unempins, wrkcompins, total_salary ;
from payroll_tbl into cursor cTable where payroll_tbl.bdate = ldBDate


usertable = select(cTable)
select usertable

thank you
Nick Patel
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform