My customer wants me to change a grid dw to show a field on a line by itself and be wider then col_1 - ala Excel.
so the data would look like
customer, order_no
row 1 "Slimy Sales Company with a very long name", ""
row 2 "", "123456"
so I could so something width = if(order_no = '', 200, 1200)
I have set up wide columns in the header using the foreground but I have never figured out how to do anything like this in detail.
Edit the source code of your datawindow and replace "processing=1" with "processing=0"