Hi folks, Am Di, den 01.02.2005 schrieb Paolo Mantovani um 11:19: > Alle 08:16, marted� 1 febbraio 2005, Frank Sch�nheit ha scritto: > [....] > > Not sure whether Basic has a mechanism for specifying the interface > > whose method it should use ... (something like > > oDSB.XFormController::getModel() or so :) > > Yes, it has (from version 1.1). > Example: > > oFormModel = oDSB.com_sun_star_form_XFormController_getModel
Mamma mia, were did you find that? You're eating the C++ source code of the basic interpreter for breakfast, don't you? ;) An update on the model: If i do that on windows (same version 1.1.0) the short form does work. On *nix the long one via controls(0) does and both give me the GridControlModel. I found no way to get some XFrom-if or another way to the form, but I'll try Franks suggestion later... cheers, Marc --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
