NetTalk Central

Author Topic: Refresh Browse after Post Update  (Read 1105 times)

rupertvz

  • Sr. Member
  • ****
  • Posts: 335
    • View Profile
    • Email
Refresh Browse after Post Update
« on: April 15, 2026, 12:23:07 AM »
Hi Everyone,

Is there an option / way to refresh records in a NWB after applying some code (record changes) in the "Post Update" of the NWF updating the browse.

Jane

  • Sr. Member
  • ****
  • Posts: 425
  • Expert on nothing with opinions on everything.
    • View Profile
    • Email
Re: Refresh Browse after Post Update
« Reply #1 on: April 16, 2026, 12:28:42 PM »
There's a way to refresh a browse from (almost) anywhere in your app whenever you want.

You need to set up all the pieces correctly.  Then just do a p_web.SetTableValue whenever you want to refresh the browse (assuming you're in a procedure that has access to p_web).

https://www.capesoft.com/docs/NetTalk14/NetTalkWebBasic.htm#NetRefresh

rupertvz

  • Sr. Member
  • ****
  • Posts: 335
    • View Profile
    • Email
Re: Refresh Browse after Post Update
« Reply #2 on: April 16, 2026, 11:14:55 PM »
Thank you Jane ;-)