Description:
xHarbour programming, Clipper, and xBase.
|
|
|
Creating a 'Click' event using tIP ??
|
| |
Hi:
Is there a way to create a 'Click' event thru the tIP modules, or do I have to use the CreateObject("InternetExplorat ion.Application") to create an oIE instance ?
I've used the oIE way before but now I've come to like the tIP way better.
(of course, I can fall back to the Curl executable --- curl.exe if I... more »
|
|
strange win32prn issue
|
| |
Hi
I'm printing labels in a laser printer with win32prn.
The routine has 2 arrays of coordinates for fields which are not modified while printing.
As printing moves down the page, the fields are slightly moved to the right although same X coordinate is passed to textoutat method for each label (actually more than 2 size 8 chars to the right along an A4 sheet).... more »
|
|
Sending fax from xHarbour
|
| |
Hi,
Has anybody been able to send faxes from within an xHarbour program?
Any help would be welcome.
Thank you so much.
Ash
|
|
xharbour-developers
|
| |
Hi Enrico, David, All
It seems xharbour-developers repository at sourceforge is suspended?
My last notifications was eaten without any oink :(
Can You help us?
Or maybe notify commits there, Mel?
Best Regards,
Saulius
|
|
Builds for 9954 Ready
|
| |
Hi:
We have available individual builds for 9954 for the following
Compilers.
BCC 5.5.1,
BCC 5.8.2,
BCC 6.5,
BCC 6.6, // New !!
MinGW 4.7.1,
MSVC 10
To examine and download these builds, please visit: www . whosaway .com
(Password: 'XHB')... more »
|
|
NATIONAL COLLATION AND DESCEND
|
| |
Hi, I've started to open all my data with polish code page PL852 automatically. And then for data indexed with DESCENDED switch or DESCEND function in key expression, even if there are no polish national letters in keys, empty strings are at the top of order not at the bottom like it was while no using national codepage. is it for purpouse or is it a mistake in descend functionality implementation ?... more »
|
|
Error in EXTEND CLASS tIPClientFtp
|
| |
Hi,
Please, run this program:
[code]
...
FUNCTION Main()
EXTEND CLASS tBrowse WITH DATA cTipoListFiles // works ok
EXTEND CLASS tIPClientFtp WITH DATA cTipoListFiles // error
RETURN NIL
[/code]
I got this error:
----------------------------- xHarbour Error... more »
|
|
ftp listfiles returns wrong array from Microsoft FTP Service
|
| |
Hi,
The ftp:listfiles returns wrong array from Microsoft FTP Service.
Example Microsoft FTP: Date Time <dir>/size name
dd-mm-aa hh:mmAM <DIR> meudir1
dd-mm-aa hh:mmAM <DIR> meudir2
dd-mm-aa hh:mmAM 1234 meufile
Default listfiles in FTPCLN.PRG: permissions owner group filesize date... more »
|
|
New BETA xHarbour Builder ready for download
|
| |
Hello,
A new xHarbour Builder BETA build for Windows and Visual xHarbour BETA build 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.... more »
|
|
stdout redirection
|
| |
I'm using xHarbour.com Professional version in a console app. I'm
running an smtp mail agent this way:
__run (mailsend...<long string of options>, @nReturnVal) It works fine, except that mailsend writes any error mesages to the
screen as well as to its log file. I want to prevent writing of error... more »
|
|
|