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

Specifying path for report creation w/o using drive letter



     Hi all,

     We have an sqr that creates report files using the 'NEW-REPORT'
     command. We need to specify the path of the network directory, but do
     not want to use the drive letter since different users may have it
     mapped to different drives. For example, if my Windows explorer shows

     IS on 'Ent1\Data1' (O:)

     how would I specify a folder on the O: drive without hard-coding the
     drive letter in the sqr? I tried to use

     NEW-REPORT 'Ent1\Data1\IS\myfolder\report.lis'

     but sqr was unable to find the directory. When I use
     NEW-REPORT 'O:\myfolder\report.lis', it works fine.

     Any input will be appreciated.