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

How to set color for browse window

Hello Everbody,
i want to ask that how to give color to browse window in visual foxpro. by
setting color scheme it is not working. please help.
[156 byte] By [Sagar] at [2007-11-10 12:49:58]
# 1 Re: How to set color for browse window
You can use the Name clause
browse name oBrowse
oBrowse.SetAll('BackColor',RGB(0,200,0))

hth
-Stefan

"Sagar" <sagars_r@rediffmail.com> schrieb im Newsbeitrag
news:3f029abf$1@tnews.web.dev-archive.com...
>
> Hello Everbody,
>
> i want to ask that how to give color to browse window in visual foxpro. by
> setting color scheme it is not working. please help.
Stefan Wuebbe at 2007-11-11 23:50:41 >