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

Hi, I wanted to ask is there a way to have a visibility expression use the IP address of the HMI (Dynics, not PV) to show certain elements? The...
Replies
3
Views
160
Not a PLC question but I need expert help on this. My FactoryTalk stopped communicating with the server its hosted on. I had an error stating...
Replies
0
Views
84
Hello Everyone, I want to install and configure factorytalk Historian v6. I'm new to this. Can you kindly share some knowledge on installing...
Replies
0
Views
58
Hi guys We're in the process of creating a ME runtime to operate on a PC running windows using a InTouch INDT156 touchscreen, and we're having an...
Replies
3
Views
130
This is admittedly a pretty obscure problem, but maybe someone else has run into it, or at least something similar. For reasons I won't get into...
Replies
3
Views
97
Back
Top Bottom