Hi
I need to refresh a form before i submit it.
The form has some computed fields that i need to get the value before the submit action.
I would like to add to the submit button a refresh (like viewrefresh) before the submit.
what JavaScript code should i use ?
Thanks
Lior
Subject: refresh in javascript
how about use @Command( [ViewRefreshFields] ) to the webquerysave event? This computes the fields immediately after the person clicks save and happens right before the document is actually saved. So if you get the value then and perform whichever action you need to during this time you should be good.