Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Suppressing command and project windows
Message
 
 
À
21/04/2002 10:33:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00647335
Message ID:
00647343
Vues:
10
>Hello Group,
>
>When my application runs the command and project windows are open How do I suppress them?
>
IF Type("Application.ActiveProject") = "O"
    Application.ActiveProject.Visible = .F.
ENDIF
IF WEXIST("Command")
  HIDE WINDOW Command
ENDIF
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform