Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sort not working as expected
Message
 
 
To
12/11/2008 11:08:25
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01361158
Message ID:
01361393
Views:
15
>Naomi,
>
>I suppose Doris needs the neSigOpt field in her cursor for some kind of future processing, as for this particular query she could do with only:
>
>
>Select Lname, ;
>			 fname, ;
>			 (999 - Nvl(neSigOpt,0)) as nnIndex ,;
>			 Padr(confirmType(neSigOpt, lPin,lFingerReg),30) as Confdata ; 
>from ther into cursor temp order by nnIndex, lName, fname
>
>
>which would give her (Isuppose) a sorting group as needed.
>
>Regards,
>
>Koen

Yes, looks like you're right, though I didn't read this thread very closely and not sure what exactly is the original problem.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform