| dbSelectBox |
Change the grid appearance to a select box which can only hold one cell per row. Contents of the cell is generated by the MagicMacro. This property is also used as a "lead" selector during a dynamic report template generation.
| Property Syntax |
Obj.dbSelectBox = "(;,)Size, TitleText,
ButtonText; MagicText; MagicValue"
| Parameters |
|
Parameters |
Default Value |
Description |
| (;,) | (;,) | Group and Field delimiters. |
| Size | 1 | Number of rows in the select box |
| TitleText | Text that goes before the select box. | |
| ButtonText | Select | Text on the Select button. |
| MagicText | #0# | Magic macro of the TEXT part of the select box. |
| MagicValue | Magic macro of the VALUE part of Select box. |
| Notes |