QR Get drop column

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 Get drop column (area) Longint

ParameterTypeDescription
areaLongintReference of the area
Function resultLongintDrop value

Description

The QR Get drop column command returns a value depending on where the drop was performed:

if the value is negative, it indicates a column number (i.e., -3 if the the drop was performed on column number 3)

if the value is positive, it indicates that the drop was performed on a separator preceding the column (i.e., 3 if the drop was performed after column 2). Keep in mind that the drop does not have to take place before an existing column.

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

See Also

QR DELETE COLUMN.


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