NetTalk Central

Author Topic: NetWebForm - ValidateAll  (Read 2743 times)

rupertvz

  • Sr. Member
  • ****
  • Posts: 326
    • View Profile
    • Email
NetWebForm - ValidateAll
« on: August 19, 2014, 06:00:51 AM »
Hi Guys,

I am doing a couple of checks in the ValidateAll embed point of a NetWebForm, whereupon I am setting a value for the record. 
(Which is part of the "range filter" of the NetWebBrowse)

Thus when the new updated value doesn't match range filter criteria, the record should be excluded from the NetWebBrowse records.

All is working well, except that the NetWebBrowse has to be refreshed manually to update the view of these records.

My guess is that the NetWebBrowse is refreshed - before the ValidateAll routine in the NetWebForm.  Not sure if my assumption is correct?

Is there a way to refresh the NetWebBrowse after the ValidateAll routine?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: NetWebForm - ValidateAll
« Reply #1 on: August 20, 2014, 10:28:20 PM »
I presume this is a popup form?

>> My guess is that the NetWebBrowse is refreshed - before the ValidateAll routine in the NetWebForm.

no. The real issue is that the browse is not refreshed at all. When you return from a form it does not refresh the whole browse, just the changed row.

If you want to refresh the whole browse, then go to the Browse settings, Form tab, Change button tab, and tick on "Refresh whole Browse after Change".

cheers
Bruce