NetTalk Central

Author Topic: Updating multiple browses on parent form  (Read 2705 times)

markster

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • Email
Updating multiple browses on parent form
« on: May 29, 2014, 03:10:55 PM »
I have a procedure that is a parent form, and on it I have 2 browses as fields, but they are not children. When I update a record in one of the browses using its form popup, I can get the browse to refresh by sending a push/pop event to the parent form's CallDiv section. But I can't seem to find a way to get the second browse to be refreshed. I send a push/pop event for it to the parent form, the refresh is called, but then refresh doesn't actually take place on the screen. Any ideas?

Thanks,

Mark

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Updating multiple browses on parent form
« Reply #1 on: May 29, 2014, 09:56:26 PM »
Hi Mark,

by "not children" you mean they are just regular form fields?

In that case to update one when the other changes, just add it to the "reset list" on the "client side" tab, as you would for any other form fields.

cheers
Bruce