NetTalk Central

Author Topic: Refresh Tab (NetWebBrowse)  (Read 3476 times)

rupertvz

  • Sr. Member
  • ****
  • Posts: 326
    • View Profile
    • Email
Refresh Tab (NetWebBrowse)
« on: March 30, 2017, 11:02:52 PM »
Hi Guys,

I have a NetWebBrowse procedure called from a tab in a NetWebForm.
The tab in the NWF before the NetWebBrowse sets a SessionValue which filters the NetWebBrowse records.

Is there a way to reset (refresh) the NetWebBrowse upon the tab selection of the NWB?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Refresh Tab (NetWebBrowse)
« Reply #1 on: April 04, 2017, 05:23:29 AM »
 don't think you'll reset the browse on tab selection (*) - but rather set it on the field, on the first tab, that sets the session value in the first place.

ie say you have a date field on tab 1, then reset the browse when the date changes.

(*) You don't want to do it on tab if you can help it, because there are many different tab "styles" - including ones where all the tabs are visible all the time, so you want o make it work in "all cases" as much as possible.

cheers
Bruce