NetTalk Central

Author Topic: Delete on Popupform does not refreshes the browse  (Read 2490 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1844
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Delete on Popupform does not refreshes the browse
« 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

« Last Edit: May 29, 2019, 03:12:04 AM by michelis »
-----------
Regards
Alberto

Alberto

  • Hero Member
  • *****
  • Posts: 1844
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Delete on Popupform does not refreshes the browse
« Reply #1 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...
-----------
Regards
Alberto

DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Re: Delete on Popupform does not refreshes the browse
« Reply #2 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
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11155
    • View Profile
Re: Delete on Popupform does not refreshes the browse
« Reply #3 on: May 30, 2019, 03:04:57 AM »
it's a bug. fixed in 11.12

DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Re: Delete on Popupform does not refreshes the browse
« Reply #4 on: May 30, 2019, 03:12:48 AM »
Cool!  Thank you!
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11