hexagon logo

Report Pop Up

Would the following even work?

I would like the operator to review the report, insert a comment at the end and the print it to a pdf. Our process is to run a part, read a report after it prints and the program is complete, and then gage any diameters that appear to be out. We need a comment at the end of the report that states the part was gaged. Any thoughts??

I've been playing with a few things but cannot get what I want exactly.

Thanks in advance.

No pressure, but this is HOT.
Parents
  • what I do, I simply have a prompt at the end of the run that says "Press cancel to review report before printing". I have a layout saved that is a full screen report, we then review the report. look for bad measurements or double check anything that is out then press the print button and print it out. like this :

    CS2        =SCRIPT/FILENAME= S:\PC-DMIS PROGRAMS\PC-DMIS BASIC SCRIPTS\SAVEAS.BAS
                FUNCTION/Main,SHOW=YES,,
                STARTSCRIPT/
                COMMENT/OPER,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO,
                Press Cancel to Review Report before Printing
                Press OK to Print


    the CS2 script will back up the program run to the server before anyone sees anything, it changes the program name to include Job # Date and whatever serialization we type in in the begining and then changes it back to the original name, that way every run is saved wit a unique name.
Reply
  • what I do, I simply have a prompt at the end of the run that says "Press cancel to review report before printing". I have a layout saved that is a full screen report, we then review the report. look for bad measurements or double check anything that is out then press the print button and print it out. like this :

    CS2        =SCRIPT/FILENAME= S:\PC-DMIS PROGRAMS\PC-DMIS BASIC SCRIPTS\SAVEAS.BAS
                FUNCTION/Main,SHOW=YES,,
                STARTSCRIPT/
                COMMENT/OPER,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO,
                Press Cancel to Review Report before Printing
                Press OK to Print


    the CS2 script will back up the program run to the server before anyone sees anything, it changes the program name to include Job # Date and whatever serialization we type in in the begining and then changes it back to the original name, that way every run is saved wit a unique name.
Children
No Data