Hello,
how can set the correct width of a browsecol when browsing an multidimensional array ? For now I check the array elements for the biggest value and set the size of the column, but this does not work in all cases.
regards
Rudolf
browsecol optimal width
Re: browsecol optimal width
Use the OPTIMIZE clause of @ .. DCBROWSE.
This will optimize a column when double-clicked in the header.
To force a column to optimize on startup:
DCBROWSECOL EVAL {|o|PostAppEvent(xbeM_DblClick,{0,0},,o:heading)}
This will optimize a column when double-clicked in the header.
To force a column to optimize on startup:
DCBROWSECOL EVAL {|o|PostAppEvent(xbeM_DblClick,{0,0},,o:heading)}
The eXpress train is coming - and it has more cars.