blktoptrvl
Programmer
Hello All,
I have a global function:
f_row_color(li_colors, ll_row)
Inside this function, I determine if the current row is evenly divisible by zero, if it is, then I set the background color of the row to one of the predefined colors.
Then inside my datawindow, I call this function from the font background value dialog.
This works fine when I run the application from the development environment - the rows display in alternate colors. However, when compiled and run, the colors no longer display. It is as if the function is no longer being called.
I also do not see the colors being set when in the preview tab of the datawindow editor. Does anyone have any idea why this might be happening?
Any help would be appreciated.
I have a global function:
f_row_color(li_colors, ll_row)
Inside this function, I determine if the current row is evenly divisible by zero, if it is, then I set the background color of the row to one of the predefined colors.
Then inside my datawindow, I call this function from the font background value dialog.
This works fine when I run the application from the development environment - the rows display in alternate colors. However, when compiled and run, the colors no longer display. It is as if the function is no longer being called.
I also do not see the colors being set when in the preview tab of the datawindow editor. Does anyone have any idea why this might be happening?
Any help would be appreciated.