Easiest question of the day (I hope).

When I do a "dir" or "list stru" from my VFP 8 command box, the font is too
large. I have looked high and low and cannot find where to change it. Can
someone tell me how to fix this nuisance?

Thanks,

Scott

Re: Screen Font by Josh

Josh
Mon Dec 29 21:38:21 CST 2003

_screen.fontsize=6

On Mon, 29 Dec 2003 21:11:33 -0500, "Scott Cadreau" <scadreau@aros.net> wrote:

>Easiest question of the day (I hope).
>
>When I do a "dir" or "list stru" from my VFP 8 command box, the font is too
>large. I have looked high and low and cannot find where to change it. Can
>someone tell me how to fix this nuisance?
>
>Thanks,
>
>Scott
>


---
Remove x's to send.

Re: Screen Font by Fred

Fred
Mon Dec 29 23:01:20 CST 2003

1) Click your mouse in the Command Window.
2) Hold down a shift key (left or right) and click the Format Menu from the
main VFP screen
3) You should now see a Screen Font... entry. You can change it there.

Fred
Microsoft Visual FoxPro MVP


"Scott Cadreau" <scadreau@aros.net> wrote in message
news:47ednW5exrbIQ22i4p2dnA@aros.net...
> Easiest question of the day (I hope).
>
> When I do a "dir" or "list stru" from my VFP 8 command box, the font is
too
> large. I have looked high and low and cannot find where to change it.
Can
> someone tell me how to fix this nuisance?
>
> Thanks,
>
> Scott
>
>



Re: Screen Font by Leemi

Leemi
Tue Dec 30 09:43:41 CST 2003

Hi Scott:

You can use MODI WINDOW SCREEN FONT "fontname", pointsize. For example:

MODIFY WINDOW screen FONT "arial", 22

I hope this helps and have a Happy New Year!

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retires Sept. 30th, 2003

> When I do a "dir" or "list stru" from my VFP 8 command box, the font is
too
> large. I have looked high and low and cannot find where to change it. Can
> someone tell me how to fix this nuisance?
>
> Thanks,
>
> Scott
>