I am new to VB and I was wondering if anyone can tell me how I go about printing out my data and also how to format it? Is there a wizard or a designer application in VB that help with layout and printing?
Thank you
Printable View
I am new to VB and I was wondering if anyone can tell me how I go about printing out my data and also how to format it? Is there a wizard or a designer application in VB that help with layout and printing?
Thank you
Where, and how, is the data stored?
the data is store in a local MS sql database. I will query it to display on the screen for the user to see and then the user can print it from there. If vb2008 does not come with any report designer then is there a print command that I can print by sending the data through a loop and using tab, linefeed and carriage return function of vb?