[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
RE: [sqr-users] SQR Viewer using CALL SYSTEM COMMAND
Here's how we do that:
BEGIN-PROCEDURE sendFileToViewer
! The device_seq is an input parameter - select from the database the
device_name from the dev_mode table
! Issue a system command to "COPY" the file to the device name
! Use SQR's call system using command (need to get info about the
ENVIRONMENT first)
use-report mdls
new-report 'junk.lis'
let $CmdLine = 'sqrwv '||$FullFileName||'.spf'
call system using $CmdLine #callStatus WAIT
END-PROCEDURE ! sendFileToViewer
Regards,
Sherri Kirklin
STL-Austin
-----Original Message-----
From: Mezzullo, Paul [mailto:pmezzull@esboces.org]
Sent: Friday, July 18, 2003 9:49 AM
To: SQR RUG (E-mail)
Subject: [sqr-users] SQR Viewer using CALL SYSTEM COMMAND
Hi,
Has anyone ever used the CALL SYSTEM command to invoke
the SQR Viewer and display an .SPF file? I have the viewer opening
correctly but I'm not sure how to pass the .SPF file name in??
Getting error --> "cannot open or read file <path .... >"
Any help would be greatly appreciated.............
Thanks
Paul M. Mezzullo
pmezzull@esboces.org
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users
Confidentiality Notice: The information contained in this message is
intended only for the use of the addressee, and may be confidential
and/or privileged. If the reader of this message is not the intended
recipient, or the employee or agent responsible to deliver it to the
intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited.
If you have received this communication in error, please notify the
sender immediately.
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users