empty cell formating
Another wierd thing that was happening to me...
I have a number format on an empty cell and instead of an error like i would expected(and recieved form the date format) it just keeps going. It places 0's in the field that i would like to be empty.
this is what i am trying
I also tried setErrorvalue() but to the same effect. It doesnt seem to even hit as an error on empty cells.
I have a number format on an empty cell and instead of an error like i would expected(and recieved form the date format) it just keeps going. It places 0's in the field that i would like to be empty.
this is what i am trying
var number = new AW.Formats.Number;
number.setTextFormat("#,###.");
number.setErrorText("");
table.setCellFormat(number, msk);
I also tried setErrorvalue() but to the same effect. It doesnt seem to even hit as an error on empty cells.
Ryan G.
May 23,