hexagon logo

Folder path

I am using PC-DMIS v3.25. How can I find out folder path, where PC-DMIS saved report? Exists any parameters for this? I would like to create VB Script that automatically opens the report in associate program after the PC-DMIS saved it. I am sorry for my English, I am beginner.
  • In your printer settings is where you set the path for your reports to go, this will only dump the report there. JC
  • It will usally dump it in the PCDMIS 3.25 foldier unless it was told by someone else to put it some place different. Like JCLASTOUTLAW said printer settings.

    File/printing/report window print setup

    1. Check mark file
    2. Prompt
    3. Rich text format
    4. Press on the button after where you had checked file. a window will open and you can tell it where you what to send it.
    5. after you run your part a prompt window will open letting you put in a name of the file you what to use. It will also let you place the file in the place you have already told it or another place.
  • Thanks for reply. I know how to set path for save report but I need this parameter commit to VB script. Example: I set a place to save report in File/printing/report window print setup. Now I would like to get automatically these settings from PC-DMIS to VB script.
  • Don't do it by going through the menu. Instead, do it by code, i.e adding a print command in your program with all the required settings (to file, PDF and whatnot) and use a variable as path in the code. This variable can then be passed on to your VB script - or opened through the PC-DMIS part program by using the external command function.