Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maximizing the desktop
Message
From
24/09/2003 15:01:00
 
 
To
24/09/2003 14:49:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00831763
Message ID:
00831963
Views:
28
Why are you using "Application.Visible" and not _SCREEN.Visible" ?


>Hi Erik, thanks for replying!
>
>Sorry, but didn't work. See code below, to check the context where I inserted the _Screen.WindowState = 2:
>
> Procedure Teste
>
> Set SysMenu  Save
> Set SysMenu  To
>
> With _Screen
>
>     .Caption     = " This is a Test Program"
>     .BorderStyle =  2
>     .AutoCenter  = .T.
>     .WindowState =  2
>
> EndWith
>
> Application.Visible  = .T.
>
> Messagebox ("Enter 'ok' to end program")
>
> Quit
>
> EndProc
>
>If you compile this prg into an executable and run it, you'll see what I'm experiencing. If there is something else I should add or modify, please tell me.
>
>Regards,
>
>Fernando
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform