有关表格控件的特殊提示

可以定义表格控件,根据需要显示记录,也就是说,可以像在数据库表格中一样定义用于显示或编辑数据的数据字段。

以下字段可能出现在表格控件中: 文字、日期、时间和货币字段、数字字段、掩码字段、复选框和组合框。在日期字段和时间字段组合的情况下,将自动生成两列。

在记录总数后面的括号里可以看到选出行的数量。

要在表格控件中插入列,请在列标题上点击并打开右键菜单。可以使用以下命令:

插入列

调用一个子菜单选择数据字段,以将其添加表格控件。

可以通过拖放来配置表格控件: 打开数据源浏览器,从数据源浏览器中将所需字段拖到表格控件的列标题上。这样就创建了一个预配置列。

替换成

打开一个子菜单选择数据字段,以替换表格控件中选中的数据字段。

删除列

删除当前选中的列。

打开选中列的属性对话框。

隐藏列

隐藏选中的列。该列属性保持不变。

显示列

Calls a submenu where you can select the columns to show again. To show only one column, click the column name. You see only the first 16 hidden columns. If there are more hidden columns, choose the More command to call the Show Columns dialog.

多个

调用显示列对话框。

In the Show Columns dialog you can select the columns to be shown. Hold down the Shift or key to select multiple entries.

全部

Click All if you want to show all columns.

Keyboard-only control of Table Controls

If you use the keyboard only to travel through controls in your document, you will find one difference to the other types of controls: the Tab key does not move the cursor to the next control, but moves to the next column inside the table control. Press +Tab to move to the next control, or press Shift++Tab to move to the previous control.

To enter the special keyboard-only edit mode for Table Controls:

The form document must be in Design mode.

  1. Press +F6 to select the document.

  2. Press Shift+F4 to select the first control. If the Table Control is not the first control, press Tab until it is selected.

  3. Press Enter to enter the edit mode. The handles are shown farther out from the control border.

  4. In the edit mode, you can open the edit mode context menu by pressing Shift+F10.

  5. If you want to edit columns, press Shift+Space to enter column edit mode. Now you can rearrange the order of columns with +Arrow keys. The Delete key deletes the current column.

  6. Press the Esc key to exit the edit mode.