|
<< Click to Display Table of Contents >> Navigation: Telegram > 2020 > 02 > 08 > Telegram_2020-02-08T01 |
2020-02-08T01:31:11
Community I am still struggling! Chad tried to help me out but I am not getting it right. This is what I am doing: I have created a IWFrame on which I have a iwdblookupCombobox example X. X has Items. OnChange event of X from IWFrame, it selects another list of Items and fills another iwdblookupComboBox Y. All these events are executed from IWFrame environment. Now my struggle is; Once embedded in the HostForm where I have a IWDBGrid that has to be filled when an OnChange event of X or Y from the frame is triggered. Therefore OnChange events of X and Y will have two event handlers; one inherited from the embedded frame and the second one triggered in the contest of the hostform. Why separate environment of execution? Because the event that selects Items remains unchanged in all hostforms however the second event to fill the DbGrid is specific to the hostform. My question is where in hostform to insert new event handler in hostform; under OnCreate of hostform and how? I am sorry it is long but I wanna learn from you
2020-02-08T01:37:41
The IWFrame is embedded at runtime therefore not visible in hostform at design time