Hi ,
I'm using Powerbuilder 12.5.2. build 5609. I think it is the latest release. I have three windows in my app.
The Grandfather , the father and the child. Child window (w_child) is inherited from the father (w_father) which inherits from the grandfather (w_grandfather).
I have some events in my windows , clicked events with code etc.
I made a change in the grandfather , regenerated the father and the child and my code in the child window was messed up!. And when I say messed up I mean that the code in my clicked event was disappeared or moved in other cases to other events.
With Full build and incremental build didn't fix the bug.
Using export and import FIXED the issue.
BUT.....
Why is this happening ? Of course this is a Powerbuilder BUG but do I need to export and import my objects when I make a change to ancestors objects ?
FYI using the edit source option I can see the code that it's there.
Will this issue been fixed because this is a very serious BUG. Every time I want to make a change to ancestors should I need to export all objects and import them again ???
thank you
zkar