The program I am developing has a number of tables accessed via a Tab control. 4 or 5 days ago, the only one that needs the table's scroll bars was working fine. Since then I have added the rest of the code. Now the scroll bars are still there, but disabled. Given I have no direct access to the scroll bars via any method or property of a Table control, and in any case have no need to access them from the code, this is something of a mystery.
One of the recent additions is the tidy up code to disable the sundry table's events from doing anything whilst programatic changes to contents are being made. I first thought I may have messed that up, but a) I commented it out for that table and it made no difference, so I put it back; b) the table is otherwise working perfectly, I can scroll by selecting a cell and then using cursor keys and the data updating is working fine too.
So, it is literally just the scroll bars on this one table which are disabled, and I ain't touched those!
To find the table in the app, run it and just scroll the Tab bar once and select the Till tab. Then just look at the table with your eyes and it is obviously wrong. In the code the Table is called TillDetails.
As Paul Daniels says, you'll like this, but not a lot.
Any ideas chaps?
One of the recent additions is the tidy up code to disable the sundry table's events from doing anything whilst programatic changes to contents are being made. I first thought I may have messed that up, but a) I commented it out for that table and it made no difference, so I put it back; b) the table is otherwise working perfectly, I can scroll by selecting a cell and then using cursor keys and the data updating is working fine too.
So, it is literally just the scroll bars on this one table which are disabled, and I ain't touched those!
To find the table in the app, run it and just scroll the Tab bar once and select the Till tab. Then just look at the table with your eyes and it is obviously wrong. In the code the Table is called TillDetails.
As Paul Daniels says, you'll like this, but not a lot.
Any ideas chaps?