Description:
xHarbour programming, Clipper, and xBase.
|
|
|
SMTP Example please
|
| |
To All
I know this topic has been discussed at one time or another .. if anyone has a simple SMTP ( with html body possibilities and attachment ) example they can share with me using native xHarbour libs, I would be most grateful.
Rick Lipkin
|
|
Inkey(0)
|
| |
Hi,
In the past, it was recommended to not use inkey(0) cause it would increase CPU usage significantly. I wonder if that's still true, or that it only applied to Clipper (5.2). Can anyone shed some light on this please?
Thanks.
Gerard
|
|
How to build last SVN
|
| |
Hi,
I downloaded last xHarbour SVN, but there is not "make_b32.bat", only "win-make.exe".
If I use "win-make clean" or "win-make all" I have a lot of errors and xHarbour doesn´t build.
How to use it ?
Thanks in advance,
Carlos Gallego
|
|
Build 9449 Available
|
| |
Hi:
xHarbour Build 9449 is now available at [link] Password: 'XHB'
( Change by Eduardo Fernandes to ...\source\tip\mail.prg -- getFileName() function. This was suggested by Fabio Nery)
-- Mel Smith
|
|
ADO FIlter by Date with MS Access
|
| |
To All
I have a Ms Access recordset with a datetime field called [Repair drop date]. I am trying to create a filter condition to be able to find all rows that are over 30 days old.
I have tried various incantations like :
oRs:FIlter := "[Repair Drop Date]+30 <= date()" which fails .. however if you use it in a "Select * from Repair where [Repair Drop Date]+30 <= date()" it WORKS ..... more »
|
|
source compiled and linked, exe don't work
|
| |
Hi
I'm trying thexHarbour Builder Demo-November-2011-Build1119.
I compiled and linked the source code with xhb and xlink. All worked
fine but the executable didn't work. The demo message appears and when
I click OK the DOS window vanishes.
Can someone help me?
The link command is :
c:\xHB\bin\xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -... more »
|
|
New xHarbour Builder BETA release May-2012-Build523
|
| |
Hello xHarbour friends,
A new xHarbour Builder BETA build for Windows is available from your personal xHarbour.com account or via this direct link:
[link]
Please make sure you go to the bottom of the page where the BETA section is.
This new release is build from latest xHarbour.org and xHarbour.com CVS sources as of today.... more »
|
|
Question about FTP log file
|
| |
I wrote a small program to test the FTP functionality in xHarbour.
Here is the code:
****************************** *******************
...procedure main
local oftp
local csite := "[link]"
local cfile := "data.zip"
oFtp := tIPClientFtp():New( csite, .T. )
if .not. oftp:open()... more »
|
|
datetime type and web service
|
| |
Hi
I need to send a datetime type value to a web service via MS SOAP
client.
dtValue:=CTOT(DTOC(DATE())+" "+TIME())
Just before calling the method to send it to the ws TYPE(dtValue)
returns "T" and HB_IsDateTime(dtValue) returns .T.
The web service receives "12/30/1899 3:00:00 AM" which is Windows'... more »
|
|
|