Hi Guys,
I hope someone can throw some light on this.
I have a window w_ord_detail which has been inherited from w_ord. There are 2 copies of w_ord in two different libraries lib1 and lib2. Say lib1 is higher on my library list, my application would always use lib1::w_ord as the ancestor. Would the same be true when I compile the application and run it?
In my case my application runs fine from the IDE but when I run the compiled application and open w_ord_detail the application crashes. I am thinking that it is not able to resolve the ancestor.
Thanks.
AV.