messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2008-09-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Michel,\r\n\r\nYou can hide the dialogbox instead of ending it:\r\n\r\nACTIVATE DIALOG oDlg NOWAIT VALID ( oDlg:Hide(), .T. )\r\n\r\nNext time you want to use it, don't create it again. Simply do oDlg:Show().\r\n\r\nLets see if th...
Another problem with dialog boxes
[ { "date": "2008-09-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Michel,\r\n\r\nI guess this is what is going on: the word dialog is child of the clock dialog, so when you End() the clock, the word is also ended.\r\n\r\nDo it this way:\r\n\r\nDEFINE DIALOG ClkDlg OF oWndMain\r\n\r\n...\r\n\r\nD...
Another problem with dialog boxes
[ { "date": "2008-09-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\r\n\r\nThat was indeed the problem.\r\n\r\nI changed my code and anything is running fine now.\r\n\r\nThanks a lot. You've been a great help.\r\n\r\nWhat a fantastic product FiveWin is.\r\n\r\nSee you.", "time": "19:4...
Another problem with dialog boxes
[ { "date": "2019-07-03", "forum": "FiveWin for Harbour/xHarbour", "text": "I have this Get\n\n[code=fw:1de2fbf8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">@ <span style=\"color: #000000;\">08</span>,<span style=\"color: #000000;\">144</span> <span style=\"color: #0000ff;\">GET</span>...
Another problem with new XbrGetDate - RESOLVED!!!
[ { "date": "2019-07-04", "forum": "FiveWin for Harbour/xHarbour", "text": "ahh ok\nthere is error with [b:2rz9iiog]GetPvProfString [/b:2rz9iiog] command on HArbour not run", "time": "11:19", "topic": "Another problem with new XbrGetDate - RESOLVED!!!", "username": "Silvio.Falconi" } ]
Another problem with new XbrGetDate - RESOLVED!!!
[ { "date": "2019-07-04", "forum": "FiveWin for Harbour/xHarbour", "text": "resolved", "time": "20:58", "topic": "Another problem with new XbrGetDate - RESOLVED!!!", "username": "Silvio.Falconi" } ]
Another problem with new XbrGetDate - RESOLVED!!!
[ { "date": "2019-07-20", "forum": "FiveWin for Harbour/xHarbour", "text": "then the test helped from Uwe on this topic \n\n[url:21hs6bvl]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=37464#p223944[/url:21hs6bvl]\n\nI thinked to not delete the records but add a new field TACANCEL ...
Another test with FW_DbfToArray
[ { "date": "2023-07-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nUntil now I never had any succes in using the FWH debugger.\n\nThis is the MAK-file I use:[code=fw:29b7d9nq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">#Borland make sample, <span style=\"color: #0000...
Another try for using the FWH debugger - some more questions
[ { "date": "2023-07-14", "forum": "FiveWin for Harbour/xHarbour", "text": "add /b in this line\n\n[code=fw:1spu936t]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">$<span style=\"color: #000000;\">&#40;</span>HBDIR<span style=\"color: #000000;\">&#41;</span>\\bin\\harbour $< /N /b /W0 /V ...
Another try for using the FWH debugger - some more questions
[ { "date": "2023-07-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you very much for your help.", "time": "13:34", "topic": "Another try for using the FWH debugger - some more questions", "username": "driessen" } ]
Another try for using the FWH debugger - some more questions
[ { "date": "2023-07-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nAs told before, I am able know to use the FWH debugger.\n\nEarlier, I used the debugger of xHarbour Builder, but some parts were not working correctly.\nTo build in a stop, I put \"ALTD()\" in my source. The debugger sto...
Another try for using the FWH debugger - some more questions
[ { "date": "2023-07-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Michel,\n\n AltD( 1 ) // Enables the debugger. Press F5 to go\n\n MsgInfo( \"debugger enabled\" )\n\n AltD() // Invokes the debugger\n\n MsgInfo( \"debugger invoked\" )", "time": "17:32", "topic": "Anot...
Another try for using the FWH debugger - some more questions
[ { "date": "2023-07-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Fantastic, Antonio.\nThat is the info I needed.", "time": "19:27", "topic": "Another try for using the FWH debugger - some more questions", "username": "driessen" } ]
Another try for using the FWH debugger - some more questions
[ { "date": "2023-07-16", "forum": "FiveWin for Harbour/xHarbour", "text": "What is de debugger going to do ? Why use it ?", "time": "15:13", "topic": "Another try for using the FWH debugger - some more questions", "username": "Marc Venken" } ]
Another try for using the FWH debugger - some more questions
[ { "date": "2023-07-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Mark,\n\nWith a debugger, the source is shown while it is executing. It is a very easy utility to help you find a logical error.", "time": "15:37", "topic": "Another try for using the FWH debugger - some more questions", ...
Another try for using the FWH debugger - some more questions
[ { "date": "2009-03-05", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenas!\n\ncomo sabéis, estoy migrando mi aplicación clipper a Harbour + Fivewin. Se me ha producido el problema de incompatibilidad en los caracteres de Dos y Windows, al trabajar ambas aplicaciones sobre las mismas bases de dat...
AnsiToOem()
[ { "date": "2009-03-07", "forum": "FiveWin para Harbour/xHarbour", "text": "David,\n\nA nivel de RDD de Harbour no hay ningun SET o parecido (que sepamos), pero a nivel de FWH si usas la Clase TDataBase tienes el dato lOemAnsi que automaticamente hace las conversiones:\n\noDataBase:lOemAnsi = lOnOff", ...
AnsiToOem()
[ { "date": "2009-03-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio,\n\nMuchas gracias, lo conocía pero me es insuficiente. Intentaré buscar algo a ver si en Harbour doy con algo, sino pues no me queda otra opción que usar la clase tDataBase.\n\nMuchas gracias!", "time": "08:13", ...
AnsiToOem()
[ { "date": "2006-10-29", "forum": "FiveWin for Pocket PC", "text": "Antonio,\n\nIs there possible in a new build to use AnsiToWide function ? Previously this function is exists visible - now this don't. Below is sample where I use this useful function. Program source probable must compile with -TP switch...
AnsiToWide function
[ { "date": "2006-10-29", "forum": "FiveWin for Pocket PC", "text": "Pawel,\n\nDon't use clarm.exe -TP flag. Here this code works fine:\n\nMsgInfo( WideToAnsi( AnsiToWide( \"Hello\" ) ) ) // Hello is shown", "time": "20:08", "topic": "AnsiToWide function", "username": "Antonio Linares" } ]
AnsiToWide function
[ { "date": "2006-10-29", "forum": "FiveWin for Pocket PC", "text": "Antonio,\n\nThis \"error\" is warning but compilation with -TP don't generates any warning and erros.\n\nPawel", "time": "20:09", "topic": "AnsiToWide function", "username": "pawelu" } ]
AnsiToWide function
[ { "date": "2006-10-29", "forum": "FiveWin for Pocket PC", "text": "Antonio,\n\nThis is my library what I use in my program. This use DataReelCe library for HTTP download file. Where I compile it without -Tp switch error log is created. Below a source and sample.\n\nRegards\nPawel\n\n// compilation error...
AnsiToWide function
[ { "date": "2006-10-29", "forum": "FiveWin for Pocket PC", "text": "Pawel,\n\nYour above code is leaking memory. BTW you may use FWPPC WinExec().\n\nThis is the fix for your code:\n[code:128y7i5n]\n LPSTR lpExe = hb_parc &#40;1&#41;; \n LPSTR lpCmd = hb_parc &#40;2&#41;; \n LPWSTR lpWExe = AnsiToWi...
AnsiToWide function
[ { "date": "2006-10-29", "forum": "FiveWin for Pocket PC", "text": "Pawel,\n\nWhat code is it there ?\n\nc:\\vce\\include\\datareelce\\strutil.h(134) : error C2061: syntax error : identifier 'gxwchar' \nc:\\vce\\include\\datareelce\\strutil.h(134) : error C2059: syntax error : ';'", "time": "21:05", ...
AnsiToWide function
[ { "date": "2006-10-29", "forum": "FiveWin for Pocket PC", "text": "Antonio,\n\nYes, you are right.\nWinExec provides method to stop this function above time running limit (I use this function with GPRS connection, in some situation break connection is only way to back to execution program code) ?\nWhat ...
AnsiToWide function
[ { "date": "2006-10-29", "forum": "FiveWin for Pocket PC", "text": "Pawel,\n\nA simpler solution <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nCurrent Harbour (the one used by FWPPC) lets you mix C and C++ code. So you can compile your code with -T...
AnsiToWide function
[ { "date": "2007-01-30", "forum": "All products support", "text": "empo fa ho avuto tra le mani un esempio di anteprima immagini fatto non so se in Harbour/Fw32 o in xbase, ora che mi serve non me lo ritrovo.\nC'e' gia' o si puo fare in una choiche/listbox con selezione multipla ed anteprima immagini ?\...
Antepo averle prima Immagini
[ { "date": "2007-01-30", "forum": "All products support", "text": "Prova la listview. Oppure usi dei controlli TImage.\n\nEMG", "time": "18:57", "topic": "Antepo averle prima Immagini", "username": "Enrico Maria Giordano" } ]
Antepo averle prima Immagini
[ { "date": "2007-01-30", "forum": "All products support", "text": "E dove la trovo la listview ?\n\nHo provato in tutto il fw24 e fwh24\n\nGrazie", "time": "19:37", "topic": "Antepo averle prima Immagini", "username": "Romeo" } ]
Antepo averle prima Immagini
[ { "date": "2007-01-30", "forum": "All products support", "text": "Troppo vecchia, non c'era, credo.\n\nEMG", "time": "20:05", "topic": "Antepo averle prima Immagini", "username": "Enrico Maria Giordano" } ]
Antepo averle prima Immagini
[ { "date": "2007-02-01", "forum": "All products support", "text": "C'era la classe TAlbum \nma non funzionava ultimamente perchè bisognava cambiare parametri di Hbitmap ecc. anch'io non ne ho trovato una soluzione ma credo che se EMg l'avesse in un battitobaleno riuscira a metterla a posto anche per i l3...
Antepo averle prima Immagini
[ { "date": "2007-02-01", "forum": "All products support", "text": "trovata <!-- m --><a class=\"postlink\" href=\"http://www.fivewin.info/html/downloads.php?category=FiveWin\">http://www.fivewin.info/html/downloads. ... ry=FiveWin</a><!-- m --> users contributions&id=182\n\nfatemi sapere se l'avete aggiu...
Antepo averle prima Immagini
[ { "date": "2007-02-01", "forum": "All products support", "text": "La sto guardando ma c'è un problema: usa una funzione chiamata CreateCBmp() che non esiste né in FW né in FWH e che non so cosa faccia e quindi con cosa sostituirla.\n\nEMG", "time": "14:01", "topic": "Antepo averle prima Immagini...
Antepo averle prima Immagini
[ { "date": "2007-02-01", "forum": "All products support", "text": "Risolto: era una chiamata a CreateCompatibleBitmap(). Ora funziona (FWH) ma le anteprime sono un po' piccoline. A voi sistemarle. Potete scaricarla da qui:\n\n[url:1qy5hrgd]http&#58;//www&#46;emagsoftware&#46;it/talbum&#46;zip[/url:1qy5hr...
Antepo averle prima Immagini
[ { "date": "2007-02-01", "forum": "All products support", "text": "grazie e naturalmente ( ho visto) ora funziona con freeimage.dll", "time": "15:38", "topic": "Antepo averle prima Immagini", "username": "Silvio" } ]
Antepo averle prima Immagini
[ { "date": "2014-02-18", "forum": "All products support", "text": "percchè con le recenti fw libs la barra dell'anteprima è grigio scuro ? \nPerchè non prende il colore tipo 2007 o 2010 ?", "time": "17:08", "topic": "Anteprima di stampa", "username": "Silvio.Falconi" } ]
Anteprima di stampa
[ { "date": "2007-11-13", "forum": "FiveWin for Harbour/xHarbour", "text": "FWH 7.12 is going to provide several functions to use a USB pendrive as anti-piracy protection system.\n\nPlease run this test with a pendrive (plugged or unplugged):\n<!-- m --><a class=\"postlink\" href=\"http://www.hotshare.net...
Anti-piracy using a USB pendrive
[ { "date": "2007-11-13", "forum": "FiveWin for Harbour/xHarbour", "text": "New test:\n<!-- m --><a class=\"postlink\" href=\"http://www.hotshare.net/file/16342-6394189d08.html\">http://www.hotshare.net/file/16342-6394189d08.html</a><!-- m -->\n\nThanks!", "time": "17:29", "topic": "Anti-piracy us...
Anti-piracy using a USB pendrive
[ { "date": "2007-11-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nNow I'm getting a Serial-nr on both USB-drives that did't return a number with the previous test!!!!\n\nMarc", "time": "21:24", "topic": "Anti-piracy using a USB pendrive", "username": "Marc Vanzegbroeck" ...
Anti-piracy using a USB pendrive
[ { "date": "2007-11-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Does it works in Win 98/me?\n\nRegards,\nRoberto Parisi", "time": "21:28", "topic": "Anti-piracy using a USB pendrive", "username": "Roberto Parisi" } ]
Anti-piracy using a USB pendrive
[ { "date": "2007-11-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Marc,\n\nThanks for your feedback <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "21:45", "topic": "Anti-piracy using a USB pendrive", "username": "Antonio...
Anti-piracy using a USB pendrive
[ { "date": "2007-11-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Roberto,\n\n> Does it works in Win 98/me? \n\nWe have not tested it yet under Win 98/Me", "time": "21:46", "topic": "Anti-piracy using a USB pendrive", "username": "Antonio Linares" } ]
Anti-piracy using a USB pendrive
[ { "date": "2007-11-13", "forum": "FiveWin for Harbour/xHarbour", "text": "No, it doesn't work on Win98/Me, serial number is empty. \nDo you us wmi to read values? I tried it too and I got the same result.\n\nRegards,\nRoberto Parisi", "time": "22:52", "topic": "Anti-piracy using a USB pendrive",...
Anti-piracy using a USB pendrive
[ { "date": "2007-11-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Roberto,\n\n> No, it doesn't work on Win98/Me, serial number is empty. \n\n<!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( --> Well, at least it is usefull for other Windows versions\n\...
Anti-piracy using a USB pendrive
[ { "date": "2007-11-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Here you have a full working sample:\n\n<!-- m --><a class=\"postlink\" href=\"http://www.hotshare.net/file/16421-89987245cf.html\">http://www.hotshare.net/file/16421-89987245cf.html</a><!-- m -->\n\n[url=http&#58;//imageshack&#46...
Anti-piracy using a USB pendrive
[ { "date": "2007-11-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Antonio,\n\nThis can be a great boon. I soon will have to update my FWH !\n\nKeep it up.\n\nWith best regards,\n\nMilan.", "time": "06:29", "topic": "Anti-piracy using a USB pendrive", "username": "Milan Mehta" ...
Anti-piracy using a USB pendrive
[ { "date": "2008-01-05", "forum": "FiveWin for Harbour/xHarbour", "text": "there is a code source for it ?", "time": "13:41", "topic": "Anti-piracy using a USB pendrive", "username": "Silvio" } ]
Anti-piracy using a USB pendrive
[ { "date": "2008-01-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio.\n\nSorry , but cloning USB drives, even with the serial is easy to do in LINUX, just use DD to acomplish the task\n\n\ndd if=all.img of=/dev/sda1\nFor creating a FULL image...\n\ndd if=/dev/sda1 of=all.img\nfor \"recreati...
Anti-piracy using a USB pendrive
[ { "date": "2008-01-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Adolfo, did you tried yourself to read the clone and the original and did you compare all the values?\nI tried to clone with Ghost and Acronis always on a WINDOWS system but the S/N was different.\nI am curious to hear from you....
Anti-piracy using a USB pendrive
[ { "date": "2008-01-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Adolfo,\n\nThe USB serial code is from hardware, not from software. So it can't be copied.", "time": "22:51", "topic": "Anti-piracy using a USB pendrive", "username": "Antonio Linares" } ]
Anti-piracy using a USB pendrive
[ { "date": "2008-01-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n may I try too?\nThanks", "time": "18:37", "topic": "Anti-piracy using a USB pendrive", "username": "MarcoBoschi" } ]
Anti-piracy using a USB pendrive
[ { "date": "2008-01-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Marco,\n\nThe source code and sample are included in FWH 8.01", "time": "21:25", "topic": "Anti-piracy using a USB pendrive", "username": "Antonio Linares" } ]
Anti-piracy using a USB pendrive
[ { "date": "2008-01-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok\nThanks", "time": "08:42", "topic": "Anti-piracy using a USB pendrive", "username": "MarcoBoschi" } ]
Anti-piracy using a USB pendrive
[ { "date": "2008-03-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Antonio,\nI runned protect.exe and it made a info.bin\nBut when I click on this key I can see the files on this usbkey and not ask me a password How run protect?", "time": "00:34", "topic": "Anti-piracy using a USB p...
Anti-piracy using a USB pendrive
[ { "date": "2008-03-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio,\n\nsamples\\protect.prg checks that a specific USB pendrive is plugged in.\n\nIts not related to the files in the pendrive. Its related to protect (anti-piracy) a PC EXE checking for a specific pendrive plugged in.", "...
Anti-piracy using a USB pendrive
[ { "date": "2007-11-13", "forum": "FiveWin para Harbour/xHarbour", "text": "FWH 7.12 va a proporcionar varias funciones para usar un pendrive USB como sistema de protección de copia ilegal de aplicaciones:\n\nPor favor probad este EXE con un pendrive (conectado y desconectado): \n<!-- m --><a class=\"pos...
Anti-pirateria usando un pendrive USB
[ { "date": "2007-11-13", "forum": "FiveWin para Harbour/xHarbour", "text": "hice la prueba\n\n---------------------------\nInformation\n---------------------------\nUSB pendrive info: \n\ndrive: E:\\\n\nSerial: 7\n---------------------------\nOK \n---------------------------\n\nSaludos.\n\n\nP.D. No es...
Anti-pirateria usando un pendrive USB
[ { "date": "2007-11-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Pedro,\n\nVuelve a probar con este por favor:\n<!-- m --><a class=\"postlink\" href=\"http://www.hotshare.net/file/16342-6394189d08.html\">http://www.hotshare.net/file/16342-6394189d08.html</a><!-- m -->\n\ngracias!", "time":...
Anti-pirateria usando un pendrive USB
[ { "date": "2007-11-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Lo he probado con varios pen drive, en diferentes PC, formateando, ... y parece que funciona ok. Me devuelve los serial de todas discos estraibles, incluso de las tarjetas de memoria SD. El string tipo \"0C60DA60E2B1E9A7\"", ...
Anti-pirateria usando un pendrive USB
[ { "date": "2007-11-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Aqui teneis un ejemplo totalmente operativo:\n\n<!-- m --><a class=\"postlink\" href=\"http://www.hotshare.net/file/16421-89987245cf.html\">http://www.hotshare.net/file/16421-89987245cf.html</a><!-- m -->\n\n[url=http&#58;//image...
Anti-pirateria usando un pendrive USB
[ { "date": "2007-11-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio:\n\nEnhorabuena por el aporte!!. Me gustaría hacerte una sugerencia.\n\nEn concreto, la mochila debe poder ser utilizada para proteger varias aplicaciones de modo simultáneo y, a su vez, con posibilidad de indicar el tipo...
Anti-pirateria usando un pendrive USB
[ { "date": "2007-11-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Moises,\n\nComo FWH 7.12 incluirá todo el código fuente de la protección, entonces cada uno puede modificarla como desee <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nAl us...
Anti-pirateria usando un pendrive USB
[ { "date": "2007-11-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenisimo!!\n\nEn la misma llave ahora me da esta info:\n\n---------------------------\nInformation\n---------------------------\nUSB pendrive info: \n\ndrive: E:\\\n\nSerial: 8945FFB\n---------------------------\nOK \n--------...
Anti-pirateria usando un pendrive USB
[ { "date": "2010-09-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nMy anti-virus (ZoneAlarm, version 9.3, the latest...) is giving me a serious security warning when the SET HELPFILE function is called.\n\nImage of the warning:\n[img:2u1o7dk9]http&#58;//img294&#46;imageshack&#46;us/img294/...
Anti-virus security warning when calling "SetHelpFile( ... )
[ { "date": "2010-09-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Claude,\n\nMany thanks for your feedback,\n\nWe are reviewing it to find what may be the reason for the anti-virus alert.\n\nAlso we have detected some typos in source\\winapi\\help32.prg. These are the required changes:\n[code=fw...
Anti-virus security warning when calling "SetHelpFile( ... )
[ { "date": "2010-09-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Claude,\n\nIn source\\winapi\\help.c could you please comment out these lines:\n[code=fw:cy45pqkp]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">static</span> void SetF1Menu<span st...
Anti-virus security warning when calling "SetHelpFile( ... )
[ { "date": "2010-09-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio,\n\nMany thanks for the quick reply.\n\nI did both changes (help32.prg and help.c).\n\nWhen I compile, i get the following warning:\n[code=fw:cfspqyf7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br ...
Anti-virus security warning when calling "SetHelpFile( ... )
[ { "date": "2010-09-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Claude,\n\nYou can safely ignore those warnings. No problem at all with them <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nMany thanks for your feedback!", "time": "09:4...
Anti-virus security warning when calling "SetHelpFile( ... )
[ { "date": "2010-09-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Cool !\n\nThanks again.", "time": "17:49", "topic": "Anti-virus security warning when calling \"SetHelpFile( ... )", "username": "ClaudeBrulotte" } ]
Anti-virus security warning when calling "SetHelpFile( ... )
[ { "date": "2010-05-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nIs anyone out there successfully using AntiDuplicate with FWH ?\n\n[url:1ugonmup]http&#58;//www&#46;alkonost&#46;com/antiduplicate/[/url:1ugonmup]", "time": "18:31", "topic": "AntiDuplicate", "username": "Jeff B...
AntiDuplicate
[ { "date": "2010-05-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Hola,\n\ndid you test protect.prg from fivewin sample directory, I think this can do the same what AntiDuplicate do\n\nregards\n\nMarcelo", "time": "22:06", "topic": "AntiDuplicate", "username": "Marcelo Via Giglio" ...
AntiDuplicate
[ { "date": "2010-05-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes I have used protect.prg the problem with it is that it requires the user to have Administrative Rights for it to function correctly. \n\nAntiDuplicate does not require Admin Rights.", "time": "23:28", "topic": "AntiDup...
AntiDuplicate
[ { "date": "2010-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "The software comes with samples for the following, maybe someone can convert to FWH ? \n\nBorland C++ Builder\nC#.net\nDelphi\nFoxPro\nVisual Basic 6\nVisual Basic.net\nVisual C++ Ver 5\nVisual C++.net\n\nPlease let me know and I ...
AntiDuplicate
[ { "date": "2010-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nCould you please post here the example source code for Borland C++ Builder ? thanks", "time": "05:22", "topic": "AntiDuplicate", "username": "Antonio Linares" } ]
AntiDuplicate
[ { "date": "2010-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Jeff\n\n\ni tested protect.prg with standar user, without administrator privileges, and run fine to me\n\ni hope other user can test\n\n[url:1ylt29yc]http&#58;//www&#46;sitasoft&#46;net/fivewin/samples/protect&#46;zip[/url:...
AntiDuplicate
[ { "date": "2010-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio,\n\nYou can get the files for Borland C++ Builder here:\n\n[url:37lmczz6]http&#58;//www&#46;can-soft&#46;net/BCB&#46;zip[/url:37lmczz6]", "time": "13:58", "topic": "AntiDuplicate", "username": "Jeff Barnes" ...
AntiDuplicate
[ { "date": "2010-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Daniel,\n\nI think there is a registry setting or something that can help but I have not found it.\nI have tested on a few systems ... one system would work regardless of users access rights while all the others would not.\n\nI...
AntiDuplicate
[ { "date": "2010-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio,\n\nAny luck with the conversion.", "time": "21:01", "topic": "AntiDuplicate", "username": "Jeff Barnes" } ]
AntiDuplicate
[ { "date": "2010-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nWhat is the name of the AntiDuplicate DLL file ?", "time": "21:38", "topic": "AntiDuplicate", "username": "Antonio Linares" } ]
AntiDuplicate
[ { "date": "2010-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "It is Aas973.dll\n\nPlease check your gmail account ... I sent you some files.", "time": "23:14", "topic": "AntiDuplicate", "username": "Jeff Barnes" } ]
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nPlease try this:\n[code=fw:3h82tty1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />   <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span> Fddig1<span style=\"c...
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "It returns \"nil\" with or without the usb memory stick connected.\n\nI sent an email to your gmail account.\nIt has a link to some additional files that should help.", "time": "02:30", "topic": "AntiDuplicate", "user...
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nPlease provide a url to download just the DLL, thanks\n\nOr simply create a DEF file from it and publish it here:\nc:\\bcc582\\bin\\impdef.exe name.def name.dll\n\nname.def will contain all the DLL exported functions name...
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nhere it is:\n\n[code=fw:2uxjt3i5]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #0000ff;\">LIBRARY</span>     AAS973.DLL<br /><br />EXPORTS<br />    Accdd1                   ...
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nOk, thanks. They are using mixed upper and lower case symbol names. \n\nThen please try this code:\n[code=fw:1r507y6v]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />   <span style=\"color: #0000ff;\...
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "With nothing in the usb drive we get: 2\nWith a USB stick in but not programmed we get: 1\nWith a valid USB stick we get: 7\nWith a copied USB stick we get: 7", "time": "18:12", "topic": "AntiDuplicate", "username"...
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nok, thanks, we are progressing <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "18:28", "topic": "AntiDuplicate", "username": "Antonio Linares" }...
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nPlease try now this code:\n[code=fw:27v93a4d]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> acck := Space<span style=\"color: #000000;\">&#4...
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "The \"copy\" returns: .f.\nThe \"valid\" one returns: .f.\nThe non programmed one returns: .f.\nNothing in the USB slot returns: .f.", "time": "19:27", "topic": "AntiDuplicate", "username": "Jeff Barnes" } ]
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nBeing not empty means that the DLL is placing some info inside the variable acck.\n\nSo now, please inspect what there is inside it, in each case:\n[code=fw:2pqwiz65]<div class=\"fw\" id=\"{CB}\" style=\"font-family: mono...
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Nothing connected:\n 197 218 200 99 245 25 138 175 107 43 20 89 14 148 136 200 162 93 109 ...
AntiDuplicate
[ { "date": "2010-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "It looks like the numbers change every time I run the program.\n\nValid Run 1:\n 237 34 150 218 38 250 85 235 6 144 164 164 251 ...
AntiDuplicate
[ { "date": "2010-06-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio,\n\nAny success ? or is this just something that will not work with FWH ?", "time": "23:52", "topic": "AntiDuplicate", "username": "Jeff Barnes" } ]
AntiDuplicate
[ { "date": "2010-06-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nI have been busy with FWH 64 and the new Class TExplorerBar and had no time to continue.\n\nLets see if we can make some more progress on this <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smil...
AntiDuplicate
[ { "date": "2010-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio,\n\nNo rush ... I was just following up.\nI am currently in Quebec City. When I return home I will be busy packing (I move to my new house on June 25th) so my time too is limited these days <!-- s:) --><img src=\"{SMILI...
AntiDuplicate
[ { "date": "2006-04-21", "forum": "Off Topic / Otros temas", "text": "Hola (creo que para Antonio es esto),\n\nQuisiera saber si es posible accesar a las antiguas News de FW que existian antes de este foro, pues es una \"base de conocimiento\" muy amplio, que me gustaría consultar.\n\nMuchas veces, he re...
Antiguas News de FW
[ { "date": "2006-04-21", "forum": "Off Topic / Otros temas", "text": "Julio,\n\nYa no están accesibles. Yannis nos hizo el favor de pasarlas a DBFs, con lo que podríamos alojar las DBFs en <!-- w --><a class=\"postlink\" href=\"http://www.hyperupload.com\">www.hyperupload.com</a><!-- w --> y permitir su ...
Antiguas News de FW
[ { "date": "2006-04-22", "forum": "Off Topic / Otros temas", "text": "Gracias Antonio,\n\nNo sabía que Yannis había hecho esto. Me gustaría entonces tener acceso a esa(s) DBF, pues como menciono, la participación de todos es un material invaluable como base de conocimiento.\n\nEstaré entonces a la esper...
Antiguas News de FW
[ { "date": "2006-04-22", "forum": "Off Topic / Otros temas", "text": "Julio,\n\nAquí están:\n\n<!-- m --><a class=\"postlink\" href=\"http://fivetechsoft.com/forums/viewtopic.php?t=2788\">http://fivetechsoft.com/forums/viewtopic.php?t=2788</a><!-- m -->", "time": "20:43", "topic": "Antiguas News ...
Antiguas News de FW
[ { "date": "2006-04-24", "forum": "Off Topic / Otros temas", "text": "Gracias Antonio,\n\nAbrazos,", "time": "14:26", "topic": "Antiguas News de FW", "username": "jllinas" } ]
Antiguas News de FW