Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Screen resolution
Message
From
05/09/2015 18:02:18
 
 
To
05/09/2015 17:38:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01624301
Message ID:
01624306
Views:
77
Can you give us a screen shot of what's happening?

Generally it's not a good idea to run an LCD panel at anything other than its native (maximum) resolution. While running at the higher resolution you can size 3 VFP instances to anything smaller than that you want: either manually, or programmatically:
_Screen.Width = 1280
_Screen.Height = 800
One way to deal with multiple windows is to cascade them e.g. http://www.coolnerds.com/XP/ControlScreen/Control07.gif

>using the 1920 setting I am able to view and use the entire screen.
>
>using the 1280 cuts off about 1 inch on each side of the screen - but with vfp I am opening and viewing 3 windows at once in some cases and the smaller resolution allows me to view all three without cutting anything off.
>
>with the 1920 setting I am losing large chunks of the bottom two windows in vfp - however it opens up the entire screen for viewing other programs - apps - pictures etc.
>
>
>>Why would you want to do that?
>>
>>>Just bought new mini laptop 13.3 with optimal screen resolution 1920x1080. However I need to change that setting to 1280x800 to view all data in VFP window.
>>>
>>>Is there an initial setting I can change in VFP settings or set up programmatically so that when I start VFP it will change the screen resolution to 1280x800 either for VFP alone or for the whole laptop configuration.
>>>
>>>tnx k
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform