NetTalk Central

Author Topic: How do you refresh a cell in a browse after calling a memory pop up form  (Read 2748 times)

MikeR

  • Sr. Member
  • ****
  • Posts: 257
    • View Profile
    • Email
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 ?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
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