Hi Frank,

Do this means that we now can "load" a Form starting from the connection and not obligatory from a open DBDocument ?
so yes, ten then please a hint to do it with the API and Basic
Greetz

Fernand

css.sdb.application.XDatabaseDocumentUI, the interface providing
programmatic access to end-user functionality of, well, a database
document's UI, has been extended with the following methods:
- Pair< long, string > identifySubComponent( XComponent )
 identifies a sub component (as obtained by getSubComponents, or
 loadComponent/WithArguments), retrieving its DatabaseObject type and its
 fully qualified name
- XComponent createComponent/WithArguments(
   long,
   [out] XComponent[, sequence< PropertyValue > Arguments] )
 complements the existing loadComponent/WithArguments methods, by
 creating a new sub component of the given type. As with
 loadComponent/WithArguments, those methods are to be preferred over
 manipulating low-level document objects (DocumentDefinitions)
directly, as
 the resulting components are put under the control of the
(X)Controller then.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org
For additional commands, e-mail: dev-h...@api.openoffice.org

Reply via email to