PropertyInvalidNumber
Description You can use a custom text when an invalid number is brought from the database (something like1#INF). In the example below, "Error" will be used. Use "---" to paint the raw database value.
TypeCharacter 
Values
Default---
Example
Code:

Cube1.InvalidNumberFlag = False
Cube1.InvalidNumber = "Error"

HTML: <PARAM NAME="InvalidNumberFlag" VALUE= "0">
<PARAM NAME="InvalidNumber" VALUE= "Error">
See also
InvalidNumberFlag Use this option to activate or deactivate InvalidNumber
NotesYou can set this value directly from the control in the preferences dialog.