PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD19] Treeview-Table select a column
[WD19] Treeview-Table select a column
Iniciado por guest, 06,ago. 2015 16:55 - 3 respuestas
Publicado el 06,agosto 2015 - 16:55
Hi,

is there any way to scroll a treeviewtable horizontaly to a specific column ?

I have a large table with 50+ columns and the users want that the table scrolls to columns 34 if they click at a button.
Publicado el 06,agosto 2015 - 17:19
Hi

TableColumnSelect but better use tableselect()

regards
Allard
Publicado el 06,agosto 2015 - 17:29
mmh. The table is readonly.

tableselect gives me the information which columns are selected, but I want that the table scrolls to the column.

I found a post where Fabrice suggest "returntocapture" but this works only for editable columns.
Publicado el 06,agosto 2015 - 19:39
Hi,

Maybe make the table writeble as a whole and specify per column that it is read onley ?

as I read it tableselect() is the new function and replaces tableselectcolumn. so It should be able to select a column.

regards
Allard