InterviewSolution
| 1. |
What Is A Code Table? |
|
Answer» Specifies whether PowerBuilder uses the code table for the COLUMN to validate data. VALUES are Boolean: True–Uses code table to validate data; False–Does not use code table to validate data. The appearance of the text is specified by the edit MASK. Each row in the Code Table is a pair of corresponding values: a display VALUE that user sees and data values-those that are saved in the DATABASE. Code Tables are used with DropDownListBox and RadioButtons. Specifies whether PowerBuilder uses the code table for the column to validate data. Values are Boolean: True–Uses code table to validate data; False–Does not use code table to validate data. The appearance of the text is specified by the edit mask. Each row in the Code Table is a pair of corresponding values: a display value that user sees and data values-those that are saved in the database. Code Tables are used with DropDownListBox and RadioButtons. |
|