Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Closing the Proj Mgr window or menu bar programatically
Message
De
26/12/2001 03:13:34
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
26/12/2001 02:23:58
F. Bennett Swenson
Sundance Aerial Photography
Hurst, Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00598095
Message ID:
00598100
Vues:
20
>What is the opposite command to MODIFY PROJECT ...?
>
>When a particular program runs, I want it to "close", "hide", "release", "destroy", or "remove"
>all known "open" project managers from the FoxPro Desktop.
>
>This program is not compiled into an application.
>
>TIA
>
>F. Bennett Swenson

Bennet,
Release window also work for 'Project Manager'. However this is more logical and easy :
for each oProj in Application.Projects
  ? 'Closing Project :',oProj.Name
  oProj.Close
endfor
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform