Re: [SPAM] Re: [Harbour] A problem with TbrowseDb

2008-05-14 Thread Przemyslaw Czerpak
On Tue, 13 May 2008, Edmer wrote: Hi Ed, > Could it be that we should increase the size of ::columns by 1 prior to > issuing HB_AIns( ::columns, nColumn, oCol ) - Just a thought only. Thanks for the info. It's missing parameter. It should be: HB_AIns( ::columns, nColumn, oCol, .T. ) best re

Re: [Harbour] A problem with TbrowseDb

2008-05-13 Thread Szakáts Viktor
Hi Ed, Could you send small example code to demonstrate that and compare with C5.x? Brgds, Viktor On 2008.05.14., at 5:27, Edmer wrote: To explain this further I defined and attached 14 tbcolumn objects ( tbcol1,..., tbcol14 - using addcolumn(tbcoln) ) to my tbrowsedb object (tbobj) and then

Re: [Harbour] A problem with TbrowseDb

2008-05-13 Thread Edmer
Could it be that we should increase the size of ::columns by 1 prior to issuing HB_AIns( ::columns, nColumn, oCol ) - Just a thought only. Thanks again, Ed -- View this message in context: http://www.nabble.com/A-problem-with-TbrowseDb-tp17222577p17222786.html Sent from the Harbour - Dev mail

Re: [Harbour] A problem with TbrowseDb

2008-05-13 Thread Edmer
To explain this further I defined and attached 14 tbcolumn objects ( tbcol1,..., tbcol14 - using addcolumn(tbcoln) ) to my tbrowsedb object (tbobj) and then I defined a new tbcolumn object called tbcol0. I added it to tbobj using tbobj:inscolumn(1,tbcol0) and that should make 15 columns to display

[Harbour] A problem with TbrowseDb

2008-05-13 Thread Edmer
Hi Gurus, If I defined and attached n TbColumn objects with a TbrowseDb object, It only displays the first n - 1 TbColumns. Please advise. Thanks, Ed -- View this message in context: http://www.nabble.com/A-problem-with-TbrowseDb-tp17222577p17222577.html Sent from the Harbour - Dev mailing l