Skip to content
Menu
Menu

Knowledge Base

KB050076 | VIEW WEB PAGES IN OPERATOR STATION

KB050076 | VIEW WEB PAGES IN OPERATOR STATION

Product: Elvis
Version: 2.4
Booth: 2005-02-22

Summary

This article describes how to display a web page within the Elvis operator station.

Details

The “Microsoft Web Browser” control element, which provides the functionality of Internet Explorer as a control element, is used for display.

Paste the control into a page:

  • Via the menu item Edit > Insert control element… > Microsoft Web Browser
  • From Elvis 2.5: via the toolbar: RTEmagicC 0be8c3f980.png > Microsoft Internet Controls Microsoft Web Browser > . If “Microsoft Internet Controls” does not appear, you have to open it once via RTEmagicC 0be8c3f980.png > libraries. activate.

To always display a specific Web page when the page is accessed, add the following code to the Form_Load event (replacing the URL with the desired web address and Explorer1 with the name of the web browser control:

CODE:vb:Sub Form_Load()
Dim Url As Variant
url = “https://it-gmbh.de”
Form.Explorer1.Navigate UrlEnd Sub //CODE

Hints:

  • It is important to pass the url in a variant variable, a string variable or a constant will not work here.
  • The web browser control does not work in Elvis versions prior to 2.4
  • Of course, the URL can also be taken from a text input control element.

Support Area

KB050076 | VIEW WEB PAGES IN OPERATOR STATION

Knowledge Base

Here you will find answers, solutions to problems and examples of our products.
KB050076 | VIEW WEB PAGES IN OPERATOR STATION

Case Studies

Successful in use: practical examples of our products and individual developments.
KB050076 | VIEW WEB PAGES IN OPERATOR STATION

Support

Describe your concern using our support form.
KB050076 | VIEW WEB PAGES IN OPERATOR STATION

License registration

Register your Elvis license!

IT GmbH · An der Kaufleite 12 · D-90562 Kalchreuth

© Copyright 2024. IT GmbH | Webdesign by Appear Online