Is there a way to see what a grid has assigned as the dynamic back/fore
colors?

I have an application that loads three tables on separate showwindow=1
forms. The 1st one that loads never shows the dynamic colors but all of the
rest do. It would seem that I am not executing the "setall" to the first
grid, but I stepped through the code and it runs. I am baffled.


Thanks,

Scott

Re: Dynamic Back/Fore colors by Stefan

Stefan
Thu Aug 05 01:32:51 CDT 2004

SetAll() assigns each property directly, so at runtime you can
see the result in the debugger for example
Thisform.Grid1.Column1.DynamicBackcolor

If your SetAll() runs quite late, e.g. after form.Init(), does an
additional ..GridX.Refresh() help to make the colours appear?


-Stefan

"Scott Cadreau" <scadreau@aros.net> schrieb im Newsbeitrag
news:NpKdnTjLKqPt9IzcRVn-uQ@aros.net...
> Is there a way to see what a grid has assigned as the dynamic back/fore
> colors?
>
> I have an application that loads three tables on separate showwindow=1
> forms. The 1st one that loads never shows the dynamic colors but all of the
> rest do. It would seem that I am not executing the "setall" to the first
> grid, but I stepped through the code and it runs. I am baffled.
>
>
> Thanks,
>
> Scott
>
>