{}

Our Brands

Impact-Company-Logo-English Black-01-177x54

Welcome to the Schneider Electric Website

Welcome to our website.
Search FAQs
This FAQ has been written for NEAL (North East Africa and Levant) region. If you are looking for information for another region, please select the correct country from the top-left dropdown in the page and 'Navigate to Browse FAQs' in the Support menu.
How to Embed a Web Browser on a graphic page in Vijeo Citect? (Applies To: CitectSCADA 6.xx, 7.0)

The following method would allow you to embed a web browser to a graphic page to view the desired web page.

FUNCTION

IEnavigate ( STRING sANnumber , STRING sURL ) ; //Enter AN number and website on button eg IEnavigate

("AN207", " www.google.com. ")

OBJECT oBrowser = ObjectByName ( sANnumber ) ; //Gets the handle of the Active X object and put

it into a cicode variable called oBrowser

_ObjectCallMethod ( oBrowser , "navigate" , sURL ) ; //Using "navigate" parameters put the URL

specified in the button into sURL

END

1.      Add the “Microsoft Web Browser” Active X to the page. In the LocationURL properties add sURL to the Associate property boxGraphic Page in Vijeo Citect

2. In run time press button to show the webpage.

Schneider Electric Egypt and North East Africa

Explore more
Range:
Articles that might be helpful Users group

Discuss this topic with experts

Visit our Community for first-hand insights from experts and peers on this topic and more.
Explore more
Range: