B
bryan
Do these 2 not work together?
I have a table with formfields which I use to calculate sub-total, subtract,
and then a grand total. On all of the formfields I have a 'calc on exit' . I
also had an exit macro on one formfield to hide/unhide some text below the
table depending upon the value entered.
IE:
Total Value <text1>
Title/Tab fees <text2>
Tax <text3>
Subtotal <formula, =sum(above)>
Minud Ded <text5>
Minus Holdback <text6>
Less Salvage <text7>
Total <formula,
(text1)+(text2)+(text3)-(text5)-(text6)-(text7)>
This works fine until I put an exit macro on <text5> which runs to hide text
below this table. The exit macro will run but, the "Total" will not change.
I have a work around by including a <text> formfield below this to run the
hide/unhide dependant upon <text6> value but, that seems a bit hockie!
Any ideas or suggestions.
Thanks,
Bryan
I have a table with formfields which I use to calculate sub-total, subtract,
and then a grand total. On all of the formfields I have a 'calc on exit' . I
also had an exit macro on one formfield to hide/unhide some text below the
table depending upon the value entered.
IE:
Total Value <text1>
Title/Tab fees <text2>
Tax <text3>
Subtotal <formula, =sum(above)>
Minud Ded <text5>
Minus Holdback <text6>
Less Salvage <text7>
Total <formula,
(text1)+(text2)+(text3)-(text5)-(text6)-(text7)>
This works fine until I put an exit macro on <text5> which runs to hide text
below this table. The exit macro will run but, the "Total" will not change.
I have a work around by including a <text> formfield below this to run the
hide/unhide dependant upon <text6> value but, that seems a bit hockie!
Any ideas or suggestions.
Thanks,
Bryan