Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No clue for the error
Message
 
 
To
27/09/2005 13:51:05
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01053566
Message ID:
01053567
Views:
8
You don't need Name expression in USE command because the 'temporer' is an alias not a variable
use temporer alias dtempo in 0
>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
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform