[Harbour] harbour site and News

2008-01-07 Thread Massimo Renzi (MaticaSrl)
Hi all. I see you speech about new implementation of Habour, but in harbour-project.org I don’t see the news. Is this list linked to www.harbour-project.org ? Thank you. Max No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.17.13/1212

[Harbour] Clipper Compatibility (compiler variable declaration check)

2008-01-07 Thread Massimo Renzi (MaticaSrl)
Hi all. I'm converting Clipper project to Harbour. I've that problem. In some case Clipper developer has declared PRIVATE variable with the same name of PARAMETER variable. I know that the better think is to change the code but at moment I need to maintain the same code. (great great project) Har

R: [Harbour] OrdListAdd() VS. dbSetIndex() "open error"

2008-01-04 Thread Massimo Renzi (MaticaSrl)
error" Hi Massimo, Set( _SET_TRIMFILENAME, .T. ) is meant to cure that in Harbour in a multiplatform way. Try it, and report your results. Brgds, Viktor On 2008.01.04., at 18:14, Massimo Renzi (MaticaSrl) wrote: > Hi Lost, > thank you very much for your reply. > It's true...

Re: [Harbour] OrdListAdd() VS. dbSetIndex() "open error"

2008-01-04 Thread Massimo Renzi (MaticaSrl)
Lost [mailto:[EMAIL PROTECTED] Inviato: venerdì 4 gennaio 2008 17.15 A: [EMAIL PROTECTED]; Harbour Project Main Developer List. Oggetto: Re: R: [Harbour] OrdListAdd() VS. dbSetIndex() "open error" Massimo Renzi (MaticaSrl) escribió el 04/01/08 a las 13:55: > Hi all. > The proble

R: [Harbour] OrdListAdd() VS. dbSetIndex() "open error"

2008-01-04 Thread Massimo Renzi (MaticaSrl)
conto di Massimo Renzi (MaticaSrl) Inviato: venerdì 4 gennaio 2008 15.31 A: 'Harbour Project Main Developer List.' Oggetto: [Harbour] OrdListAdd() VS. dbSetIndex() "open error" Hi all. I've a problem with the command "SET INDEXT TO ..." It return the error "op

[Harbour] OrdListAdd() VS. dbSetIndex() "open error"

2008-01-04 Thread Massimo Renzi (MaticaSrl)
Hi all. I've a problem with the command "SET INDEXT TO ..." It return the error "open error dos error 3". I've seen the PPO and I see that it converts "SET INDEX TO " in OrdListAdd(). I've substitute OrdListAdd with dbSetIndex and it works well. Why? Exist a bug in OrdListAdd ? Thank you Max N

[Harbour] Window Vista - getcountry();

2007-12-28 Thread Massimo Renzi (MaticaSrl)
Hi all. I write you asking a test with xHarbour. At moment in a clipper application I've some problem with Keyboard configuration. In the command prompt keyboard work fine. When I call a clipper program some char are different. I've created a program that show the 'getcountry()' (CATools function)

R: [Harbour] Multi-Window GT - Second Prototype

2007-12-27 Thread Massimo Renzi (MaticaSrl)
Very very compliment. Thank you. max p.s.: F3->New ArrayBrowser->Click on Maximazewindow button->it maximaze the windows but it's impossible resotre the previus size. (Win2000Pro) -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Pritpal Bedi Inviato: vene

R: [Harbour] Harbour Trucante 10chars variables/function/fileds names

2007-12-18 Thread Massimo Renzi (MaticaSrl)
code ("longfunctionname vs longfuncti vs longfunctionamee"), once fixed though to use consistent (long) names, the code will compile and run just fine under both Clipper and Harbour. Brgds, Viktor On 2007.12.18., at 7:46, Massimo Renzi (MaticaSrl) wrote: > Hi all. > I'm try to convert a bi

[Harbour] Harbour Trucante 10chars variables/function/fileds names

2007-12-17 Thread Massimo Renzi (MaticaSrl)
Hi all. I'm try to convert a big clipper 5.2 project. I see exist a lot of errors in the code cause developers often have used name longer than 10chars. Clipper compiler ignore the char in more of 10, Exist an Harbour flag compiler to truncate to 10chars all names? Thank you all Massimo e.g. loc

R: [Harbour] Harbour Trucante 10chars variables/function/fileds names

2007-12-17 Thread Massimo Renzi (MaticaSrl)
ggetto: Re: [Harbour] Harbour Trucante 10chars variables/function/fileds names On Tuesday 18 December 2007 01:46:01 am Massimo Renzi (MaticaSrl) wrote: > Hi all. > I'm try to convert a big clipper 5.2 project. > I see exist a lot of errors in the code cause developers often have used &g