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

2009-04-15 Thread sygecom
Hi Viktor, Just to warn that if the hb_sendmail () changed to use with \ CONTRIB \ HBBLAT and it was resolved, alias was quicker to the sending of emails. I will continue migrating to the Harbour, the only time I thank all the assistance you have provided. Thank you. Leonardo Machado sygecom w

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

2009-04-15 Thread sygecom
Hi Viktor, Actually, it was just taking out the hbcompat.ch which solved the problem. Again thanks for the tip I will try and pay more attention. Leonardo Machado Viktor Szakáts wrote: > > Hi Leonardo, > You seem to be using hbcompat.ch and it messes up this line of yours: > cByts : = oClient

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

2009-04-15 Thread Viktor Szakáts
Hi Leonardo, You seem to be using hbcompat.ch and it messes up this line of yours: cByts : = oClient: filesize (cNAME_FILE) by changing 'filesize' to 'hb_fsize'. Formatting the line to cByts := oClient:filesize(cNAME_FILE) may help, if not, make sure not to use hbcompat.ch in this source. Brgds, V

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

2009-04-15 Thread sygecom
Hi Viktor, I appeared another problem with FTP, I had forgotten to test a module which has the following line: cByts : = oClient: filesize (cNAME_FILE) This returns the file size that will download via FTP, and when it reaches this line giving the error below: Error BASE/1004 Message not found

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

2009-04-15 Thread sygecom
Hello Viktor, I, tested the FTP and all this 100%. Now the hb_sendmail () this always returns false, I am using all the parameters correctly, even did a test by sending xHarbour and correctly. Do have any tips for that little problem? Leonardo Machado vszakats wrote: > > Revision: 10864 >

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

2009-04-15 Thread sygecom
Hi Viktor, Thank you, Solved the problem of HB_SENDMAIL () and FTP. For MENEN now is not giving more hbtip.lib error in the class, I tested the FTP and the sending and receiving transfers everything correctly. Now I just try to see if the sending and receiving e-mails. Again thanks for your help.

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

2009-04-15 Thread sygecom
Hi Viktor, Thank you, I will update my harbor and test again and now I give you a return. Leonardo Machado vszakats wrote: > > Revision: 10864 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10864&view=rev > Author: vszakats > Date: 2009-04-15 16:58:59 +000

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

2009-04-15 Thread vszakats
Revision: 10864 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10864&view=rev Author: vszakats Date: 2009-04-15 16:58:59 + (Wed, 15 Apr 2009) Log Message: --- 2009-04-15 18:58 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg