Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Foxypreviewer

Status
Not open for further replies.

Bryan - Gendev

Programmer
Jan 9, 2011
408
0
16
AU
Is it possible to change the magnification when starting FP. At the moment mine is at 150%
 
Yes. The property you want is called nZoomLevel. Set it to 5 for 100% zoom. So something like this:

Code:
DO FoxyPreviewer.APP
_Screen.oFoxyPreviewer.nZoomLevel = 5

Alternatively, you can edit FoxyPreviewer_Settings.DBF, which is in the same folder as FoxyPreviewer.APP. Look for the record whose Property is nZoomLevel, and change its NValue setting.

Mike



__________________________________
Mike Lewis (Edinburgh, Scotland)

Visual FoxPro articles, tips and downloads
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top