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
  • This (along with Wes's suggestion) just might work. If I can get the specific PDF to open right after it runs, that would save is a TON of headache.
    Now, I am not a script wizard, so I may need to be spoon-fed on how to use your script. I get everything but the green portion...

    Thanks.


    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.
Reply
  • This (along with Wes's suggestion) just might work. If I can get the specific PDF to open right after it runs, that would save is a TON of headache.
    Now, I am not a script wizard, so I may need to be spoon-fed on how to use your script. I get everything but the green portion...

    Thanks.


    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.
Children
No Data