Hello All,
I have a form that we have been using for years without issue. Lately there has been a bug or two in what we are running (CPS 12.0.9) that had not been there before. I took a look at the form and did not see anything obviously wrong with it. I tried running it in our test system (CPS 12.0.10). The form hangs the test system by itself. I've run a MEL trace to catch what the form was doing prior to the hang and interestingly it calls a text file that is not called in the form itself:
"C:\Program Files (x86)\Centricity Practice Solution\Client\PKG_CSC\CSC\Load-CSC.txt"
Once the file is called it looks like it loops through an array of data in another text file before the form dies.
Has anyone used this text file or the other text files in this folder? I'm trying to figure out why it is being called.
Thanks,
Brad
I think I made a bit of progress with this issue. Looking through the MEL trace again it looks like there might be an issue with a function library. I pulled the UI elements that call the libraries in question and the form loaded correctly. Now I just need to figure out why that is happening.