Hi
I have a table relationship :
Browse Invoice and Browse Line items with Lineitems on the Browse Invoice page "Right"
as in examples.
The issue is:
when selecting a row field in the Invoice column I expect the response to be focused on the corresponding line item, as happens in my app with NT 12.62 and in the Themer example
Compiling and running the same app and Dct in NT 14 however, opens the Update Invoice Popup first and when this is closed the intended Line item is in focus.
I was able to comment out the line p_web precall and that stopped the Update and allowed the application to run as I want, but unfortunately this also prevented a browse insert
The query is:
Why is the Invoice Update opening first in NT 14 ?
Many thanks
Richard