Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sort not working as expected
Message
De
12/11/2008 11:08:25
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01361158
Message ID:
01361383
Vues:
19
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform