NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: kevin plummer 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
-
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
-
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.