[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
[sqr-users] Need help with placing an image in SQR report v 4.3.4
- Subject: [sqr-users] Need help with placing an image in SQR report v 4.3.4
- From: Sonny <sosuri1@yahoo.com>
- Date: Mon, 9 Jul 2007 12:08:15 -0700 (PDT)
- Delivery-date: Mon, 09 Jul 2007 15:10:58 -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=lovZm3AyScL7YJR4qtZeCazLSDkD0xqI2+YvzBmcfymvCAjBlIajhW5nx2Zm8dyv1M0Yrjdj0dpEXpV8eC+vSOWInLv/0UVIbwkyynRs+2rk33WIdqtTnYkAURs0s7cZBdS2Drp9XGP1KrjptU/tufrxJXpCjuCxSc74IbEg/P8=;
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
Hello All
I am in a desparate need to print a signature (Jpeg file) to an existing SQR
report. I tried the following code (test code) which keeps failing and gives me
the following error:
Error on line 20:
(SQR 6108) Invalid chart size or placement.
The code is as follows:
begin-setup
declare-report label_report
layout=default_label
printer-type=hp
end-declare
declare-layout default_label
orientation=portrait
left-margin=0.5
top-margin=1.85
line-height=4.5
end-declare
declare-image logo
type = JPEG-FILE
image-size = (336,115)
source = 'd:\carl2.jpg'
end-declare
end-setup
begin-program
print-image logo (1,1)
end-program
Thanks for all the help in advance,
Sonny
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users