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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Programmer(VB6)

Status
Not open for further replies.

851204

Programmer
Apr 19, 2003
1
AE
I need to Know the windows API 'Print' to use in VB6 Projects
 
you need to use 'Print' in forms??? or do you require to use it in Reports..?? if in reports..then which tool you are using for reports ??..Use Crystal Reports..that will make your work easier for printing..

Or is it something else???

email me at gold752001@rediffmail.com
 
If it's just text to print:
Printer.Print myString

If you want the form copied to the printer:
Me.Printform

If you want a DataReport you can use the DataReport Object or the free version of Crystal supplied with VB6, or if you need something more powerful use the paid-for version of Crystal

See also Print function in VBHelp


________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'People who live in windowed environments shouldn't cast pointers.'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top