Change order of columns in WO list

Jorge Mz de Treviño

Dear all,

I want to change the order of columns in WO list. I know how to make them invisible, but I don't know how to move them,

Did anyone have this problem and know how to solve it?

 

Thanks

Comments

4 comments

  • Comment author
    Martin Heigl

    Hi,

    in the window - window settings -> change the order with drag and drop

    0
  • Comment author
    Jorge Mz de Treviño

    Thanks for your answer!

    I meant the screen "Work orders", not "Work Orders list".

    0
  • Comment author
    Martin Heigl

    Hi,

    in structure view it's not really possible to change the order of fields because beas calculate the possition at runtime

    you can read the position with (example beldat)
    messagebox=<dw_1.describe=beldat.x>

    this return
    "878    long(describe(~"xpos1.x1~"))+4"

    The first is the main position, the second after tab the formula
    xpos1 is the first | in the header which you can move with the mouse

    you can change the position with

    dw_1.modify=beldat.x="878~tlong(describe(~"xpos1.x1~")) + 100 "

    You need " inside ". In this case you use ~"
    for Tab use ~t


    regards

    Martin

    0
  • Comment author
    Jorge Mz de Treviño

    It worked!

    Thanks! You save me a lot of extra-work.

     

    0

Please sign in to leave a comment.