TSBrowse v6.13 update now available
- 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:
Mr. James, Mr. Enrico and Mr. Kleyber:
Thanks for your help, yes, tsbrowse let us to use a combobox control, I use it in a 16bits app but with 32bits it does not work for me.
BTW, the SBTEST.PRG sample has this code line
oBrw:SetData( 4, ComboWBlock( oBrw, "Reference", 4, aTipo ) )
http://img364.imageshack.us/img364/2585/clip1bm4.jpg
http://img364.imageshack.us/my.php?image=clip1bm4.jpg
Best regards
Thanks for your help, yes, tsbrowse let us to use a combobox control, I use it in a 16bits app but with 32bits it does not work for me.
BTW, the SBTEST.PRG sample has this code line
oBrw:SetData( 4, ComboWBlock( oBrw, "Reference", 4, aTipo ) )
http://img364.imageshack.us/img364/2585/clip1bm4.jpg
http://img364.imageshack.us/my.php?image=clip1bm4.jpg
Best regards
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:
Armando,
>Thanks for your help, yes, tsbrowse let us to use a combobox control, I use it in a 16bits app but with 32bits it does not work for me.
Are you getting an error? Are you using the same version of FW for both the 32bit and 16bit apps? What version(s) are you using?
Does the SBTEST.PRG show the problem?
James
>Thanks for your help, yes, tsbrowse let us to use a combobox control, I use it in a 16bits app but with 32bits it does not work for me.
Are you getting an error? Are you using the same version of FW for both the 32bit and 16bit apps? What version(s) are you using?
Does the SBTEST.PRG show the problem?
James
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Gale,
>James, I am having trouble creating tsbrowse.lib with xHarbour Builder.
I have never used Builder so I can't be of much help. Perhaps if you post the nature of the problem or error, someone else can help.
>I can create version 7 but as you know there are some scroll problems remaining in that version.
I spent many many hours trying to apply my ver 6 fix to version 7 but it was so much changed from ver 6 that I never did succeed.
>James, I am having trouble creating tsbrowse.lib with xHarbour Builder.
I have never used Builder so I can't be of much help. Perhaps if you post the nature of the problem or error, someone else can help.
>I can create version 7 but as you know there are some scroll problems remaining in that version.
I spent many many hours trying to apply my ver 6 fix to version 7 but it was so much changed from ver 6 that I never did succeed.
Friends:
I think that the problem is in the construction of the LIB, I have never been able to construct it without errors.
If somebody has it constructed for xHarbour pls send to me a copy, this is my email
soisa2002@prodigy.net.mx
Best regards
I think that the problem is in the construction of the LIB, I have never been able to construct it without errors.
If somebody has it constructed for xHarbour pls send to me a copy, this is my email
soisa2002@prodigy.net.mx
Best regards
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:
Ok, I have it working now.
I have also added the RMDBFCDX rdd.
I also added a couple of options for right click on header like Freeze/Unfreeze and Add/Insert column..
I have also added :lColChanged so I know when to save browse information for user.
I sure could use some of the features in version 7, especially the Pre, Post, and External editing codeblocks
Thanks,
Gale
I have also added the RMDBFCDX rdd.
I also added a couple of options for right click on header like Freeze/Unfreeze and Add/Insert column..
I have also added :lColChanged so I know when to save browse information for user.
I sure could use some of the features in version 7, especially the Pre, Post, and External editing codeblocks
Thanks,
Gale
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Gale,
>I have also added the RMDBFCDX rdd.
What is that RDD for?
> also added a couple of options for right click on header like Freeze/Unfreeze and Add/Insert column..
>I have also added :lColChanged so I know when to save browse information for user.
If you wish to provide me a copy of your changed version and any documention you think would be useful, I will post the changed version to my website for everyone's access.
>I sure could use some of the features in version 7, especially the Pre, Post, and External editing codeblocks>
I do not see any codeblock vars in ver 7 that look like they might be for those uses. Can you tell me their names? Maybe we can add them to ver 6.
James
>I have also added the RMDBFCDX rdd.
What is that RDD for?
> also added a couple of options for right click on header like Freeze/Unfreeze and Add/Insert column..
>I have also added :lColChanged so I know when to save browse information for user.
If you wish to provide me a copy of your changed version and any documention you think would be useful, I will post the changed version to my website for everyone's access.
>I sure could use some of the features in version 7, especially the Pre, Post, and External editing codeblocks>
I do not see any codeblock vars in ver 7 that look like they might be for those uses. Can you tell me their names? Maybe we can add them to ver 6.
James
James,
I've been testing your version of tsbrowse more accurately and I've discovered a (little) problem: When I try to go down to insert a new record, it gives me an error (described below) and I didn't see what it could be (yet!). Can you help me?
Best Regards,
I've been testing your version of tsbrowse more accurately and I've discovered a (little) problem: When I try to go down to insert a new record, it gives me an error (described below) and I didn't see what it could be (yet!). Can you help me?
Code: Select all
Descrição do erro produzido
________________________________________________________________________________
Error BASE/1070 Argument error: ==
Argumentos :
[ 1] = N 15389375
[ 2] = A { ... }
Chamadas a Stack
________________________________________________________________________________
Called from (b)TBRUSH:NEW(0)
Called from ASCAN(0)
Called from TBRUSH:NEW(0)
Called from TSBTNGET:SETCOLOR(2285)
Called from TGET:NEW(256)
Called from TSBTNGET:NEW(86)
Called from TSBROWSE:LEDITCOL(4984)
Called from TSBROWSE:KEYDOWN(3983)
Called from TWINDOW:HANDLEEVENT(0)
Called from TCONTROL:HANDLEEVENT(0)
Called from TSBROWSE:HANDLEEVENT(8640)
Called from _FWH(3108)
Called from DIALOGBOX(0)
Called from TDIALOG:ACTIVATE(264)
Called from EDITA(599)
Called from (b)CADVEN(202)
Called from TBUTTON:CLICK(0)
Called from TBUTTON:HANDLEEVENT(0)
Called from _FWH(3108)
Called from SENDMESSAGE(0)
Called from TDIALOG:COMMAND(396)
Called from TWINDOW:HANDLEEVENT(0)
Called from TDIALOG:HANDLEEVENT(849)
Called from DIALOGBOX(0)
Called from TDIALOG:ACTIVATE(264)
Called from CADVEN(206)
Called from (b)MAIN(216)
Called from TSSAY:LBUTTONUP(422)
Called from TWINDOW:HANDLEEVENT(0)
Called from TCONTROL:HANDLEEVENT(0)
Called from TSSAY:HANDLEEVENT(260)
Called from _FWH(3108)
Called from WINRUN(0)
Called from TWINDOW:ACTIVATE(880)
Called from MAIN(261)
Kleyber Derick
FWH / xHb / xDevStudio / SQLLIB
FWH / xHb / xDevStudio / SQLLIB
James,
The codeblocks are created in tscolumn but show up in tsbrowse.prg also.
bEditing // Block to be evaluated when editing starts
bEditEnd // Block to be evaluated when editing success
bExtEdit // Block for external data edition
RMDBFCDX lets you use bitmap filters like Comix and Six. It also includes Full Text Search functions.
I don't have all of the Language files updated with the additional Menu options but I would be happy to provide you with what I have.
Gale
The codeblocks are created in tscolumn but show up in tsbrowse.prg also.
bEditing // Block to be evaluated when editing starts
bEditEnd // Block to be evaluated when editing success
bExtEdit // Block for external data edition
RMDBFCDX lets you use bitmap filters like Comix and Six. It also includes Full Text Search functions.
I don't have all of the Language files updated with the additional Menu options but I would be happy to provide you with what I have.
Gale