NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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 ?
-
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