|
-
Nov 19th, 2002, 11:18 AM
#1
Thread Starter
Hyperactive Member
Printing Text
I have to pull data out of the database, and display it in different text boxes then format it a certain way and print it out on paper.
I have to make it print like this
Date Title City
Time
Name: (name) Program: (program)
SSN: (ssn) Start: (start date)
Address: (address) LDA: (date)
: (city) (state) (zip)
then I need to print a list of that users payments, reports, prices, and balance. I dont know how to combine all of the different text boxes together in this certain format and print them without the user doing it.
Thanks in advance
Last edited by Tool; Nov 19th, 2002 at 11:27 AM.
-
Nov 19th, 2002, 01:41 PM
#2
Sleep mode
this will give you lots of ideas about printing in VB.NET.
printing tutorial
hope this helps!
-
Nov 19th, 2002, 02:23 PM
#3
Originally posted by pirate
this will give you lots of ideas about printing in VB.NET.
printing tutorial
hope this helps!
That is VB6 code though, here is some info in .NEt fashion.
http://www.vbforums.com/showthread.p...light=printing
http://www.vbforums.com/showthread.p...light=printing
-
Nov 19th, 2002, 02:51 PM
#4
Sleep mode
then ,sorry for that.
-
Nov 20th, 2002, 11:03 AM
#5
Thread Starter
Hyperactive Member
Thank you both for the links I finally got it figured out. Thanks again and good luck
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|