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

Re: Print-Image problem



Hi Adrian,

        I also faced similar problem printing graphics. I guess you are
not using 'Declare-printer' in begin-setup.
        setup02.sqc has 'printer-init' which doesn't have characters for
printing Graphics. So you have to use declare-printer again in
begin-setup section of your sqr. (note that you cann't use
'declare printer which is newer version of declare-printer, due to
compatibility issues with printer-init !! )

Hope it helps,
Sameer

-----Original Message-----
From: Adrian Clayfield [mailto:adclay@IBT.COM.AU]
Sent: Tuesday, October 20, 1998 4:36 AM
To: Multiple recipients of list SQR-USERS
Subject: Re: Print-Image problem


Hi all,
Ive tried some of the suggestions on the list for printing a logo, but
to no avail.
I have the following:

#define Laser POSTSCRIPT

print-image (2,1)
  type = EPS-FILE
  image-size = (110,6)
 source  = 'c:\user\sqr\logo.eps'

Ive tried different values. Have logo in same path, etc.
My printer-init statement is in the setup02a.sqc as i need to print
landscape.
I need to print it directly from process scheduler. ie: no spf file
creation workaround.
Im using Version 6, Sybase, Windows 95.

TIA,
Adrian

Email:  adclay@ibt.com.au