NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Keith on September 03, 2014, 08:42:42 PM

Title: Executing code when tab is changed
Post by: Keith on September 03, 2014, 08:42:42 PM
I have a Form with two tabs - Booking and Services.  Services is a Child of Bookings (One to Many).

Hi

I have a 'Total Fee' field on the Booking tab that I want to update whenever anything that affects the Fee is changed.  For fields on the Booking tab that is straightforward utilising the Client Side code and Reset.  But what can I do about recalculating the Fee after a Service has been added (or changed)?

On the Services tab I have a Browse of the current associated Services and a Form. I can Insert, Change and Update the Services and when I reselect the Booking tab I want to automatically recalculate the Fee.

Thanks for any help.

Keith

Title: Re: Executing code when tab is changed
Post by: Bruce on September 03, 2014, 09:30:16 PM
Add the TotalFee field to the Reset list of the Browse field.

ie the browse is a FormField right - so it has a client-side tab.
and on that tab you can reset any fields you like - so when the browse changes the dependent fields change as well.

cheers
Bruce