NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rupertvz on April 15, 2026, 12:23:07 AM

Title: Refresh Browse after Post Update
Post by: rupertvz 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.
Title: Re: Refresh Browse after Post Update
Post by: Jane 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
Title: Re: Refresh Browse after Post Update
Post by: rupertvz on April 16, 2026, 11:14:55 PM
Thank you Jane ;-)