Treeview conversion
- How-to
- John Raghanti
- PowerBuilder
- Thursday, 15 October 2020 02:46 PM UTC
Hi,
I've got an ancestry object uo_ms_tv inherited from treeview:
forward
global type uo_ms_tv from treeview
end type
end forward
We've been asked to change the selected item color from the default Windows color to a color that follows our branding colors.
We've done that on all of our datawindows by getting rid of SelectRow and using setRow with a detail row background color Modify event.
I see that this treeview object doesn't have any properties that would allow me to attempt the same thing.
So my question is: is there a way to convert a treeview user object into a treeview datawindow easily? I think we could apply expressions to a treeview datawindow.
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.