Atomic Shrimp
Humanoid lifeform
- Local time
- Today, 23:39
- Joined
- Jun 16, 2000
- Messages
- 1,954
I've got a form that does a number of file import and processing functions; the users like to be able to 'see' the process happening, so I've added a text box which fills up with an activity log that looks like this:
Started 11/08/00 14:04:05
------------------------------------------------------------------------------------------
14:04:32 g:\customer sales files\PaH\p5wk3.CSV has been selected
14:04:34 Importing p5wk3.CSV - Done
14:04:37 Processing file contents - Done
14:04:40 Records which match the 'discard' list have been removed from the sales data
14:04:40 The file contains 8 days of sales data from 04/08/00 to 11/08/00
14:04:42 The file contains products which are unknown to this system
14:04:52 An error report was printed
etc.
It's fine until the log text reaches the bottom of the text box, but then the user has to scroll down using the scroll bar to see the most recent entry.
What I'd like to do is to have the box scroll automatically so that the newest entry is always visible at the bottom.
Is this possible?
Thanks in advance
Mike
Started 11/08/00 14:04:05
------------------------------------------------------------------------------------------
14:04:32 g:\customer sales files\PaH\p5wk3.CSV has been selected
14:04:34 Importing p5wk3.CSV - Done
14:04:37 Processing file contents - Done
14:04:40 Records which match the 'discard' list have been removed from the sales data
14:04:40 The file contains 8 days of sales data from 04/08/00 to 11/08/00
14:04:42 The file contains products which are unknown to this system
14:04:52 An error report was printed
etc.
It's fine until the log text reaches the bottom of the text box, but then the user has to scroll down using the scroll bar to see the most recent entry.
What I'd like to do is to have the box scroll automatically so that the newest entry is always visible at the bottom.
Is this possible?
Thanks in advance
Mike