Previous Topic

Next Topic

Inhoudsopgave

Book Index

Adapting existing scripts

How do you check existing scripts and change them when necessary? Unfortunately, because of the nature of the changes, the scripts cannot be changed using a simple find and replace operation. This section describes which checks you can perform and, where possible, which changes you can make.

  1. Scan any existing scripts for the use of COM scripting EditForm/WizardForm objects with the following event handlers:
  2. Test the result of the scripts found, check the code, and then change the code if required:
  3. Scan the existing scripts for the use of COM scripting EditForm/WizardForm objects with events in which hard-coded component IDs are used. These hard-coded IDs must be replaced by calling the GetId() method.