Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to close the Project Manager Programmatically?
Message
 
To
19/08/2000 13:20:03
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00407066
Message ID:
00407070
Views:
28
Hi,

Try this

if _vfp.projects.count !=0
_vfp.projects(1).close
endif

You can also place this in a loop if you have more then one project open
Previous
Reply
Map
View

Click here to load this message in the networking platform