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

Re: Printing a .bmp image thru SQR



The good news is that i had the same problem at one time.  I managed to fix
it but i can  not remember exactly what i had to do to fix the problem.
Here are the details I do know.  The definition of the image that i am
printing from within the SQR is shown below :


!***************************************************************************
begin-procedure Print-Picture
!***************************************************************************
  let #Photo-Line = #current-line - 2

  let $picloc = '\\lvkydcntphone1\intraphone\photoBMP\'
  let $emplTr = ltrim($Emplid,'0')
  let $picloc = $picloc || $emplTr || '.bmp'
  print-Image     (#Photo-Line,1)
  Image-Size  = (33,17)
  Source      = $picloc
  Type        = BMP-FILE

end-procedure Print-Picture
Also,  In the Configuration Manager, under the Process Scheduler Tab, in the
SQRFLAGS this line must be added   -printer:WP

We only print these documents with the bmp image from three desktops so this
extra flag was set up on each persons machine.  A contractor originally set
this up and I do not remember the reasons why it was done this way.  I hope
this helps or maybe someone else may follow up with some more useful
information.

Thanks!  Jennifer

----Original Message-----
From: Hutchens, Kathy [mailto:KHutchens@SENCO.COM]
Sent: Thursday, May 11, 2000 8:31 AM
To: SQR-USERS@list.iex.net
Subject: Printing a .bmp image thru SQR



I am trying to print a .bmp image (company Logo) on a .lis file through an
SQR. I have used the declare-image, Print-Image command and I am just
receiving a gray box when it prints.

Is anyone successfully printing a .bmp image and if so how?

Thanks,
Kathy Hutchens