SBM ModScript Reference → Programming SBM ModScript → Object Types → Field → Field GetDbValue() Method
Gets the field's internal value as it is currently stored in the database.
Parameter | Type | Description |
---|---|---|
val |
Variant& |
(Output) The internal database ID for the value. For Text fields, this is the exact value entered in the field. The Variant must be created before being passed to this function. |
Type | Description |
---|---|
None |
SBM ModScript version: 11.3.
The value does not reflect any changes that are waiting to be stored, such as editing that has occurred on a transition form. When an Update() executes, this value is recorded in the change history as the "prior" value. To get the current value reflecting all changes, use the GetValue() method.
Copyright © 2007–2019 Micro Focus or one of its affiliates. All rights reserved.