tools123
23rd October 2002, 23:22
What is the best option to perform actions on form field which
is a enum field so that whenever an enum constant is changed
the actions programmed under that occur without tab.
Basically,a calculated field gets updated in this subsection that
needs to be recalculated and displayed just by changing constants on this enum field.
Thanks

mark_h
24th October 2002, 00:21
I figured this was a new thread, not the same as originally posted in the other thread.

As to answer your question I would probably try it in the when.field.changes section. Then you could re-calculate the field and re-display the new value.

Mark