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 need to create several alarm servers in an application, but first I need to know if there is any impact on communication, or if more...
Replies
0
Views
47
Hello all, I'm having trouble opening an application. After clicking open I'm prompted to login and after putting in username & password it...
Replies
0
Views
82
Has anyone found information on using the variable message file? I keep looking for documentation on how to implement the message file name as a...
Replies
0
Views
69
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
5
Views
243
how to communicate FactoryTalk Optix and Mitsubishi Q Series. I want to know the details of that
Replies
0
Views
70
Back
Top Bottom