Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

How To Use Two Fonts in Browse Window

Hello Everbody,
Is there a way to set two fonts to a browse Window. Please HElp me.
[92 byte] By [Sagar] at [2007-11-10 12:50:23]
# 1 Re: How To Use Two Fonts in Browse Window
Do a BROWSE ... NAME oYourBrowse NOWAIT

You can now set the font for each column separately.

oYourBrowse.Column1.Text1.ForeColor = RGB(255,0,0)
oYourBrowse.Column2.Text1.ForeColor = RGB(0,255,0)

Much easier if you use a Grid, though.

--

Fred
Microsoft Visual FoxPro MVP
Please respond only to the newsgroups so that all may benefit.

Sagar wrote:
> Hello Everbody,
>
> Is there a way to set two fonts to a browse Window. Please HElp me.

--
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.502 / Virus Database: 300 - Release Date: 7/18/2003
Fred Taylor at 2007-11-11 23:50:33 >