I have an extract-transform-load job that the user starts by clicking a button in a form. The form contains an EditBox that displays the contents of a memo column in an updatable cursor. As major events occur in the ETL job, I concatenate new lines of interesting and informative stuff about how it's all going, and I refresh the EditBox.
Everything works fine except that the only evidence that anything is happening in the EditBox is that the vertical scrollbar appears and the thumb grows shorter as the contents of the memo column grow longer. Once the EditBox fills with lines of text, that's all it ever displays, unless the user clicks on the vertical scrollbar to see what's being added.
How can I make the EditBox keep showing the new lines as they're added?
TIA for any solutions, guesses, workarounds.
Everything works fine except that the only evidence that anything is happening in the EditBox is that the vertical scrollbar appears and the thumb grows shorter as the contents of the memo column grow longer. Once the EditBox fills with lines of text, that's all it ever displays, unless the user clicks on the vertical scrollbar to see what's being added.
How can I make the EditBox keep showing the new lines as they're added?
TIA for any solutions, guesses, workarounds.