What causes the screen to repaint itself in an application?
Hello -
I have an application where we change the color of a grid row depending on certain conditions. We are seeing that sometimes the grid row color changes immediately, but other times the screen does not show the change unless a user presses the F5 (refresh) button in their browser and when this occurs the screen grid row color will show properly.
Is there scenarios when a screen will not be repainted? If we call a search and select form first, or anything of the sorts?
Is there a system function I can call that will force the screen to be repainted?