Re: DbGridControl's confusion of BrowseBox's column number vs. column ID

2017-03-10 Thread Lionel Elie Mamane
On Fri, Mar 10, 2017 at 01:52:36PM +0100, Stephan Bergmann wrote: > svtools' BrowseBox class (include/svtools/brwbox.hxx; effectively a > collection of BrowseColumn via the BrowseBox::pCols member) apparently > distinguishes between a column's index/position/number (i.e., the > BrowseColumn's

Re: DbGridControl's confusion of BrowseBox's column number vs. column ID

2017-03-10 Thread Alexander Thurgood
Le 10/03/2017 à 16:01, Lionel Elie Mamane a écrit : Hi all, > > It starts to look like bugs will appear if you: > > 1) Open a document with a form with a table control. > > 2) Move a column (which may be possible only pogrammatically or after >tdf#54021 is fixed) > > 3) Try to copy the

Re: DbGridControl's confusion of BrowseBox's column number vs. column ID

2017-03-10 Thread Lionel Elie Mamane
On Fri, Mar 10, 2017 at 01:52:36PM +0100, Stephan Bergmann wrote: > svtools' BrowseBox class (include/svtools/brwbox.hxx; effectively a > collection of BrowseColumn via the BrowseBox::pCols member) apparently > distinguishes between a column's index/position/number (i.e., the > BrowseColumn's

DbGridControl's confusion of BrowseBox's column number vs. column ID

2017-03-10 Thread Stephan Bergmann
svtools' BrowseBox class (include/svtools/brwbox.hxx; effectively a collection of BrowseColumn via the BrowseBox::pCols member) apparently distinguishes between a column's index/position/number (i.e., the BrowseColumn's position within the BrowseBox::pCols vector) and its ID (i.e., the