Article ID: 141911
Article Last Modified on 9/30/2003
<formname>.Left = 100
ThisForm.Left = ThisForm.Left + 100
This.OrgLeft = This.Left This.OrgTop = This.Top
ThisForm.Top = ThisForm.Top - (2*ThisForm.OrgTop) ThisForm.Left = ThisForm.Left + 100 - (2*ThisForm.OrgLeft)NOTE: This moves the form 100 pixels to the right of its current position.
ThisForm.Top = ThisForm.Top + 100 - (2*ThisForm.OrgTop) ThisForm.Left = ThisForm.Left - (2*ThisForm.OrgLeft)NOTE: This move the form 100 pixels to the bottom of the current form position.
Additional query words: VFoxWin
Keywords: KB141911