Managing Associated Data Sources
- Last UpdatedJul 13, 2023
- 2 minute read
If an ActiveX object has an association with a data source (for example, it stores data to a DBF file), you need to consider the impact of running a project that contains it on a different machine.
If the path to the data source is hardcoded to a location on the local machine, the data source will not be found if the project is moved or run remotely. For example, the Database Exchange ActiveX control connects to a recipe.DBF file in the project path. If you restore a project that uses it on a different computer with a different installation path, you will need to recreate the data source to retrieve any recipes.
|
|
|
UNINTENDED EQUIPMENT OPERATION
Failure to follow these instructions can result in death, serious injury, or equipment damage. |
One way to avoid having to recreate data sources is to locate any associated data sources in a central location on a network. For example, if the data source is located on a SQL server, it will be accessible from every machine on the common network.
To insert an ActiveX Control:
-
Click the ActiveX tool,

or choose Edit | Insert ActiveX Control.
-
Select an ActiveX Control and click Insert.
