hexagon logo

Setting a Default for Report Window Printing

I have multiple operators creating/running programs that are stored on a network drive and understand that the report window print setup, by default, will 'print" the pdf report to the measurement routine folder with the program name and an index value. What we would like to do is override that in some way, for example:
Let say the default measurement routine directory is set to "S:\CMM_Programs".
When printing the report, we would like to have it automatically point the operator to a synced SharePoint file, lets call it "C:\users\(user name)\(SharePoint site)\CMM_Reports". The only thing they would need to do is find the existing part number folder, or create a new folder if one doesn't yet exist.
Now, I know we can do that by changing the file path in the report window print setup configuration, however that would need to be done for each program, either new or existing, due to the defaults defined in "set Search Path", and trying to have them use a program template with default print commands or having them "prompted" each time would be cumbersome at best.
I already have the desired SharePoint library synced to each of their user ID's, so I just need to know if we can set something like a "default measurement report directory" to point them there, regardless of where the measurement routine is stored. Thanks
Parents
  • The destination folder doesn't exist, or the folder structure is wrong if you get the "Save As" dialog box for the report at the end of the program.

    That V_99 variable takes the job number and adds it to the file path, because I sort my reports by job number. Sometimes I forget to create the job number folder in the results folder before I start the program.
Reply
  • The destination folder doesn't exist, or the folder structure is wrong if you get the "Save As" dialog box for the report at the end of the program.

    That V_99 variable takes the job number and adds it to the file path, because I sort my reports by job number. Sometimes I forget to create the job number folder in the results folder before I start the program.
Children
No Data