Skip to content

Code_Description - dbGridDD

Used to mark an entry_item in a grid as being the validation list description of the previous item

Type: Function
Return Data Type: String

Syntax

Function Code_Description Returns String

Call Example

Get Code_Description to StringVariable

Description

Code_Description is used to mark an entry_item in a grid as being the validation list description of the previous item, where the previous item sets Export_Code_Description_State to True.

Begin_Row
    Entry_Item TableName.ColumName
    Set Export_Code_Description_State 0 to True
    Entry_Item (Code_Description (Self))
End_Row