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

DATAREPORT, Please HELP !

Status
Not open for further replies.

VinayPatel

Programmer
Oct 13, 2000
12
BE
Printing in Visual Basic

0 If i use dataenvironment i am not able to print company
name and address on report heading, for multi company
project

1 If i dont want to use dataenvironment from Designers
and write to code, can you give me small code, steps
datareport1.datamember = "Select * from Stock"
datareport1.datasource = cnnDatabase
datareport1.setfocus
What to put in report designer
are this steps correct ?

2 I am not able to use images from database

3 Can i use printform method or printer object

Your advice will really help me.


Patel Vinay
bro_sys@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top