
I have a requirement in which, I have to change the Query object on the selection of the values in the combo box in the dialog.
Basically the values in the combo box are the dimensions define in the system and based on the selection, I have to update the DimAttribute* table in query and query obejct.
I have seen example on how to do that with RunBase framework, but I dont know how to do it with SysOperation framework.
Any ideas ?
*This post is locked for comments
I have the same question (0)Huzaifa,
Have you tried using the UIBuilder class and override the appropriate method for combo box control?