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

Hey everyone and anyone that can lend a helping hand. I have a project that I am being asked to add some animations of Solidworks or "3D" models...
Replies
4
Views
40
Rockwell Tech Support seemed to have hit a wall with this question. Already updated the version to 5.00.13 per their suggestio but am still...
Replies
1
Views
56
I can't seem to get the Panel View Plus 7 standard edition to downgrade to V_11, when I check the AB downloads and compatibility websites for this...
Replies
1
Views
91
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
55
Hello, I made a change in alarm setup in factory view studio, where I changed a alarm message text. After that I made a run application and...
Replies
0
Views
68
Back
Top Bottom