Change order of columns in WO list
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
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
Hi,
in the window - window settings -> change the order with drag and drop
Thanks for your answer!
I meant the screen "Work orders", not "Work Orders list".
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
It worked!
Thanks! You save me a lot of extra-work.
Please sign in to leave a comment.