BringToFront

The BringToFront function brings the field to the front layer of the view.

Syntax :

BringToFront(field,[SendToBack]=False)
Parameters Description
field Required, field that had to be sent at front.
[SendToBack]=False By Default , the field which is sent at front, will be false to send it back.

Example :

BringToFront(btnSave)