Web Refresh, an Even Better Way
There have been plenty of tips on how to call a button or action in a database that has an @Command([RefreshHideFormulas]) but did you know that there is an even easier way!
You can put the following JavaScript function in ANY form without needing anything else to enable a form refresh:
function dominoRefresh()
{_doClick('$Refresh', this, null, null); }
Now you can call this function any time you want, any way you see fit:
(onChange, onBlur, <A HREF="javascript:dominoRefresh()">Refresh</a>, etc, etc).
No need to create any buttons or remember any document UNIDs.