My forms have several text boxes bound to fields, of course.
If the action of the user runs code (OnClick, or AfterUpdate) and results in the value of a text box(bound to a field) to change, does anyone prefer to update the field through code and refresh the form or update the text box on the form?
I always tend to update the text box on the form, and I am weighing the pros & cons, and will probably continue to do what I'm used to unless I discover a big advantage (leaner memory usage, networking advantage).
Your input, please.
If the action of the user runs code (OnClick, or AfterUpdate) and results in the value of a text box(bound to a field) to change, does anyone prefer to update the field through code and refresh the form or update the text box on the form?
I always tend to update the text box on the form, and I am weighing the pros & cons, and will probably continue to do what I'm used to unless I discover a big advantage (leaner memory usage, networking advantage).
Your input, please.