Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No clue for the error
Message
From
27/09/2005 13:51:05
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
No clue for the error
Miscellaneous
Thread ID:
01053566
Message ID:
01053566
Views:
47
I have code in my cmdbutton.click and running well:

select StockId,qty,price,disc,pk from vInvdetail where qty<>0 into cursor temporer
select temporer.*, nvl(stock.name,spac(30)) as cname from temporer;
left join stock on temporer.stockId = stock.stockId into cursor temporer
select * from temporer order by pk into cursor temporer
use (temporer) alias dtempo in 0

but my client always get this error:

ERROR #:12
MESSAGE: variable 'TEMPORER' is not found
PROGRAM: PROCEDURE FFORM.CMD1.CLICK

is there anything wrong with my code?

thanks for the help.

regards,

Jerry
Next
Reply
Map
View

Click here to load this message in the networking platform