You can download this class of Manuel Mercado in our blog:
http://www.respuestasintegradas.blogspot.com
Thanks Manuel for your contribution!! ![]()
José Murugosa
"Los errores en programación, siempre están entre la silla, el teclado y la IA!!"
You can download this class of Manuel Mercado in our blog:
http://www.respuestasintegradas.blogspot.com
Thanks Manuel for your contribution!! ![]()
Am I correct that this revision was built with the Borland compiler ?
Is it compatible with xbuilder / xcc ? ( November 2007 release )
Is it compatible with fwh 8.02 ?
Is it compatible with ADS 8 ?
Thank you.
Tim ![]()
METHOD Refresh( lPaint ) INLINE If( ::lFirstPaint == Nil .or. ::lFirstPaint, 0, ( ;
::nLen := If( ::lIsDbf, ( ::cAlias )->(Eval( ::bLogicLen )) , ;
Eval( ::bLogicLen ) ), ::lNoPaint := .F. , Super:Refresh( lPaint ) ) )TimStone wrote:Am I correct that this revision was built with the Borland compiler ?You are Right
TimStone wrote:Is it compatible with xbuilder / xcc ? ( November 2007 release )Don't know, I don't have nor use it
TimStone wrote:Is it compatible with fwh 8.02 ?Yes in my tests it's running ok
TimStone wrote:Is it compatible with ADS 8 ?Don't know I don't use ADS, every ADS stuff in TSBrowse has been done by other TSBrowse contributors.
Hi Frank:
Nice to see you again, many thanks for your feedback (welcome as always)
Best regards
Manuel Mercado
dear Manuel,
where i can found a sample with trasparent sbrowse as the window you insert on this forum ?
Silvio wrote:where i can found a sample with trasparent sbrowse as the window you insert on this forum ?See SBtest.prg sample 7 in TSBrowose\Samples there you have a VerCe file to build the executable
I have added some things to TSbrowse and was wondering if you would like to add them to the official version.
DATA bLDblClickHeader // custom function for header (change order etc)
DATA bAddColumn // add/ins column block
DATA lColChanged // if a column was moved, added, inserted, freeze changed, or sized. I use this to know if the browse information needs to be saved.
// Right click header additions.
Insert Column - If bAddColumn defined
Add Column - If bAddColumn defined
Freeze Column - If .not. ::lLockFreeze
Unlock Freeze Column - If .not. ::lLockFreeze .and. ::nFreeze > 0
// Add RMDBFCDX to cRDDName list (Same syntax as Comix)
Thanks,
I really like the browser.
Gale