Set Default Style - GRID SENDMSG() Function 83 BBj

 

For this topic's original documentation, see Set Default Style - GRID SENDMSG() Function 83.

BBj-Specific Information

  • All cells are actual controls in the given style, even in display mode. For example, the Check Box Up and Check Box Down styles create a check box control for that cell, and the Up or Down sets the check in the control. The same is true for the Button Up and Button Down style cells. In Visual PRO/5, the displayed cells are not the actual control.
  • In BBj, It is not necessary to manage the selection of buttons or checking of checkboxes. When a user clicks a cell of checkbox or button style, the setting is automatically toggled. However, for backward compatibility, the style of the cell can still be set to toggle the setting by the Visual PRO/5 program, and it will function as it did in Visual PRO/5.
  • In BBj, aligning a cell containing a checkbox causes both the checkbox and its accompanying text to be aligned. In Visual PRO/5, aligning a cell containing a checkbox causes only the text to be aligned.
  • In BBj, using an entry of $10$ in the style parameter causes the cell to function as an edit control. In Visual PRO/5, this functionality is not available.