[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: Adding a Logo to a report



I had the same problem untill I put my logo in the SQRDIR  directory (which is defined in your sqr.ini file)

 If you decide to do this, remove the pathname from your 'source = ' parameter, and just have the filename.

Hope this helps,

--DJP




nuttalla@WILLISCORROON.COM on 12/09/98 06:05:55 AM
Please respond to SQR-USERS@USA.NET@Internet
To:     SQR-USERS@list.iex.net@Internet
cc:
Subject:        Adding a Logo to a report

I have read through the archive of information available and I still cannot
get my logo on the heading of the report.

I am using SQR v3, PeopleSoft v7, Windows 95 and a HP laserjet printer.
I converted a .BMP file to an .EPS file using Visio Pro as a .BMP file will
not work with a HP printer.

I have coded....

!----------------------------------------------------------------------!
! Procedure: Begin-Setup                                               !
!----------------------------------------------------------------------!

begin-SETUP

!
! Declare Logo Image
! ------------------
!
declare-image logo
  type=EPS-FILE
  image-size=(9,4)                              ! columns,rows
  source='\\GRFD24\PSFT\FS\SQR\wcg.eps'

end-declare

end-SETUP

....and....

!
! Print box's around detail
! -------------------------
!
  graphic (1,1,122) box 4

!
! Print logo in header
! --------------------
!
  print-image logo (1,1)


Even after doing this, I still get a grey box on my report.

Can anyone tell me where I am going wrong?

Thanks

     Adrian Nuttall

     nuttalla@williscorron.com