Customized text to displayed when cell value is blank.
dbQP Abbr: blt
Version: All
Namespace:
TornadoVersion: All
Assembly: Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)
Syntax
| C# |
|---|
public string dbBlankText { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property dbBlankText As String |
Field Value
Any Text
Remarks
IB (Isblank), NB (Not Blank) works in MagicCell to enable user to have full control in dealing with the blanks and Nulls.
NB means not a blank and not a null. Blank and Nulltext affects only display will not affect edit and filter.
dbBlankText defaults to Chr(160)
Examples
Obj.dbBlankText="No Value"