Excel Chart Inside of InTouch

Unregistered

Guest
U
I am trying to populate a Excel Chart from wonderware and also view this chart inside of an InTouch application. Can this been done and how?
 
I dont see why not. Just add an active x control. I use explorer then its easy to navigate to other docs. I have posted our operations manual this way although it is pdf.

active x control with a window script that looks like this:

screen_name="Manuals";
#Explorer1.Navigate("c:\wwdocs\Operational Manual 8_17_4.pdf");

This points the active x control (explorer) to a pdf file. we can point it to an xls file just the same.

hope this helps
 

Similar Topics

Hi, I'm trying to export data from a DataGrid to Excel using VBA, but I'm getting an error "Object doesn't support this property or method". The...
Replies
0
Views
76
I don't know if this is the right place for the subject at least I'll try. The company has one of the oldest computers that is a master Windows...
Replies
5
Views
740
Hi, I'm just looking for a simple way to make a button in excel (via VBA I presume) to toggle a bit in RSLogix 5000. I just got FactoyTalkLinx...
Replies
9
Views
545
Hello, I want to send the data from Rslogix500 to Excel. I created a connection between RSlinx and Excel. The values in Excel automatically...
Replies
5
Views
1,178
Hi guys, Im back again, this time I cannot minimized excel even though i put 6 on the exec mode.. this is my cicode.. Exec("C:\Program...
Replies
1
Views
1,093
Back
Top Bottom