Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Extract ORDER BY from cursor
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01346902
Message ID:
01347061
Vues:
14
>Thanks all. In the meantime, I figured a way that seems to work. as follows
>
>
>select incident.*, recno('viewgrid') as vrec ;
>    from viewgrid, incident ;
>    where incident.inc_id = viewgrid.inc_id ;
>    order by vrec ;
>    into cursor printjob
>
It's not going to work reliably or at all. See Queries and functions which accept alias as parameter for explanation
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform