Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If additional SRP products are purchased, the SRPLicense.dll file will be updated accordingly. All licensed products that come with SRP FrameWorks are governed by our licensing policy, including the need to renew the license if upgrades and support after one year is desired.

 

SRP ActiveX Controls Pro

Technically , the SRPControls.ocx file can be stored anywhere. However, modern versions of Microsoft Windows (e.g., Windows Vista or newer) that utilize User Account Control will find it difficult, if not impossible, to register ActiveX controls on a networked drive. Furthermore, placing registered controls in a shared folder causes other problems, such as unintentional locking of files. This prohibits upgrading controls until the all sessions that have the file locked are closed.

...

Finally, the SRP Application LauncherSRP Editor, and SRP Utilities should be installed using the software installers downloaded from our site. This process is very easy. Just launch each installer, one at a time, and specify the OpenInsight application folder in the Destination Folder when prompted:

 

 

 

Note

The SRP Editor installer will optionally install the SRP Utilities at the same time. Therefore, it is not necessary to re-install the SRP Utilities. Installing the SRP Editor is not necessary, but the SRP Utilities are a requirement for SRP FrameWorks to run properly.

 

 

 

...

Creating the Local (Production) Application

As commented above, the FRAMEWORKS application is meant to be where the core, and unmodified, entities should reside. Another application will need to be created for the target end user. This should be handled in the ordinary way except that the application should inherit from FRAMEWORKS rather than Default Inheritance, as shown in this example:

 

Once this application has been created, it should already have the core SRP FrameWorks database tables attached. If not, then add them to this application using the same instructions provided above. 

Finally, as with the FRAMEWORKS application, make sure to set FRW_MAIN as the application Entry Point. This will be test launched in the next article.