messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2017-05-18", "forum": "AI Introduction (Harbour code and samples)", "text": "OK, I found the problem!\n\nIt only occurs when I copy code from the forum. Sometimes there are special characters (invisible) instead of spaces indenting the code. I this case it was this line:\n\n[code=fw:35ao5vy2]...
Artificial intelligence - Class TPerceptron
[ { "date": "2017-05-18", "forum": "AI Introduction (Harbour code and samples)", "text": "Ok, normally you use 3 spaces to indent. These are hex 20,20,20.\n\nSome of the lines in the Perceptron code indented with spaces but others are indented with A0,20,A0. This causes a syntax error by the compiler.\n\n...
Artificial intelligence - Class TPerceptron
[ { "date": "2017-05-18", "forum": "AI Introduction (Harbour code and samples)", "text": "James,\n\nI copied from the posted code and did a past with my editor.\nMaybe Your used EDITOR is the problem ?\n\nregards\nUwe <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\...
Artificial intelligence - Class TPerceptron
[ { "date": "2017-05-18", "forum": "AI Introduction (Harbour code and samples)", "text": "The problem is a bug in MS Edge. Try with IE and it will work fine.\n\nEMG", "time": "21:48", "topic": "Artificial intelligence - Class TPerceptron", "username": "Enrico Maria Giordano" } ]
Artificial intelligence - Class TPerceptron
[ { "date": "2017-05-18", "forum": "AI Introduction (Harbour code and samples)", "text": "Enrico,\n\n[quote:3qv9r2wi]The problem is a bug in MS Edge. Try with IE and it will work fine.[/quote:3qv9r2wi]\n\nThanks so much for that tip. I am using Edge. I'll try to remember the next time I copy text to use I...
Artificial intelligence - Class TPerceptron
[ { "date": "2017-05-19", "forum": "AI Introduction (Harbour code and samples)", "text": "Antonio,\n\nPardon me for accidentally hijacking your thread.\n\nI have found a good article about preceptrons:\n\n[url=https&#58;//appliedgo&#46;net/perceptron/:1ckugwjd]Perceptrons - the most basic form of a neural...
Artificial intelligence - Class TPerceptron
[ { "date": "2017-05-19", "forum": "AI Introduction (Harbour code and samples)", "text": "I've been looking for some old source code to prove it to myself but this looks very similar to what I was taught as Predictor/Corrector methods back in the mid-80s when I was working on my mechanical engineering deg...
Artificial intelligence - Class TPerceptron
[ { "date": "2017-05-19", "forum": "AI Introduction (Harbour code and samples)", "text": "[quote=\"James Bott\":1oab6g2e]Enrico,\n\n[quote:1oab6g2e]The problem is a bug in MS Edge. Try with IE and it will work fine.[/quote:1oab6g2e]\n\nThanks so much for that tip. I am using Edge. I'll try to remember the...
Artificial intelligence - Class TPerceptron
[ { "date": "2017-05-19", "forum": "AI Introduction (Harbour code and samples)", "text": "[quote=\"rhlawek\":37plpnov]I've been looking for some old source code to prove it to myself but this looks very similar to what I was taught as Predictor/Corrector methods back in the mid-80s[/quote:37plpnov]\n\nYes...
Artificial intelligence - Class TPerceptron
[ { "date": "2017-05-19", "forum": "AI Introduction (Harbour code and samples)", "text": "Pedro Domingos name them \"learners\": software that can \"learn\" from data.\n\nThe simplest way of learning from data is comparing two bytes. How ? Substracting them: A zero means they are equal, different from zer...
Artificial intelligence - Class TPerceptron
[ { "date": "2017-05-23", "forum": "AI Introduction (Harbour code and samples)", "text": "[img:3eaqkasd]https&#58;//bitbucket&#46;org/fivetech/screenshots/downloads/perceptron&#46;JPG[/img:3eaqkasd]", "time": "09:49", "topic": "Artificial intelligence - Class TPerceptron", "username": "Antonio...
Artificial intelligence - Class TPerceptron
[ { "date": "2017-05-23", "forum": "AI Introduction (Harbour code and samples)", "text": "[img:34qo88ic]https&#58;//bitbucket&#46;org/fivetech/screenshots/downloads/redNeuronal&#46;JPG[/img:34qo88ic]\n\nPerceptrón [b:34qo88ic]Multicapa[/b:34qo88ic]", "time": "10:33", "topic": "Artificial intellige...
Artificial intelligence - Class TPerceptron
[ { "date": "2017-05-26", "forum": "AI Introduction (Harbour code and samples)", "text": "C and C++ source code:\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=33946&p=202105#p202104\">viewtopic.php?f=6&t=33946&p=202105#p202104</a><!-- l -->", "ti...
Artificial intelligence - Class TPerceptron
[ { "date": "2017-05-26", "forum": "AI Introduction (Harbour code and samples)", "text": "David Miller C++ code ported to Harbour:\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?p=202115#p202115\">viewtopic.php?p=202115#p202115</a><!-- l -->\n\nDon't miss t...
Artificial intelligence - Class TPerceptron
[ { "date": "2017-06-01", "forum": "AI Introduction (Harbour code and samples)", "text": "Inspecting the neural network:\n\n[code=fw:2s7helmi]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span...
Artificial intelligence - Class TPerceptron
[ { "date": "2017-06-24", "forum": "AI Introduction (Harbour code and samples)", "text": "[b:2wih07x9]Teaching a perceptron to multiply a number by 2:[/b:2wih07x9]\n\n[code=fw:2wih07x9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span sty...
Artificial intelligence - Class TPerceptron
[ { "date": "2017-06-28", "forum": "AI Introduction (Harbour code and samples)", "text": "Antonio,\n\n Inteligência Artificial\n\n<!-- m --><a class=\"postlink\" href=\"https://www.facebook.com/504184556441407/videos/568926636633865\">https://www.facebook.com/50418455644140 ... 6636633865</a><!-- m -->\n\...
Artificial intelligence - Class TPerceptron
[ { "date": "2017-07-17", "forum": "AI Introduction (Harbour code and samples)", "text": "[url:3alvrg4b]http&#58;//www&#46;learnartificialneuralnetworks&#46;com/neural-network-software/backpropagation-source-code/[/url:3alvrg4b]", "time": "04:47", "topic": "Artificial intelligence - Class TPercept...
Artificial intelligence - Class TPerceptron
[ { "date": "2017-07-21", "forum": "AI Introduction (Harbour code and samples)", "text": "[url:1wg8s8mx]https&#58;//github&#46;com/alkresin/hrb4fann[/url:1wg8s8mx]\n\n[url:1wg8s8mx]http&#58;//leenissen&#46;dk/[/url:1wg8s8mx]\n\n[url:1wg8s8mx]https&#58;//github&#46;com/libfann/fann[/url:1wg8s8mx]\n\nFannTo...
Artificial intelligence - Class TPerceptron
[ { "date": "2017-07-23", "forum": "AI Introduction (Harbour code and samples)", "text": "[b:39azm5uk]Scaled value:[/b:39azm5uk] ( Input Value - Minimum ) / ( Maximum - Minimum )\n\n[b:39azm5uk]Descaled value (Input Value):[/b:39azm5uk] ( Scaled value * ( Maximum - Minimum ) ) + Minimum", "time": "10:...
Artificial intelligence - Class TPerceptron
[ { "date": "2017-07-23", "forum": "AI Introduction (Harbour code and samples)", "text": "Test of scaling and descaling values:\n\nScaling: ( value - minimum ) / ( Maximum - Minimum )\n\n0 --> ( 0 - 0 ) / ( 9 - 0 ) --> 0\n1 --> ( 1 - 0 ) / ( 9 - 0 ) --> 0.111\n2 --> ( 2 - 0 ) / ( 9 - 0 ) --> 0.222\n3 ...
Artificial intelligence - Class TPerceptron
[ { "date": "2017-08-04", "forum": "AI Introduction (Harbour code and samples)", "text": "In TensorFlow we have the [b:2dhjlltl]Softmax[/b:2dhjlltl] function which transforms the output of each unit to a value between 0 and 1, and makes the sum of all units equals 1. It will tell us the probability of eac...
Artificial intelligence - Class TPerceptron
[ { "date": "2017-09-02", "forum": "AI Introduction (Harbour code and samples)", "text": "Hola !\n\nArticulo interesante que ayuda a entrar en este mundillo... <!-- m --><a class=\"postlink\" href=\"https://blogs.elconfidencial.com/tecnologia/tribuna/2017-09-02/deep-learning-demonios-explicacion_1437007/\...
Artificial intelligence - Class TPerceptron
[ { "date": "2007-07-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nAs I can define this function to use in the FWH/xHarbour ?\n\n[code:2hp6kag5]CreateTerWindow\n \n Open a TER Window&#58;\n\nHWND CreateTerWindow&#40;ptr&#41;\n \n \n struct arg_list far *ptr;\n The ptr argument points ...
As I can define this function to use in the FWH/xHarbour ?
[ { "date": "2007-07-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Vilian,\n\nThe easiest way is to fill the C structure from C code:\n[code:2hxidul6]\n#pragma BEGINDUMP\n\n#include <windows&#46;h>\n#include <hbapi&#46;h>\n\nHB_FUNC&#40; CREATETERWINDOW &#41;\n&#123;\n struct arg_list ptr;\n\n...
As I can define this function to use in the FWH/xHarbour ?
[ { "date": "2007-07-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nWhen I try to compile appear the following messages: \n\n[code:17v8cehx]Error E2450 \\\\tec2000\\\\sig50\\\\SIG241&#46;PRG 1410&#58; Undefined structure 'arg_list' in function HB_FUN_CREATETERWINDOW\nError E2449 \\\\te...
As I can define this function to use in the FWH/xHarbour ?
[ { "date": "2007-07-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Try it this way:\n[code:2it2b738]\n#pragma BEGINDUMP\n\n#include <windows&#46;h>\n#include <hbapi&#46;h>\n\nHWND CreateTerWindow&#40; &#46;&#46;&#46; &#41;;\n\nHB_FUNC&#40; CREATETERWINDOW &#41;\n&#123;\n hb_retnl&#40; &#40; UL...
As I can define this function to use in the FWH/xHarbour ?
[ { "date": "2007-07-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nThanks.", "time": "02:56", "topic": "As I can define this function to use in the FWH/xHarbour ?", "username": "vilian" } ]
As I can define this function to use in the FWH/xHarbour ?
[ { "date": "2008-12-12", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"vilian\":305k87st]Antonio,\n\nThanks.[/quote:305k87st]\r\n\r\nHola Vilian,\r\n\r\nConseguistes funcionar CreateTerWindow() desde FWH?\r\n\r\nCómo?\r\n\r\n\r\nSaludos\r\nCarlos G.", "time": "01:19", "topic": "As I ...
As I can define this function to use in the FWH/xHarbour ?
[ { "date": "2008-12-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Sim, o suporte de subsystem é excelente e ajudou muito.\r\n\r\n[code:30dxv44v]xDll &#58;= LoadLib32&#40;\"TER15&#46;DLL\"&#41;\n TerSetLicenceKey&#40;\"XXXX-XXXX-XXXX\"&#41;\n\n DEFINE WINDOW oWndEdt TITLE \"Editor de Laudos...
As I can define this function to use in the FWH/xHarbour ?
[ { "date": "2008-12-12", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"vilian\":1bya4kxv]Sim, o suporte de subsystem é excelente e ajudou muito.\n\n[code:1bya4kxv]xDll &#58;= LoadLib32&#40;\"TER15&#46;DLL\"&#41;\n TerSetLicenceKey&#40;\"XXXX-XXXX-XXXX\"&#41;\n\n DEFINE WINDOW oWndEdt T...
As I can define this function to use in the FWH/xHarbour ?
[ { "date": "2009-09-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Estoy usando un control activeX, y necesito llamar un metodo y pasarle un parmetro, dicho parametro espera recibirlo del tipo array de bytes (ByRef aRawData() As Byte) ).\n\nAlguna idea para pasarselo desde harbour. \nEl parametr...
As byte
[ { "date": "2009-09-18", "forum": "FiveWin para Harbour/xHarbour", "text": "<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=16746\">viewtopic.php?f=3&t=16746</a><!-- l -->", "time": "18:18", "topic": "As byte", "username": "Antonio Linares" ...
As byte
[ { "date": "2009-09-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola...\nPerdón por entrar a este post con otro tema...\nEscribo para comentarle a Biel que estuve mirando su blog y dejé un comentario en el topic de Compresión y descrompresión de ficheros Zip...\nTuve algunos problemitas con s...
As byte
[ { "date": "2009-09-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Esteban, te he contestado en el blog.", "time": "11:49", "topic": "As byte", "username": "Biel EA6DD" } ]
As byte
[ { "date": "2009-09-21", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":3p4peptw]Biel,\n\nThis is obvious, but have you tried it in this order ?\n[code=fw:3p4peptw]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oTmp:<span style=\"color: #000000;\">Des...
As byte
[ { "date": "2009-09-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Biel...\n\nNo he probado esto, pero puedes intentar de esta manera...\n\n[code=fw:w34mz90n]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />....<br />Serialize<span style=\"color: #000000;\">&#40;</span>...
As byte
[ { "date": "2009-09-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Biel,\n\nQue ActiveX es ? Hay demo de él ?", "time": "14:21", "topic": "As byte", "username": "Antonio Linares" } ]
As byte
[ { "date": "2009-09-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Biel,\n\nPensando en el asunto, has probado esto ?\n[code=fw:34pzwcio]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />xVar2 := xVar1<br />oTmp:<span style=\"color: #000000;\">Deserialize</span><span style=\"...
As byte
[ { "date": "2009-09-22", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Daniel Garcia-Gil\":10ul4lxa]Hola Biel...\n\nNo he probado esto, pero puedes intentar de esta manera...\n\n[code=fw:10ul4lxa]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />....<br />Serialize<span ...
As byte
[ { "date": "2009-09-22", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":3biwmw41]Biel,\n\nPensando en el asunto, has probado esto ?\n[code=fw:3biwmw41]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />xVar2 := xVar1<br />oTmp:<span style=\"color: #000000...
As byte
[ { "date": "2009-09-22", "forum": "FiveWin para Harbour/xHarbour", "text": "Biel,\n\nMe parece que es un bug generado entre el soporte de OLE y el ItemApi. Te explico mis razones:\n\n1. El valor que viene devuelto del ActiveX se pasa de Variant a Item de Harbour/xHarbour usando: hb_oleVariantToItem()\n\n...
As byte
[ { "date": "2009-09-22", "forum": "FiveWin para Harbour/xHarbour", "text": "[url:1r1ocu1n]http&#58;//www&#46;matrixlist&#46;com/pipermail/harbour/2009-September/025325&#46;html[/url:1r1ocu1n]", "time": "18:33", "topic": "As byte", "username": "Antonio Linares" } ]
As byte
[ { "date": "2009-09-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Biel,\n\nEste cambio en olecore.c deberia solucionar el bug:\n[code=fw:12t53931]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #00C800;\">case</span> VT_BSTR:<br />...
As byte
[ { "date": "2009-09-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Muchas gracias Antonio por el tiempo dedicado, para mi hubiera sido imposible localizarlo. \nNo he podido comprobar el funcionamiento, hoy salgo de viaje, pero cuando regrese de Andorra, interar compilar los cambios y te comento....
As byte
[ { "date": "2009-09-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Biel,\n\nEl bug fué arreglado unos dias antes en el propio repositorio de Harbour <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nSolo hay que volver a construir un nuevo bui...
As byte
[ { "date": "2006-07-24", "forum": "FiveWin for Harbour/xHarbour", "text": "WaitRun(iexplore()+\"http://www.aduanet.gob.pe/aduanas/sgdbf/Vehiculos.zip\")\n\nAs download a file from xharbour in a fixed route without q the users the route", "time": "15:39", "topic": "As download a file from xharbour...
As download a file from xharbour in a fixed route without q
[ { "date": "2007-07-27", "forum": "FiveWin for Harbour/xHarbour", "text": "hi,\n\nI need to catch the return of the following command: \n \n oActiveX&#058;Do(\"TerSearchReplace2\",\"rich\",\"\",SRCH_SEARCH,N,0)\n\nAccording to documentation of the [b:r6eul5q6]TerSearchReplace2[/b:r6eul5q6] component woul...
As to catch return of oActiveX:Do
[ { "date": "2007-07-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Vilian,\n\nTry:\n\nMsgInfo( oActiveX&#058;Do(\"TerSearchReplace2\",\"rich\",\"\",SRCH_SEARCH,N,0) )", "time": "21:25", "topic": "As to catch return of oActiveX:Do", "username": "Antonio Linares" } ]
As to catch return of oActiveX:Do
[ { "date": "2007-07-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nAlready I tried thus and is returning NIL.", "time": "21:29", "topic": "As to catch return of oActiveX:Do", "username": "vilian" } ]
As to catch return of oActiveX:Do
[ { "date": "2007-07-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nStudying activex.prg with the aid of the Gilmer, we perceive that the Do() method treats only 4(four) parameters. But necessary TerSearchReplace2 of 5(five). We try to make thus:\n\n nPos := ActXInvoke( ActXPdisp( oAct...
As to catch return of oActiveX:Do
[ { "date": "2007-07-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Vilian,\n\nAre you using Harbour or xHarbour ?", "time": "08:43", "topic": "As to catch return of oActiveX:Do", "username": "Antonio Linares" } ]
As to catch return of oActiveX:Do
[ { "date": "2007-07-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nI use xHarbour.", "time": "12:18", "topic": "As to catch return of oActiveX:Do", "username": "vilian" } ]
As to catch return of oActiveX:Do
[ { "date": "2007-07-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Vilian,\n\nPlease do this: tlib fivehc.lib - ole.obj \n\nthen add these functions to your app:\n[code:3lygq5xq]\nfunction OleGetProperty&#40; hObj, cPropName &#41;\n\n local o &#58;= TOleAuto&#40;&#41;\n local uRet\n\n o&#58...
As to catch return of oActiveX:Do
[ { "date": "2007-07-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nLater that I made what you asked for started to occur the following error:\n\n[code:2j2av2ya]Application\n===========\n Path and name&#58; F&#58;\\FWH\\SAMPLES\\pdf&#46;exe &#40;32 bits&#41;\n Size&#58; 1,306,624 b...
As to catch return of oActiveX:Do
[ { "date": "2007-07-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nI changed OleInvoke for the following one: \n \n[code:288w5goi]function OleInvoke&#40; hObj, cMethName, uPar1, uPar2, uPar3, uPar4, uPar5 &#41;\n\n local o &#58;= TOleAuto&#40;&#41;\n local uRet\n\n o&#58;hObj = ...
As to catch return of oActiveX:Do
[ { "date": "2007-07-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Vilian,\n\n> ? OleInvoke(oActivex&#058;hWnd, ...\n\nThat is not correct, as the first parameter is NOT the hWnd.\n\nIt has to be OleInvoke( ActXPdisp( oActivex&#058;hActiveX ), ...", "time": "14:39", "topic": "As to catch ...
As to catch return of oActiveX:Do
[ { "date": "2007-07-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nVery grateful. Now he was ok.", "time": "14:59", "topic": "As to catch return of oActiveX:Do", "username": "vilian" } ]
As to catch return of oActiveX:Do
[ { "date": "2007-08-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nNow necessary to implement keyboard key accelerator(Sample: CTRL+P to print). I made thus:\n\n[code:1sohd6hx]\noActiveX&#58;bOnEvent &#58;= &#123; | event, nKey | EventInfo&#40; event, nKey &#41; &#125;\n\nSTATIC FUNC...
As to catch return of oActiveX:Do
[ { "date": "2007-08-02", "forum": "FiveWin for Harbour/xHarbour", "text": "have you tried with two params ?\n\noActiveX&#058;bOnEvent := { | event, nKey1, nKey2 | EventInfo( event, nKey1, nKey2 ) }", "time": "22:46", "topic": "As to catch return of oActiveX:Do", "username": "Antonio Linares" ...
As to catch return of oActiveX:Do
[ { "date": "2007-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nYes, i tried with four params.\n\noActiveX&#058;bOnEvent := { | event, nKey1, nKey2, nKey3, nKey4 | EventInfo( event, nKey1, nKey2, nKey3, nKey4 ) }\n\nThe return is:\n\nnKey1 = array empty\nnKey2 = 1242696 ever(consta...
As to catch return of oActiveX:Do
[ { "date": "2007-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Vilian,\n\nAnalize the value 1242696 according to WM_KEYDOWN docs:\n<!-- m --><a class=\"postlink\" href=\"http://msdn2.microsoft.com/en-us/library/ms646280.aspx\">http://msdn2.microsoft.com/en-us/library/ms646280.aspx</a><!-- m ...
As to catch return of oActiveX:Do
[ { "date": "2007-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nI verified the topic that you he suggested, I identified some functions for the treatment of messages, but I did not understand as they can help me !", "time": "12:54", "topic": "As to catch return of oActiveX:...
As to catch return of oActiveX:Do
[ { "date": "2007-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Vilian,\n\nDo you always get 1242696 no matter what key you press ?", "time": "14:30", "topic": "As to catch return of oActiveX:Do", "username": "Antonio Linares" } ]
As to catch return of oActiveX:Do
[ { "date": "2007-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nany one.", "time": "14:34", "topic": "As to catch return of oActiveX:Do", "username": "vilian" } ]
As to catch return of oActiveX:Do
[ { "date": "2007-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Do you get that value without pressing a key ?\n\nWhat documentation about such event does your activex provides ?", "time": "16:51", "topic": "As to catch return of oActiveX:Do", "username": "Antonio Linares" } ]
As to catch return of oActiveX:Do
[ { "date": "2007-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nOn these specific events the following text only exists:\n\n[code:21dqwyrg]Standard events&#58; \n\nThe control supports these standard events&#58; Click, Double click, Got Focus, and Lost Focus, KeyDown, KeyPress, Key...
As to catch return of oActiveX:Do
[ { "date": "2007-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Vilian,\n\nYou may need to modify these methods in Class TActiveX&#058;\n\nMETHOD KeyChar() VIRTUAL\nMETHOD KeyDown() VIRTUAL", "time": "19:18", "topic": "As to catch return of oActiveX:Do", "username": "Antonio Linare...
As to catch return of oActiveX:Do
[ { "date": "2007-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nI made the modification, but nothing he modified in the result.", "time": "19:35", "topic": "As to catch return of oActiveX:Do", "username": "vilian" } ]
As to catch return of oActiveX:Do
[ { "date": "2007-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Vilian,\n\nI don't know, don't have more ideas <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nThats the problem with ActiveX (same as old Microsoft VBXs). We don't have their sou...
As to catch return of oActiveX:Do
[ { "date": "2007-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nIf you to install the control in its computer help to decide the problem?", "time": "20:34", "topic": "As to catch return of oActiveX:Do", "username": "vilian" } ]
As to catch return of oActiveX:Do
[ { "date": "2007-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nI asked to the support of them - Exists some another way to implement what necessary?\n\nThe support technician of them returned me the following one:\n\n[code:12kvpa9c]\n\n If your application lets you define callb...
As to catch return of oActiveX:Do
[ { "date": "2007-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Vilian,\n\n> You can instead use the PreProcess event for this purpose.\n\nWhats that ? Tell him to explain you whats the PreProcess event and a sample of its use", "time": "22:29", "topic": "As to catch return of oActiveX...
As to catch return of oActiveX:Do
[ { "date": "2022-08-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello friends,\nAs your functions/methods become more complex, splitting up, preprocessing and patching helps to simplify source code.\nBest regards,\nOtto\n\n\n[url:3acgq6ut]https&#58;//www&#46;facebook&#46;com/groups/modharbour&...
As your functions/methods become more complex
[ { "date": "2022-08-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello friends,\nHere you can see an example of how to simplify a really complex source code like xBrowse with a patcher.\nBest regards,\nOtto\n\n[img:1du4aww0]https&#58;//mybergland&#46;com/harbourinoxbrowse_clip3&#46;jpg[/img:1du...
As your functions/methods become more complex
[ { "date": "2019-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi, all !\n\nVBA (Excel) has an AscW() function. It is used to obtain the Unicode character code. How do I do this on FW ?", "time": "11:57", "topic": "AscW() function", "username": "Natter" } ]
AscW() function
[ { "date": "2019-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Please try\n[code=fw:3igwcobk]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />HB_UTF8CHR<span style=\"color: #000000;\">&#40;</span> nChar <span style=\"color: #000000;\">&#41;</span><br />&nbsp;</div>[/code:...
AscW() function
[ { "date": "2019-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "[url=https&#58;//docs&#46;microsoft&#46;com/it-it/dotnet/api/microsoft&#46;visualbasic&#46;strings&#46;ascw?view=netframework-4&#46;8:16ayodgd]AscW[/url:16ayodgd] return the unicode value from character or string. I think the Harb...
AscW() function
[ { "date": "2019-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes, Mr. Antonio\nAnd thanks for the correction.", "time": "14:34", "topic": "AscW() function", "username": "nageswaragunupudi" } ]
AscW() function
[ { "date": "2019-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes, the HB_UTF8Asc() function suits me, but it is not available for FWH18.06", "time": "14:42", "topic": "AscW() function", "username": "Natter" } ]
AscW() function
[ { "date": "2019-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "This is not FWH function.\nThis is a Harbour function available both in Harbour and xHarbour.", "time": "14:44", "topic": "AscW() function", "username": "nageswaragunupudi" } ]
AscW() function
[ { "date": "2019-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "I downloaded xHarbour Binaries 1.2.3 Rev. 10252 for BCC 5.8.2 with xharbour.org But when linking the hb_utf8asc function is not detected", "time": "15:53", "topic": "AscW() function", "username": "Natter" } ]
AscW() function
[ { "date": "2019-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "I confirm: there is no hb_utf8asc() function in xHarbour. I can try to add it to xHarbour, if you really need it.\n\nEMG", "time": "16:09", "topic": "AscW() function", "username": "Enrico Maria Giordano" } ]
AscW() function
[ { "date": "2019-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes, I do. I will be very grateful to you", "time": "17:48", "topic": "AscW() function", "username": "Natter" } ]
AscW() function
[ { "date": "2019-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok, I'll see what I can do...\n\nEMG", "time": "18:18", "topic": "AscW() function", "username": "Enrico Maria Giordano" } ]
AscW() function
[ { "date": "2019-06-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Please, try this function and let me know if there are any problems:\n\n[code=fw:32iwsqm5]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000...
AscW() function
[ { "date": "2019-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Latin's fine. However, this function returns incorrect Unicode Cyrillic characters", "time": "08:37", "topic": "AscW() function", "username": "Natter" } ]
AscW() function
[ { "date": "2019-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Can you send me a sample showing the problem, please?\n\nEMG", "time": "09:07", "topic": "AscW() function", "username": "Enrico Maria Giordano" } ]
AscW() function
[ { "date": "2019-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Working correctly for me with this test:\n[code=fw:2u3b65fi]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> n, c<br /><br />&nbsp; &nbsp;n &nbsp;:= 0x...
AscW() function
[ { "date": "2019-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "I didn't understand. There is a character with a code of 128 (1 byte) If you convert this character to Unicode it will consist of 2 bytes and its code will be 1040. How can I do this through the HB_UTF8ASC function() ?", "time...
AscW() function
[ { "date": "2019-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Sorry, I'm not familiar with Unicode. Just give me a sample showing the problem and I'll see what I can do.\n\nEMG", "time": "10:45", "topic": "AscW() function", "username": "Enrico Maria Giordano" } ]
AscW() function
[ { "date": "2019-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "From the beginning, we are going in the wrong direction. I am sorry for this deviation.\nThis is not conversion to and from UTF8 but of WideChar. (16bit char encoding).\nWindows internally works with WideChar, i.e., 64 bit (little...
AscW() function
[ { "date": "2019-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "So, what's the point?\n\nEMG", "time": "10:59", "topic": "AscW() function", "username": "Enrico Maria Giordano" } ]
AscW() function
[ { "date": "2019-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "BIN2W( cWideString ) should give the value equivalent to AscW()", "time": "12:40", "topic": "AscW() function", "username": "nageswaragunupudi" } ]
AscW() function
[ { "date": "2019-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "This small program demonstrates that BIN2W() works like AscW()\n[code=fw:jekzyezc]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"fi...
AscW() function
[ { "date": "2019-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "So, what about HB_UTF8ASC()? Do we need it?\n\nEMG", "time": "12:54", "topic": "AscW() function", "username": "Enrico Maria Giordano" } ]
AscW() function
[ { "date": "2019-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Enrico Maria Giordano\":32ivdfk6]So, what about HB_UTF8ASC()? Do we need it?\n\nEMG[/quote:32ivdfk6]\n\nWe need it.\n\nThis may not be what Mr. Natter is looking for but we need it in xHarbour.\nHarbour has both HB_UTF8CH...
AscW() function
[ { "date": "2019-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Done. Please try xHarbour build 10253.\n\nEMG", "time": "21:59", "topic": "AscW() function", "username": "Enrico Maria Giordano" } ]
AscW() function
[ { "date": "2019-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you.\n\nFWH is now using HB_UTF8CHR(). There is no problem either with Harbour or xHarbour.\nTill now there is no need to use HB_UTF8ASC().\nBut, if and when the need arises, what shall we do? There will be many users of old...
AscW() function
[ { "date": "2019-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "They can use this code:\n\n[code=fw:3rsshez9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#pragma</span> BEGINDUMP<br /><br /><br /><span style=\"color: #00D7D7;\">#include</span>...
AscW() function