Hi,
I'm starting to feel a little guilt from asking so many questions in one week. But I think I'm near the point where we can finally build a project from a few years ago.
In this instance, I caused this particular problem. There was some kind of file not found error, and a prompt for a locate. It happened to be an ico file, e.g. thisico.ico. I dealt with it by using a Locate button, and pointing to the file.
But now VFP thinks that the ico file is supposed to be a table. Obviously, it's checking for a dbf header, and finds the header invalid.
I can back out my mistake to a previous repository if necessary, but then would lose some changes from yesterday. Is there a way to remove thisico.ico from the list of objects that VFW thinks is a table?
I tried looking through Data/Databases, scanning through the full list of tables, but thisico.ico is not in any of those lists. I also looked at Free Tables, and nothing is there.
The only place the ico is referenced, is in Other Files ; but not as a table.
I'm starting to feel a little guilt from asking so many questions in one week. But I think I'm near the point where we can finally build a project from a few years ago.
In this instance, I caused this particular problem. There was some kind of file not found error, and a prompt for a locate. It happened to be an ico file, e.g. thisico.ico. I dealt with it by using a Locate button, and pointing to the file.
But now VFP thinks that the ico file is supposed to be a table. Obviously, it's checking for a dbf header, and finds the header invalid.
I can back out my mistake to a previous repository if necessary, but then would lose some changes from yesterday. Is there a way to remove thisico.ico from the list of objects that VFW thinks is a table?
I tried looking through Data/Databases, scanning through the full list of tables, but thisico.ico is not in any of those lists. I also looked at Free Tables, and nothing is there.
The only place the ico is referenced, is in Other Files ; but not as a table.