NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: MikeR on November 26, 2018, 09:02:45 PM

Title: How do you refresh a cell in a browse after calling a memory pop up form
Post by: MikeR on November 26, 2018, 09:02:45 PM
I have a netwebBrowse with a button that pops open a memory form
Depending on what the user does , even if he cancels out
when he returns I want 1 or more fields on the browse line to be refreshed
I found the GainFocus embed point but dont know what code to insert ?
Title: Re: How do you refresh a cell in a browse after calling a memory pop up form
Post by: Bruce on November 26, 2018, 11:58:03 PM
In the GotFocusBack routine put

  loc:stage = net:web:GenerateTable + net:web:UpdateNav + net:web:GenerateUpdates ! depending on what you need to update
  do GenerateBrowse

Cheers
Bruce