NetTalk Central

Author Topic: browse not getting refreshed on an NT form  (Read 1779 times)

frankacosta

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • Email
browse not getting refreshed on an NT form
« 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
« Last Edit: September 22, 2020, 09:34:58 AM by frankacosta »

Alberto

  • Hero Member
  • *****
  • Posts: 1845
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: browse not getting refreshed on an NT form
« Reply #1 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.
-----------
Regards
Alberto

frankacosta

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • Email
Re: browse not getting refreshed on an NT form
« Reply #2 on: October 01, 2020, 08:02:10 AM »
thank you michelis