- Brage Mogstad
- PowerBuilder
- Thursday, 23 February 2023 09:51 AM UTC
Hello,
the background color of columns in some grid dwo's turns black when I click on them.
I did manually change Processing from 0 to 1 in these dwo's.
We are using these pfc_services (constructor event of u_dw)
this.of_SetFind(TRUE)
this.of_SetSort(TRUE)
this.of_SetFilter(TRUE)
this.inv_filter.of_SetStyle(2) // Simple filterwindow
this.inv_sort.of_SetStyle(1)
this.inv_sort.of_SetColumnNameSource(2)
this.inv_filter.of_SetColumnNameSource(2)
this.inv_sort.of_SetColumnHeader(TRUE)
this.of_SetRowManager(TRUE)
I've tried to use expression for setting the columns backgroud color, both in painter and using modify, but it was futile.
I'm leaning towards making a c++ .dll external function to settle it - but really to me thats a bit extreme.
Any ideas how to fix this?
B
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.