NetTalk Central

Author Topic: My second question :-)  (Read 2834 times)

Rene Simons

  • Hero Member
  • *****
  • Posts: 649
    • View Profile
My second question :-)
« 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
Rene Simons
NT14.14

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11204
    • View Profile
Re: My second question :-)
« Reply #1 on: November 06, 2017, 10:05:17 PM »
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