messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2018-05-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Horacio:\n\nEnviado!\n\nSaludos", "time": "20:55", "topic": "Backup y Restore con MySqlDump", "username": "Armando" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-05-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Muchísimas gracias Armando!\n\nSaludos", "time": "22:07", "topic": "Backup y Restore con MySqlDump", "username": "horacio" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-05-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Horacio:\n\nGracias a ti por agradecer.\n\n\"Una de las mayores virtudes del hombre es la capacidad de demostrar agradecimiento\"\n\nSaludos", "time": "23:02", "topic": "Backup y Restore con MySqlDump", "username": "A...
Backup y Restore con MySqlDump
[ { "date": "2018-06-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Paisa y yo?\nSysCtrlSoftware ARROBA Gmail.com", "time": "23:52", "topic": "Backup y Restore con MySqlDump", "username": "sysctrl2" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-06-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Paisano:\n\nListo, tarde pero sin sueño.\n\nSaludos", "time": "01:47", "topic": "Backup y Restore con MySqlDump", "username": "Armando" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-06-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Paisa no me llega\ncomo te busco en el ese SKYPE,\n<!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\"...
Backup y Restore con MySqlDump
[ { "date": "2018-06-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Paisano:\n\nDisculpa, Tenia yo un horror, enviado nuevamente.\n\nSaludos", "time": "17:40", "topic": "Backup y Restore con MySqlDump", "username": "Armando" } ]
Backup y Restore con MySqlDump
[ { "date": "2021-09-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigos, estoy queriendo guardar un backup en un servidor remoto mysql. Todo funciona salvo cuando quiero recuperar el backup, el registro me devuelve 310 bytes menos que el original, por supuesto cuando quiero restaurar me dice q...
Backup y mysql
[ { "date": "2021-09-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Horacio.\nCómo estás haciendo el Backup?\nY cómo estás haciendo el Restore?", "time": "18:28", "topic": "Backup y mysql", "username": "jrestojeda" } ]
Backup y mysql
[ { "date": "2021-09-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Horacio\n\nLo hago así:\nBackup\n[code=fw:1ldjaa7h]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />C:\\Archivos de programas\\MySqlMaDB\\bin\\MySqlDump -h localhost -u root -pclave base>D:\\Sistemas\\rrhh\\<...
Backup y mysql
[ { "date": "2021-09-15", "forum": "FiveWin para Harbour/xHarbour", "text": "Estoy usando FwMariaDb para conectarme con Mysql, pongo código, se va a entender mejor lo que quiero hacer\n\n[code=fw:1vhis5eo]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />cBackup := Memoread<span style...
Backup y mysql
[ { "date": "2021-09-15", "forum": "FiveWin para Harbour/xHarbour", "text": "Horario,\nEn principio en el update te falta el signo \"=\"\n\n[code=fw:6vnym22k]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">cUpdate := <span style=\"color: #ff0000;\">\"Update empresa set backup = '\"</span> ...
Backup y mysql
[ { "date": "2021-09-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Eduardo, gracias por tu respuesta, me olvide de poner el igual. Probaré tu solución. Con respecto al tamaño recuperado yo creo que si debería ser igual al backup original, de hecho es solo texto. \n\nSaludos", "time": "1...
Backup y mysql
[ { "date": "2021-09-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Hummm meter un respaldo en un campo ? Salvo que la DB tenga muuuuy poca info !\n\nLa opcion de Ademar funciona muy bien, solo que tarda una eternidad la restauracion si la DB es mediana a grande !\n\nEn mi caso, uso lo siguiente...
Backup y mysql
[ { "date": "2021-09-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigos, finalmente desistí de guardar un backup en un campo de mysql. Opte por subir el backup directamente al servidor con pscp una utilidad de putty sumamente rápida y sencilla. Muchas gracias por sus respuestas. \n\nSaludos", ...
Backup y mysql
[ { "date": "2017-09-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi All\nI use this code below:\n[code=fw:3g0ry8hp]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">  <br /><span style=\"color: #00C800;\">METHOD</span> RunDatabaseBackup<span style=\"color: #000000;\">&#40;</span><...
Backup/Restore MySQL data when build BAT file
[ { "date": "2017-09-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Richard,\n\nCan you try it without \"call\"\n\nWaitRun(\"bak.bat\",0)", "time": "09:54", "topic": "Backup/Restore MySQL data when build BAT file", "username": "Horizon" } ]
Backup/Restore MySQL data when build BAT file
[ { "date": "2017-09-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Richard,\n\nI use ShellExecute.\nIn your case it will be someting like this :\n[code=fw:j0wfea0v]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">ShellExecute<span style=\"color: #000000;\">&#40;</span> <span style=...
Backup/Restore MySQL data when build BAT file
[ { "date": "2017-09-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Horizon\":2qehfgdg]Hi Richard,\n\nCan you try it without \"call\"\n\nWaitRun(\"bak.bat\",0)[/quote:2qehfgdg]\n\nHI Hakan,\n\nYou're right, work fine. \nThaks a lot.", "time": "16:22", "topic": "Backup/Restore MySQ...
Backup/Restore MySQL data when build BAT file
[ { "date": "2017-09-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Marc Vanzegbroeck\":3h0yh21d]Richard,\n\nI use ShellExecute.\nIn your case it will be someting like this :\n[code=fw:3h0yh21d]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">ShellExecute<span style=\"color...
Backup/Restore MySQL data when build BAT file
[ { "date": "2017-09-05", "forum": "FiveWin for Harbour/xHarbour", "text": "FWH oCn:BackUp() is simple to use and works fast and well.", "time": "05:56", "topic": "Backup/Restore MySQL data when build BAT file", "username": "nageswaragunupudi" } ]
Backup/Restore MySQL data when build BAT file
[ { "date": "2017-09-05", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"nageswaragunupudi\":2no8cnkc]FWH oCn:BackUp() is simple to use and works fast and well.[/quote:2no8cnkc]\n\nMr.Rao,\n\nYes, I think so. But now I use TMySQL 3rd\nI have a idea. I can use TMySQL and FWH MariaDb/MySql Backu...
Backup/Restore MySQL data when build BAT file
[ { "date": "2017-09-05", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:pqesp8nk]I can use TMySQL and FWH MariaDb/MySql Backup and Restore Together run it?[/quote:pqesp8nk]\nYes, you can.\n\nIn fact you can use FWH mariadb functionality in addition to TMySql in your programs without any conflic...
Backup/Restore MySQL data when build BAT file
[ { "date": "2017-09-05", "forum": "FiveWin for Harbour/xHarbour", "text": "You can use a simple program like this:\n[code=fw:ey3ascz9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"fivewin.ch\"</span>...
Backup/Restore MySQL data when build BAT file
[ { "date": "2017-09-05", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"nageswaragunupudi\":28s8wypk]You can use a simple program like this:\n[code=fw:28s8wypk]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"c...
Backup/Restore MySQL data when build BAT file
[ { "date": "2012-02-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenas\nHe visto conversaciones sobre copias de seguridad en el Foro usando TDolphin, y como fanático de git, tenéis otra opción que\nquizás os sea de interés <!-- s;-) --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\";-)\" tit...
Backups MySql
[ { "date": "2012-02-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Thefull, al dar clik sobre el link. el explorer marca error: y se reinicia el explorer.\n\nsaludos...", "time": "22:11", "topic": "Backups MySql", "username": "sysctrl2" } ]
Backups MySql
[ { "date": "2012-02-15", "forum": "FiveWin para Harbour/xHarbour", "text": "[url:3v2vjn7i]http&#58;//bicosyes&#46;com/backup-incremental-de-tu-base-de-datos-con-git/[/url:3v2vjn7i]", "time": "02:31", "topic": "Backups MySql", "username": "Willi Quintana" } ]
Backups MySql
[ { "date": "2012-02-15", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigos:\n\nAmbos Links funcionan bien.\n\nWilli, hace mucho que no te \"veo\" en el messenger?\n\nSaludos", "time": "18:13", "topic": "Backups MySql", "username": "Armando" } ]
Backups MySql
[ { "date": "2023-12-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Friends,\n\nDoes anyone use it and can you please share your experience?\n\nI am looking for a high capacity read-only media that is immune to the plague of ransomwares.\n\nThank you very much and happy holidays!", "time": "09...
Backups into blu rays
[ { "date": "2023-12-30", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"elvira\":1ncu1yn1]Friends,\n\nDoes anyone use it and can you please share your experience?\n\nI am looking for a high capacity read-only media that is immune to the plague of ransomwares.\n\nThank you very much and happy ...
Backups into blu rays
[ { "date": "2024-01-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you very much Silvio, I don't need to burn discs from Fivewin, but explore the possibility of making my own backups on a blu ray. Happy new year!!!", "time": "20:58", "topic": "Backups into blu rays", "username":...
Backups into blu rays
[ { "date": "2024-01-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Elvira,\nhave you seen my post? \n\nOne effective system for protecting data against ransomware is using an Offline Backup system. \nHere's how it works:\n\n<!-- l --><a class=\"postlink-local\" href=\"https://forums.fivetechsupp...
Backups into blu rays
[ { "date": "2024-01-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes, thank you but i do not trust usb pendrives for backup i,m afraid", "time": "13:23", "topic": "Backups into blu rays", "username": "elvira" } ]
Backups into blu rays
[ { "date": "2024-01-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Elvira,\nI think one always needs multiple options to rely on. Trust also strongly depends on experiences. At the beginning, I invested a lot of money in a tape drive, and during the first backup, it chewed up the tape. With CDs, ...
Backups into blu rays
[ { "date": "2024-01-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Elvira, what I do: Always 2 HARD DISKs of 500 megabytes or higher. 1 Pendrive(USB) Exclusive for backup copies of my systems. And of course, I store (backup) everything important in my file cloud:\n\nElvira, lo que hago: Siempre 2...
Backups into blu rays
[ { "date": "2024-01-02", "forum": "FiveWin for Harbour/xHarbour", "text": "João, may I ask if you have personally seen a PC or server infected with ransomware? \nBest regards,\nOtto", "time": "21:54", "topic": "Backups into blu rays", "username": "Otto" } ]
Backups into blu rays
[ { "date": "2024-01-02", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Otto\":35u88rdn]João, may I ask if you have personally seen a PC or server infected with ransomware? \nBest regards,\nOtto[/quote:35u88rdn]\n\nthis is the typical example when one asks one thing and everyone wants to impo...
Backups into blu rays
[ { "date": "2024-01-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio,\n\n\"Always 2 HARD DISKs of 500 megabytes or higher. 1 Pendrive (USB) exclusive for backup copies of my systems.\"\n\nthat has nothing to do with a secure backup.\nFor example, there are always times when the data is in on...
Backups into blu rays
[ { "date": "2024-01-02", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Otto\":2uiv1ek4]Silvio,\n\n\"Always 2 HARD DISKs of 500 megabytes or higher. 1 Pendrive (USB) exclusive for backup copies of my systems.\"\n\nthat has nothing to do with a secure backup.\nFor example, there are always tim...
Backups into blu rays
[ { "date": "2024-01-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio,\n\nThis is the question:\n\nDoes anyone use it and can you please share your experience?\n\nI am looking for a high capacity read-only media that is immune to the plague of ransomwares.", "time": "23:42", "topic": ...
Backups into blu rays
[ { "date": "2024-01-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you very much. Indeed, we already use backups on internal and external hard disk. It is a question of analyzing the complementary Blu ray option. The tapes are very expensive, given the price of the recorder.", "time": "...
Backups into blu rays
[ { "date": "2024-01-03", "forum": "FiveWin for Harbour/xHarbour", "text": "hi,\n\nLifetime of Optical Disk depend Disk Material so don´t buy No-Name Disk\nalso \"write once\" Disk life longer than \"read/write\" Disk\n\nbut you need a Hardware \"Burner/Player\" which modern PC don´t have any more\nsince ...
Backups into blu rays
[ { "date": "2024-01-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Otto\":cmsotfn4]Silvio,\n\nThis is the question:\n\nDoes anyone use it and can you please share your experience?\n\nI am looking for a high capacity read-only media that is immune to the plague of ransomwares.[/quote:cmso...
Backups into blu rays
[ { "date": "2024-01-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Otto\":17vb58yi]João, may I ask if you have personally seen a PC or server infected with ransomware? \nBest regards,\nOtto[/quote:17vb58yi]\n\nGood morning Master Otto, YES I have seen it. This was a long time ago, today ...
Backups into blu rays
[ { "date": "2024-01-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio, at the moment I work on this:\n\n<!-- m --><a class=\"postlink\" href=\"https://mybergland.com/fwforum/tcweb.gif\">https://mybergland.com/fwforum/tcweb.gif</a><!-- m -->", "time": "17:25", "topic": "Backups into bl...
Backups into blu rays
[ { "date": "2024-01-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"karinha\":24amc7hk][quote=\"Otto\":24amc7hk]João, may I ask if you have personally seen a PC or server infected with ransomware? \nBest regards,\nOtto[/quote:24amc7hk]\n\nGood morning Master Otto, YES I have seen it. This...
Backups into blu rays
[ { "date": "2024-01-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio, I think what you want is a love letter. hahahahaha and not a letter rogatory. hahahahaha.\n\nSilvio, creo que lo que quieres es una carta de amor. jajajajaja y ni una carta rogatoria. jajajajaja.\n\nRegards, saludos.", ...
Backups into blu rays
[ { "date": "2024-01-05", "forum": "FiveWin for Harbour/xHarbour", "text": "I think the path is Fivewin webapp.\n\nI also dont understand Mr. Otto,s posts without source code.", "time": "11:40", "topic": "Backups into blu rays", "username": "elvira" } ]
Backups into blu rays
[ { "date": "2024-01-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Elvira,\nwhich posts are you referring to?\nI can then gladly give you the source code.\nBest regards,\nOtto", "time": "12:00", "topic": "Backups into blu rays", "username": "Otto" } ]
Backups into blu rays
[ { "date": "2012-05-12", "forum": "FiveWin for Harbour/xHarbour", "text": "For several years I have used SMTP so my clients can send emails. It works fine for me, and for many others, but on too many, it won't work. My guess is their service provider blocks the response, so the program never actually s...
Bad Email Dreams ...
[ { "date": "2012-05-14", "forum": "FiveWin for Harbour/xHarbour", "text": "MAybe to try See32 library?\n\nWe are using this library for so many years and works perfect. We can send attachments.\n\nThe user must setup their mail server credentials (Smnp server, username, password, port) and this is it", ...
Bad Email Dreams ...
[ { "date": "2012-05-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Tim,\n\nMay be CDOSys could handle it. It's included with every Win since 2000 Server, and works with ssl and attachments, and non convencional account like google or yahoo ones.", "time": "11:31", "topic": "Bad Email D...
Bad Email Dreams ...
[ { "date": "2012-05-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks for the responses.\n\nI'm still curious why the tMail option is not working with Office 2010 ( or is it a Windows 7 problem ? ). \n\nIs there a fix ? \n\nTim", "time": "15:04", "topic": "Bad Email Dreams ...", ...
Bad Email Dreams ...
[ { "date": "2012-05-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim\n\nCdossys is easy and works fine i can send atachments and html body, i tested with FWH for xHarbour and Harbour compiled with MVC, BCC and Mingw.\n\n\nRegards,", "time": "17:34", "topic": "Bad Email Dreams ...", ...
Bad Email Dreams ...
[ { "date": "2012-05-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Are there any samples of using cDosSys ? From what I see on the internet searches, it is designed for web based apps.\n\nTim", "time": "19:43", "topic": "Bad Email Dreams ...", "username": "TimStone" } ]
Bad Email Dreams ...
[ { "date": "2012-05-14", "forum": "FiveWin for Harbour/xHarbour", "text": "I have had really good luck with a SMTP Component from Ostrosoft. It is free for non-commercial license.\nYou only need to copy and register 1 dll file.\n[url:17la1tx5]http&#58;//www&#46;ostrosoft&#46;com/OSSMTP6&#46;asp[/url:17la...
Bad Email Dreams ...
[ { "date": "2012-05-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nThis is my modified cdosys functions, you may to define a dbf to save config, for config use femail( cAlias ) parameter can be an alias or data object like dolphin query o tdabase object.\n\nuse config alias ... new ... s...
Bad Email Dreams ...
[ { "date": "2012-05-14", "forum": "FiveWin for Harbour/xHarbour", "text": "If you are using Outlook 2007 or later then CDO does not get installed automatically. You have to install it as a stand alone product.\nThis page may help. [url:2zugnt68]http&#58;//j-integra&#46;intrinsyc&#46;com/support/kb/articl...
Bad Email Dreams ...
[ { "date": "2012-05-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Nicanor,\n\nI will try it but my concern is the SMTP protocal. It works fine for me here, but fails on some of my clients systems. That is the problem I am fighting.\n\nGale, its Free for NON-COMMERCIAL use but my application is...
Bad Email Dreams ...
[ { "date": "2012-05-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Gale,\n\nThat download requires Outlook ( Office ) 2007 and will not work with 2010. It could be \"tricked\" but Microsoft does not recommend it.\n\nIts interesting how MAILTO will trigger the MAPI Outlook client without a proble...
Bad Email Dreams ...
[ { "date": "2012-05-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim i am using cdossys with an reserved account in my company server or an autenticated account with gmail an no problem.\n\nRegards,", "time": "22:04", "topic": "Bad Email Dreams ...", "username": "nnicanor" } ]
Bad Email Dreams ...
[ { "date": "2012-05-14", "forum": "FiveWin for Harbour/xHarbour", "text": "I think the problem is with our service providers. I believe they like to do data mining on all emails going through their system, so they block direct connections to other servers. Some providers have an alternative port that a...
Bad Email Dreams ...
[ { "date": "2012-05-14", "forum": "FiveWin for Harbour/xHarbour", "text": "If you are using Outlook 2010 you can use the Outlook object model directly . The only problem with that is the security pop-up. You can get a free utility (mapilabs) that can bypass the security pop-up, but the Outlook object mod...
Bad Email Dreams ...
[ { "date": "2012-05-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Gale your code generates:\n\n Error description: Error Outlook.Application:CREATEITEM:ATTACHMENTS/87 E_INVALIDARG: ADD", "time": "23:57", "topic": "Bad Email Dreams ...", "username": "TimStone" } ]
Bad Email Dreams ...
[ { "date": "2012-05-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Are you sure you used a valid file name?\nIf you are using xHarbour try this sample\n[code=fw:ku0p5d5t]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#define</span> olMailItem...
Bad Email Dreams ...
[ { "date": "2012-05-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Windows explorer is a nuisance when it doesn't show the extension.\n\nI was attaching the error file which is text. Using error.txt fails, using error.log worked.\n\nThanks.\n\nThese are single emails with attachments. I'm going...
Bad Email Dreams ...
[ { "date": "2012-05-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim, \nFor my [i:3hbxaic4]AktiveReport [/i:3hbxaic4]a reporting tool inside WINHOTEL which sends email reports to selected subscribers I made a workaround. I am sending the reports with FTP to my server and from there I send the ...
Bad Email Dreams ...
[ { "date": "2012-05-15", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"TimStone\":1swgc165]\nThese are single emails with attachments. I'm going to create several options for them to use, including SMTP, Outlook, standard MAPI ( in case they have another email client ). Of course those who...
Bad Email Dreams ...
[ { "date": "2012-05-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Randal,\n\nThanks for the post. What Catalyst product are you using ? What compiler ? How did you elect to implement it ?\n\nI do provide for various options ( authentication, alternate port, etc ), but most of my clients have ...
Bad Email Dreams ...
[ { "date": "2012-05-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\n>When they send an email for tech support, it automatically picks up the error.log file from their computer which helps me a lot.\nI thought you can send this error.log with FTP to your server.\nThis way you can forget abo...
Bad Email Dreams ...
[ { "date": "2012-05-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nActually, I am trying to focus on them using email for tech support. When one of my clients calls me, they are often frustrated, and can't find the words to express themselves. Emails are more efficient. I respond to t...
Bad Email Dreams ...
[ { "date": "2012-05-15", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"TimStone\":32jcqnts]Randal,\n\nThanks for the post. What Catalyst product are you using ? What compiler ? How did you elect to implement it ?\n\nI do provide for various options ( authentication, alternate port, etc ),...
Bad Email Dreams ...
[ { "date": "2012-05-16", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"TimStone\":r7cgin5l]For several years I have used SMTP so my clients can send emails. It works fine for me, and for many others, but on too many, it won't work. My guess is their service provider blocks the response, so...
Bad Email Dreams ...
[ { "date": "2012-05-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Alex,\n\nThanks for the comment. Mine is really a customer based issue rather than a FW problem. My clients really don't know ( understand ) their email service provider. Also, some of the ISP's contract off to other services, ...
Bad Email Dreams ...
[ { "date": "2012-05-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim, only to mention it. You can install a Help Desk on your homepage, too. \nBest regards,\nOtto", "time": "16:30", "topic": "Bad Email Dreams ...", "username": "Otto" } ]
Bad Email Dreams ...
[ { "date": "2012-05-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nI actually did that, but this client base didn't use it. I also had a forum, but only the pornographers posted there.\n\nI have a whole new set of websites going up in July and will have a new help desk and forum. \n\nT...
Bad Email Dreams ...
[ { "date": "2012-05-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Using the CDOSYS method ( actually sent to me previously by Richard ), I had the following result:\n\nUsing xHarbour ( .com ) it builds and works correctly.\n\nUsing FWH 12.04, Harbour, and MSVC 2010, I get the following message d...
Bad Email Dreams ...
[ { "date": "2012-05-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nCan you post code, to help you how can solve your error.\n\nRegards,", "time": "02:28", "topic": "Bad Email Dreams ...", "username": "nnicanor" } ]
Bad Email Dreams ...
[ { "date": "2012-05-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Nincanor,\n\nThank you for the comment. I'm sorry for the long delay, but I had to replace my computer and it takes several days to get everything loaded and configured. He is the code that was used, resulting in the error. It ...
Bad Email Dreams ...
[ { "date": "2012-05-31", "forum": "FiveWin for Harbour/xHarbour", "text": "TIm,\n\nChange this line:\n\n\n If LEN(ALLTRIM(TABMAIL[06])) > 0\n :AddAttachment := AllTrim( TABMAIL[06] )\n ENDIF\n\nfor\n\n\n If LEN(ALLTRIM(TABMAIL[06])) > 0\n :AddAttachment( AllTrim( TABMAIL[06] ) ...
Bad Email Dreams ...
[ { "date": "2012-05-31", "forum": "FiveWin for Harbour/xHarbour", "text": "After making the change, I get error 1, SubC: 1068, OSCode 0 SubSystem BASE Message Argument error", "time": "14:24", "topic": "Bad Email Dreams ...", "username": "TimStone" } ]
Bad Email Dreams ...
[ { "date": "2012-05-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim\n\nWhich info do you have in TABMAIL[06] ? if file found ?\n\n\nRegards,", "time": "14:42", "topic": "Bad Email Dreams ...", "username": "nnicanor" } ]
Bad Email Dreams ...
[ { "date": "2012-05-31", "forum": "FiveWin for Harbour/xHarbour", "text": "06 refers to the attachements. I tried two tests. The first was to send the name of an existing file in the directory, and it is there. The second was to send a \"\" value for the file name. Thus The LEN should evaluate to 0 a...
Bad Email Dreams ...
[ { "date": "2012-05-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nhave you tried FWH\\samples\\TestMail.prg ? Here it works very fine...", "time": "16:49", "topic": "Bad Email Dreams ...", "username": "Antonio Linares" } ]
Bad Email Dreams ...
[ { "date": "2012-05-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nAs noted earlier in this thread, I previously used FWH SMTP. I had no problems with it, and it still works for me. However we have major issues with ISPs, and so it doesn't work for some of my clients. It does not g...
Bad Email Dreams ...
[ { "date": "2012-05-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim i'm using MSVC and no problem, i'm going to compile your code later to find error. do you have an example calling this function ?\n\nRegards\n\nNicanor", "time": "20:09", "topic": "Bad Email Dreams ...", "username"...
Bad Email Dreams ...
[ { "date": "2012-05-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nWith xHarbour and Harbour i get errors, i know where is your problem, you are using same parameter for Autentication and SSL, should be logical .T. or .F. i dont know wich type are you using when call function. \n\n[code=f...
Bad Email Dreams ...
[ { "date": "2012-06-01", "forum": "FiveWin for Harbour/xHarbour", "text": "I made the changes but can't get a build right now. I'm running into a different problem.\n\nTIm", "time": "21:24", "topic": "Bad Email Dreams ...", "username": "TimStone" } ]
Bad Email Dreams ...
[ { "date": "2012-06-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim\n\nDid you solve your SMTP e-mail problems .. I was thinking about using CDO, but from the research I have been doing, CDO is not a component loaded on every Windows OS ??\n\nCorrect me if I am wrong ?\n\nThanks\nRick Lipkin",...
Bad Email Dreams ...
[ { "date": "2012-06-07", "forum": "FiveWin for Harbour/xHarbour", "text": "I did use the CDO solution and it works here.\n\nOf course the SMTP solution also worked here.\n\nI'm on Win 7 and it has not difficulty in the default install / setup.", "time": "22:53", "topic": "Bad Email Dreams ...", ...
Bad Email Dreams ...
[ { "date": "2012-06-08", "forum": "FiveWin for Harbour/xHarbour", "text": "I confirm CDO works also in Window 8 beta and last preview Release, tested and working fine.\n\nRegards,", "time": "04:22", "topic": "Bad Email Dreams ...", "username": "nnicanor" } ]
Bad Email Dreams ...
[ { "date": "2012-12-10", "forum": "FiveWin for Harbour/xHarbour", "text": "hi TimStone :\n\nThe 32bit .exe for borland Compiler,\n\nI test a CDO with Attach files solution for WIN7(64bit/32bit).\n\n1) don't double click the .exe file. \n2) don't Put .exe file in Current Directory , put it in difference D...
Bad Email Dreams ...
[ { "date": "2012-12-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Randal,\n\nI downloaded today the Catalyst trial version. I saw your DLL listing elsewhere.\n\nCould you provide us with a sample of how you implemented this DLL ? Also you reference the LIB calls. Did you link in the LIB's tha...
Bad Email Dreams ...
[ { "date": "2012-12-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nAfter reading this thread, it sounds like most of the problems you are having are related to the SMTP setup--not the software's capabilities (with the exception of the SSL issue).\n\nCan you give us some examples of SMTP s...
Bad Email Dreams ...
[ { "date": "2012-12-26", "forum": "FiveWin for Harbour/xHarbour", "text": "James,\n\nFirst, its great to see a post from you. It has been a long time. I tried emailing directly a couple of times ...\n\nTo answer your question, I have Cox Internet here. I have no problem with any email, either SMTP, or...
Bad Email Dreams ...
[ { "date": "2012-12-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nWhile I don't disagree with you about the need for better communications capabilities within FW/Harbour, I am not sure that those are your current problems. \n\nSo far you have only told me that you are able to use SMTP on...
Bad Email Dreams ...
[ { "date": "2012-12-26", "forum": "FiveWin for Harbour/xHarbour", "text": "James,\n\nSorry, this has gone on for a long time.\n\nNo, none of these are dial up. They are all ISP's and some of them have farmed the email service to other companies, ie. Yahoo. The service is either DSL or Cable.\n\nThe seq...
Bad Email Dreams ...
[ { "date": "2012-12-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim/James;\n\nHi.\n\nThere is an easy way to reproduce the problem Tim has been trying to explain all along on this thread. Create a gmail account. Configure the newly created email account on your email client on your pc. Note...
Bad Email Dreams ...
[ { "date": "2012-12-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Reinaldo & Tim,\n\nOh, I am quite aware of the SSL issue. However, it was unclear to me from reading this thread that any of the problems Tim was having had anything to do with SSL. From my experience most problems are because cli...
Bad Email Dreams ...