Field bound to a function call updates slowly

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top