I have a problem and I am not sure if it is a Progress(Open Edge) bug or if there is something wrong with my code.
I have a main container forum from which I call child functions to display with in the MDI Parent. Each child can also call subsequent function which will be parented to the caller child function, overlapping the frame.
Now the problem is when I open the same child function twice and drill down on both and return to the calling child form on the first function, the button I used to drill down to the sub-function will no longer trigger on the first child function but will still work on the second child function.
I will not be able to supply the code example for this so I hope what I explained is understandable.
Could someone please tell me what is causing this and how to fix it.