OpenWGA 7.7 - TMLScript reference
WGAMethod :
app()
app(dbkey)
app(context)
app(WGAPI-WGDatabase)
On object | WGA |
Usage | Retrieves an App object for an OpenWGA application |
Description |
There are four variants of this method:
Using this method to open a data source throws an error. If the currently logged in user has no access to this database then an App object is returned without an open session (testable via method isOpen()). |
Parameters |
dbkey (String): Database key context (TMLContext): WebTML context WGAPI-Database (WGAPI-Object WGDatabaset): WGAPI database object |
Allowed in script types |
|