[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
RE: [sqr-users] adding directory path to the source argument
- Subject: RE: [sqr-users] adding directory path to the source argument
- From: <cbatiao@yahoo.com>
- Date: Thu, 24 Oct 2002 21:02:22 -0700 (PDT)
- In-reply-to: <NFBBKNMEGPIGJEBJGPEIGELACEAA.dbrawner@att.net>
- List-id: This list is for discussion about the SQR database reporting language from Brio Software. <sqr-users.sqrug.org>
Would it work the same way in the DECLARE-IMAGE
declaration?
I have the cuslogo.gif that is called in logos.inc
source file. But my cuslog.gif file is in
/caa/rel/server/config directory but my sqr prgms
(including logos.inc) are in /caa/rel/server/reports
directory. We want to maintain the bitmaps/gifs in the
config directory that is why I need to incorporate a
directory path in the DECLARE-IMAGE function.
In my logos.inc, it is coded as:
declare-image AtlantaLogo
type = gif-file
image-size = (19,1)
source = cuslogo.gif
end-declare
I tried substituting:
source = '/caa/rel/server/config/cuslogo.gif'
but did not work.
I am running this in a Unix server. The documentation
says to the full path must be given, but isn't the
above a full path already? Am I defining it
incorrectly?
Thanks.
--- David Brawner <dbrawner@att.net> wrote:
> I have never had a problem using a full path
> reference to a file.
>
> I have even mixed mapped drive with directory path
> references as in this
> statement;
>
> ***
> let $call = '\\irm03\apps\maximo\sqr6\sqrwt.exe
> ''''\\irm03\apps\maximo\sqr6\reports\woprint.sqt
> max411t/maximo@mxmp
> @w:\spl\prm '''''|| $p2
> call system using $call #status wait
> ***
>
> Dave
>
> -----Original Message-----
> From: sqr-users-admin@sqrug.org
> [mailto:sqr-users-admin@sqrug.org]On
> Behalf Of CBatiao
> Sent: Thursday, October 24, 2002 6:25 PM
> To: sqr-users@sqrug.org
> Subject: [sqr-users] adding directory path to the
> source argument
>
>
> Hi,
>
> Is it possible to add a directory path in the source
> argument of DECLARE-IMAGE?
> I have to retrieve a logo from a different directory
> other than the current directory and I'm not sure if
> it can be done inthe source argument. If it is
> possible how do I code the directory path. I am
> currently running the sqr in a UNIX server and my
> sqt/inc pgms are in /caa/rel/server/sqr and my
> bitmaps
> are in /caa/rel/server/config, we want to maintain
> all
> bitmaps in different directory.
>
> Thanks,
> Carry
>
> __________________________________________________
> Do you Yahoo!?
> Y! Web Hosting - Let the expert host your web site
> http://webhosting.yahoo.com/
>
> _______________________________________________
> sqr-users mailing list
> sqr-users@sqrug.org
> http://www.sqrug.org/mailman/listinfo/sqr-users
>
> _______________________________________________
> sqr-users mailing list
> sqr-users@sqrug.org
> http://www.sqrug.org/mailman/listinfo/sqr-users
__________________________________________________
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users