NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Rene Simons on November 06, 2017, 01:18:39 AM
-
Hi,
When I update a database record by just clicking on it,not using a button which routine do I use to refresh the whole browse?
Is that GenerateBrowse?
In fact I want to simulate one of the refresh options that are available for buttons server code (Field reset/Line reset/Browse reset).
Cheers,
Rene
-
Hi Rene,
Yes, the call to refresh would be
do GenerateBrowse
There are two embeds that are most logical for this;
a) in CallClicked routine or
b) in TakeEvent routine, after do CallClicked
cheers
Bruce