Navigation:  Concepts >

Scripting

Previous pageReturn to chapter overviewNext page

ModelRight implements a COM/ActiveX interface for accessing and manipulating a model's objects and properties programmatically.  It uses this interface internally from VB Scripts to generate DDL.  You can write your own VB Scripts that use this within ModelRight to generate DDL, create reports, perform custom validation, do batch processing, etc...

When ModelRight is installed, it registers a DLL named SCF.DLL to serve as a COM control so that this interface can also be accessed externally from VB Script, JavaScript or any other programming language that can communicate with a COM/ActiveX control.  Hence, you could even write an HTML page that loads a model and generates the page based on its contents.  For a simple example, see the sample JavaScript program SampleJavaScript.htm in the Report Files folder.

 

 


Page url: http://www.modelright.com