I get error doing oBrw:InsCol( nPos ). This is the line from xbrowse.prg:
And this is the error message:
It looks as ::ColAtPos( nPos++ ):nWidth is NIL.
Any workaround?
EMG
nWidth += ::ColAtPos( nPos++ ):nWidth + COL_SEPARATORAnd this is the error message:
 Error description: Error BASE/1081  Argument error: +
  Args:
   [  1] = U Â
   [  2] = N  2It looks as ::ColAtPos( nPos++ ):nWidth is NIL.
Any workaround?
EMG