NetTalk Central

Author Topic: Refresh Child browse in another Tab  (Read 3367 times)

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Refresh Child browse in another Tab
« on: August 19, 2009, 07:43:50 PM »
Hi All,

I have a bunch of child browses but in seperate XPTabs.

The problem I have is when I click on a parent record in the first Tab I can't work out how to refersh the other child browses.

I can't use the normal way as I don't want the child browses all on the one Tab and there is no option (I think) that they in another Tab.

Any tips?

Cheers,

Kevin


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Refresh Child browse in another Tab
« Reply #1 on: August 19, 2009, 11:30:41 PM »
I assume you're talking about a form here Kevin?
ie multiple browses on the same form?

In which case updating a form field, when another is clicked is done on the client-side tab for the "parent" browse as normal.

ie the browses are linked on the form, via the client-side tab, not linked via the browse on the children tab.

Cheers
Bruce


kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Refresh Child browse in another Tab
« Reply #2 on: August 20, 2009, 12:27:47 AM »
I assume you're talking about a form here Kevin?
ie multiple browses on the same form?

> Yes I have a form with 4 tabs and in each tab I have a browse.

In which case updating a form field, when another is clicked is done on the client-side tab for the "parent" browse as normal.

> Ahh - I was adding the refresh onto the browse Tab I wanted to refresh rather than the parent. All makes sense now

> I'm not sure if this is a bug but after adding this code (which updates my child browses) when I use the next button it is not always displaying the data correctly eg the next button sometimes disappears, all the data in the parent browse sometimes disappears etc. Clicking the browser refresh button restores everything. I re-tested the way I had it and did not see any of the effects I described above.