Skip to content

Conversation

@CarlosYohn
Copy link

You should add
SET MEMOWIDTH TO 8192 && or any high value

Suposse you are looking for forms that uses 'legaliza.dbc' database in dataenviro; and one form's cursor has this line on his properties:
Database = ..........\datosvfp\legaliza\datos_zar\legaliza.dbc
Having memowidth setting of 50 (default), gofish wouldn't find it because line will be divided in this way:
line 1 = "..........\datosvfp\legaliza\datos_zar\legaliz"
line 2 = "a.dbc"
So atcline returns 0

DougHennig and others added 6 commits November 22, 2022 08:37
Merge solution to Problem with Filter form
Merge solution to Problem with Filter settings file from filter form
Merge solution to Problem with Filter form
Problem with backup on replace
@DougHennig
Copy link

Commenting here isn't a good idea: Matt has passed away so the main location for GoFish is now https://github.com/VFPX/GoFish.

@CarlosYohn
Copy link
Author

CarlosYohn commented Feb 3, 2023 via email

@myearwood1
Copy link

Hi. Sorry. Someone in Foxite gave me the wrong link. However, I expected a kinder answer. Thanks anyway. Regards, Carlos Yohn Zubiría

I have complained that certain people in the community are disrespectful and rude. Glad to see I'm not the only one.

lscheffler and others added 21 commits February 22, 2023 07:11
added GF_ to some procedures, see issue #45
added GF_ to some procedures, see issue #45
- Merge branch 'master' into master_ext
Merge request, Unique procedure names
Options Dialog Desktop checkbox crashes on InteractiveChange code
 fixed issue #47
asserts removed
debug info disabled
spell check
create a backup before migrating to version 6.
closing issue #53
Circumvent a problem where files get copied multiple times and VFP brings up a dialouge.
Try to get some help with the duplicate problem issue  #53
Help with duplicate problem
Try to fix order by, fixed issue #57
Check box *Whole Word* was not framed when non default value; closing #7
Out of issue #61, an additional field is visible in the grid.
Jimrnelson and others added 30 commits October 4, 2024 14:36
Version 7.1.28 - 2024-10-04
New options on "New in V7" page of Options screen:
- Checkbox for selecting "Dark Mode" when using IDE colors (#262)
- Spinner for selecting font size for context menus (#301)
New options on "New in V7" page of Options screen:
- Checkbox for selecting "Dark Mode" when using IDE colors (#262)
- Spinner for selecting font size for context menus (#301)
Version 7.1.29 - 2024-10-11
- Drop-down for search combo box now shows original case instead of converting to lower case (#306)
Version 7.1.30 - 2024-11-01
- Fixed "illegal value error" bug occurring when shrinking the form width (#308)
Version 7.1.31 - 2024-11-04
Bug fixes:
- "Set scope to Active Project" in Options form was not being saved (#310)
- For some users, when * was used in a wildcard search along with either a left or right parenthesis, no matches were being found (an apparent problem with grep.exe).
Version 7.1.32 - 2024-11-09
New feature:
- "Include Files" option added to Advanced screen, to allow searching additional files not part of the normal scope (project or directory).  See also the right-click context menu on the "Advanced" button. (#314)

Bug fix:
- Scope option "Projects in CurDir()" did not always include all projects.
New feature:
- "Include Files" option added to Advanced screen, to allow searching additional files not part of the normal scope (project or directory).  See also the right-click context menu on the "Advanced" button. (#314)

Bug fix:
- Scope option "Projects in CurDir()" did not always include all projects.
Version 7.1.33 - 2024-11-19
New feature:
- Menu item "Look Up Reference" in the context menu for a code window can be modified to use GoFish instead of Code References.  To do so, use the Thor configuration screen to mark Thor Tool "Replace code window context menu items" as "Run at startup".

![](../Screenshots/LookUpReference.png)

Bug fix:
- Scope option "Projects in CurDir()" failed if there were no open projects.
Version 7.1.34 - 2024-11-21
Bug fixes:
- Using "Filter by this Method" in grid context menu included erroneous records.
- When restoring saved searches (new, related to recently added option for "Include Files")
Version 7.1.35 - 2024-11-30
Bug fixes:
- Field "Cleanup" in MNXs was not being searched (#321)
Version 7.1.36 - 2024-12-05
- Enhanced notification of errors encountered such that GF is unable to make replacements in a file (most commonly because the file is in use and exclusive access is denied) (#319).
- Field "Setup" in MNXs was not being searched (#321)
Version 7.1.37 - 2024-12-12
Extended definitions for project-related Scope settings when no projects satisfy the Scope criterion:
- "All Open Projects"
    - Searches all open projects, if any
    - Else projects in the current directory, if any
    - Else files in the current directory.
- "Active Project"
    - Searches the active project, if any
    - Else projects in the current directory, if any
    - Else files in the current directory.
- "Projects in current directory"
    - Searches projects in the current directory, if any
    - Else files in the current directory.
Version 7.1.38 - 2024-12-24
Extended definitions for project-related Scope settings when no projects satisfy the Scope criterion:
- "All Open Projects"
    - Searches all open projects, if any
    - Else projects in the current directory, if any
    - Else files in the current directory.
- "Active Project"
    - Searches the active project, if any
    - Else projects in the current directory, if any
    - Else files in the current directory.
- "Projects in current directory"
    - Searches projects in the current directory, if any
    - Else files in the current directory.
Version 7.1.39 - 2024-12-27
- Restores Scope setting 'Files in current Results' when loading history
- Restores count of matches (upper right corner) and files with matches when loading history
- Updates count of matches and files with matches when filtering the grid.
Bug fix:
- Problem with "class not found" error, caused by problems with "Set Procedure" adventures (#324)

Minor UI changes:
- When loading history
    - Restores Scope setting 'Files in current Results'
    - Restores count of matches (upper right corner) and files with matches
- Correctly updates count of matches and files with matches when filtering the grid.
Version 7.1.40 - 2025-01-07
Bug fix in 7.1.40 when using filter form (and possibly other forms)
Version 7.1.41 - 2025-01-12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants