6. Working with Arrays, Table Fields, and Collections : Table Fields : Table Field Components : Table Field Background
 
Share this page                  
Table Field Background
The table field background represents the space on the form occupied by the table field. You can change the color and pattern of this space or the width, color, and pattern of its bounding line. To access these attributes, use the following syntax:
field(tablefield).attribute = value
attribute
Specifies any attribute of the TableField object. For example, the following code changes the background of the specified table field to light blue:
field(custtable).bgcolor = CC_PALE_BLUE;