Re: [Harbour] Re: hbide testing (go #2)

2010-03-07 Thread Viktor Szakáts
Hi Pritpal, >> Clicking behavior is now fixed. But I still >> can't easily grasp the meaning of this icon. >> I need to play with it some more. >> > > Let me explain how powerful this feature is: > > 1. Select "New..." from drop-down list of right-most combo-box >on top toolbar. > 2. In th

[Harbour] Some simple fixes

2010-03-07 Thread Lorenzo Fiorini
Comparing my local tree with the SVN 14074 there are some simple fixes that could be useful to others. Pick up what you want. contrib/xhb/hblog.prg In line 465 replace IF HB_EnumIndex() < nLen with IF xPar:__enumIndex() < nLen contrib/hbtip/sendmail.prg the syntax "text/plain;filename=" + cFnam

Re: [Harbour] SF.net SVN: harbour-project:[14074] trunk/harbour/ChangeLog

2010-03-07 Thread Przemysław Czerpak
On Sun, 07 Mar 2010, vszak...@users.sourceforge.net wrote: Hi, > 2010-03-07 04:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) > * src/vm/hvm.c > * include/hbapi.h > * Marked hb_synEval public symbol with HB_LEGACY_LEVEL3 Thank you. I'll only commit small cleanup. It has to be availabl

[Harbour] SF.net SVN: harbour-project:[14075] trunk/harbour

2010-03-07 Thread druzus
Revision: 14075 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14075&view=rev Author: druzus Date: 2010-03-07 09:57:44 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 10:57 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapi

Re: [Harbour] SF.net SVN: harbour-project:[14075] trunk/harbour

2010-03-07 Thread Viktor Szakáts
Hi Przemek, > Log Message: > --- > 2010-03-07 10:57 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) > * harbour/include/hbapi.h >* small cleanup in marking hb_symEval with HB_LEGACY_LEVEL3 > It should be available for core HVM functions. Thanks. An adjustment is needed also

Re: [Harbour] DBI_PASSWORD

2010-03-07 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Enrico Maria Giordano" A: "Harbour Project Main Developer List." Data invio: venerdì 5 marzo 2010 9.14 Oggetto: Re: [Harbour] DBI_PASSWORD Przemek, sorry to be back on this subject: do you think it would be possible to also crypt DBFs with memo fields lea

Re: [Harbour] SF.net SVN: harbour-project:[14075] trunk/harbour

2010-03-07 Thread Przemysław Czerpak
On Sun, 07 Mar 2010, Szak�ts Viktor wrote: Hi Viktor, > Thanks. An adjustment is needed also in hvm.c. I wonder > if this public variable could be eliminated completely > (without drawbacks that is). It seems the only one remaining > in Harbour core. It's necessary for core code and it's used

[Harbour] SF bug tracker#2964744: hbmysql: tmysql.prg->ClipValue2SQL() returns EMPTY string.

2010-03-07 Thread Chen Kedem
The following was submitted to our SF bug tracker: http://sourceforge.net/tracker/?func=detail&atid=100681&aid=2964744&group_id=681 it claim that in contrib/hbmysql/tmysql.prg function ClipValue2SQL() should return "NULL" instead of "''" (" ' ' ") for NIL type values. If someone that know this co

[Harbour] SF.net SVN: harbour-project:[14076] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14076 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14076&view=rev Author: vszakats Date: 2010-03-07 10:48:30 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 11:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/hvm.c ! Adjust

Re: [Harbour] SF.net SVN: harbour-project:[14076] trunk/harbour

2010-03-07 Thread Lorenzo Fiorini
On Sun, Mar 7, 2010 at 11:48 AM, wrote: > >  * contrib/hbtip/sendmail.prg >    ! Fixed mime type spec: "text/plain;filename=" -> "text/plain; name=" Many thanks, all the return strings should be changed also. For example: ... CASE ( cFile LIKE ".+\.vbd" ); RETURN "application/activexdocument="

[Harbour] SF.net SVN: harbour-project:[14077] trunk/harbour

2010-03-07 Thread druzus
Revision: 14077 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14077&view=rev Author: druzus Date: 2010-03-07 11:02:01 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 12:00 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/xhb/t

[Harbour] SF.net SVN: harbour-project:[14078] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14078 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14078&view=rev Author: vszakats Date: 2010-03-07 11:06:40 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 12:06 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbtip/sendmail.pr

[Harbour] Re: SF bug tracker#2964744: hbmysql: tmysql.prg->ClipValue2SQL() returns EMPTY string.

2010-03-07 Thread Chen Kedem
Viktor, > 2010-03-07 11:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) > : > * contrib/hbmysql/tmysql.prg >! Fixed CLIPVALUE2SQL() to return NULL for NIL > values. Should fix sf.bet bug #2964744. >% Optimized CLIPVALUE2SQL(). Thanks you. Report is now closed. Chen. __

Re: [Harbour] DBI_PASSWORD

2010-03-07 Thread Przemysław Czerpak
On Sun, 07 Mar 2010, Enrico Maria Giordano wrote: Hi, > >Przemek, sorry to be back on this subject: do you think it would > >be possible to also crypt DBFs with memo fields leaving the memo > >fields theirself uncrypted? I would really need of the crypting > >functionality... :-) It is possible.

[Harbour] SF.net SVN: harbour-project:[14079] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14079 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14079&view=rev Author: vszakats Date: 2010-03-07 11:21:58 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 12:21 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbtip/encmthd.c

[Harbour] SF.net SVN: harbour-project:[14080] trunk/harbour

2010-03-07 Thread druzus
Revision: 14080 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14080&view=rev Author: druzus Date: 2010-03-07 11:25:25 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 12:24 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rdd/dbf1.

Re: [Harbour] dlmalloc on OS/2

2010-03-07 Thread Przemysław Czerpak
On Tue, 02 Mar 2010, Maurilio Longo wrote: Hi, > > Also seems that flAttribute parameter has wrongly value. > > Without ORing with FILE_ARCHIVED and FILE_READONLY files with above > > attribute should be excluded. > > > bits 5..0 are MAY-have, that is, file name is returned either it has that >

Re: [Harbour] Re: dlmalloc on OS/2

2010-03-07 Thread Przemysław Czerpak
On Fri, 05 Mar 2010, Maurilio Longo wrote: Hi, > > 2.c) Can you prepare to manage "64bit file support" ? I think yes > > So you will be ready for future :-) > It requires a lot more changes than DosFindFirst() > > 2.d) I know you are aware of every movement which happen in OS/2 world, > > and m

[Harbour] SF.net SVN: harbour-project:[14081] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14081 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14081&view=rev Author: vszakats Date: 2010-03-07 12:09:47 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 13:07 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbtip/encmthd.c

[Harbour] SF.net SVN: harbour-project:[14082] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14082 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14082&view=rev Author: vszakats Date: 2010-03-07 12:14:00 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 13:13 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbtip/encmthd.c

[Harbour] SF.net SVN: harbour-project:[14083] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14083 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14083&view=rev Author: vszakats Date: 2010-03-07 12:16:32 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 13:16 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbtip/Makefile

Re: [Harbour] DBI_PASSWORD

2010-03-07 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Przemysław Czerpak" A: "Harbour Project Main Developer List." Data invio: domenica 7 marzo 2010 12.21 Oggetto: Re: [Harbour] DBI_PASSWORD It is possible. You only have to remove from src/rdd/dbf1.c code which blocks encryption when MEMO file is present. I

Re: [Harbour] DBI_PASSWORD

2010-03-07 Thread Przemysław Czerpak
On Sun, 07 Mar 2010, Enrico Maria Giordano wrote: > To clarify: you said that memo encryption is currently bugged. If I > remove that condition then are my tables (or memo) under risk of > corruption? No I haven't said anything like that. I said that SIX3 RDD is buggy when memo files are used and

Re: [Harbour] DBI_PASSWORD

2010-03-07 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Przemysław Czerpak" A: "Harbour Project Main Developer List." Data invio: domenica 7 marzo 2010 13.43 Oggetto: Re: [Harbour] DBI_PASSWORD No I haven't said anything like that. I said that SIX3 RDD is buggy when memo files are used and because I didn't w

[Harbour] SF.net SVN: harbour-project:[14084] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14084 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14084&view=rev Author: vszakats Date: 2010-03-07 13:14:28 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 14:14 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbtip/utils.c *

Re: [Harbour] DBI_PASSWORD

2010-03-07 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Enrico Maria Giordano" A: "Harbour Project Main Developer List." Data invio: domenica 7 marzo 2010 13.50 Oggetto: Re: [Harbour] DBI_PASSWORD Sorry, perhaps I don't understand. Are you saying that I can remove such restriction (ie. I can allow memo encrypt

[Harbour] SF.net SVN: harbour-project:[14085] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14085 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14085&view=rev Author: vszakats Date: 2010-03-07 13:31:41 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 14:30 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * doc/Makefile ! Fixed

[Harbour] SF.net SVN: harbour-project:[14086] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14086 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14086&view=rev Author: vszakats Date: 2010-03-07 13:56:54 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 14:56 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/xhb/tframe.prg

[Harbour] SF.net SVN: harbour-project:[14087] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14087 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14087&view=rev Author: vszakats Date: 2010-03-07 14:01:07 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 15:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/xhb/cgi.ch * co

[Harbour] SF.net SVN: harbour-project:[14088] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14088 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14088&view=rev Author: vszakats Date: 2010-03-07 14:19:03 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 15:18 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmzip/hbmzip.c

[Harbour] Re: hbide testing (go #2)

2010-03-07 Thread Pritpal Bedi
Hello Viktor Viktor Szakáts wrote: > >> No. This cannot be. hbide.set is created by Qt's direct >> function call which only accepts a filename. While reading it, >> Qt expects a filename only. I cannot push these settings >> at my own. It is a binary file by nature so it must been >> moved f

[Harbour] Re: SF.net SVN: harbour-project:[14086] trunk/harbour

2010-03-07 Thread Pritpal Bedi
vszakats wrote: > > * contrib/hbide/ideharbourhelp.prg > * contrib/hbide/idehome.prg > ! Fixed to generate lowercase HTML code. This is basic requirement > for HTML to validate with any newer than legacy HTML standard (f.e. > XHTML). > Should be fixed in other places in Harbo

[Harbour] Error Testing simple.prg in Postgres

2010-03-07 Thread Bruno Luciani
I get this error when run this part of simple.prg in postgres contrib, previously works ok in similar statement a few lines before I read about this error and may be an initialization error , but I just try to do cQuery:="" and is the same error any Idea thanks --- error -

Re: [Harbour] SF.net SVN: harbour-project:[14083] trunk/harbour

2010-03-07 Thread Lorenzo Fiorini
On Sun, Mar 7, 2010 at 1:16 PM, wrote: > > Removed Paths: > - >    trunk/harbour/contrib/hbtip/encmthd.c make[4]: *** No rule to make target `encmthd.o', needed by `libhbtipssl.a'. Stop. make[3]: *** [descend] Error 2 make[2]: *** [hbtipssl] Error 2 make[1]: *** [hbtip] Error 2 mak

Re: [Harbour] Re: hbide testing (go #2)

2010-03-07 Thread Viktor Szakáts
Hi Pritpal, >>> No. This cannot be. hbide.set is created by Qt's direct >>> function call which only accepts a filename. While reading it, >>> Qt expects a filename only. I cannot push these settings >>> at my own. It is a binary file by nature so it must been >>> moved from .ini extension to s

Re: [Harbour] Error Testing simple.prg in Postgres

2010-03-07 Thread Viktor Szakáts
Hi, I can't find an ERROR method in TPQQUERY class, so no idea from here. Brgds, Viktor On 2010 Mar 7, at 16:45, Bruno Luciani wrote: > I get this error when run this part of simple.prg in postgres contrib, > previously works ok in similar statement a few lines before > I read about this erro

[Harbour] SF.net SVN: harbour-project:[14089] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14089 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14089&view=rev Author: vszakats Date: 2010-03-07 16:05:35 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 17:04 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

Re: [Harbour] Error Testing simple.prg in Postgres

2010-03-07 Thread Lorenzo Fiorini
On Sun, Mar 7, 2010 at 4:45 PM, Bruno Luciani wrote: > any Idea Use :ErrorMsg() best regards, Lorenzo ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Error Testing simple.prg in Postgres

2010-03-07 Thread Bruno Luciani
I don't think it is an TPQUERY error but what do you think about the sample code ? Bruno 2010/3/7 Viktor Szakáts > Hi, > > I can't find an ERROR method in TPQQUERY class, > so no idea from here. > > Brgds, > Viktor > > On 2010 Mar 7, at 16:45, Bruno Luciani wrote: > > > I get this error when r

Re: [Harbour] Error Testing simple.prg in Postgres

2010-03-07 Thread Viktor Szakáts
What sample code is this? Brgds, Viktor On 2010 Mar 7, at 17:06, Bruno Luciani wrote: > I don't think it is an TPQUERY error > > but what do you think about the sample code ? > > Bruno > > 2010/3/7 Viktor Szakáts > Hi, > > I can't find an ERROR method in TPQQUERY class, > so no idea from h

Re: [Harbour] Error Testing simple.prg in Postgres

2010-03-07 Thread Bruno Luciani
/* * $Id: simple.prg 10691 2009-03-25 13:22:38Z vszakats $ */ #include "common.ch" Function main( cHost, cDatabase, cUser, cPass ) Local oServer, oQuery, oRow, i, x, aTables, aStruct Local cQuery oServer := TPQServer():New(cHost, cDatabase, cUser, cPass) if oServer:NetErr()

Re: [Harbour] Error Testing simple.prg in Postgres

2010-03-07 Thread Bruno Luciani
Thanks Lorenzo It seems to be a date problem Bruno 2010/3/7 Lorenzo Fiorini > On Sun, Mar 7, 2010 at 4:45 PM, Bruno Luciani > wrote: > > > any Idea > > Use :ErrorMsg() > > best regards, > Lorenzo > ___ > Harbour mailing list (attachment size limit:

Re: [Harbour] Error Testing simple.prg in Postgres

2010-03-07 Thread Bruno Luciani
Thanks Both of you Viktor and Lorenzo Now works ok May be a Language diference produce a diference in date format in sample date : "12-22-2003" giveme the error and modifing to "22-12-2003" works ok Linux Ubuntu 9.10 Bruno 2010/3/7 Viktor Szakáts > Hi, > > I can't find an ERROR m

[Harbour] SF.net SVN: harbour-project:[14090] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14090 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14090&view=rev Author: vszakats Date: 2010-03-07 16:16:39 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 17:15 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbpgsql/tests/sim

[Harbour] SF.net SVN: harbour-project:[14091] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14091 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14091&view=rev Author: vszakats Date: 2010-03-07 16:23:53 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 17:22 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbpgsql/tests/sim

Re: [Harbour] SF.net SVN: harbour-project:[14083] trunk/harbour

2010-03-07 Thread Lorenzo Fiorini
On Sun, Mar 7, 2010 at 4:48 PM, Lorenzo Fiorini wrote: > make[4]: *** No rule to make target `encmthd.o', needed by > `libhbtipssl.a'.  Stop. > make[3]: *** [descend] Error 2 > make[2]: *** [hbtipssl] Error 2 > make[1]: *** [hbtip] Error 2 > make: *** [contrib] Error 2 Sorry a sync error. Now it

[Harbour] SF.net SVN: harbour-project:[14092] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14092 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14092&view=rev Author: vszakats Date: 2010-03-07 16:32:18 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 17:31 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

[Harbour] Re: hbide testing (go #2)

2010-03-07 Thread Pritpal Bedi
Viktor Szakáts wrote: > > I believe you all this, but it's very inelegant IMO > to use two config files for above technical reasons. It's > IMO our job to find proper solutions to such problems. > Yep, very inelegant, but I had no other choice. I could not process Qt's byte-array to be retur

Re: [Harbour] Re: hbide testing (go #2)

2010-03-07 Thread Viktor Szakáts
Hi Pritpal, >> I believe you all this, but it's very inelegant IMO >> to use two config files for above technical reasons. It's >> IMO our job to find proper solutions to such problems. >> > > Yep, very inelegant, but I had no other choice. > I could not process Qt's byte-array to be returned

Re: [Harbour] SF.net SVN: harbour-project:[14091] trunk/harbour

2010-03-07 Thread Bruno Luciani
May be this help you http://www.postgresql.org/docs/7.4/static/datatype-datetime.html Bruno 2010/3/7 > Revision: 14091 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14091&view=rev > Author: vszakats > Date: 2010-03-07 16:23:53 + (Sun, 07 Mar 2010) > > Log Messa

Re: [Harbour] SF.net SVN: harbour-project:[14091] trunk/harbour

2010-03-07 Thread Bruno Luciani
This is the error when sample fails It's say that date it is out of range and may be a diferent datestyle configuration its needed Bruno --- description M 10 0 Inserting, declared transaction control ERROR: 22008: el valor de hora/f

Re: [Harbour] SF.net SVN: harbour-project:[14091] trunk/harbour

2010-03-07 Thread Viktor Szakáts
> May be this help you > > http://www.postgresql.org/docs/7.4/static/datatype-datetime.html Thank you though I'm not interested in the details this time, only the actual string I may commit to fix it. If you or someone else knows it, I will commit it. Brgds, Viktor ___

Re: [Harbour] SF.net SVN: harbour-project:[14091] trunk/harbour

2010-03-07 Thread Bruno Luciani
Reading about datestyle , i think that sample is ok for english language this behavior it is ok respect to may /etc/postgresql.conf # - Locale and Formatting - datestyle = 'iso, dmy' I think you need to leave the sample as it was correct for english or "traditional" postgresql style look thi

Re: [Harbour] SF.net SVN: harbour-project:[14091] trunk/harbour

2010-03-07 Thread Viktor Szakáts
Yes, I'm not SQL expert, but maybe there exist a date notation which follows the ANSI standard, instead of national ones, sine the latter will inevitably not work in all setups. In Harbour this "DTOS" notation is: MMDD Brgds, Viktor On 2010 Mar 7, at 18:15, Bruno Luciani wrote: > This is

Re: [Harbour] SF.net SVN: harbour-project:[14091] trunk/harbour

2010-03-07 Thread Viktor Szakáts
> I think you need to leave the sample as it was > > correct for english or "traditional" postgresql style > look this: > > Style Specification Description Example > ISO ISO 8601/SQL standard 1997-12-17 07:37:16-08 > SQL traditional style 12/17/1997 07:37:16.00 PST > PostgreSQL

Re: [Harbour] SF.net SVN: harbour-project:[14091] trunk/harbour

2010-03-07 Thread Bruno Luciani
Works ok here using "2003-12-17" and "17-12-2003" Postgresql understand the same date , using both format Bruno 2010/3/7 Viktor Szakáts > > I think you need to leave the sample as it was > > > > correct for english or "traditional" postgresql style > > look this: > > > > Style Specification

Re: [Harbour] SF.net SVN: harbour-project:[14091] trunk/harbour

2010-03-07 Thread Bruno Luciani
May be we need to add some text about date format in sample header Bruno 2010/3/7 Viktor Szakáts > > I think you need to leave the sample as it was > > > > correct for english or "traditional" postgresql style > > look this: > > > > Style Specification Description Example > > ISO ISO 8

Re: [Harbour] SF.net SVN: harbour-project:[14091] trunk/harbour

2010-03-07 Thread Viktor Szakáts
> May be we need to add some text about date format in sample header It's not ideal solution to force ppl to change their local server config, just to be able to some SQL scripts. I hope an SQL expert will comment and tell us the solution here. Brgds, Viktor _

[Harbour] SF.net SVN: harbour-project:[14093] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14093 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14093&view=rev Author: vszakats Date: 2010-03-07 17:43:18 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 18:42 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbpgsql/tests/sim

[Harbour] SF.net SVN: harbour-project:[14094] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14094 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14094&view=rev Author: vszakats Date: 2010-03-07 18:03:17 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 19:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbpgsql/tests/sim

Re: [Harbour] SF.net SVN: harbour-project:[14093] trunk/harbour

2010-03-07 Thread Bruno Luciani
I get this error now br...@notebook:~/harbour-project/harbour/contrib/hbpgsql/tests$ hbmk2 simple hbmk2: Processing local make script: hbmk.hbm hbmk2: Processing configuration: /usr/local/bin/hbmk.cfg hbmk2: Error: Opening: ../hbpgsql.hbc Harbour 2.1.0dev (Rev. 14072) Copyright (c) 1999-2010, htt

Re: [Harbour] SF.net SVN: harbour-project:[14093] trunk/harbour

2010-03-07 Thread Viktor Szakáts
On 2010 Mar 7, at 19:12, Bruno Luciani wrote: > br...@notebook:~/harbour-project/harbour/contrib/hbpgsql/tests$ hbmk2 simple > hbmk2: Processing local make script: hbmk.hbm > hbmk2: Processing configuration: /usr/local/bin/hbmk.cfg > hbmk2: Error: Opening: ../hbpgsql.hbc It's local problem, see a

Re: [Harbour] SF.net SVN: harbour-project:[14093] trunk/harbour

2010-03-07 Thread Bruno Luciani
ok 2010/3/7 Viktor Szakáts > On 2010 Mar 7, at 19:12, Bruno Luciani wrote: > > > br...@notebook:~/harbour-project/harbour/contrib/hbpgsql/tests$ hbmk2 > simple > > hbmk2: Processing local make script: hbmk.hbm > > hbmk2: Processing configuration: /usr/local/bin/hbmk.cfg > > hbmk2: Error: Openin

Re: [Harbour] SF.net SVN: harbour-project:[14093] trunk/harbour

2010-03-07 Thread Bruno Luciani
all ok My mistake 2010/3/7 Viktor Szakáts > On 2010 Mar 7, at 19:12, Bruno Luciani wrote: > > > br...@notebook:~/harbour-project/harbour/contrib/hbpgsql/tests$ hbmk2 > simple > > hbmk2: Processing local make script: hbmk.hbm > > hbmk2: Processing configuration: /usr/local/bin/hbmk.cfg > > hbmk2

[Harbour] SF.net SVN: harbour-project:[14095] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14095 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14095&view=rev Author: vszakats Date: 2010-03-07 19:31:54 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-07 20:31 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbpgsql/tests/tst

[Harbour] SF.net SVN: harbour-project:[14096] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14096 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14096&view=rev Author: vszakats Date: 2010-03-07 23:11:09 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-08 00:09 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbapi.h * src/c

[Harbour] SF.net SVN: harbour-project:[14097] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14097 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14097&view=rev Author: vszakats Date: 2010-03-07 23:33:01 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-08 00:32 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_prn2.c

[Harbour] SF.net SVN: harbour-project:[14098] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14098 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14098&view=rev Author: vszakats Date: 2010-03-07 23:38:34 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-08 00:38 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_prn3.c

[Harbour] SF.net SVN: harbour-project:[14099] trunk/harbour/ChangeLog

2010-03-07 Thread vszakats
Revision: 14099 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14099&view=rev Author: vszakats Date: 2010-03-07 23:49:34 + (Sun, 07 Mar 2010) Log Message: --- 2010-03-08 00:48 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * ChangeLog ! Added mis

[Harbour] SF.net SVN: harbour-project:[14100] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14100 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14100&view=rev Author: vszakats Date: 2010-03-08 01:05:44 + (Mon, 08 Mar 2010) Log Message: --- 2010-03-08 02:01 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

[Harbour] SF.net SVN: harbour-project:[14101] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14101 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14101&view=rev Author: vszakats Date: 2010-03-08 01:47:35 + (Mon, 08 Mar 2010) Log Message: --- 2010-03-08 02:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/gtwin/gtwin.c

[Harbour] SF.net SVN: harbour-project:[14102] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14102 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14102&view=rev Author: vszakats Date: 2010-03-08 02:29:23 + (Mon, 08 Mar 2010) Log Message: --- 2010-03-08 03:28 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/gtwin/gtwin.c

Re: [Harbour] SF.net SVN: harbour-project:[14096] trunk/harbour

2010-03-07 Thread smu johnson
Wow you've been busy! Anyway I was thinking hb_iswin2k() -> hb_isWin2kOrAbove() would be a bit better wording to not be ambiguous about the "or versions above" part of that call. Just a thought/. On Sun, Mar 7, 2010 at 3:11 PM, wrote: > Revision: 14096 > > http://harbour-project.svn.sourceforg

Re: [Harbour] SF.net SVN: harbour-project:[14096] trunk/harbour

2010-03-07 Thread Viktor Szakáts
Hi, > Wow you've been busy! > > Anyway I was thinking hb_iswin2k() -> hb_isWin2kOrAbove() would be a bit > better wording to not be ambiguous about the "or versions above" part of that > call. We keep it short and simple: all hb_iswin*() calls automatically mean "and above" (the only exceptio

[Harbour] hbIDE and Intellisense

2010-03-07 Thread Pritpal Bedi
Hi All I am a step forward in basic constructs needed for some "intellisense" concepts, but I am not sure what bunch can be defined as intellisense. Can you post what is expected in a source editor in this context. I do not want to build foundation which may require deep changes in the future

[Harbour] SF.net SVN: harbour-project:[14103] trunk/harbour

2010-03-07 Thread vszakats
Revision: 14103 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14103&view=rev Author: vszakats Date: 2010-03-08 02:53:59 + (Mon, 08 Mar 2010) Log Message: --- 2010-03-08 03:53 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added UNICO

[Harbour] Building Harbour from SVN

2010-03-07 Thread Sérgio Kondo
Hi all, Where I found instruction to build harbour from SVN version? I like build using MSVC8. Thansks Sérgio Kondo ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/h

[Harbour] SF.net SVN: harbour-project:[14104] trunk/harbour

2010-03-07 Thread macdavid
Revision: 14104 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14104&view=rev Author: macdavid Date: 2010-03-08 03:49:14 + (Mon, 08 Mar 2010) Log Message: --- 2010-03-07 21:30 UTC-0600 David Arturo Macias Corona (dmacias/at/mail.udg.mx) * harbour/con