Using Kinetic with classic screens. I have a combo box linked to user codes on the order line tab. The filter is dependent on the part number on that line. I have a method that will clear the data source, refresh the combo, set the data source, epi binding, value member, display member etc. I use epiviewnotification to catch the first initialize to set the combo box to the value in the db. The epibinding does not work even without code so it’s all through code to display the set value, and update the dataview on change. Everything works as expected moving through the lines using the nav tree on the left. When the user uses the navigation bar on the line tab the combo box goes blank. Another caveat that is happening is the combo box has multiple blank lines before and after the actual rows my thought is this might be an issue but I am at a loss for capturing the nav bar navigation to get this to work. Any Ideas would be great.
I got it I am using reflection and oTrans.update() to force the retreve,