Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why?
Message
From
16/06/2009 17:48:38
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Why?
Miscellaneous
Thread ID:
01406283
Message ID:
01406478
Views:
68
thanks guys for all the help.

I have changed the code to:
use sales in 0 alias sales 
select sales
set order to inv
mkey='003333'
seek mkey 
scan while inv=mkey
    disp PK
endscan
use in sales
and I got all the records.

I misunderstood that
select sales
seek mkey order inv
will automatically set the order, while it's not. I should do:
select sales
set order to inv
seek mkey 
regards,

Jerry
Previous
Reply
Map
View

Click here to load this message in the networking platform