Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Opening Full Screen
Message
From
14/05/1998 16:23:47
Murray Mcintosh
Mammography Reporting System, Inc.
Seattle, Washington, United States
 
 
To
14/05/1998 16:05:04
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00099571
Message ID:
00099581
Views:
18
>Okay, I admit it, I'm a VFP rookie. I usually manage to hack my way through my lack of VFP knowledge, but......
>
>How do I get my app to open full screen?
>
>Thanks in advance.

in config.fpw put:
SCREEN = OFF

then in your code put:
_screen.windowstate = 2
_screen.visible = .t.

This way the user won't see the screen resize in mid flight.

Murray
Previous
Reply
Map
View

Click here to load this message in the networking platform