R
robbinma
Hello,
As part of my application I have a procedure that does a lot of work
behind the scenes like importing files etc.
I would like to "report" to the user at the end of the process what has
happened with the procedure.
In VB I would use a Rich Text Box but that isn't available in Access
2000.
I have been building up a string that contains the various status
messages as they arrive
I have opted to use a textbox but Access is complaining that the text
value is too long (2000 ish) characters.
Any ideas on alternatives. I don't really want to have to insert the
text into a table and then produce a proper report as that would be
overkill.
I guess the other alternative is to build up a collection of strings
and then populate a listbox but that doesn't bear thinking about.
Any thoughts welcome,
Mark
As part of my application I have a procedure that does a lot of work
behind the scenes like importing files etc.
I would like to "report" to the user at the end of the process what has
happened with the procedure.
In VB I would use a Rich Text Box but that isn't available in Access
2000.
I have been building up a string that contains the various status
messages as they arrive
I have opted to use a textbox but Access is complaining that the text
value is too long (2000 ish) characters.
Any ideas on alternatives. I don't really want to have to insert the
text into a table and then produce a proper report as that would be
overkill.
I guess the other alternative is to build up a collection of strings
and then populate a listbox but that doesn't bear thinking about.
Any thoughts welcome,
Mark