From c0ab63f409b671ef9d243a0bda6c723371c94f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Thu, 27 Jan 2005 16:14:13 +0000 Subject: [PATCH] INTEGRATION: CWS hc680postbeta (1.2.2); FILE MERGED 2005/01/25 15:45:24 fpe 1.2.2.2: fixed slashes in filenames 2005/01/18 12:43:22 fpe 1.2.2.1: Regular Update --- .../shared/explorer/database/tablewizard02.xhp | 18 ++++++++++++++---- .../shared/explorer/database/tablewizard03.xhp | 16 ++++++++++++---- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp b/helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp index b269e79b96..6c9bba74de 100755 --- a/helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp +++ b/helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp @@ -37,8 +37,8 @@ * License at http://www.openoffice.org/license.html. * * Software provided under this License is provided on an "AS IS" basis, - * WITHOUT WARRUNTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, - * WITHOUT LIMITATION, WARRUNTIES THAT THE SOFTWARE IS FREE OF DEFECTS, + * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, + * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. * See the License for the specific provisions governing your rights and * obligations concerning the Software. @@ -58,11 +58,11 @@ Table Wizard - Set Type Formatting -text/shared/explorer/database/tablewizard02.xhp +/text/shared/explorer/database/tablewizard02.xhp UFI: new Table Wizard page 2 -YJ: checked +YJ: checked @@ -70,24 +70,34 @@ Table Wizard - Set Type Formatting Specifies the field information for your selected fields. + Selected fields Select a field in order to edit the field information. + - Remove the selected field from the list box. + + Add a new text field to the list box. 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. + +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 +Enter the statement used by the database to auto-increment this field.not in spec doc Table Wizard - Set primary key diff --git a/helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp b/helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp index 51b66cf121..53d6c6993b 100755 --- a/helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp +++ b/helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp @@ -37,8 +37,8 @@ * License at http://www.openoffice.org/license.html. * * Software provided under this License is provided on an "AS IS" basis, - * WITHOUT WARRUNTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, - * WITHOUT LIMITATION, WARRUNTIES THAT THE SOFTWARE IS FREE OF DEFECTS, + * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, + * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. * See the License for the specific provisions governing your rights and * obligations concerning the Software. @@ -58,11 +58,11 @@ Table Wizard - Set Primary Key -text/shared/explorer/database/tablewizard03.xhp +/text/shared/explorer/database/tablewizard03.xhp UFI: new Table Wizard page 3 -YJ: checked +YJ: checked @@ -70,22 +70,30 @@ Table Wizard - Set Primary Key Specifies a field in the table to be used as a primary key. + Create a primary key Select to create a primary key. Add a primary key to every database table to uniquely identify each record. For some database systems within %PRODUCTNAME, a primary key is mandatory for editing the tables. + Add a primary key automatically Select to automatically add a primary key as an additional field. + Use an existing field as primary key Select to use an existing field with unique values as a primary key. + Field name Select the field name. + Auto value Select to automatically insert a value and increment the field's value for each new record. The database must support automatic incrementation in order to use the Auto value feature. + Define primary key by several fields Select to create a primary key from a concatenation of several existing fields. + Available fields 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