Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find all the names of the files contained in the project
Message
 
General information
Forum:
Visual FoxPro
Category:
Project manager
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01009554
Message ID:
01009619
Views:
9
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform