QR SET SELECTION

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 2003


QR SET SELECTION (area; left; top; right; bottom)

ParameterTypeDescription
areaLongintReference of the area
leftLongintLeft boundary
topLongintTop boundary
rightLongintRight boundary
bottomLongintBottom boundary

Description

The QR SET SELECTION command allows you to highlight a cell, a row, a column or the entire area as you would with a mouse click. It also allows you to deselect the current selection.

left is the number of the left boundary. If left equals 0, the entire row is selected.

top is the number of the top boundary. If top equals 0, the entire column is selected.

right is the number of the right boundary.

bottom is the number of the bottom boundary.

Notes:

If both left and top equal 0, the entire area is highlighted.

If you want no selection, pass -1 to left, right, top and bottom.

If you pass an invalid area number, the error -9850 will be generated.

See Also

QR GET SELECTION.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next