I have data that is getting extracted from a table and assembled into an array. While it will always be a two dimension array, I have no idea of the bounds until it begin the extraction, therefore some sort of fixed display method on the form will not work so well.
The data need only be displayed and printed, no other operations are required. They cannot change the data, only observe it.
What I would really like is to just write the data to a blank form, much like it would be displayed in Word, but with a close and a print button. I don't see any way to accomplish this. My other thought was to write the data to a list box.
Rich
The data need only be displayed and printed, no other operations are required. They cannot change the data, only observe it.
What I would really like is to just write the data to a blank form, much like it would be displayed in Word, but with a close and a print button. I don't see any way to accomplish this. My other thought was to write the data to a list box.
Rich