This function will change the ZORDER value of the chosen control.
ZORDER(tag // Value)
tag
The TAG value of one of the controls on your form.
Value
0 = BringToFront 1 = SendToBack
Example:ZORDER(MyControl//0) 'This would bring the control to the TOP of the z-order stack