VB Main API Application Functions

The application functions create new applications and modify, copy, get information about and otherwise manage existing applications.

FunctionDescription
EsbGetActiveGets the names of the caller's current active application and database.
EsbSetActiveSets the callers active application and database.
EsbClearActiveClears the user's current active application and database.
EsbListApplicationsLists all applications which are accessible to the caller.
EsbCreateApplicationCreates a new application, either on the client or the server.
EsbCreateStorageTypedApplicationCreates a new application with the option of Multi-Dimensional or Aggregate Storage.
EsbDeleteApplicationDeletes an existing application, either on the client or the server.
EsbRenameApplicationRenames an existing application, either on the client or the server.
EsbGetApplicationInfoExGets information from one or more applications.
EsbCopyApplicationCopies an existing application, either on the client or the server, to a new application, including all associated databases and objects.
EsbGetApplicationStateGets an application state structure, which contains user-configurable parameters for the application.
EsbSetApplicationStateSets user-configurable parameters for the application using the application's state structure.
EsbGetApplicationInfoGets an application's information structure, which contains non-user-configurable parameters for the application.
EsbLoadApplicationStarts an application on the server.
EsbUnloadApplicationStops an application on the server.