Skip to main content

Change order of columns in WO list

Comments

4 comments

  • Martin Heigl

    Hi,

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

  • Jorge Mz de Treviño

    Thanks for your answer!

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

  • 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

  • Jorge Mz de Treviño

    It worked!

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

     

Please sign in to leave a comment.