"Refresh" button as macro

Is there a macro equivalent of the refresh button control? because my current setup is after I input a field, i have to press the refresh button, to get to another field. so, i was thinking that if there is a macro i can attach it to an event “When losing focus”, to automatically refresh the form.
Thanks!

Hello,

It would help if you further explain what is happening. There should be no reason to refresh a form just to go to another field. There must be more to this. Please describe step-by-step what is happening.

Use add comment or edit original question to respond. Please do not use an answer.

Hi! thanks for the reply. I’m not very good in explaining, however, after several searches, I got the solution from another post/question. its just oForm.getByName(“fieldname”).refresh
thanks!