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!

Using AddPictureObject in Crystal9

Status
Not open for further replies.

kevin86

Programmer
May 14, 2003
2
US
We have an asp "post" page which generates
our report. We use the AddPictureObject to
add a bitmap to the Report Header. It is
working perfectly in Crystal 8.5 but it is
not working on Crystal 9.

Here is our code

Set rhSection = CRRPT.Sections.Item("PH")
Set rhImageObject =
rhSection.AddPictureObject (ImagePath, 0, 0)

Any Help would be greatly appreciated
 
What does not working mean, do you get an error?

AddPictureObject is still a valid method.

-k
 
The Image just does not show up on the report nothing else.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top