Page History
Public Methods
Returns the current, active Data Dictionary. | |
Returns the current, active diagram. | |
Closes the diagram specified by the given, title string. PARAMETERS: Identifier as String. | |
Returns a newly created and empty StringObjects. | |
Delete a NamedRelease from the Repo Server using the given Name. Return value is 1 if it succeeded, else it's 0. PARAMETERS: Name as String. RETURN DATATYPE: Integer. | |
Enable (TRUE) or disable(FALSE) the screen updates of the diagram. PARAMETERS: Enable as Boolean. | |
EnableScreenUpdateEx | EnableTreeUpdate as Boolean, Enable or disable the screen and explorer tree updates of the diagram. PARAMETERS: EnableViewUpdate as Boolean. |
Returns the name of all NamedReleases. | |
Returns the last ErrorCode of the Diagram. It returns zero if the last operation succeeded. RETURN DATATYPE: Integer. | |
Returns the last ErrorString (error detail) of the Diagram. It returns an empty string if the last operation succeeded. RETURN DATATYPE: String. | |
Directory as String, Get a NamedRelease from the Repo Server using the given Name, and save it to given directory. Return value is 1 if it succeeded else it's 0. PARAMETERS: Name as String. RETURN DATATYPE: Integer. | |
Returns the Registry Key for this application. RETURN DATATYPE: String. | |
Make the application hidden. Use this outside of ERStudio such as in a VB Application. | |
Imports the given, complete file path of the .erx file, and opens a new diagram for the imported .erx file. PARAMETERS: FullFilePath as String. | |
Imports the given, complete file path of the .sql file, and opens a new diagram for the imported .sql file. PARAMETERS: FullFilePath as String, TargetDatabasePlatform as String. | |
Returns an object which provides an interface for importing various file formats via MIMB (implements functionality of MetaWizard (import) for Automation. | |
Opens a new diagram. | |
Reads in the given, complete file path of the .dm1 file, and opens a new diagram for the .dm1 file. PARAMETERS: FullFilePath as String. | |
Shutdown ER/Studio without saving any documents. | |
Returns the collection of submodels (of the given diagram) available in the repository. PARAMETERS: DiagramName (String). | |
Returns all Data Dictionary names from the Repo Server. | |
Delete a Diagram from the Repo Server using the given Diagram Name. Return value is 1 if it succeeded else it's 0. PARAMETERS: Name as String. RETURN DATATYPE: Integer. | |
Returns all Diagram names from the Repo Server. | |
GetDiagram from the Repo Server using the given Diagram Name. Return value is 1 if it succeeded else it's 0. PARAMETERS: Name as String. RETURN DATATYPE: Integer. | |
Login to the Repo Server using the given Name and Password. Return value is 1 if it succeeded, else it's 0. PARAMETERS: Name as String and Password as String. RETURN DATATYPE: Integer. | |
Logout of the Repo Server. Return value is 1 if it succeeded, else it's 0. RETURN DATATYPE: Integer. | |
Returns all ObjectPrivilege names from the Repo Server. | |
Returns all Projects from the Repo Server. | |
Returns all Roles from the Repo Server. | |
Delete a Diagram from the Repo Server but leave data still in the database (marked as deleted). Uses the given Diagram Name. Return value is 1 if it succeeded else it's 0. PARAMETERS: Name as String. RETURN DATATYPE: Integer. | |
Returns all Users from the Repo Server. | |
Returns an object which provides an interface for reverse-engineering. | |
If the application is hidden, this will make the application visible. | |
SynchronizeComments | Synchronize the user comments in the dm1 file with the ones in the repository database. Return value is 1 if it succeeded else it is 0. |
Public Properties
Returns a diagram, given the diagram's title. PARAMETERS: Identifier as String. | |
Returns the name of the user that is currently logged in. DATATYPE: String. | |
Returns the number of currently, open diagrams. DATATYPE: Integer. | |
Returns a diagram, given the diagram's title. PARAMETERS: Identifier as String. | |
This property displays the ERStudio.exe Full Version and Build Number. DATATYPE: String. | |
This property displays the ERStudio.exe Version and Build Number. DATATYPE: String. | |
This Boolean flag controls the showing or hiding of Repository Status Icon. DATATYPE: Boolean. | |
This is the Repository Active Directory of ER/Studio. DATATYPE: String. |
See Also
...