Example of mimic script to generate and print reports in Geo SCADA.
This sample program is designed to demonstrate programming functions or methods for training purposes. Schneider Electric assumes no liability for the use of this example program or any part of it.
This article will provide some guidance on how to call a method to generate and print report from a script.
Script to generate report as follows:
Set oCrystalReportsObject = Server.FindObject("Fullname of the Crystal Report")
........
oCrystalReportsObject.Interface.Generate(Parameter1, Parameter2, Parameter3, Parameter4, , , , )
Here's an example of how to generate a report.
Day1 and Day2 are two parameter arguments associated with the report (you can associate up to 8 parameters). Report1 is the Crystal Report object that generates the reports.
Script to print report as follows:
Set oCrystalReportsObject = Server.FindObject("Fullname of the Crystal Report")
........
oCrystalReportsObject.Interface.Print(Printer, Copies, CollatePages, Parameter1, Parameter2, Parameter3, Parameter4, , , , )
Here's an example of how to print a report.
Report1 is the Crystal Report object that prints the reports. In this case, the example shows that it's printing to the 'HP 5000 Printer' with one copy and no collation of pages.
Please note that the pick action uses server-side printing, so it can only print to real printers that print to paper and do no not display a user interface during the printing process. For more details regarding client and server side printing, please refer to the manual here.
게시 대상: 슈나이더 일렉트릭 Korea
도움이 필요하신가요?
제품 선택기
애플리케이션에 적합한 제품과 액세서리를 빠르고 쉽게 찾을 수 있습니다.
견적 받기
영업 관련하여 온라인으로 문의하시면 전문가가 연락드립니다.
구매처
해당 지역의 가장 가까운 슈나이더 일렉트릭 대리점을 쉽게 찾을 수 있습니다.
지원 센터
한 곳에서 모든 요구 사항에 대한 지원 리소스를 찾아보십시오.