Doubleclick select all rows in macro
RespondidaHi, is it possible to mark all rows in Pick&Pack list when in a macro? As now I can only mark one row at a time, but I don´t know how many rows there are. Anyone for a solution?
/David Erkelius

0
-
Comentario oficial
Hello David,
Please use the following command: DoubleClickColumnHeader($[$item.col.0]);

-
Any suggestions?? /David
-
Suggest you try using a Line Loop to traverse the lines, then for each line call a UF to perform the double-click.
-
Great!! So easy solution when you know what to do, :) Thanks /David
Iniciar sesión para dejar un comentario.
Comentarios
4 comentarios