Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Find all the names of the files contained in the project
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Versions des environnements
Visual FoxPro:
VFP 6 SP5
Divers
Thread ID:
01009554
Message ID:
01009619
Vues:
8
Hi Mark,

You can get the same results in VFP 6 with this:

select LEFT( ALLTRIM( name ), LEN( ALLTRIM( name ) ) - 1 ) as cName, type as cType ;
from ;
where type <> 'H' ;
order by cType ;
into cursor crsFiles
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform