Table Cell Grid Definitions in a Form File

When the contents of a text table are read from a database, the cell grid of the table can be defined in a form file which defines the listing. Add the following line in the #SETUP# section of the form file:

table_cells_grid= value

Value may be one of the following:

  • full - All grid lines are drawn.
  • outline - Draw just text outlines.
  • none - No grid lines are drawn.

As an example, the contents of the keynote legend form file ./custom/forms/KEYNOTELIST_FORMAT:

#SETUP#

order= KEYNOTE_TYPE KEYNOTE_ID

table_cells_style= convert

table_cells_format= (AL CD,AL CD,AL CD,W2000 AL CR)

table_cells_grid= full

#SETUP#

The definition generates a table in which all grid lines are drawn:

Note

  • The form files are located in the ../custom/forms folder.