From 5cce73dd589d3b2e8818228c95db28c29bad1f2f Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Tue, 12 Dec 2017 00:22:02 +0100 Subject: Fix extended help in Table Wizard of Base Add missing HIDs and fix a broken one Change-Id: I4478cdd2e10bf994509c828444701c5875bc3125 Reviewed-on: https://gerrit.libreoffice.org/46269 Reviewed-by: Gabor Kelemen Tested-by: Gabor Kelemen (cherry picked from commit ed6eecfc6f33cb7cbd33996dcd2d0f07f6e04405) Reviewed-on: https://gerrit.libreoffice.org/46299 --- source/text/shared/autopi/01090100.xhp | 4 ++++ source/text/shared/explorer/database/tablewizard02.xhp | 4 ++++ source/text/shared/explorer/database/tablewizard03.xhp | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/source/text/shared/autopi/01090100.xhp b/source/text/shared/autopi/01090100.xhp index 9b8d6ce9fd..fdf5c130a4 100644 --- a/source/text/shared/autopi/01090100.xhp +++ b/source/text/shared/autopi/01090100.xhp @@ -52,6 +52,7 @@ + @@ -81,6 +82,7 @@ + << @@ -90,6 +92,7 @@ + @@ -100,6 +103,7 @@ + diff --git a/source/text/shared/explorer/database/tablewizard02.xhp b/source/text/shared/explorer/database/tablewizard02.xhp index 1d394ae8e4..f6f149f720 100644 --- a/source/text/shared/explorer/database/tablewizard02.xhp +++ b/source/text/shared/explorer/database/tablewizard02.xhp @@ -43,16 +43,20 @@ Field information Field name Displays the name of the selected data field. If you want, you can enter a new name. + Field type Select a field type. AutoValue If set to Yes, the values for this data field are generated by the database engine. Entry required If set to Yes, this field must not be empty.not in spec doc + Length Specifies the number of characters for the data field. + Decimal places Specifies the number of decimal places for the data field. This option is only available for numerical or decimal data fields. + Default value Specifies the default value for a Yes/No field. Auto-increment statement diff --git a/source/text/shared/explorer/database/tablewizard03.xhp b/source/text/shared/explorer/database/tablewizard03.xhp index d09aa8e2f3..68597bcf03 100644 --- a/source/text/shared/explorer/database/tablewizard03.xhp +++ b/source/text/shared/explorer/database/tablewizard03.xhp @@ -60,7 +60,7 @@ Select a field and click > to add it to the list of primary key fields. - + Primary key fields Select a field and click < to remove it from the list of primary key fields. The primary key is created as a concatenation of the fields in this list, from top to bottom. Table Wizard - Create table -- cgit