Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maximizing the desktop
Message
 
To
24/09/2003 14:49:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00831763
Message ID:
00831982
Views:
29
This message has been marked as the solution to the initial question of the thread.
Try these modifications:
With _Screen
    .Caption     = " This is a Test Program"
    .AutoCenter  = .T.
    .WindowState =  2
    .BorderStyle =  2
EndWith
HTH,
Arriyel

>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
Speak using soft and sweet words in case you have to eat them later.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform