Hmm, suggests some kind of configuration issue on my side then, but weird that I'd have it on two different machines, and that it would persist after blowing away my settings.
Thoughts about what I ought to be looking for? When I look in my HOME(7) folder, I see (among other things):
I've opened the tables and they open. I also have the GoFishBackups folder.
This gets weird now. I used GoFish on the GoFish source to see where the error message is coming from and it appears to be this block of code:
lcMaster = Addbs(Home(7)) + 'GF_Replace_History.dbf'
lcDetail = Addbs(Home(7)) + 'GF_Replace_DetailV5.dbf'
lcDetailDBC = Addbs(Home(7)) + 'GF_Replace_Detail.dbc'
If !File(lcMaster) or !File(lcDetail) or !File(lcDetailDBC)
MessageBox('One of your Replace History files is missing. Cannot browse Replace History.', 16, 'File(s) missing')
Return .f.
Endif
Ah, I see it. It's looking for GF_Replace_Detail.db, but I have
GF_Replace_DetailV5.dbc. I'm using V5.0.205 dated 08/16/2022. Looks like someone changed the name of the DBC (and I see where in the code that happens) and didn't update this code to reflect that.
Doug, you here and seeing this?
Tamar
Tamar