FactoryTalk Invoke Microsoft Web Browser

djpalaz

Member
Join Date
Jan 2007
Location
Montreal
Posts
57
Hello,

I cannot get following command to work:

Invoke displayname.MicrosoftWebBrowser.Navigate2(url)

I placed this command in the action settings of a button, I replaced displayname by test and url by "www.ab.com"

Invoke test.MicrosoftWebBrowser.Navigate2("www.ab.com")

I placed the ActiveX Microsoft Web Browser in the display test.

I tried to place the button with the invoke command on the display test and then tried placing the button on another display. Cannot get it to work either way.

Any thoughts to what can be wrong?
 
Good advice. iexplore will almost always run from your PATH variable so I'd recommend simplifying your statement to the following.

Shell ("iexplore.exe http://www.ab.com")

ttichy said:
What about something like
Shell ("C:\program files\Internet Explorer\iexplore.exe http://www.ab.com")
 

Similar Topics

I have two identical machines running similar HMI projects, the only difference is one is done in FactoryTalk View Version 10 and the other is...
Replies
3
Views
89
how to communicate FactoryTalk Optix and Mitsubishi Q Series. I want to know the details of that
Replies
0
Views
37
Hoping someone can give me some guidance or confirmation of what I need to do. We have a FactoryTalk SE program that I need to change the IP...
Replies
2
Views
88
We are a water/wastewater plant, collecting realtime and manually entered data. We have been using FactoryTalk Historian (OSI PI) for real time...
Replies
3
Views
133
Good morning! Let me start by saying, I am still learning about this type of HMI programming. I recently watched a video about recipes and how it...
Replies
0
Views
71
Back
Top Bottom