Hi,
following code to draw borderlines in a table:
Code
cell.ASet(WPAT_BorderWidthB, value);
cell.ASet(WPAT_BorderFlags, WPBRD_DRAW_Bottom);
...
Refresh;
if i set value to 0 a fine line is drawn, from 1 to 7 there is no line and over 7 the line is always drawn.
i think it is a bug, linewidth -> 0 should not draw a borderline, or?
Ciao
Stefan