CatCart.hasSelectedLines Method

Goes through all visible lines on the CatCart table and checks whether any one of them are selected.

Syntax

public boolean hasSelectedLines([boolean _allMustBeValid])

Run On

Called

Parameters

Return Value

Type: boolean
true if any selected lines are found; otherwise, false.

Remarks

When called, the active buffer should be part of a query also including the CatCartLine and CatCartLineState tables.

See Also

Reference

CatCart Table