Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sort not working as expected
Message
From
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:
01361383
Views:
16
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform