Doubleclick select all rows in macro Answered

David Erkelius

Hi, 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

 

Comments

4 comments

  • Comment author
    Yaremi Miranda Lopez
    • Edited
    • Official comment

    Hello David,

    Please use the following command: DoubleClickColumnHeader($[$item.col.0]);

     

  • Comment author
    David Erkelius

    Any suggestions?? /David

    0
  • Comment author
    Dave Gutman

    Suggest you try using a Line Loop to traverse the lines, then for each line call a UF to perform the double-click.  

    0
  • Comment author
    David Erkelius

    Great!!  So easy solution when you know what to do, :) Thanks /David

    0

Please sign in to leave a comment.