NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on May 28, 2019, 03:00:16 PM

Title: Delete on Popupform does not refreshes the browse
Post by: Alberto on May 28, 2019, 03:00:16 PM
Calling a form (popup) from the browse butto and using the Delete form button, deletes but does not refreshes the browse.
How to?
Thanks

Title: Re: Delete on Popupform does not refreshes the browse
Post by: Alberto on May 29, 2019, 08:55:26 AM
Ive tryed adding

do Validate::bFilDeta  ! refreshes other fields dependent on the browse.
do Refresh::bFilDeta

to the end of GoFocusBack and nothing...
Title: Re: Delete on Popupform does not refreshes the browse
Post by: DonRidley on May 30, 2019, 01:48:07 AM
Open your browser's developer tools and watch the traffic between the browser and server.  Specifically, watch the parameters.  The browse is listening for a specific chain of events to trigger a refresh. 

Give me a few minutes and I'll post some screenshots of things to look for.

BTW, I see a pencil on the inline browse button.  Is that button an "other" button, change, delete?

Don
Title: Re: Delete on Popupform does not refreshes the browse
Post by: Bruce on May 30, 2019, 03:04:57 AM
it's a bug. fixed in 11.12
Title: Re: Delete on Popupform does not refreshes the browse
Post by: DonRidley on May 30, 2019, 03:12:48 AM
Cool!  Thank you!