Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 5 and VFP 6, find name of active project
Message
From
24/02/2000 02:36:24
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
22/02/2000 19:52:55
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00335704
Message ID:
00336619
Views:
23
>In VFP 5 (and also 6) is it possible to find the filename of the project I am currently working on.
> I am currently using VFP 5 so I would like that one if it is different from VFP 6.


select top 1 * from (sys(2005)) ;
   where id = "PRJUI" ;
   order by updated descending
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform