Thanks,
This works properly.
Now the pop3 server and all mail can be managed from within FiveWin.
Greetings
Willy
Search found 117 matches
- Wed Jul 15, 2009 6:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: tSmtp() with gmail
- Replies: 3
- Views: 846
- Tue Jul 14, 2009 1:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: tSmtp() with gmail
- Replies: 3
- Views: 846
tSmtp() with gmail
Hello, I use the following code function SendMail() local oOutMail, cIP WSAStartup() oOutMail := TSmtp():New( cIP := GetHostByName( "smtp.gmail.com",465) ) MsgInfo( cIP ) oOutMail:bConnecting = { ||nil } oOutMail:bConnected = { ||nil } oOutMail:bDone = { || Msg...
- Fri Dec 05, 2008 2:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TFTP problem
- Replies: 4
- Views: 1073
- Mon Dec 01, 2008 4:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TFTP problem
- Replies: 4
- Views: 1073
- Mon Dec 01, 2008 3:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TFTP problem
- Replies: 4
- Views: 1073
- Mon Dec 01, 2008 2:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TFTP problem
- Replies: 4
- Views: 1073
TFTP problem
Hello, I start some tests with tFTP. I started with the sample tftp.prg from the samples dir //----------------------------------------------------------------------------// function Main() local oInternet := TInternet():New() local oFTP := TFTP():New( "207.46.133.140", oInternet ) // Micr...
- Wed Nov 26, 2008 6:55 am
- Forum: FiveLinux / FiveDroid (Android)
- Topic: FiveLinux and MySQL
- Replies: 13
- Views: 5846
- Mon Nov 17, 2008 7:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: High Quality Icons
- Replies: 4
- Views: 1117
- Mon Nov 17, 2008 7:19 pm
- Forum: FiveLinux / FiveDroid (Android)
- Topic: FiveLinux and MySQL
- Replies: 13
- Views: 5846
Hello Doug, What a job, writing your own dataserver. I've thought about it some years ago. I've read a book about the subject. Indeed making your own data server in clipper. But I think it is still a to big job and the result will be smaller and more difficult then simply using a free MySQL dbms wit...
- Thu Nov 13, 2008 6:05 pm
- Forum: FiveLinux / FiveDroid (Android)
- Topic: FiveLinux and MySQL
- Replies: 13
- Views: 5846
Meanwhile I've tried to use my Windows programs (including mysql) on Linux system with Wine. It works fine. Only when I want to open a pdf from within the application with shellexecute, it is not working. Shortkeys also do not work. But in general it is possible to develop under Windows and run the ...
- Thu Nov 13, 2008 5:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: High Quality Icons
- Replies: 4
- Views: 1117
High Quality Icons
Hello,
Can I add an icon to my exe that has more then 255 colors and with a larger size then 64X64 pixels.
With Resource workshop I can not use icons larger then 6
pixels. The color limit seems to be 256 colors.
These days that is nog enough of course.
Greetings
Willy Hermans.
Can I add an icon to my exe that has more then 255 colors and with a larger size then 64X64 pixels.
With Resource workshop I can not use icons larger then 6
pixels. The color limit seems to be 256 colors.
These days that is nog enough of course.
Greetings
Willy Hermans.
- Tue Oct 28, 2008 8:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Upload pdf-files to mysql database
- Replies: 10
- Views: 2455
Thanks, That does the job. It is working now with relative small pdf-files. I use already a longblob. Normaly it can contain a file of more then 100 MB. But the system can not load a file of 2 MB. In the MySQL manual I found something. But it is not very clear. I should have to change a setting in t...
- Sun Oct 26, 2008 11:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Upload pdf-files to mysql database
- Replies: 10
- Views: 2455
Hello Rick, Already many thanks for the effort. oRsCh seems to be an instance of an ado object. I asume it is the free AdoRDD. So I can not use appendchunk in my SQL rdd. I did not find an equivalent in the short manual. So I think I have to build a new environment based on AdoRDD. I saw you have mu...
- Sun Oct 26, 2008 9:20 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New AdoRDD (free)
- Replies: 203
- Views: 99547
- Sat Oct 25, 2008 4:17 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Upload pdf-files to mysql database
- Replies: 10
- Views: 2455