Hi,
one of my users ask me if I can provide a "search function" like Excel does.
He wants something like a fulltext search over all columns (there are a lot).
Excel search the whole table, list the results in a window and if the user selects a result, it jumps to the cell and highlited it.
So far so good. My first idea was AAF, but it founds only results in the visible part of the table.
So I have to build my own procedure.
Is there any way to jump and highlite a specific column/row ?
Tabelselect() and tableposition() only works with rows ...
one of my users ask me if I can provide a "search function" like Excel does.
He wants something like a fulltext search over all columns (there are a lot).
Excel search the whole table, list the results in a window and if the user selects a result, it jumps to the cell and highlited it.
So far so good. My first idea was AAF, but it founds only results in the visible part of the table.
So I have to build my own procedure.
Is there any way to jump and highlite a specific column/row ?
Tabelselect() and tableposition() only works with rows ...