Skip to content
  • There are no suggestions because the search field is empty.

How can I change the point bindings on objects in WebView?

I have Multiple WebView pages that I'm moving to a new DataHub installation. I'm using Point bindings on at least a couple hundred different objects. The problem is that I create a new "domain" on the new DataHub installation, which means I'd have to go through every object and update every point binding for every object.
I was wondering if there's a way, perhaps through the XML file, to update all addresses at once (via find & replace or something like that).
Is this possible?
You could certainly edit the XML files for the pages. If the pages are zipped then you will need to re-save them first as plain text.

To do that:

  • Open WebView in design mode
  • Select the "Tools ⇒ Options" menu item
  • Scroll to the section "Design Mode: Performance (Advanced)"
  • Change the setting for "Zip files on server" from True to False
  • For each page, open the page and then save it again.

You should now be able to globally search and replace within the XML files.