<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--
* $Rev$
* $Date$
*
* ***** BEGIN LICENSE BLOCK *****
*
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
* the specific language governing rights and limitations under the License.
*
* The Original Code is dlg_findtext.htm
*
* The Initial Developer of the Original Code is Peter Johnson
* (http://www.delphidabbler.com/).
*
* Portions created by the Initial Developer are Copyright (C) 2005-2012 Peter
* Johnson. All Rights Reserved.
*
* Contributor(s): None
*
* ***** END LICENSE BLOCK *****
-->
<html>
<head>
<meta
name="generator"
content="HTML Tidy, see www.w3.org">
<meta
http-equiv="Content-Type"
content="text-html; charset=Windows-1252">
<title>
Find Text Dialogue Box
</title>
<link
rel="stylesheet"
href="../css/codesnip.css"
type="text/css">
</head>
<body>
<object
type="application/x-oleobject"
classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
<param
name="ALink Name"
value="FindTextDlg">
</object>
<h1>
<a
name="dlg_findtext"></a> <img
alt="Menu icon"
src="../images/FindText.gif"
class="glyph"> Find Text Dialogue Box
</h1>
<p>
Use this dialogue box to find snippets containing specified text. The
dialogue is displayed from the <em>Search | Find Text</em> menu option.
</p>
<p>
Enter the text you want to search for in the <em>Text to find</em> combo
box.
</p>
<p>
When more than one search word is entered you have a choice of whether to
search for snippets containing all the words, or any of them. You specify
which of these options you want by choosing the relevant radio button in
the <em>Search logic</em> group box. For example, choosing the <em>Find
all words</em> option and searching for "Foo Bar" would match
the text "Foo and Bar" but would not match "Foo" or
"Bar". Choosing <em>Find and word</em> instead and again
searching for "Foo Bar" would match all the previous examples.
</p>
<p>
There are two more options for further refining the search:
</p>
<ol>
<li>
Use the <em>Whole words only</em> check box to ensure that the search
only looks up words that exactly match those specified. If the check box
is cleared then words containing the specified text will also be found.
For example when the check box is ticked search for "Foo" will
not match "FooBar", but when the check box is cleared, the two
words will match.
</li>
<li>
Make the search case sensitive by checking the <em>Case sensitive</em>
check box. In this case searching for "Foo" would only match
the exact text and would not match "foo" or "FOO".
If the check box is cleared then case is ignored. Now searching for
"Foo;" will match both "foo" and "FOO".
</li>
</ol>
<p>
You have the option of finding text across the whole database or, if you
have run another search, searching only the snippets selected by the
previous search, and so refining that search. The <em>Search scope</em>
group box is used to decide which course of action to take.
</p>
<p>
If you choose to search the whole database any previous search is
abandoned before this search is run. This means that if no snippets are
found matching your search criteria, the previous search is lost and the
whole database will be selected. On the other hand if you choose to refine
a search and this search fails to find any snippets, the earlier search
remains unchanged.
</p>
<p>
The <em>Search scope</em> group box is disabled if there was no existing
search when this dialogue box was opened, and the search operates on the
entire database.
</p>
</body>
</html>