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

Re: Pathnames in SQR



I do this, and it works just fine.  here is an SQC we have:

!*******************************************************
!  NMHLOGO.SQC
!*******************************************************
! Description:  Declares the Northwestern Memorial Hospital (NMH) logo.
! Notes:        This file must be included in the BEGIN-SETUP section
! Usage:        PRINT-IMAGE NMH_Logo (line,col) - allows relative
positioning
!***************************************************************************
****
  declare-image NMHLogo
    type        = BMP-FILE        !BMP-FILE | EPS-FILE | HPGL-FILE |
JPEG-FILE | GIF-FILE
    source      =
'\\nmh-peoplesoft\apps\psoft\pt8batch\sqr\custom\nmhlogo.bmp'
!                                !must be in SQRDIR directory or fully
qualified
      image-size  = (40,4)          !(width,height based on grid)  - BMP is
stretched or shrunk
  end-declare


> -----Original Message-----
> From: Brickl, Maria [SMTP:mbrickl@UWC.EDU]
> Sent: Tuesday, April 02, 2002 9:32 AM
> To:   SQR-USERS@list.iex.net
> Subject:      Pathnames in SQR
>
> I wonder if it is possible to use the UNC path where a file is located
> (\\pathname\directory\item.bmp) instead of the drive letters when writing
> SQR. WE have a number of users who have things specified in different
> directories and not always the same directory as one specifies. What would
> be easier if we could use the UNC path when we are calling images, etc. Is
> this possible and how do you write this in SQR?
>
> *~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~
> Maria K Brickl
> Information Systems Programmer/Analyst
> University of Wisconsin Colleges
> 780 Regent St, PO Box 8680, Madison, WI  53708-8680
> Phone: 608.265.2677 / Fax: 608.265.5770
> *~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*