NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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.
-
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
-
Thank you Jane ;-)