diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 77d7165..003b84e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -6,6 +6,7 @@ ## Fix a bug or add an enhancement - Fork the project: see this [guide](https://www.dataschool.io/how-to-contribute-on-github/) for setting up and using a fork. +- If you have already forked the project: **Remember yourself to pull first.** - Make whatever changes are necessary. - Add a description of the changes to `Source\changelog_ver_5.txt`. This is: - *Version number* and *Release date* diff --git a/.gitignore b/.gitignore index 8f11002..768b6b4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,13 +3,14 @@ /Source/DeployGoFish.bat *.bak *.BAK -FOXUSER.* +FOXUSER*.* *_ref.* *.err *.fxp *.fxp *.zip *.ZIP +_command.prg /Source/tempview.* /Source/temptext.* diff --git a/FOXUSER_9.FPT b/FOXUSER_9.FPT index ab2433f..cfb60a7 100644 Binary files a/FOXUSER_9.FPT and b/FOXUSER_9.FPT differ diff --git a/FOXUSER_9.dbf b/FOXUSER_9.dbf index 15e9f5d..4376aa2 100644 Binary files a/FOXUSER_9.dbf and b/FOXUSER_9.dbf differ diff --git a/Source/BuildGoFish.PRG b/Source/BuildGoFish.PRG index a1a1662..682be36 100644 --- a/Source/BuildGoFish.PRG +++ b/Source/BuildGoFish.PRG @@ -17,7 +17,7 @@ Cd (lcSourceLoc) *== Most of these local variables will make their way into BuildGoFish.h lcVersion = '5.1' -lcBuild = '008' && <---- Set your desired version level of the tool here +lcBuild = '009' && <---- Set your desired version level of the tool here && This will be used on the GoFish form and will live on the && the _GoFish object that gets attached to _Screen at run time. diff --git a/Source/BuildGoFish.h b/Source/BuildGoFish.h index 5663616..9e0a3a3 100644 --- a/Source/BuildGoFish.h +++ b/Source/BuildGoFish.h @@ -1,10 +1,10 @@ #DEFINE GOFISH_APP_NAME 'GoFish5' #DEFINE GOFISH_APP_FILE 'GoFish5.app' - #DEFINE GOFISH_VERSION '5.1.008' - #DEFINE GOFISH_BUILDDATE '23. November 2022, ' - #DEFINE GOFISH_DBUILDDATE Date(2022,11, 23) + #DEFINE GOFISH_VERSION '5.1.009' + #DEFINE GOFISH_BUILDDATE '31. Januar 2023, ' + #DEFINE GOFISH_DBUILDDATE Date(2023,1, 31) #DEFINE GOFISH_DOWNLOAD_URL 'https://raw.githubusercontent.com/VFPX/GoFish/master/Source/Source.zip' - #DEFINE GOFISH_VERSION_STRING_FOR_VERSION_FILE 'GoFish5 - 5.1.008 - 23. November 2022, - 20221123' + #DEFINE GOFISH_VERSION_STRING_FOR_VERSION_FILE 'GoFish5 - 5.1.009 - 31. Januar 2023, - 20230131' #DEFINE THOR_TOOL_NAME 'Thor_Tool_GoFish5' #DEFINE VERSON_FILE_URL 'https://github.com/VFPX/GoFish/_GoFishVersionFile.txt' #DEFINE VERSION_LOCAL_FILE 'GoFishVersionFile.txt' diff --git a/Source/Forms/gf_collection_explorer.SCT b/Source/Forms/gf_collection_explorer.SCT index 996277e..cbddc3c 100644 Binary files a/Source/Forms/gf_collection_explorer.SCT and b/Source/Forms/gf_collection_explorer.SCT differ diff --git a/Source/Forms/gf_collection_explorer.scx b/Source/Forms/gf_collection_explorer.scx index 8fe1e52..8ec507b 100644 Binary files a/Source/Forms/gf_collection_explorer.scx and b/Source/Forms/gf_collection_explorer.scx differ diff --git a/Source/Forms/gofish_filterpf.SCT b/Source/Forms/gofish_filterpf.SCT index af08b0e..f59e2b5 100644 Binary files a/Source/Forms/gofish_filterpf.SCT and b/Source/Forms/gofish_filterpf.SCT differ diff --git a/Source/Forms/gofish_filterpf.scx b/Source/Forms/gofish_filterpf.scx index 377f0c8..8a1650d 100644 Binary files a/Source/Forms/gofish_filterpf.scx and b/Source/Forms/gofish_filterpf.scx differ diff --git a/Source/GoFish5.APP b/Source/GoFish5.APP index ed13681..9a51157 100644 Binary files a/Source/GoFish5.APP and b/Source/GoFish5.APP differ diff --git a/Source/GoFish5.PJT b/Source/GoFish5.PJT index e4a4b60..a775e3b 100644 Binary files a/Source/GoFish5.PJT and b/Source/GoFish5.PJT differ diff --git a/Source/GoFish5.pjx b/Source/GoFish5.pjx index 4e41a0d..abddbf8 100644 Binary files a/Source/GoFish5.pjx and b/Source/GoFish5.pjx differ diff --git a/Source/Lib/VFP/FFC/_frxcursor.vct b/Source/Lib/VFP/FFC/_frxcursor.vct index 973c848..e27874f 100644 Binary files a/Source/Lib/VFP/FFC/_frxcursor.vct and b/Source/Lib/VFP/FFC/_frxcursor.vct differ diff --git a/Source/Lib/VFP/FFC/_frxcursor.vcx b/Source/Lib/VFP/FFC/_frxcursor.vcx index 50aa312..309c8ec 100644 Binary files a/Source/Lib/VFP/FFC/_frxcursor.vcx and b/Source/Lib/VFP/FFC/_frxcursor.vcx differ diff --git a/Source/Lib/VFP/My/my.VCT b/Source/Lib/VFP/My/my.VCT index 8e7f7f0..a324fab 100644 Binary files a/Source/Lib/VFP/My/my.VCT and b/Source/Lib/VFP/My/my.VCT differ diff --git a/Source/Lib/VFP/My/my.vcx b/Source/Lib/VFP/My/my.vcx index 09e2054..2593a4d 100644 Binary files a/Source/Lib/VFP/My/my.vcx and b/Source/Lib/VFP/My/my.vcx differ diff --git a/Source/Lib/gofishsearchengine.prg b/Source/Lib/gofishsearchengine.prg index 4a58419..610f27f 100644 --- a/Source/Lib/gofishsearchengine.prg +++ b/Source/Lib/gofishsearchengine.prg @@ -510,10 +510,12 @@ Define Class GoFishSearchEngine As Custom *SF 20221018 -> local storage *#Define ccBACKUPFOLDER Addbs(Home(7) + 'GoFishBackups') + *SF 20230131 -> issue #41 + *Thisform was not a good idea here LOCAL ccBACKUPFOLDER - ccBACKUPFOLDER = Addbs(Thisform.cCR_StoreLocal + 'GoFishBackups') + ccBACKUPFOLDER = Addbs(This.cCR_StoreLocal + 'GoFishBackups') + */SF 20230131 -> issue #41 */SF 20221018 -> local storage - Local lcBackupPRG, llCopyError Local laExtensions[1], lcDestFile, lcExt, lcExtensions, lcSourceFile, lcThisBackupFolder, lnI diff --git a/Source/Lib/gofishui.VCT b/Source/Lib/gofishui.VCT index 6557380..096171d 100644 Binary files a/Source/Lib/gofishui.VCT and b/Source/Lib/gofishui.VCT differ diff --git a/Source/Lib/gofishui.vcx b/Source/Lib/gofishui.vcx index 2bbf1a0..137ae68 100644 Binary files a/Source/Lib/gofishui.vcx and b/Source/Lib/gofishui.vcx differ diff --git a/Source/Source.zip b/Source/Source.zip index 6e22b00..3eac642 100644 Binary files a/Source/Source.zip and b/Source/Source.zip differ diff --git a/Source/changelog_ver_5.txt b/Source/changelog_ver_5.txt index 53453f5..97b7f32 100644 --- a/Source/changelog_ver_5.txt +++ b/Source/changelog_ver_5.txt @@ -1,5 +1,8 @@ GoFish Change Log +**Ver 5.1.009 ** Released 2023-01-31 +* Fixed: Fixed problem with wrong object addressed in backup issue #41 + **Ver 5.1.008 ** Released 2022-11-23 * Fixed: Problem with filter settings storage place from filter form #38 diff --git a/_GoFishVersionFile.txt b/_GoFishVersionFile.txt index b0f0452..8882f67 100644 --- a/_GoFishVersionFile.txt +++ b/_GoFishVersionFile.txt @@ -3,6 +3,9 @@ Lparameters toUpdateInfo Text to lcNote NoShow GoFish Change Log +**Ver 5.1.009 ** Released 2023-01-31 +* Fixed: Fixed problem with wrong object addressed in backup issue #41 + **Ver 5.1.008 ** Released 2022-11-23 * Fixed: Problem with filter settings storage place from filter form #38 @@ -95,7 +98,7 @@ GoFish Change Log EndText -AddProperty(toUpdateInfo, 'AvailableVersion', 'GoFish5 - 5.1.008 - 23. November 2022, - 20221123') +AddProperty(toUpdateInfo, 'AvailableVersion', 'GoFish5 - 5.1.009 - 31. Januar 2023, - 20230131') AddProperty(toUpdateInfo, 'SourceFileUrl', 'https://raw.githubusercontent.com/VFPX/GoFish/master/Source/Source.zip') AddProperty(toUpdateInfo, 'LinkPrompt', 'GoFish Home Page') AddProperty(toUpdateInfo, 'Link', 'https://github.com/VFPX/GoFish') diff --git a/_command.prg b/_command.prg index 8a00e5c..f473526 100644 --- a/_command.prg +++ b/_command.prg @@ -1 +1 @@ -MODIFY PROJECT e:\se\gofish_vfpx\source\gofish5.pjx SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app DEBUG CLEAR ALL RESUME CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filterpf.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_options.scx MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 MODIFY COMMAND e:\se\gofish_vfpx\source\buildgofish.prg AS 1252 DO e:\se\gofish_vfpx\source\buildgofish.prg CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app SELECT 0 USE "D:\Users\Lutz\AppData\Roaming\Microsoft\Visual FoxPro Advanced\GF_Saved_Search_Results\20221024082851\GF_Saved_Search_Results.DBF" AGAIN SHARED BROWSE LAST CD CD . CD .. CD CD e:\se\gofish_vfpx CD CD e:\se\gofish_vfpx\data\default CD MODIFY PROJECT e:\se\gofish_vfpx\source\gofish5.pjx SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL CLOSE ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL DEBUG CLEAR ALL CLOSE ALL CLEAR ALL CLEAR ALL CLOSE ALL CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL CLEAR ALL CLOSE ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL CLEAR ALL CLOSE ALL MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app RESUME MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY COMMAND e:\se\gofish_vfpx\source\prg\gofishproc.prg AS 1252 CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL MODIFY COMMAND e:\se\gofish_vfpx\source\prg\gofishproc.prg AS 1252 MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_options.scx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app RESUME PUBLIC pof pof = m.locolumn RESUME CLEAR ALL MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app RESUME CLEAR ALL MODIFY CLASS gf_grid OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app RESUME CLEAR ALL MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app RESUME Cls DO e:\se\gofish_vfpx\source\gofish5.app RESUME bublic pof public pof pof=m.locontrol RESUME CLEAR ALL MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app public pof pof=m.locontrol RESUME release pof RESUME MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL CLEAR SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL CLEAR DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY CLASS gf_grid OF e:\se\gofish_vfpx\source\lib\gofishui.vcx SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_options.scx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 MODIFY COMMAND e:\se\gofish_vfpx\source\buildgofish.prg AS 1252 CLEAR ALL DO e:\se\gofish_vfpx\source\buildgofish.prg:\se\gofish_vfpx\source\buildgofish.prg DO e:\se\gofish_vfpx\source\buildgofish.prg MODIFY COMMAND e:\se\gofish_vfpx\source\buildgofish.prg AS 1252 ?VERSION() ?VERSION(1) ?VERSION(2) ?VERSION(3) ?VERSION(4) _cliptext = VERSION(4) MODIFY CLASS gf_combosearchexpressionhistory OF e:\se\gofish_vfpx\source\lib\gofishui.vcx SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL DO e:\se\gofish_vfpx\source\gofish5.app ?FULLPATH() ?FULLPATH('','') DO e:\se\gofish_vfpx\source\gofish5.app MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_searchhistory.scx MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_searchhistory.scx MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_searchhistory.scx MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_searchhistory.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_advaccedreplacehelp.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_about.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gf_collection_explorer.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_advanced.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_about.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_advaccedreplacehelp.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_advanced.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_advaccedreplacehelp.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_advanced.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_extendsearch.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filter.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filterpf.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_extendsearch.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_options.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_searchhistory.scx MODIFY CLASS gf_filterform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_searchhistory.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_options.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_searchhistory.scx CLEAR ALL MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_searchhistory.scx MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_options.scx MODIFY COMMAND e:\se\gofish_vfpx\source\gofish.prg AS 1252 MODIFY COMMAND e:\se\gofish_vfpx\source\prg\gofishproc.prg AS 1252 MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app DEBUG DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app SET ASSERTS ON DO e:\se\gofish_vfpx\source\gofish5.app MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL CLOSE DATABASES all MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY COMMAND e:\se\gofish_vfpx\source\prg\gofishproc.prg AS 1252 CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLOSE DATABASES all DO e:\se\gofish_vfpx\source\gofish5.app MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app RESUME MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 MODIFY COMMAND e:\se\gofish_vfpx\source\buildgofish.prg AS 1252 DO e:\se\gofish_vfpx\source\buildgofish.prg MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 MODIFY FILE e:\se\gofish_vfpx\source\buildgofish.h AS 1252 DO e:\se\gofish_vfpx\source\buildgofish.prg MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 MODIFY COMMAND e:\se\gofish_vfpx\source\buildgofish.prg AS 1252 DO e:\se\gofish_vfpx\source\buildgofish.prg DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL MODIFY COMMAND e:\se\gofish_vfpx\source\samples\gofishsearchsample.prg AS 1252 MODIFY COMMAND e:\se\gofish_vfpx\source\lib\gofishsearchengine.prg AS 1252 CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY COMMAND e:\se\gofish_vfpx\source\lib\gofishsearchengine.prg AS 1252 CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY COMMAND e:\se\gofish_vfpx\source\lib\gofishsearchengine.prg AS 1252 CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY COMMAND e:\se\gofish_vfpx\source\lib\gofishsearchengine.prg AS 1252 CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL MODIFY COMMAND e:\se\gofish_vfpx\source\lib\gofishsearchengine.prg AS 1252 CLEAR ALL MODIFY COMMAND e:\se\gofish_vfpx\source\lib\gofishsearchengine.prg AS 1252 MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 MODIFY COMMAND e:\se\gofish_vfpx\source\buildgofish.prg AS 1252 CLEAR ALL MODIFY COMMAND e:\se\gofish_vfpx\source\buildgofish.prg AS 1252 DO e:\se\gofish_vfpx\source\buildgofish.prg DO e:\se\gofish_vfpx\source\gofish5.app MODIFY COMMAND e:\se\gofish_vfpx\source\lib\gofishsearchengine.prg AS 1252 MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 MODIFY COMMAND e:\se\gofish_vfpx\source\buildgofish.prg AS 1252 CLEAR ALL DO e:\se\gofish_vfpx\source\buildgofish.prg DO e:\se\gofish_vfpx\source\gofish5.app SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL CLOSE ALL DEBUG SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL DO e:\se\gofish_vfpx\source\gofish5.app MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filter.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filterpf.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filter.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filterpf.scx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app DO e:\se\gofish_vfpx\source\gofish5.app MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 MODIFY COMMAND e:\se\gofish_vfpx\source\buildgofish.prg AS 1252 CLEAR ALL DO e:\se\gofish_vfpx\source\buildgofish.prg DO e:\se\gofish_vfpx\source\gofish5.app MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filterpf.scx MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 EXIT DO e:\se\gofish_vfpx\source\gofish5.app MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx ?FULLPATH("","") MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filter.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filterpf.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filter.scx DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL DO e:\se\gofish_vfpx\source\gofish5.app MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filterpf.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filter.scx DO e:\se\gofish_vfpx\source\gofish5.app MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filter.scx DO e:\se\gofish_vfpx\source\gofish5.app DEBUG RESUME MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filterpf.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filter.scx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 MODIFY COMMAND e:\se\gofish_vfpx\source\buildgofish.prg AS 1252 CLEAR ALL DO e:\se\gofish_vfpx\source\buildgofish.prg \ No newline at end of file +MODIFY PROJECT e:\se\gofish_vfpx\source\gofish5.pjx SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app DEBUG CLEAR ALL RESUME CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filterpf.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_options.scx MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 MODIFY COMMAND e:\se\gofish_vfpx\source\buildgofish.prg AS 1252 DO e:\se\gofish_vfpx\source\buildgofish.prg CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app SELECT 0 USE "D:\Users\Lutz\AppData\Roaming\Microsoft\Visual FoxPro Advanced\GF_Saved_Search_Results\20221024082851\GF_Saved_Search_Results.DBF" AGAIN SHARED BROWSE LAST CD CD . CD .. CD CD e:\se\gofish_vfpx CD CD e:\se\gofish_vfpx\data\default CD MODIFY PROJECT e:\se\gofish_vfpx\source\gofish5.pjx SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL CLOSE ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL DEBUG CLEAR ALL CLOSE ALL CLEAR ALL CLEAR ALL CLOSE ALL CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL CLEAR ALL CLOSE ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL CLEAR ALL CLOSE ALL MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app RESUME MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY COMMAND e:\se\gofish_vfpx\source\prg\gofishproc.prg AS 1252 CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL MODIFY COMMAND e:\se\gofish_vfpx\source\prg\gofishproc.prg AS 1252 MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_options.scx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app RESUME PUBLIC pof pof = m.locolumn RESUME CLEAR ALL MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app RESUME CLEAR ALL MODIFY CLASS gf_grid OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app RESUME CLEAR ALL MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app RESUME Cls DO e:\se\gofish_vfpx\source\gofish5.app RESUME bublic pof public pof pof=m.locontrol RESUME CLEAR ALL MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app public pof pof=m.locontrol RESUME release pof RESUME MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL CLEAR SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL CLEAR DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY CLASS gf_grid OF e:\se\gofish_vfpx\source\lib\gofishui.vcx SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_options.scx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 MODIFY COMMAND e:\se\gofish_vfpx\source\buildgofish.prg AS 1252 CLEAR ALL DO e:\se\gofish_vfpx\source\buildgofish.prg:\se\gofish_vfpx\source\buildgofish.prg DO e:\se\gofish_vfpx\source\buildgofish.prg MODIFY COMMAND e:\se\gofish_vfpx\source\buildgofish.prg AS 1252 ?VERSION() ?VERSION(1) ?VERSION(2) ?VERSION(3) ?VERSION(4) _cliptext = VERSION(4) MODIFY CLASS gf_combosearchexpressionhistory OF e:\se\gofish_vfpx\source\lib\gofishui.vcx SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL DO e:\se\gofish_vfpx\source\gofish5.app ?FULLPATH() ?FULLPATH('','') DO e:\se\gofish_vfpx\source\gofish5.app MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_searchhistory.scx MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_searchhistory.scx MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_searchhistory.scx MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_searchhistory.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_advaccedreplacehelp.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_about.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gf_collection_explorer.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_advanced.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_about.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_advaccedreplacehelp.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_advanced.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_advaccedreplacehelp.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_advanced.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_extendsearch.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filter.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filterpf.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_extendsearch.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_options.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_searchhistory.scx MODIFY CLASS gf_filterform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_searchhistory.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_options.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_searchhistory.scx CLEAR ALL MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_searchhistory.scx MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_options.scx MODIFY COMMAND e:\se\gofish_vfpx\source\gofish.prg AS 1252 MODIFY COMMAND e:\se\gofish_vfpx\source\prg\gofishproc.prg AS 1252 MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app DEBUG DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app SET ASSERTS ON DO e:\se\gofish_vfpx\source\gofish5.app MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL CLOSE DATABASES all MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY COMMAND e:\se\gofish_vfpx\source\prg\gofishproc.prg AS 1252 CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLOSE DATABASES all DO e:\se\gofish_vfpx\source\gofish5.app MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app RESUME MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 MODIFY COMMAND e:\se\gofish_vfpx\source\buildgofish.prg AS 1252 DO e:\se\gofish_vfpx\source\buildgofish.prg MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 MODIFY FILE e:\se\gofish_vfpx\source\buildgofish.h AS 1252 DO e:\se\gofish_vfpx\source\buildgofish.prg MODIFY CLASS gf_resultsform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 MODIFY COMMAND e:\se\gofish_vfpx\source\buildgofish.prg AS 1252 DO e:\se\gofish_vfpx\source\buildgofish.prg DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL MODIFY COMMAND e:\se\gofish_vfpx\source\samples\gofishsearchsample.prg AS 1252 MODIFY COMMAND e:\se\gofish_vfpx\source\lib\gofishsearchengine.prg AS 1252 CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY COMMAND e:\se\gofish_vfpx\source\lib\gofishsearchengine.prg AS 1252 CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY COMMAND e:\se\gofish_vfpx\source\lib\gofishsearchengine.prg AS 1252 CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY COMMAND e:\se\gofish_vfpx\source\lib\gofishsearchengine.prg AS 1252 CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL MODIFY COMMAND e:\se\gofish_vfpx\source\lib\gofishsearchengine.prg AS 1252 CLEAR ALL MODIFY COMMAND e:\se\gofish_vfpx\source\lib\gofishsearchengine.prg AS 1252 MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 MODIFY COMMAND e:\se\gofish_vfpx\source\buildgofish.prg AS 1252 CLEAR ALL MODIFY COMMAND e:\se\gofish_vfpx\source\buildgofish.prg AS 1252 DO e:\se\gofish_vfpx\source\buildgofish.prg DO e:\se\gofish_vfpx\source\gofish5.app MODIFY COMMAND e:\se\gofish_vfpx\source\lib\gofishsearchengine.prg AS 1252 MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 MODIFY COMMAND e:\se\gofish_vfpx\source\buildgofish.prg AS 1252 CLEAR ALL DO e:\se\gofish_vfpx\source\buildgofish.prg DO e:\se\gofish_vfpx\source\gofish5.app SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL CLOSE ALL DEBUG SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL DO e:\se\gofish_vfpx\source\gofish5.app MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filter.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filterpf.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filter.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filterpf.scx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app DO e:\se\gofish_vfpx\source\gofish5.app MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 MODIFY COMMAND e:\se\gofish_vfpx\source\buildgofish.prg AS 1252 CLEAR ALL DO e:\se\gofish_vfpx\source\buildgofish.prg DO e:\se\gofish_vfpx\source\gofish5.app MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filterpf.scx MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 EXIT DO e:\se\gofish_vfpx\source\gofish5.app MODIFY CLASS gf_baseform OF e:\se\gofish_vfpx\source\lib\gofishui.vcx ?FULLPATH("","") MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filter.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filterpf.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filter.scx DO e:\se\gofish_vfpx\source\gofish5.app CLEAR ALL DO e:\se\gofish_vfpx\source\gofish5.app MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filterpf.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filter.scx DO e:\se\gofish_vfpx\source\gofish5.app MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filter.scx DO e:\se\gofish_vfpx\source\gofish5.app DEBUG RESUME MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filterpf.scx MODIFY FORM e:\se\gofish_vfpx\source\forms\gofish_filter.scx CLEAR ALL SET DEFAULT TO e:\se\gofish_vfpx\source\ DO e:\se\gofish_vfpx\source\gofish5.app MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 MODIFY COMMAND e:\se\gofish_vfpx\source\buildgofish.prg AS 1252 CLEAR ALL DO e:\se\gofish_vfpx\source\buildgofish.prg MODIFY COMMAND e:\se\gofish_vfpx\source\lib\gofishsearchengine.prg AS 1252 MODIFY FILE e:\se\gofish_vfpx\source\changelog_ver_5.txt AS 1252 MODIFY COMMAND e:\se\gofish_vfpx\source\buildgofish.prg AS 1252 CLEAR ALL DO e:\se\gofish_vfpx\source\buildgofish.prg \ No newline at end of file