SBM ModScript Reference → Programming SBM ModScript → Object Types → Field → Field IsDbBlank() Method
Determines whether a field does not contain data stored in the database.
| Parameter | Type | Description |
|---|---|---|
|
None |
| Type | Description |
|---|---|
|
bool |
Returns true if this field contains data; false if not. |
SBM ModScript version: 11.3.
Use this method to help you determine whether a field does not contain data stored in the database. This typically occurs when a field is uninitialized, meaning it does not have a default value or values entered by users.
Copyright © 2007–2020 Micro Focus or one of its affiliates. All rights reserved.