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
  • the green portion is the part of the program where you call the script.

    
    $$ NO,====================================================
         ,PDF File View after Save &  Print Function
         ,====================================================
    PDF_VIEW   =SCRIPT/FILENAME= C:\PC-DMIS\4_3\BASIC SCRIPTS\PDF VIEW AFTER EXECUTE.BAS
                FUNCTION/Main,SHOW=NO,[COLOR=#ff0000][B]ARG1=STR(RPTPATH+NAME),,
    [/B][/COLOR]
    


    Red text is where you have to assign the report save location.


    OK, got it. Now our process is that after a part is run, it automatically creates and saves the report on the server as a pdf. I just need a script to open that report.
Reply
  • the green portion is the part of the program where you call the script.

    
    $$ NO,====================================================
         ,PDF File View after Save &  Print Function
         ,====================================================
    PDF_VIEW   =SCRIPT/FILENAME= C:\PC-DMIS\4_3\BASIC SCRIPTS\PDF VIEW AFTER EXECUTE.BAS
                FUNCTION/Main,SHOW=NO,[COLOR=#ff0000][B]ARG1=STR(RPTPATH+NAME),,
    [/B][/COLOR]
    


    Red text is where you have to assign the report save location.


    OK, got it. Now our process is that after a part is run, it automatically creates and saves the report on the server as a pdf. I just need a script to open that report.
Children
No Data