SetFormat Question
I'm setting a money format like..
If one of my records is null, it still comes up $ 0.00
How can I make it blank?
var number = new Active.Formats.Number;
var string = new Active.Formats.String;
number.setTextFormat("$ #,###.##");
If one of my records is null, it still comes up $ 0.00
How can I make it blank?
Scott
October 13,