Refreshing a Form when called Report returns

davidecdavidec Member Posts: 63
Hello!
Sorry to bother you again, but I have a problem with a form.
I have a form (it lists inside a DataTable the filtered rows of table X), which allows users click a "Functions" menu button. Some of the Menu Items call processing-only reports which modify the contents of table X.

I need a way to refresh the form when the reports end, so that the processed rows are displayed among the form's rows: is this feasible? But most importantly... how? :D

Thank you very much in advance for your help!

PS: I call the reports using Action "RunObject" inside the Menu designer and they can also be called independently of the form, through the usual menu in the left side bar

Answers

  • davidecdavidec Member Posts: 63
    OOOps...
    Setting the form's "UpdateOnActivate" to true did the job...
Sign In or Register to comment.