PRB: Can't Find "\f" Using Find Command on Edit MenuID: Q109147 The information in this article applies to:
SYMPTOMSWhen you are using the Find command on the Edit menu, FoxPro cannot find "\f" (without the quotation marks). If you are searching for "\f", a wait window containing "Not Found" appears in FoxPro for MS-DOS; in FoxPro for Windows, "Not Found" appears in the status bar. In addition, if you try to search for any other character with a backslash in front of it, FoxPro finds the character, but it automatically adds a second backslash to the beginning of the "\<letter>" combination; for example, "\\g".
CAUSEThe "\" character is used to search for special characters. For example, "\t" means "tab", "\r" means "carriage return", and so forth.
RESOLUTIONTo search for "\f", type "\\f" (without the quotation marks) in the Look For box in the Find dialog box.
MORE INFORMATION
Steps to Reproduce Behavior1. Create a program that contains "abcdefghik\fabc\gdef" (without the 2. While that file is open, press CTRL+F to open the Find dialog box.
3. In the Look For box, type "\f" (without the quotation marks) and choose 5. Repeat steps 2 and 3, but this time type "\g" (without the quotation
6. Press CTRL+F. Note that "\\g" appears in the Look For box. This behavior
Additional reference words: FoxDos FoxWin 2.00 2.50 2.50a 2.50b
KBCategory: kbprg kbprb
KBSubcategory: FxprgGeneral
|
|
Last Reviewed: June 27, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |