Test if the variable is not SQLNull
Member of Number Intrinsic Functions (PRIM_LIBI.INumberIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Boolean | True if the variable is not SQLNull |
IsNotSqlNull tests the variable and returns True if it is not an SQLNull.
In this example, a button is enabled if the date is not SqlNull i.e. a value has been set.
#Button.enabled := #Datetime.IsNotSqlNull
Febuary 18 V14SP2