Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sort not working as expected
Message
From
12/11/2008 10:38:49
 
 
To
12/11/2008 09:55:33
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:
01361352
Views:
15
Dorris,

Try
Select Lname, ;
			 fname, ;
			 ThID, ;
			 neSigOpt, ;
			 (999 - Nvl(neSigOpt,0)) as nnIndex ,;
			 Padr(confirmType(neSigOpt, lPin,lFingerReg),30) as Confdata, ;
			 lPin, ;
			 lFingerReg, ;
			 isactive, ;
			 lOverride ;
from ther into cursor temp order by nnIndex, lName, fname
Regards,

Koen
Previous
Reply
Map
View

Click here to load this message in the networking platform