techker
New member
- Joined
- Dec 21, 2009
- Messages
- 2
- Programming Experience
- Beginner
Hey guys i have an invoice form and i want to make the resulst of the bill printable?
i have this code already that shows the details in a groupbox but on the same form
Label10.Text = "Thankyou for purchasing the following items: " & Chr(13) & "You have purcheased: " & qtyone & " of " & itemone & " =&" & Val(TextBox7.Text) & Chr(13) & "You have purcheased: " & qtytwo & " of " & itemtwo & " =&" & Val(TextBox11.Text) & Chr(13) & "You have purcheased: " & qtythree & " of " & itemthree & " =&" & Val(TextBox13.Text)
is it possible to send the results to a printable form?i can add my logo and stuff..
i have this code already that shows the details in a groupbox but on the same form
Label10.Text = "Thankyou for purchasing the following items: " & Chr(13) & "You have purcheased: " & qtyone & " of " & itemone & " =&" & Val(TextBox7.Text) & Chr(13) & "You have purcheased: " & qtytwo & " of " & itemtwo & " =&" & Val(TextBox11.Text) & Chr(13) & "You have purcheased: " & qtythree & " of " & itemthree & " =&" & Val(TextBox13.Text)
is it possible to send the results to a printable form?i can add my logo and stuff..