Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing from a form !

Status
Not open for further replies.

cyberdyne

Programmer
May 1, 2001
173
IN
Hi all,

I am in need to print directly from a VB from.
User will put in qty. Rates are fixed . so the multiplied amouunt will be displayed in textbox. and total will be at bottom. thats it.

Now i want this thing to be printed in a bill format where company's name will be there with address. and the item bought qty, rate and amount and total.

How do i print this ?

guide me

thanks regards

Apoorva
An [indian] uses [pc2]

What solution I give is according to best of my knowledge and the information / feedback that you provide. So tell us more and we can lead you to right direction.
Internet is a tool respect it and use it for human wellfair.
 
You can either use the Print method of a form or you can use a data report by throwing the data into a database and print from there.

I had code that pushed data to a table with a GUID identifing that exact report then had the data report pull out that info then I Deleted the rows from the table. This way my app was useable by multiple people at the same time.
 
SemperFiDownUnda ,

Thanks for reply.
Could pls share the code with me ?
It would be helpful to me in learning VB as I am new to it.
You can email me at apoo1972@rediffmail.com also.
regards

Apoorva
An [indian] uses [pc2]

What solution I give is according to best of my knowledge and the information / feedback that you provide. So tell us more and we can lead you to right direction.
Internet is a tool respect it and use it for human wellfair.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top