NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: frankacosta on September 22, 2020, 09:30:37 AM

Title: browse not getting refreshed on an NT form
Post by: frankacosta on September 22, 2020, 09:30:37 AM
Hi,
I have a scheduling app, this portion of the app allows snowplowing crews to select a route, then they select the customer they are going to plow.  I have a 3 tabbed form that shows the customer location and notes, another tab that has a button that allows the user to create a record with the start time for that location and a 3rd tab that shows the open work done for that customer.  When I press the button to Start Job it creates the record fine but does not refresh the browse on the form to show that newly created record.  On the Client Side tab for that button, i have an embed point that adds the record and i have the browse being reset in the Reset list.  need some guidance on what i am doing wrong or forgetting to do.  3 attachments
C11, NT11.29
Frank Acosta
Title: Re: browse not getting refreshed on an NT form
Post by: Alberto on September 23, 2020, 04:27:48 AM
Hi Frank, two ideas:
- Take care when choosing the field to refresh from the template, if you prees Insert and the droplist shows the field you need, then choose another and then choose again the one you neeed, otherwise it does not work.
- Ad an equate to the 3rd tab and refresh the tab and the browse.
Hope this helps.
Title: Re: browse not getting refreshed on an NT form
Post by: frankacosta on October 01, 2020, 08:02:10 AM
thank you michelis