+4

Ability to use Multiple Print Commands with different formats.

davehocum 3 years ago in Metrology Software / PC-DMIS updated 3 years ago 1

Ability to use Multiple Print Commands with different formats.

Reason for request:

When using Print Commands to print one RTF report and another Print Command to print a PDF.
The end results is two PDF reports.

Example:

PRINT/REPORT,EXEC MODE=END,$
TO_FILE=ON,OVERWRITE=C:\Users\Public\Documents\Hexagon\PC-DMIS\2020 R2\Test Print Commands\test.RTF,AUTO OPEN=OFF,$
TO_PRINTER=OFF,COPIES=1,$
TO_DMIS_REPORT=OFF,FILE_OPTION=INDEX,FILENAME=,$
REPORT_THEORETICALS=NONE,REPORT_FEATURE_WITH_DIMENSIONS=NO,$
TO_EXCEL=OFF,$
PREVIOUS_RUNS=KEEP_INSTANCES
CS1 =REPORT/TEMPLATE, FILENAME= TEXTONLY.RTP, Section=-1,REPORTMODE=INSERT
PARAM/=
ENDREPORT/
PRINT/REPORT,EXEC MODE=END,$
TO_FILE=ON,OVERWRITE=C:\Users\Public\Documents\Hexagon\PC-DMIS\2020 R2\Test Print Commands\test.PDF,AUTO OPEN=OFF,$
TO_PRINTER=OFF,COPIES=1,$
TO_DMIS_REPORT=OFF,FILE_OPTION=INDEX,FILENAME=,$
REPORT_THEORETICALS=NONE,REPORT_FEATURE_WITH_DIMENSIONS=NO,$
TO_EXCEL=OFF,$
PREVIOUS_RUNS=DELETE_INSTANCES
CS2 =REPORT/TEMPLATE, FILENAME= TEXTONLY.RTP, Section=-1,REPORTMODE=INSERT
PARAM/=
ENDREPORT/

+2

Improve the print results when switching report types with the change of the report formats.