T
trey
Hi all,
I am developing an app using vs 2003,vb.net
I present the user with several forms they are req'd to fill out which are quite lengthy (but neccesarily so).
After finishing filling out the forms, the user is given the ability to review their information (both current and/or historical information)
In order to present this review to the user, I currently grab it from the db, and create dynamic labels on the form.
Then problem is speed: With such a large amount of data to review, it takes the review form about 2 minutes to generate all the labels! Wayyy
too long! Is there any better way to "Print" text on a form or present this data to the user? Any suggestions are greatly appreciated!
TIA,
Trey
I am developing an app using vs 2003,vb.net
I present the user with several forms they are req'd to fill out which are quite lengthy (but neccesarily so).
After finishing filling out the forms, the user is given the ability to review their information (both current and/or historical information)
In order to present this review to the user, I currently grab it from the db, and create dynamic labels on the form.
Then problem is speed: With such a large amount of data to review, it takes the review form about 2 minutes to generate all the labels! Wayyy
too long! Is there any better way to "Print" text on a form or present this data to the user? Any suggestions are greatly appreciated!
TIA,
Trey