MOVE WINDOW Command

Moves a user-defined window created with DEFINE WINDOW, or a Visual FoxPro system window (such as the Command window or Browse window) to a new location.

MOVE WINDOW WindowName TO nRow1, nColumn1   | BY nRow2, nColumn2 | CENTER

Parameters

WindowName

Specifies the name of the window to move.

TO nRow1, nColumn1

Moves the window to a location, specified by nRow1, nColumn1, in the main Visual FoxPro window or in a user-defined window.

BY nRow2, nColumn2

Moves a window to a location relative to its current position. The numeric expression nRow2 specifies the number of rows to move the window (down if nRow2 is positive, up if negative). The numeric expression nColumn2 specifies the number of columns to move the window (to the right if nColumn2 is positive, to the left if negative).

CENTER

Centers a window in the main Visual FoxPro window or in its parent window.

Expand imageRemarks

Expand imageExample

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic