Is there any way to use an action button to perform all the tasks the form would do if it was being opened initially? I tried using runprocess and copying all the watcher expressions from the function section but that didn't seem to have any effect. I also tried having the button open the form again but that didn't have any effect either. The reason I need this is that some data has changed in a process outside the update and I need to execute the code that will reflect those changes. Note that refresh eventually occurs if you time out and come back in, or if you hold the document and then go back into the update. Thanks!
Is there a reason why you don't want to simply reopen the form? When we want to perform a form refresh, so that data display fields populate or visibility fields change, we just reopen the form. It retains the data previously entered into the form.
It's for the benefit of the users, the doctors. A refresh button seems easier to deal with than putting it on hold then reopening it