LookupForward function

Does a lookup based on the current index scanning forward through the table.

Syntax
bool UltraLite_Table_iface::LookupForward(
  ul_column_num ncols
)
Parameters
  • ncols   For composite indexes, the number of columns to use in the lookup.

Returns

If resulting cursor position is AfterLast(), the return value is false.

Remarks

To specify the value to search for, set the column value for each column in the index. The cursor is positioned on the last row that matches or is less than the index value. For composite indexes, ncols specifies the number of columns to use in the lookup.