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
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