Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Suppressing command and project windows
Message
 
 
To
21/04/2002 10:33:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00647335
Message ID:
00647343
Views:
9
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform