Click to See Complete Forum and Search --> : Form's default font


Ellick
01-15-2002, 03:15 AM
Hi,

I got some froms which were created by VFP6, some of the text boxes on these
forms are set to display in different fonts. When I open these forms in
VFP7, it set all objects to the same fonts. Then, I have to reset all text
boxes to the fonts I wanted. How could I over come this problem?

Thanks!

Ellick

Craig Berntson
01-15-2002, 08:59 AM
Create subclasses of textboxes, labels, etc and set the font you want to
use. Then, you'll drop your subclasses on the forms instead of the default
Fox classes.

--
Craig Berntson
MCSD, Visual FoxPro MVP
www.craigberntson.com
Salt Lake City Fox User Group
www.slcfox.org
Visit FoxCentral www.foxcentral.net
---


"Ellick" <ellick@hongkong.com> wrote in message
news:3c43e526$1@147.208.176.211...
>
> Hi,
>
> I got some froms which were created by VFP6, some of the text boxes on
these
> forms are set to display in different fonts. When I open these forms in
> VFP7, it set all objects to the same fonts. Then, I have to reset all
text
> boxes to the fonts I wanted. How could I over come this problem?
>
> Thanks!
>
> Ellick