Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Antagor

    Save trendviewer graph as xps or jpg or pdf file

    I tried to make a script like this: iuTrendViewer1.PrintTrend() Sleep 1000 Set WshShell = CreateObject("WScript.Shell") Sleep 1000 WshShell.Sendkeys "D:\TEST\Report\Data\Filename.xps" Sleep 1000 WshShell.Sendkeys "{ENTER}" But it does not work
  2. Antagor

    Save trendviewer graph as xps or jpg or pdf file

    I work on a SCADA aplication which has trend graph. I want to make a vbscript code which will create from time to time file with picture of graph in it. ActiveX component iuTrendViewer has method iuTrendViewer1.PrintTrend() which opens screen for input file name and chose folder destination, but...

Part and Inventory Search

Back
Top