From 8188e108525ddca71542abfcffb106ca7cfb5bb5 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Fri, 23 Nov 2007 16:13:18 +0000 Subject: [PATCH] INTEGRATION: CWS hcshared12 (1.6.6); FILE MERGED 2007/10/05 14:40:38 ufi 1.6.6.1: zwischenstand --- .../source/text/shared/02/12100200.xhp | 84 +++++++++---------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/helpcontent2/source/text/shared/02/12100200.xhp b/helpcontent2/source/text/shared/02/12100200.xhp index 4d11695a67..54f575cda8 100644 --- a/helpcontent2/source/text/shared/02/12100200.xhp +++ b/helpcontent2/source/text/shared/02/12100200.xhp @@ -7,9 +7,9 @@ * * $RCSfile: 12100200.xhp,v $fileonly,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2007-08-27 14:40:15 $ + * last change: $Author: ihi $ $Date: 2007-11-23 17:13:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -93,34 +93,34 @@ -anywhere in the field +anywhere in the field -Returns all fields containing the search pattern anywhere in the field. +Returns all fields containing the search pattern anywhere in the field. -beginning of field +beginning of field -Returns all fields containing the search pattern at the beginning of the field. +Returns all fields containing the search pattern at the beginning of the field. -end of field +end of field -Returns all fields containing the search pattern at the end of the field. +Returns all fields containing the search pattern at the end of the field. -entire field +entire field -Returns all fields containing the search pattern as an exact match to the contents of the field. +Returns all fields containing the search pattern as an exact match to the contents of the field.
@@ -144,26 +144,26 @@ -Apply field format +Apply field format -Search Pattern +Search pattern -on +on -"Feb" is returned, but not "2". +"Feb" is returned, but not "2". -off +off -"2" is returned, but not "Feb". +"2" is returned, but not "Feb".
@@ -172,40 +172,40 @@ -Search Results +Search results -Cause +Cause -"5" returns "14:00:00" as a time +"5" returns "14:00:00" as a time -Time fields are not defined for dBASE databases and must be simulated. To internally display the time "14:00:00", a 5 is necessary. +Time fields are not defined for dBASE databases and must be simulated. To internally display the time "14:00:00", a 5 is necessary. -"00:00:00" returns all records of a standard date field +"00:00:00" returns all records of a standard date field -The database stores a date value internally using a combined date/time field. +The database stores a date value internally using a combined date/time field. -"45.79" does not return "45.79" although the entire field option is selected under Position. +"45.79" does not return "45.79" although the entire field option is selected under Position. -The view shown does not match what is stored internally. For example, if value 45.789 is stored in the database as a field of type Number/Double and the shown formatting is set to display only two decimals, "45.79" is only returned in searches with field formatting. +The view shown does not match what is stored internally. For example, if value 45.789 is stored in the database as a field of type Number/Double and the shown formatting is set to display only two decimals, "45.79" is only returned in searches with field formatting.
In this case, standard formatting is formatting that refers to the internally stored data. It is not always visible to the user, especially if it is used for simulating data types (for example, time fields in dBASE databases). This depends on the database used and the individual data type. Searching with field formatting is appropriate if you only want to find what is actually shown. This includes fields of type Date, Time, Date/Time and Number/Double. However, searching without Apply field format is appropriate for larger databases with no formatting issues, because it is faster. -If you are searching check boxes with Apply field format, you will receive a "1" for marked check boxes, a "0" for unmarked check boxes, and an empty string for undefined (tristate) check boxes. If the search has been carried out without Apply field format, you will see language-dependent default values "TRUE" or "FALSE". +If you are searching the values of check boxes, and Apply field format is on, then you will receive a "1" for marked check boxes, a "0" for unmarked check boxes, and an empty string for undefined (tristate) check boxes. If the search has been carried out with Apply field format set to off, you will see the language-dependent default values "TRUE" or "FALSE". If you use Apply field format when searching in list boxes, you find the text displayed in list boxes. If you do not use Apply field format, you will find the contents corresponding to the standard field format. Match case Specifies that upper and lower case are taken into consideration during the search. @@ -218,37 +218,37 @@ -Wildcards +Wildcards -Meaning +Meaning -Example +Example -? +? -for exactly one arbitrary character +for exactly one arbitrary character -"?loppy" returns "Floppy" -"M?ller" returns, for example, Miller and Moller +"?loppy" returns "Floppy" +"M?ller" returns, for example, Miller and Moller -* +* -for 0 or more arbitrary characters +for 0 or more arbitrary characters -"*-*" returns "ZIP-Drive" and "CD-ROM" -"M*er" returns all entries starting with an "M" and ending in "er" (for example, Miller, Moller, Mather) +"*-*" returns "ZIP-Drive" and "CD-ROM" +"M*er" returns all entries starting with an "M" and ending in "er" (for example, Miller, Moller, Mather)
@@ -259,26 +259,26 @@ -Search with wildcard expression +Search with wildcard expression -Search with regular expressions +Search with regular expressions -? +? -. +. -* +* -.* +.*