Add a Text box to a table column

Use a Text box control in a table to display text in a table column.

For example, to populate addresses in the Address column, use the Text box control in the Address column of the table. You can also populate string type date in a table by using the Calendar control.

  1. Add columns to a table.
  2. On the Data type list, select String.
  3. On the Type list, select Text.
    Note If the data type is decimal, you can set the decimal precision. For example, if the decimal precision is set to 3, the numeric value will display decimals up to three places.
  4. Select Show date without time to only show date at runtime.
  5. Select Wrap text if you want to wrap the text.
  6. Click Save.