1.

When You Implement Incremental Search, There Is No Current Row, So How Do You Highlight The Row You Are Looking For?

Answer»

SelectRow()
ll_row = FIND()
if ll_row > 0 then SelectRow (ll_row)

SelectRow()
ll_row = Find()
if ll_row > 0 then SelectRow (ll_row)



Discussion

No Comment Found