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!

Crystal Report 8.0

Status
Not open for further replies.

freitas

IS-IT--Management
Jan 19, 2005
2
PT
I have a System, in that need to place the logotype of the company.
OBS: The user will be using the System, this had chosen the logotype of the company,
when it generates the report he/she will have the logotype of the company chosen by the user to come,
the Report will be generated by Crystal Report 8.0,
I am needing that this logotype appears in the report, through the vb(Visual Basic 6.0),
please that he/she knows some way to do, I thank.
 
You definitely need to use the Reports Design Component, or RDC8

Go right now to support.crystaldecisions.com and download the RDC8 Browser from the support files download section, this is the bible for working with RDC.

One way to do it is to loop through the Objects in an RPT file and find the picture object and set it's properties. I do something similar with text objects.

I realise that this is a very basic explanation, but to explain it thoroughly would take too much code (and time, I din't want to get fired!!)

Add a referece to your project for the Crystal ActiveX RDC 8.0

This gives you two libraries (I think), CRAXDDT and CRAXDRT.

Do not mix objects from the two libraries and use CRAXDRT.

:)

Jim.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top