Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select statement not working
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Select statement not working
Miscellaneous
Thread ID:
00561704
Message ID:
00561704
Views:
59
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
Next
Reply
Map
View

Click here to load this message in the networking platform