Re: [Harbour] OT - E-Mail Address Verification

2008-06-26 Thread gabor salai [intranet242]
- Original Message - From: "Pritpal Bedi" <[EMAIL PROTECTED]> To: Sent: Thursday, June 26, 2008 11:34 PM Subject: [Harbour] OT - E-Mail Address Verification > Is there a way to verify if an email address is valid or fake ? what do you mean, to know is, for example, [EMAIL PROTECTED] a r

Re: [Harbour] 2008-06-26 11:21 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-06-26 Thread Pritpal Bedi
Hello again, <<< Names are also used quite inconsistently right now, some are named WVG and some WVT, so I think we should somehow transition things to WVG. To not break app compatibility, a simple #define layer could be added to translate WVT to WVG for the application level code, optionally wit

Re: [Harbour] 2008-06-26 11:21 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-06-26 Thread Pritpal Bedi
Hello Viktor <<< It's a compatibility issue, but how come naming GTWVG functions as GTWVT is the central idea? I don't understand. >>> :-((( <<< [ I thought the central idea is that GTWVG is a GUI which allows me to use Clipper legacy console output commands to generate GUI (or hybrid) apps. Th

[Harbour] 2008-06-27 03:27 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-06-26 Thread Szakáts Viktor
2008-06-27 03:27 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/gtwvg/Makefile * contrib/gtwvg/common.mak - contrib/gtwvg/wvtclass.prg + contrib/gtwvg/wvgclass.prg - contrib/gtwvg/wvtpaint.prg + contrib/gtwvg/wvgpaint.prg - contrib/gtwvg/wvtcore.c + contrib/gtwvg/w

Re: [Harbour] [SPAM] Method ClassName:MethodName( ... )

2008-06-26 Thread Szakáts Viktor
I agree. I'd also suggest to add some arguments why a given feature is useful, before adding it to core, even if it's easy to implement. This is important to keep the language straightforward and to avoid bloat. This feature's only merit IMO is that it's an XBase++ compatibility one (otherwise i

Re: [Harbour] 2008-06-26 11:21 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-06-26 Thread Szakáts Viktor
<<< function names, Absolutely NO, as it is the central idea behind. It's a compatibility issue, but how come naming GTWVG functions as GTWVT is the central idea? I don't understand. [ I thought the central idea is that GTWVG is a GUI which allows me to use Clipper legacy console output com

Re: [Harbour] Errore irrecuperabile 9024

2008-06-26 Thread Petr Chornyj
Paolo Russignan wrote: > > > as we must change the code you sent? > Another question: where can I find documentation and examples of > hbhpdf? > > Paolo, we must change not hb_xrealloc, we must change yours own code. I do not know what library you use with pdfcreator, but I think a proble

Re: [Harbour] 2008-06-26 11:21 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-06-26 Thread Pritpal Bedi
Hello <<< I'm seeing lots of "WVT"s in filenames (sources, headers), >>> I am fine with changes in filenames. <<< function names, >>> Absolutely NO, as it is the central idea behind. <<< other strings. >>> I am fine with these changes, again. <<< They might be similar, but they are not at

Re: [Harbour] OT - E-Mail Address Verification

2008-06-26 Thread Phil Barnett
On Thursday 26 June 2008 05:34:04 pm Pritpal Bedi wrote: > Hello All, > > Is there a way to verify if an email address is valid or fake ? > > I am looking for pure Harbour solution. > > Regards > Pritpal Bedi I have a php form that does it if it could help. At least it would walk you through the

Re: [Harbour] [SPAM] Method ClassName:MethodName( ... )

2008-06-26 Thread Petr Chornyj
Pritpal Bedi wrote: > > <<< >#xcommand METHOD : => ; > METHOD CLASS > > If you find it useful then we can add it to our hbclass.ch > > Please do it. It is extremely useful. > For what extremely? IMHO it's "sugar" and if we want to add this to hbclass.ch we must use

Re: [Harbour] OT - E-Mail Address Verification

2008-06-26 Thread Szakáts Viktor
You'd need to directly mess with the DNS servers (to get the MX records) than you'd have to query the SMTP server(s) to find this out (also I'm not sure how reliable this is nowadays that servers are using all kinds of hacks to avoid SPAM). So, probably possible to some extent, but such code is ra

Re: [Harbour] Set( _SET_HBOUTLOGHEADER ) opinions

2008-06-26 Thread Szakáts Viktor
Hi Mindaugas, Szakáts Viktor wrote: I'd like to add a small feature which makes it possible to pass an app defined string to Harbour, which then gets added to every hb_out.log entries. Set( _SET_HBOUTLOGHEADER[, ) -> This is useful to add important information to the Harbour generated FM an

Re: [Harbour] Define for version recognition

2008-06-26 Thread Szakáts Viktor
Hi Maurizio, Pls check the version #defines in include/hbver.h, on .prg level __HARBOUR__ has the version as its value. Brgds, Viktor On 2008.06.26., at 19:19, Maurizio la Cecilia wrote: I don't know if is possible, but i would know if ther'is in Harbour a pre defined constant telling at co

Re: [Harbour] 2008-06-26 11:21 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-06-26 Thread Szakáts Viktor
Hello Viktor <<< ; TODO: I'd suggest to change "WVT" references to "WVG" to avoid confusion with core WVT. At least in those places which wouldn't break compatibility (like source names). If there is no objection I can do it. What exactly you mean by WV

R: RE: [Harbour] OT - E-Mail Address Verification

2008-06-26 Thread Massimo Belgrano
http://coveryourasp.com/ValidateEmail.asp Massimo Belgrano Da: [EMAIL PROTECTED] per conto di Massimo Belgrano Inviato: ven 27/06/2008 0.53 A: Harbour Project Main Developer List. Oggetto: R: RE: [Harbour] OT - E-Mail Address Verific

Re: [Harbour] OT - E-Mail Address Verification

2008-06-26 Thread ABIX - Adam Jurkiewicz
Dnia piątek, 27 czerwca 2008, Pritpal Bedi napisał: > I need real-time validation from the server. > Then, check http://verify-email.org/, thats very simple verification, which shows how to do it: = Log: = MX record about abix.info.pl exists. = Connection succeeded to abix.info.pl SMTP. = 220 m09

R: RE: [Harbour] OT - E-Mail Address Verification

2008-06-26 Thread Massimo Belgrano
Do you know a version written in any language? How veryfy For Valid domain and how for Valid user - Messaggio originale - Da: Pritpal Bedi <[EMAIL PROTECTED]> Inviato: venerdì 27 giugno 2008 0.28 A: harbour@harbour-project.org Oggetto: RE: [Harbour] OT - E-Mail Address Verification Tha

RE: [Harbour] OT - E-Mail Address Verification

2008-06-26 Thread Pritpal Bedi
Thanks Massimo > FUNCTION ValidEmailAddr(cAddr AS STRING) AS LOGIC But this is not what I am looking for. I need real-time validation from the server. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/OT---E-Mail-Address-Verification-tp18143143p18144732.html Sent

Re: [Harbour] [SPAM] Method ClassName:MethodName( ... )

2008-06-26 Thread Pritpal Bedi
Hello Przem <<< #xcommand METHOD : => ; METHOD CLASS If you find it useful then we can add it to our hbclass.ch >>> Please do it. It is extremely useful. Thanks for the quick solution. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/Method-Clas

RE: [Harbour] HARBOUR + gtwvt or gtwvg

2008-06-26 Thread Massimo Belgrano
Gtwvt is part of Harbour Gtwvg is contrib extension library who extend gtwvt with additional gui element Hwgui will be used but not in same form gtwvt-g. So a hwgui process you open a form and make your works and close it returning to gtwvt-g -Original Message- From: [EMAIL PROTECTED] [mai

RE: [Harbour] OT - E-Mail Address Verification

2008-06-26 Thread Massimo Belgrano
FUNCTION ValidEmailAddr(cAddr AS STRING) AS LOGIC LOCAL nAtPos,nPerPos AS DWORD LOCAL lReturn := TRUE *ErrorBox{,cAddr}:Show() IF SLen(cAddr) > 0 nAtPos := At("@",cAddr) // if not found - error IF nAtPos < 2 lReturn := FALSE ELSE nPerPos := At3(".",cAddr,nAtPos) IF nPerPos == 0 lReturn :=

[Harbour] OT - E-Mail Address Verification

2008-06-26 Thread Pritpal Bedi
Hello All, Is there a way to verify if an email address is valid or fake ? I am looking for pure Harbour solution. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/OT---E-Mail-Address-Verification-tp18143143p18143143.html Sent from the Harbour - Dev mailing list arc

Re: [SPAM] [Harbour] Method ClassName:MethodName( ... )

2008-06-26 Thread Przemyslaw Czerpak
On Thu, 26 Jun 2008, Pritpal Bedi wrote: Hi Pritpal, > XBase++ class syntax as above is supported in xHarbour. > Do we have this functionality in Harbour? If yes, what I have > to do extra? #xcommand METHOD : => ; METHOD CLASS If you find it useful then we can add it to our hb

[Harbour] HARBOUR + gtwvt or gtwvg

2008-06-26 Thread Sami Laham
Hello folks, I have some doubts, what will be happen with gtwvt (it will be exist in future release or will be discontinued), can i use mix mode gtwvt+ hwgui I must be use gtwvt or gtwvg (in win32 plataform) in my mind it is confused there is some documentation to read ? Brgds, Sami

[Harbour] Method ClassName:MethodName( ... )

2008-06-26 Thread Pritpal Bedi
Hello Everybody XBase++ class syntax as above is supported in xHarbour. Do we have this functionality in Harbour? If yes, what I have to do extra? Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/Method-ClassName%3AMethodName%28-...-%29-tp18142377p18142377.html Sent

Re: [Harbour] Define for version recognition

2008-06-26 Thread ABIX - Adam Jurkiewicz
Dnia czwartek, 26 czerwca 2008, Maurizio la Cecilia napisał: > I don't know if is possible, but i would know if ther'is in Harbour a pre > defined constant telling at compile time what version (and hopefully Of course, use : HB_SVN_ID - SVN revision __DATE__- compilation date __TIME_

[Harbour] Define for version recognition

2008-06-26 Thread Maurizio la Cecilia
I don't know if is possible, but i would know if ther'is in Harbour a pre defined constant telling at compile time what version (and hopefully subversion) of the compiler is in use. This could allow me to take care of features implemented in newer version and lacking in older version (the stable, b

[Harbour] Re: hbgfgtk errors ...

2008-06-26 Thread Rodrigo Miguel
Hi The gtk_menu_bar_set_shadow_type is deprecated in gtk+2.0, it's only available in version 1. Regards, Rodrigo ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] 2008-06-26 11:21 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-06-26 Thread Pritpal Bedi
Hello Viktor <<< ; TODO: I'd suggest to change "WVT" references to "WVG" to avoid confusion with core WVT. At least in those places which wouldn't break compatibility (like source names). If there is no objection I can do it. >>> What exactly you mean

R: [Harbour] philosophie ??? of (x)harbour

2008-06-26 Thread Massimo Belgrano
>- what could be a reason for using xharbour then. I prefer Harbour community Because Harbour is open-source and therefore you are not at the mercy of the decisions of a private company. Because Harbour is developed by a very experienced and capable team of developers. Because Harbour is proven to

Re: [Harbour] Set( _SET_HBOUTLOGHEADER ) opinions

2008-06-26 Thread Mindaugas Kavaliauskas
Szakáts Viktor wrote: I'd like to add a small feature which makes it possible to pass an app defined string to Harbour, which then gets added to every hb_out.log entries. Set( _SET_HBOUTLOGHEADER[, ) -> This is useful to add important information to the Harbour generated FM and GPF messages,

[Harbour] hbgfgtk errors ...

2008-06-26 Thread Guy Roussin
Hi, Warning when compiling harbour ... make[3]: entrant dans le répertoire « /usr/local/src/harbour/contrib/hbgf » make[4]: entrant dans le répertoire « /usr/local/src/harbour/contrib/hbgf/hbgfgtk » make[5]: entrant dans le répertoire « /usr/local/src/harbour/contrib/hbgf/hbgfgtk/linux/gcc » g

Re: [Harbour] Possible bug in TGET's :delEnd()

2008-06-26 Thread Randy Portnoff
Hi Viktor, My test cannot fail with the current version of TGET since :Pos() will not allow the assignment to :nPos of a non-editable position. Therefore, this issue is closed. HOWEVER... I do not like to see such fragile code - The loop in :DelEnd() is highly dependent on other methods in o

Re: [Harbour] Possible bug in TGET's :delEnd()

2008-06-26 Thread Szakáts Viktor
Hi Randy, Okay, that clears it up. Before implementing your fix, I think it would be best to find such a test case which exploits it. This way maybe we can even find a better fix on lower level. Brgds, Viktor On 2008.06.26., at 15:15, Randy Portnoff wrote: Hi Viktor, I am very sorry, I jus

Re: [Harbour] philosophie ??? of (x)harbour

2008-06-26 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Fritz Eichelhardt" <[EMAIL PROTECTED]> A: "Harbour Project Main Developer List." Data invio: giovedì 26 giugno 2008 20.40 Oggetto: Re: [Harbour] philosophie ??? of (x)harbour - is xharbour a commercial project, while harbour is free No, xHarbour is also

[Harbour] Re: Set( _SET_HBOUTLOGHEADER ) opinions

2008-06-26 Thread Szakáts Viktor
BTW, if someone happens to know GSDGPF for Clipper, this proposal is essentially an equivalent to the GsdGPInfo( ) call. [ GSDGPF is a free GPF logging / dumping library for Clipper. ] Brgds, Viktor On 2008.06.26., at 16:21, Szakáts Viktor wrote: Hi all, I'd like to add a small feature whic

[Harbour] Set( _SET_HBOUTLOGHEADER ) opinions

2008-06-26 Thread Szakáts Viktor
Hi all, I'd like to add a small feature which makes it possible to pass an app defined string to Harbour, which then gets added to every hb_out.log entries. Set( _SET_HBOUTLOGHEADER[, ) -> This is useful to add important information to the Harbour generated FM and GPF messages, so that for ex

[Harbour] 2008-06-26 15:58 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-06-26 Thread Szakáts Viktor
2008-06-26 15:58 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/pp/hbpp.c ! Fixed typo in recent modification. Thanks to Grigory Filatov for spotting it. -- Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http:/

Re: [Harbour] philosophie ??? of (x)harbour

2008-06-26 Thread Szakáts Viktor
Hi Fritz, Since this is a Harbour list, we're using Harbour terms and lib names. For best results I'd suggest to use the Harbour codebase to find things easily :) thanks for explanations - they make it a lot clearer. but - what could be a reason for using xharbour then. You might be usin

Re: [Harbour] Errore irrecuperabile 9024

2008-06-26 Thread Paolo Russignan
Hello Petr, as we must change the code you sent? Another question: where can I find documentation and examples of hbhpdf? Thanks and greetings Paolo Russignan Petr Chornyj ha scritto: Paolo Russignan wrote: I can not understand where the error occurs and above all I can sen

Re: [Harbour] 2008-06-26 12:25 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-06-26 Thread Grigory Filatov
Dear Viktor, There is a small typo of Last Entry info in hbpp.c at folder harbour\source\pp : ... if( szLastEntry ) { pszEscaped = hb_pp_escapeString( szChangeLogID ); fprintf( fout, "\n#define HB_VER_LENTRY \"%s\"\n", pszEscaped ); hb_xfree( pszEscaped )

Re: [Harbour] philosophie ??? of (x)harbour

2008-06-26 Thread Fritz Eichelhardt
hi all, Am Donnerstag, 26. Juni 2008 10:04:47 schrieb Szakáts Viktor: > Harbour is using a more modular approach [than xhb], > where core is strictly portable and doesn't contain > stuff which could easily live as an independent project. > All this independent and/or non-portable stuff is living

Re: [Harbour] Possible bug in TGET's :delEnd()

2008-06-26 Thread Randy Portnoff
Hi Viktor, I am very sorry, I just realized I am using an older version of TGET - In the current TGET, the :Pos() method does not allow the assignment of a non-editable position to the :nPos var - Therefore, in the case below, when you assign o:pos := 1, it is actually assigning 2 and thereby

Re: [Harbour] ADORDD/OLE (hbw32?)

2008-06-26 Thread Roberto Lopez
Szakáts Viktor wrote: Hi Roberto, It should. The best is if you try, and report your findings. Ok. It appears to be working fine. Thanks. Regards, Roberto. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mail

R: [Harbour] 2008-06-25 15:55 UTC-0800 Pritpal Bedi([EMAIL PROTECTED])

2008-06-26 Thread Massimo Belgrano
Wich are futuristic option? Can you plan insert in wvg a textbox class like wvw_ebcreate? Have you ready an update for multi windows for wvt? - Messaggio originale - Da: Pritpal Bedi <[EMAIL PROTECTED]> Inviato: giovedì 26 giugno 2008 1.00 A: harbour@harbour-project.org Oggetto: [Harbour]

Re: [Harbour] Possible bug in TGET's :delEnd()

2008-06-26 Thread Szakáts Viktor
Hi Randy, I've added a small test case, but I couldn't reproduce the loop: cStr07 := Space(20) SetPos( 14, 16 ) o := _GET_( cStr07, "cStr07", "(999) 999-",, ) o:display() o:setFocus() o:pos := 1 o:delEnd() What am I missing? Brgds, Viktor On 2008.06.25., at 19:27, Ran

[Harbour] 2008-06-26 12:25 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-06-26 Thread Szakáts Viktor
2008-06-26 12:25 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbmysql/mysql.c * contrib/hbmysql/tmysql.prg * contrib/hbmsql/msql.c * contrib/hbmsql/tmsql.prg ! Fixed again to use hb_parptr()/hb_retptr() instead of hb_parnl()/hb_retnl(). This fixes these libs

Re: [Harbour] Error when compiling contrib/hbgf

2008-06-26 Thread Guy Roussin
Sorry, fixed with the last commit of Przemek (i don't read my email before posting) Guy I add this line before the endif in contrib/hbgf/hbgfgtk/Makefile to compile hbgf with linux debian CFLAGS := `pkg-config --cflags --libs gtk+-2.0` But i still have an error : make[3]: entrant dans le répe

[Harbour] Error when compiling contrib/hbgf

2008-06-26 Thread Guy Roussin
Hi, I add this line before the endif in contrib/hbgf/hbgfgtk/Makefile to compile hbgf with linux debian CFLAGS := `pkg-config --cflags --libs gtk+-2.0` But i still have an error : make[3]: entrant dans le répertoire « /usr/local/src/harbour/contrib/hbgf » make[4]: entrant dans le répertoire «

[Harbour] 2008-06-26 11:47 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-06-26 Thread Przemyslaw Czerpak
2008-06-26 11:47 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbmsql/msql.c ! changed msqlGetErrMsg( NULL ) => msqlErrMsg * harbour/contrib/hbsqlit3/hbsqlit3.c ! include harbour header files after sqlite3.c which needs some extra sets for system header f

[Harbour] 2008-06-26 11:21 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-06-26 Thread Szakáts Viktor
2008-06-26 11:21 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/common/hbver.c * Changed version information layout: "Harbour a build x.y-z" -> "Harbour x.y.za" format. * contrib/gtwvg/gtwvg.c ! Fixed compile error. (commented line, please check this code) [

Re: Pointers as zero. Was: [Harbour] TMYSQLSERVER error ...

2008-06-26 Thread Szakáts Viktor
Regarding development process, have the group considered creating "experimental", or "incubator" branch to avoid outside patches ? I did a few times lately. IMO it is important to push all proposals to the repository without delay. This would make development process more agile. I'm not s

Re: [Harbour] ADORDD/OLE (hbw32?)

2008-06-26 Thread Szakáts Viktor
Hi Roberto, It should. The best is if you try, and report your findings. Brgds, Viktor On 2008.06.25., at 23:50, Roberto Lopez wrote: Hi All, Ok. I've found 'hbw32' in contrib. Does it provide adequate OLE support for ADORDD? TIA. Roberto. ___

Re: [Harbour] philosophie ??? of (x)harbour

2008-06-26 Thread Szakáts Viktor
Hi Fritz, very often you mention files (libraries etc.) and almost all the time, i can't find them on my machine. i wonder, if those files are for windows only. or are they for harbour and not xharbour. anyhow, what's the difference between harbour and xharbour i feel somewhat uncomfortable