Opening Process History View with button

Is it possible to open a specific .phve file when opening Process History View from a button click event?

frszOpenProcHist requires an objPicture object?  How do I specify a particular file?

Thank You in advance,

FK jr

  • You can use the function frsruntask to launch any application from Operate.  See "DeltaV-Specific VBA Functions" in Books On Line.

    Next, see the Books on line article "Customizing Process History View". It demonstrates how to provide command line arguments for use when invoking CHS (process history view executable).

    You'll basically write something like this:

    frsruntask "chs.exe", "thefilename.phve"