http://www.foxtable.com/help/topics/1301.htm
Dim lbl As WinForm.Labellbl = e.Form.Controls("Label1")If lbl.left + lbl.Width < 0 Then lbl.left = e.Form.WidthElse lbl.left -= 10End If