NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Jeff Martens on December 11, 2012, 01:11:45 AM

Title: NetTalk 6.51 - WebServer Browse-Form - Force Browse Refresh
Post by: Jeff Martens 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.
Title: Re: NetTalk 6.51 - WebServer Browse-Form - Force Browse Refresh
Post by: Bruce 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