One of our new employess has the Windows Vista Business class on his laptop and found that Vista said a problem arose in a program he was testing that has been working fine in Xp for several years.
I put the #DEBUG ERROR ON statement and the top of the program to see if it was a beyond subscript range error which I had a error trap for.
Without doing anything else, the program started working without incidence. If I took it out, it stopped working again.
The Vista message simply said that TLEDTINI.EXE had a problem and had to close. After I put in the #DEBUG ERROR ON directive, it works fine.
Have any of you encountered this?
Bob Mechler
I put the #DEBUG ERROR ON statement and the top of the program to see if it was a beyond subscript range error which I had a error trap for.
Without doing anything else, the program started working without incidence. If I took it out, it stopped working again.
The Vista message simply said that TLEDTINI.EXE had a problem and had to close. After I put in the #DEBUG ERROR ON directive, it works fine.
Have any of you encountered this?
Bob Mechler
Comment