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

Hello everyone I have the next issue with FactoryTalk Linx, when i configure the Ethernet driver and try to find the IP Address of the PLC Device...
Replies
0
Views
43
We are having issues with our viewpoint server randomly crashing and only loading the error page if anything at all. It lives on 3 servers all of...
Replies
0
Views
47
Hello, I have a panelview plus that reads from 4 different PLC's. 2 of these used to be Micrologix PLC's and someone else went and updated them to...
Replies
3
Views
113
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
78
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
90
Back
Top Bottom