Hello
I am working with Borland C++ 4.5 IDE (I know this is quiet an old version ;-)). I installed it on a new Computer running XP Prof as Administrator. I use make.exe as a translater tool, which generates text output as the compiler, so I specified $CAP MSG(MAKE2DLL) as an option. From the...
Hello TonHu
Thanks a lot for this notification. I will surely try it. It sounds as if it solves my problems. Coloring empty rows not with the specified colors but with the default is probably what Clipper is doing.
I found some other thing I do not like in the CVS-implementation of Class...
Hello TonHu
In the meantime I got the newest version ( 1.110 Jul 20 09) of tbrowse.prg from the CVS. As you write there were some changes in the part I'm looking. Unfortunately it did not change the behaviour for me. But I found out a way I can live with, although I need to change my program...
Hello TonHu
I downloaded the allready compiled libraries and the source from xharbour.org on the 21.7.05. I originally linked the compiled libraries, but to test I also used the source tbrowse.prg-File.
I am not sure if xharbour.tbrowse has an error, it just behaves not the same as my old...
Hello
I have an application built with Clipper 5.2c which I need to run now on XP Prof. As I had troubles generating a database-file I could not solve with FILE statements
in config.nt and so on, I am trying to compile it with xharbour.
Unfortunately it seems that the implementation of...
Hi Dan
the following code worked fine in my application:
LOCAL browse, col := {}
browse:colorSpec := "W/N,W+/G,W+/N,G/W,W+/R,N/N"
AADD(col,TBColumnNew("Number",{||ADB->number}))
col[LEN(col)]:width := 10
col[LEN(col)]:colorBlock := {||IIF(ADB -> Area == "A", ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.