Bruce, I think I have discovered a bug with 6.26
I've got a web app with the following screens:
BrowseOrders -> UpdateOrderForm (which contains BrowseOrderLines -> UpdateOrderLineForm)
On the UpdateOrderLineForm, I have a field for the ProductCode, and a lookup button that calls LookupProductBrowse.
All works fine... UNTIL I changed the settings for the lookup field for the ProductCode and ticked 'Auto-lookup on Insert'.
Now, the LookupProductBrowse window 'pops up' whenever I add a new item to the order, which is what I want, BUT...
When I navigate straight to the BrowseOrders window, which is several levels up, the LookupProductBrowse window KEEPS popping up. Every time I navigate away from this window and back to BrowseOrders, the product lookup keeps popping up.
I am assuming that there is a session flag somewhere still set that is causing this behaviour? Any workarounds to stop the popup unless I am adding a new item to the UpdateOrderLineForm?
Thanks,
Devan