Re: [api-dev] Enumerate selected DataSourceBrowser lines

2005-01-31 Thread Marc Santhoff
Am Mo, den 31.01.2005 schrieb sos um 12:37: ' For ii=LBound(oSelection) To UBound(oSelection) 'Print oSelection(ii) ' Next oDataSourceBrowser.getModel(oModel) You can try here like this (untested): oModel = oDataSourceBrowser.getModel() no, tryed it first like

Re: [api-dev] Enumerate selected DataSourceBrowser lines

2005-01-26 Thread sos
Hello Frank, Even your pidgin basic is more valuable than my compleet knowledge of this stuff, but i think i can do it working in the way you setout for me, i can already opening a Datasourcebrowser and filing it with data out of a datasource (your oDataSourceBrowser) but how can i get acces

Re: [api-dev] Enumerate selected DataSourceBrowser lines

2005-01-25 Thread Frank Schönheit
Hello Fernand, Need some information in basic code to get acces to multi selected lines in the DataSourceBrowser. out of my head, completely untested, and written in some pidgin basic: oDataSourceBrowser ' the component in the small ' data source