J
J S
I have have a text field on a form that is not bound to a field in a table.
Instead its control is a function on a field of the underlying table.
=MyFunction([OrderID])
When I launch the form is says "Calculating..." for a long while and only
seems to update this field when my mouse hovers over the fields (There are
many rows in the form, its a tabular format form).
Is there anyway to get this field to update or redraw immediately instead of
only when a user interactes with it? Where can I find more information about
this behavior?
-J
Instead its control is a function on a field of the underlying table.
=MyFunction([OrderID])
When I launch the form is says "Calculating..." for a long while and only
seems to update this field when my mouse hovers over the fields (There are
many rows in the form, its a tabular format form).
Is there anyway to get this field to update or redraw immediately instead of
only when a user interactes with it? Where can I find more information about
this behavior?
-J