TSBrowse v6.13 update now available
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
TSBrowse v6.13 update now available
I have made some minor changes to TSBrowse so that it now supports the ord functions in the (x)Harbour NTX RDD. This fixes the scrollbar when ordScope() is being used. You can download the update here:
http://ourworld.compuserve.com/homepage ... rogram.htm
The only file that has been changed is TSBROWSE.PRG, so you can just recompile this and add it to your existing LIB (if you already have one).
James
http://ourworld.compuserve.com/homepage ... rogram.htm
The only file that has been changed is TSBROWSE.PRG, so you can just recompile this and add it to your existing LIB (if you already have one).
James
James,
Very good job. As a user of TSBrowse version 6, I have found a problem with vertical scrollbar that I never found a real solution. The problem is when you use the vertical scrollbar down or up, it just does not work. Have you seen something about it?
Best Regards,
Very good job. As a user of TSBrowse version 6, I have found a problem with vertical scrollbar that I never found a real solution. The problem is when you use the vertical scrollbar down or up, it just does not work. Have you seen something about it?
Best Regards,
Kleyber Derick
FWH / xHb / xDevStudio / SQLLIB
FWH / xHb / xDevStudio / SQLLIB
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Nop,
>hi, what´s difference in tsbrowse, twbrowse and tcbrowse?
Pages and pages could be written about this. TWBrowse is the simplest version. It is easy to use but has limited capabilities.
TCBrowse is a subclass of TWBrowse. It adds a number of capabliities including column objects.
TSBrowse was build using code from both of the above and it adds many more capabilities, like headers and footers, more color capability including gradients and colors for each cell, ability to set line height, and lots more. See the documention for more details.
There are also at least two other browses that I am aware of, Hernan's advanced version of TWBrowse and FW's own TXBrowse. I have never used either of these so I can't provide any information on their capabilities.
James
>hi, what´s difference in tsbrowse, twbrowse and tcbrowse?
Pages and pages could be written about this. TWBrowse is the simplest version. It is easy to use but has limited capabilities.
TCBrowse is a subclass of TWBrowse. It adds a number of capabliities including column objects.
TSBrowse was build using code from both of the above and it adds many more capabilities, like headers and footers, more color capability including gradients and colors for each cell, ability to set line height, and lots more. See the documention for more details.
There are also at least two other browses that I am aware of, Hernan's advanced version of TWBrowse and FW's own TXBrowse. I have never used either of these so I can't provide any information on their capabilities.
James
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Mr. James:
Do you have a little sample using COMBOBOX on TSBROWSE ??
it would share it with me?
It will be appreciated
Do you have a little sample using COMBOBOX on TSBROWSE ??
it would share it with me?
It will be appreciated
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Do you mean, pressing Enter on a cell and a combobox will temporary replace the cell? If yes, you can (relatively) easy create a combobox in runtime (@ row, col COMBOBOX etc.) and move/resize it to fill che cell.Armando wrote:Mr. James:
Do you have a little sample using COMBOBOX on TSBROWSE ??
it would share it with me?
It will be appreciated
EMG