NetTalk Central

Author Topic: NetTalk 6.51 - WebServer Browse-Form - Force Browse Refresh  (Read 2387 times)

Jeff Martens

  • Newbie
  • *
  • Posts: 28
    • View Profile
    • Email
NetTalk 6.51 - WebServer Browse-Form - Force Browse Refresh
« on: December 11, 2012, 01:11:45 AM »
How - and where - do you insert code to force a refresh of the Browse which has a filter, as you come back from a Form where you have updated a field and now the record no longer fits the filter conditions?

Thanks.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: NetTalk 6.51 - WebServer Browse-Form - Force Browse Refresh
« Reply #1 on: December 11, 2012, 05:13:22 AM »
in the CallEIP routine, you would need to override the default behaviour for returning from a form.

CallEIP is called when a column is edited via EIP or when a popup form is closed. If the action is set to Net:changeRecord then only the row is updated.

To make it easier for you to override this action I will need to add some embeds to the CallEIP routine. I'll do this for the next NT6 and NT7 builds.

cheers
Bruce