Hi Jeff,
>> What about resetting same field. For example, if I change the eligibility field, should I put a reference to it in its own reset field list? Or does it reset automatically?
first, remember that if you change an (incoming) field, you need to store the change in the Session Value, not just the field itself.
If you want a field to reset itself you should add it to it's own reset list.
Is it possible to call a procedure routine from a button, when clicked? I see in the templates where I can call a procedure but don't see how to call a procedure routine. Some fields will reset themselves by default (if the template thinks it needs to do that) but that which goes without saying, goes better with saying. So being explicit is also good.
>> Is it possible to call a procedure routine from a button, when clicked? I see in the templates where I can call a procedure but don't see how to call a procedure routine.
The Validate::Fieldname routine is called when the button is pressed. A simple
do whatever
call in there will call your routine.
Cheers
Bruce