NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Devan on April 12, 2012, 10:18:53 PM
-
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
-
Hi Devan
I don't think this is new to 6.26, I reported it before. I have it in my app too. I've had to switch auto-lookup off.
Gavin