Link to home
Start Free TrialLog in
Avatar of running32
running32

asked on

Printing a report in Visual Basic from an Array

I have a vb  program that reads a sql database for errors.  When it finds an error it writes to an array. (this works).   I want to write these errors out to a report but the only problem is that the number of errors is larger than one form page so they scroll off the page and I cannot see the other errors.  I need another solution to generate an error report to display to the user.  Can anyone help.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of JoaTex
JoaTex

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DocM
DocM

Use a TextBox with the MultiLine property set to True
and the ScrollBars property set to 2.
I agree with DocM. If you are only going to show this to the user why complicate your life :)

KISS
Avatar of running32

ASKER

JoaTex, What is I wanted to display it on a new screen as well as print it?

I am using a list box but it scrolls off the page.

Thanks
running32:
This old question needs to be finalized -- accept an answer, split points, or get a refund.  For information on your options, please click here-> http:/help/closing.jsp#1 
Experts: Post your closing recommendations!  Who deserves points here?
Avatar of DanRollins
Moderator, my recommended disposition is:

    Accept JoaTex's comment(s) as an answer.

DanRollins -- EE database cleanup volunteer