Re: BROWSE fonts? by Cindy
Cindy
Thu Sep 18 09:55:29 CDT 2003
Hi Dennis,
You haven't said which version of FoxPro you are using.
CREATE CURSOR Test (Field1 I, Field2 C(10))
INSERT INTO Test VALUES (1, "FoxPro")
INSERT INTO Test VALUES (2, "Rocks")
BROWSE NAME oBrowse
oBrowse.Column1.FontBold = .T.
--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy.winegarden@mvps.org, www.cindywinegarden.com
"Dennis Allen" <dennis@dennisallen.com> wrote in message
news:ems0RMZfDHA.3528@tk2msftngp13.phx.gbl...
> Hi. Is there anyway to change the fonts of a given browse column? Got a
> client who wants certain columns in bold...Dennis