- Oct
- 364
- 17
I have a program I've been using for years that writes various data using SCREEN, basically record number, name, account number dollar amount, then the next record on a new line.
Two days ago the window's vertical scroll bar disappeared and I can't scroll back with the mouse either. I didn't change of that code. Any ideas what might be causing it? I assume it has something to do with a scroll buffer. The program is started by double-clicking in Windows and just before ending it deliberately waits for the user to type DONE. Historically, I've been able to scroll even though it was waiting.
It's running under TCC 22 and Windows 7 Pro.
(The program is 100 pages of code, so obviously I can't list it here. And, yes, I do realize TCC isn't intended for application development, but using it isn't my choice.)
Two days ago the window's vertical scroll bar disappeared and I can't scroll back with the mouse either. I didn't change of that code. Any ideas what might be causing it? I assume it has something to do with a scroll buffer. The program is started by double-clicking in Windows and just before ending it deliberately waits for the user to type DONE. Historically, I've been able to scroll even though it was waiting.
It's running under TCC 22 and Windows 7 Pro.
(The program is 100 pages of code, so obviously I can't list it here. And, yes, I do realize TCC isn't intended for application development, but using it isn't my choice.)