fmoore0001
Programmer
Guys, I am looking for a practical way to find errors in forms AFTER I compile.
For example, I am upgrading a program where I had to change one screen type for searching to two different types. There were a number of form code references to this SEARCH1 one screen which I had to convert to SEARCHf21 and Searchf51. I got an error list and simply was going to forms and replacing, depending on the situation, the SEARCH1 with Searchf21 or Searchf51.
All went find except for one complex screen which still errors out with an error that it has an SEARCH1 reference I cannot seem to find!! Itself it is also based on several classes, though the classes are not giving a error when re-compiled. The error report after compile only states that I have the error, not where it is.
My question is this: It there another way to find this error in my form!
For example, I am upgrading a program where I had to change one screen type for searching to two different types. There were a number of form code references to this SEARCH1 one screen which I had to convert to SEARCHf21 and Searchf51. I got an error list and simply was going to forms and replacing, depending on the situation, the SEARCH1 with Searchf21 or Searchf51.
All went find except for one complex screen which still errors out with an error that it has an SEARCH1 reference I cannot seem to find!! Itself it is also based on several classes, though the classes are not giving a error when re-compiled. The error report after compile only states that I have the error, not where it is.
My question is this: It there another way to find this error in my form!