Question on controller.showPrintPreview

Hi all,

I have a question:
I see that when I use the “controller.showPrintPreview” instruction on a form in table view mode, the row bg color (maked through a calculation) of the rows aren’t displayed.
Does exist a way to make them visible?

Thanks

Marco

Hi Marco,

The bgRowColor property doesn’t do anything when you print.
Perhaps in 6 where this property is deprecated and replaced with CSS (and the onRender event) it might work. I haven’t tested that yet though.

Ok Robert!

Thanks for the fast reply :)