[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
[sqr-users] Image not getting printed to its full size
- Subject: [sqr-users] Image not getting printed to its full size
- From: rchan mudambir <mudambir@yahoo.com>
- Date: Tue, 10 Jul 2007 13:35:55 -0700 (PDT)
- Delivery-date: Tue, 10 Jul 2007 16:38:38 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com;h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID;b=44X9pvH9Y7ttnqADhxXE62wz471bQWXHeiJT8SDpWjGhEnt9VvK0LTvEL8po3Gj5LS+4HamlpuRZCdS8FGv+xL+gpu49SZdACbqqw2fLXmiwhFTHVsQbKF6T3Z0s/TPYvz8YCpNhWOb/XTy7F1+QuftPdGv2VMn7bEqO6RAzXqk=;
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
Hi all,
I am trying to print an jpg image to its full size in
SQR in Portrait orientation, A4 paper. The width of
the image in SQR output is reduced in size by 2
millimeters. The SQR version used is " SQR for
PeopleSoft/8.42/PC/Windows NT 4.0/Oracle 8.0.6/Nov 05
2002 " .The code used is as follows:
begin-setup
declare-layout def
paper-size=(8.27 in, 11.69 in)
top-margin=0.4 in
left-margin=0.0 in
right-margin=0.0 in
bottom-margin=0.0 in
orientation=portrait
end-declare
declare-report r1
layout=def
end-declare
declare-image I1
type = JPEG-FILE
source = 'C:\scan0006.jpg'
image-size = (81,65)
end-declare
end-setup
Begin-procedure im1
use-report r1
print-image I1 (0, 0)
type = JPEG-FILE
source = 'C:\scan0006.jpg'
image-size = (81,65)
End-procedure
begin-program
do im1
End-program
Thanks,
Chandra.
____________________________________________________________________________________
Be a better Globetrotter. Get better travel answers from someone who knows.
Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=list&sid=396545469
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users