messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2022-05-02", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola a todos,\nNecesito ordenar un array por dos columnas, pero en el orden necesito que ordene por la primera columna de manera ascendente y por la segunda de manera descente.\nLa primera columna es una cadena y la segunda un nu...
ASort por dos columnas
[ { "date": "2022-05-02", "forum": "FiveWin para Harbour/xHarbour", "text": "Esteban,\n\nASort( aArray,,, {| x, y | x[ 1 ] < y[ 1 ] .and. x[ 2 ] > y[ 2 ] } )\n\n1. tu primer orden alfa\n2. tu segundo orden numerico\n\nno lo probe pero deberia funcionar.\n\nSaludos.", "time": "04:28", "topic": "ASo...
ASort por dos columnas
[ { "date": "2022-05-02", "forum": "FiveWin para Harbour/xHarbour", "text": "Buen día Ariel...\nNo funciona de ese modo. \n\nAlguna otra sugerencia?\n\nDesde ya muchas gracias.\nSaludos,", "time": "12:25", "topic": "ASort por dos columnas", "username": "jrestojeda" } ]
ASort por dos columnas
[ { "date": "2022-05-02", "forum": "FiveWin para Harbour/xHarbour", "text": "y esta forma\n\nASort( aDatos,,, {| x, y | If( x[ 1 ] == y[ 1 ], x[ 2 ] < y[ 2 ] ) } )\n\nsaludos", "time": "13:48", "topic": "ASort por dos columnas", "username": "jbrita" } ]
ASort por dos columnas
[ { "date": "2022-05-02", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"jbrita\":k7hl837w]\nASort( aDatos,,, {| x, y | If( x[ 1 ] == y[ 1 ], x[ 2 ] < y[ 2 ] ) } )\n[/quote:k7hl837w]\n\nEsta manera me ordena ambas columnas de manera descendente.\nYo necesito la primera columna ascendente y la...
ASort por dos columnas
[ { "date": "2022-05-02", "forum": "FiveWin para Harbour/xHarbour", "text": "Finalmente me fucionó lo siguiente:\n\naDatos:=ASort( aDatos,,, {| x, y | If( x[ 1 ] == y[ 1 ], x[ 2 ] > y[ 2 ] , x[ 1 ] < y[ 1 ] ) } )\n\nMuchas gracias por las respuestas.", "time": "18:07", "topic": "ASort por dos colu...
ASort por dos columnas
[ { "date": "2013-03-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nwith harbour I get a strange compiler error in this line\n[code=fw:3dyhk3d4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">aPair :=   <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #0000...
ASort() error
[ { "date": "2013-03-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Your code is working fine here with Harbour and xHarbour\n\n[code=fw:k7ojhjgl]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#Include</span> <span style=\"color: #ff0000;\">\"FiveWi...
ASort() error
[ { "date": "2013-03-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Compiled without problem with HARBOUR:\n\nVersion: Harbour 3.2.0dev (Rev. 18819)\nCompiler: Microsoft Visual C++ 16.0.30319 (32-bit)\nPlatform: Windows 7 6.1.7601 Service Pack 1\nPCode version: 0.3\nChangeLog last entry: 2013-02-0...
ASort() error
[ { "date": "2013-03-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Stephan,\n\nPerhaps is waste hidden characters from your code editor. Delete line and retyped function.\n\nRegards", "time": "14:27", "topic": "ASort() error", "username": "hmpaquito" } ]
ASort() error
[ { "date": "2013-03-08", "forum": "FiveWin for Harbour/xHarbour", "text": "thanks for all hints, finally I found it\n\nI had a wrong #translate direction in my code. Because harbour does not support the new bit operators (bit or: <x> | <y> ) I tried to simulate it with\n[code=fw:1tq5x4d9]<div class=\"fw...
ASort() error
[ { "date": "2008-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Is nOffset supported by Harbour, too?\n\nnLocation := AT( cSearch, cData, nOffset )\n\nIf I try this with Harbour I get following error.\n\n\\FREITEST.PRG(5095) Error E0021 Incorrect number of arguments: AT\nassed: 3, expe...
AT ( cSearch, cData, nOffset )
[ { "date": "2008-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nAre you using the Harbour build that we provide with FWH or have you build it yourself ?", "time": "17:42", "topic": "AT ( cSearch, cData, nOffset )", "username": "Antonio Linares" } ]
AT ( cSearch, cData, nOffset )
[ { "date": "2008-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, I use 8.03. \nRegards,\nOtto", "time": "18:35", "topic": "AT ( cSearch, cData, nOffset )", "username": "Otto" } ]
AT ( cSearch, cData, nOffset )
[ { "date": "2008-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nI mean if you are using the Harbour setup that we provide with FWH.\n\nSome users build it themselves from the SVN repository (thats why I ask you) <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title...
AT ( cSearch, cData, nOffset )
[ { "date": "2008-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "No, I use the original libs.\nRegards,\nOtto", "time": "22:22", "topic": "AT ( cSearch, cData, nOffset )", "username": "Otto" } ]
AT ( cSearch, cData, nOffset )
[ { "date": "2008-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nIs there some reason you need to use Harbour instead of xHarbour? xHarbour seems more advanced. I would use xHarbour exclusively.\n\nJames", "time": "22:24", "topic": "AT ( cSearch, cData, nOffset )", "usernam...
AT ( cSearch, cData, nOffset )
[ { "date": "2007-02-27", "forum": "FiveWin for CA-Clipper", "text": "Hi All !\n\nI found this for Nokia Mobile Phone \nHow to use with FWH\n\n[quote:3j99tdk9]\n# cquery 4.16b\n# +GMI (TA manufacturer)\nAT+GMI\nNokia Mobile Phones\n# +GMM (TA model)\nAT+GMM\nNokia 6210\n# +GMR (TA revision)\nAT+GMR\nSW05....
AT COMMAND FOR GSM MODEM
[ { "date": "2007-02-27", "forum": "FiveWin for CA-Clipper", "text": "Hi All !\n\nI found this for Nokia Mobile Phone \nHow to use with FWH\n\n[quote:3infii55]\n# cquery 4.16b\n# +GMI (TA manufacturer)\nAT+GMI\nNokia Mobile Phones\n# +GMM (TA model)\nAT+GMM\nNokia 6210\n# +GMR (TA revision)\nAT+GMR\nSW05....
AT COMMAND FOR GSM MODEM
[ { "date": "2007-02-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi All !\n\nI found this for Nokia Mobile Phone \nHow to use with FWH\n\n[quote:3952axoz]\n# cquery 4.16b\n# +GMI (TA manufacturer)\nAT+GMI\nNokia Mobile Phones\n# +GMM (TA model)\nAT+GMM\nNokia 6210\n# +GMR (TA revision)\nAT+GMR\...
AT COMMAND FOR GSM MODEM
[ { "date": "2007-02-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Try the modem commands using the following simple terminal emulator:\n\n[code:1zwlwg47]#include \"Fivewin&#46;ch\"\n\n\nFUNCTION MAIN&#40;&#41;\n\n LOCAL oDlg\n\n LOCAL oGet, cTxt &#58;= \"\"\n\n LOCAL nCom\n\n DEFINE ...
AT COMMAND FOR GSM MODEM
[ { "date": "2007-02-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank's Mr. Enrico !\nI will try it \n\nRegards\nAreang", "time": "12:54", "topic": "AT COMMAND FOR GSM MODEM", "username": "areang" } ]
AT COMMAND FOR GSM MODEM
[ { "date": "2007-03-14", "forum": "FiveWin for CA-Clipper", "text": "Aqui encuentras mas codigos\n\n<!-- m --><a class=\"postlink\" href=\"http://www.pes-systems.com/recowap/smsatset.htm#SMS%20Command%20Set\">http://www.pes-systems.com/recowap/smsa ... mand%20Set</a><!-- m -->", "time": "14:48", ...
AT COMMAND FOR GSM MODEM
[ { "date": "2021-02-13", "forum": "FiveWin for Harbour/xHarbour", "text": "I'm working with some legacy code orignially developed with xHarbour. The AT() function in xHarbour has this syntax:\n\n[b:2p03bynn]At( <cSearch>, <cString>, [<nStart>], [<nEnd>] ) --> nPos [/b:2p03bynn]\n\nUsing Harbour, AT() on...
AT( ) Function. Harbour vs xHarbour
[ { "date": "2021-02-13", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:2x21xhqy]Using Harbour, AT() only supports the first two parameters and will error if the nStart is specified.\n[/quote:2x21xhqy]\nYes.\nFunction HB_AT(...) of Harbour is equivalent to the function AT() of XHarbour.\n\nBut ...
AT( ) Function. Harbour vs xHarbour
[ { "date": "2008-06-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Al Linkar me sale el siguiente error :\r\n\r\nError: Unresolved external '_HB_FUN_ATCBRWPOSREC' referenced from H:\\SEGJOSE\\HABOUR\\GESMAN.NEW\\PROG\\CODTCBRW.OBJ\r\n\r\nAlguna sugerencia. Gracias", "time": "18:37", "top...
ATCBRWPOSREC
[ { "date": "2008-06-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Quiere decir que en el programa CODTCBRW estas llamando a la función ATCBRWPOSREC(), la cual no existe, lo mas seguro es que te hayas equivocado en el nombre", "time": "02:59", "topic": "ATCBRWPOSREC", "username": "qu...
ATCBRWPOSREC
[ { "date": "2008-06-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Si pero esta en las funciones de FWH:\r\nTo calculate coordinated of the edition cell in a TCBrowse \r\n\r\nSyntax: \r\n\r\n\r\naTCBrwPosRec(<hWnd>, <nRow>, <nCol>,<nWidth>, <hFont> ) \\\\ aCoors\r\n\r\nFunction...
ATCBRWPOSREC
[ { "date": "2008-06-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Garbi,\r\n\r\nTe falta una \"T\" al final del nombre:\r\n\r\nATCBRWPOSREC[color=red:127bpdg1]T[/color:127bpdg1]()", "time": "10:10", "topic": "ATCBRWPOSREC", "username": "Antonio Linares" } ]
ATCBRWPOSREC
[ { "date": "2015-01-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenas,\n\nA partir de un servidor Web, uhttp que trae Harbour, el uso de TXMLDocument tiene un MUY GRAVE, y es que NO LIBERA MEMORIA.\nEso lo detecte hace años en xHarbour, pero veo que en Harbour sigue pasando lo mismo.\n\nHe p...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-01-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Bueno, ya tengo el ejemplo que demuestra consumo excesivo de memoria...\n\nPara probarlo, usar una herramienta tipo SoapUI para hacer peticiones masivas...\nDespues, tenemos la llamada;\n<!-- m --><a class=\"postlink\" href=\"htt...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-01-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Mismo usando uno de estes comandos? \n\n[code=fw:r1u8k9h4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />   globalNode  = <span style=\"color: #00C800;\">null</span><br /><br />   xmldoc = <span style=\"col...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-01-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenos , si es lo primero que se hice... lo mismo, es más, como pongas hb_gcall() en un hilo, cruje hasta Windows...\nPorque no puedo subir una imagen, foto que lo demuestra, <!-- s;-) --><img src=\"{SMILIES_PATH}/icon_wink.gif\...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-01-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Discúlpas,\n\nNo sé lo que significa Hilo.\n\nSaludos.", "time": "19:10", "topic": "ATENTOS. TXMLDocument no libera memoria", "username": "karinha" } ]
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-01-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Intentas:\n\n[code=fw:8gs3k6q7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">METHOD</span> CreateXML<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-01-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Y... ¿ No se debería trasladar este problema a la lista de desarrollo de harbour ? (<!-- m --><a class=\"postlink\" href=\"https://groups.google.com/forum/?fromgroups#!forum/harbour-devel\">https://groups.google.com/forum/?fromgr...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-01-29", "forum": "FiveWin para Harbour/xHarbour", "text": "Si , pero para no hacer perder el tiempo a los desarrolladores, primero intento hacer pruebas, mirar si nos pasa a todos lo mismo, en sus variantes.\n\nAqui la info, con las imagenes sobre el tema\n<!-- m --><a class=\"postlink\...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-01-29", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"karinha\"]Intentas:\n/quote]\n\nLlamando manualmente a HB_GCALL( .F. ) , los picos de consumo y limpieza del recoletor de memoria es terrible, pero lo deja en 5Mb RAM.\n\nAhora, si le meto otra llamada en el código ;\n[c...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-01-29", "forum": "FiveWin para Harbour/xHarbour", "text": "Dios mio, sigo perdiendo memoria a marchas forzadas, al punto que se reinicia la maquina ;-(\n\nEn el test, con respecto a mi código , es que recorro una tabla y se crea el xml a partir de la tabla, además de estar como servicio....
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-01-30", "forum": "FiveWin para Harbour/xHarbour", "text": "Rafa;\n\nHace algún tiempo me di con este problema, pero luego de reportarlo en el foro de xharbour, el problema quedó arreglado. Este es un enlace al hilo donde se atiende el tema:\n\n[url:cajmp1jm]https&#58;//groups&#46;google...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-01-30", "forum": "FiveWin para Harbour/xHarbour", "text": "Muchas gracias Reinaldo\n>Better still, move these variables to the PRIVATE DATA section of the CLASS. \nNo se a que se refiere con esta solución.\n\n¿ Esta es la solución que corrige el problema ? ¿ O era un problema de xHarbou...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-01-30", "forum": "FiveWin para Harbour/xHarbour", "text": "Tal vez:\n\n[code=fw:2r9crwzl]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp;REQUEST HB_MEMIO<br />&nbsp;</div>[/code:2r9crwzl]", "time": "13:00", "topic": "ATENTOS. TXMLDocument no lib...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-01-30", "forum": "FiveWin para Harbour/xHarbour", "text": "Rafa;\n\nEs cierto que el hilo tiene sugerencias tontas que nada tienen que ver con el problema, como por ejemplo esa que mencionas. Pero al final del hilo Saulius menciona que deja el problema de memory leak corregido en el bui...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-01-30", "forum": "FiveWin para Harbour/xHarbour", "text": "Muchas gracias Reinaldo, hace mucho tiempo dejo xHarbour, pero NO me parece normal que tengamos que FORZAR nosotros a entrar el recolector de basura.\nDe todas, por si te interesa, me ha costado un poco entender como funciona est...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-01-30", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote:3s1loyg1] pero NO me parece normal que tengamos que FORZAR nosotros a entrar el recolector de basura.[/quote:3s1loyg1]\n\n\nHasta donde yo se el recolector de basura trabaja automaticamente en los tiempos idle. Si en un pr...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-01-30", "forum": "FiveWin para Harbour/xHarbour", "text": "Rafa;\n\nPues me parece fantástico. Luce muchas más fácil de usar que TxmlDocument(). No creo que cambie todo el código que tengo ya funcionando perfectamente, pero en una futura necesidad me gustaría poder dirigirme a un xml d...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-01-30", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Rafa, soy Manu de Sevilla...\nAdmitiendo que no estoy metido en estos líos tuyos por lo que no sé si lo que voy a decir tiene sentido para ti.\nEste método WriteXML está bien?\n\n[code=fw:1ecy6dl4]<div class=\"fw\" id=\"{CB}...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-01-30", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"xmanuel\":53tgokbz]Hola Rafa, soy Manu de Sevilla...\nAdmitiendo que no estoy metido en estos líos tuyos por lo que no sé si lo que voy a decir tiene sentido para ti.\nEste método WriteXML está bien?\n\nPrueba así:\n[cod...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-01-30", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"reinaldocrespo\":1secr0m7]Rafa;\n\nPues me parece fantástico. Luce muchas más fácil de usar que TxmlDocument(). No creo que cambie todo el código que tengo ya funcionando perfectamente, pero en una futura necesidad me ...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-01-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Eso depende Rafa, habría que ver que hace el método. Por lo que veo tiene la pinta que hace una copia nueva del item que se le pasa al métod...\nTu prueba a ver que pasa... <!-- s:roll: --><img src=\"{SMILIES_PATH}/icon_rolleyes...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-03-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Rafa,\n\nReabro el post porque creo que tendrias que poner hb_gcall(.T.)\nImportante el .T. para forzar el recolector a ejecutar la accion, sino solo se hara cuando encuentre un idle. Eso podria explicar tus perdidas de memoria.\...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-03-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Da igual. Además que ha veces se produce cuelgues inesperados.\nHe optado por usar la la mxml y solucionado.\n\nPor cierto, mira esto, ahora con los createobjet() también se consume la memoria que da miedo;\n<!-- m --><a class=\"...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-03-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigos:\n\nSin duda XML NotePad, es free.\n\n<!-- m --><a class=\"postlink\" href=\"http://www.microsoft.com/en-us/download/details.aspx?id=7973\">http://www.microsoft.com/en-us/download ... px?id=7973</a><!-- m -->\n\nSaludos", ...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-03-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Gente;\n\nSi de algo les sirve, la clase TXMLDocument() fue arreglada en xharbour ya hace como dos años y desde entonces no padece de pérdida de memoria. \n\n\nReinado.", "time": "21:47", "topic": "ATENTOS. TXMLDocument ...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-03-14", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"thefull\":9jeueiku]Por cierto, mira esto, ahora con los createobjet() también se consume la memoria que da miedo;\n<!-- m --><a class=\"postlink\" href=\"http://xthefull.blogspot.com.es/2015/02/usando-createobject-no-se-...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2015-03-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenas\n>>Por cierto, mi post venia porque en tu articulo utilizas hb_gcall(.f.) y a mi modo de ver ha de ser hb_gcall(.t.) y por ello ponia la direccion de donde hay una explicacion a todo esto del garbage collector\n\nEs igual ...
ATENTOS. TXMLDocument no libera memoria
[ { "date": "2013-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear friends, in xHarbour we can write\n\n[code=fw:3dbn4eo3]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">ATail<span style=\"color: #000000;\">&#40;</span> aArray <span style=\"color: #000000;\">&#41;</span> = xV...
ATail()
[ { "date": "2013-04-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Never mind. I replaced\n\n[code=fw:2cnpc961]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">ATail<span style=\"color: #000000;\">&#40;</span> aArray <span style=\"color: #000000;\">&#41;</span> = xValue</div>[/code...
ATail()
[ { "date": "2009-12-25", "forum": "All products support", "text": "I migliori Auguri di Buone Feste a tutto il Forum\nGiuseppe Romano", "time": "19:20", "topic": "AUGURI", "username": "Romano" } ]
AUGURI
[ { "date": "2009-12-25", "forum": "All products support", "text": "Auguri anche da parte mia!\n\nEMG", "time": "22:17", "topic": "AUGURI", "username": "Enrico Maria Giordano" } ]
AUGURI
[ { "date": "2009-12-25", "forum": "All products support", "text": "Auguri a tutti...! <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->", "time": "22:35", "topic": "AUGURI", "username": "Dino Alessandri" } ]
AUGURI
[ { "date": "2009-12-26", "forum": "All products support", "text": "Tanti, tanti, tantissimi auguri !!!", "time": "08:24", "topic": "AUGURI", "username": "Massimo Linossi" } ]
AUGURI
[ { "date": "2015-06-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Sistemasit:\n\nWhen creating the edit box or text box , are you using source code or resources ?\n\nIf you are using resources try with MULTILINE = YES.\n\nRegards", "time": "19:02", "topic": "AUTO SCROL into an EDIT or T...
AUTO SCROL into an EDIT or TEXT
[ { "date": "2015-06-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Armando,\n\nI am using resource, The property is already checked\n\nThis is what I want, but didn't work with me\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=30082&p=171803...
AUTO SCROL into an EDIT or TEXT
[ { "date": "2015-06-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nIs there any way to improve an auto scroll into an EDIT or TEXT BOX? \n\nThe property AUTO VSCROLL is already TRUE, but nothing happens\n\nI am creating an internal chat and I need to scroll this text up automactly.\n\nThan...
AUTO SCROL into an EDIT or TEXT
[ { "date": "2015-06-07", "forum": "FiveWin for Harbour/xHarbour", "text": "How long is your variable width ?\n\nYou need to give it enough space", "time": "15:53", "topic": "AUTO SCROL into an EDIT or TEXT", "username": "Antonio Linares" } ]
AUTO SCROL into an EDIT or TEXT
[ { "date": "2015-06-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio,\n\nThe width is Dinamic, It starts with zero and keeps growing while the users chat. then I do a REFRESH, I tried a TEXT OBJECT and a EDIT OBJECT also, is there any command to set in the end? \n\nThank you", "time"...
AUTO SCROL into an EDIT or TEXT
[ { "date": "2015-06-07", "forum": "FiveWin for Harbour/xHarbour", "text": "You could use FWH function MemoEdit( cText, cTitle, nTop, nLeft, nBottom, nRight, lRTF, nHelpID )\n\nPlease review FWH source\\function\\memoedit.prg source code", "time": "16:33", "topic": "AUTO SCROL into an EDIT or TEXT...
AUTO SCROL into an EDIT or TEXT
[ { "date": "2008-08-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Sr. Antonio,\r\n\r\n\r\nFiz a seguinte alteração na classe TCOMBOBOX para que a pesquisa aceita-se a tecla 32 (barra de espaço):\r\n\r\nGostaria de saber se está alteração acarretará algum problema?\r\n\r\nMETHOD KeyChar( nKey, n...
AUTO SEARCH COMBOBOX - METHOD KeyChar
[ { "date": "2008-08-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Si no vas a usar la búsqueda incremental, lo mejor es deshabilitarla completamente.\r\n\r\nEn FWH 8.08 hemos añadido una nueva DATA lIncSearch AS LOGICAL que es .F. por defecto, y el método KeyChar queda así:\r\n[code:201e0c26]\n...
AUTO SEARCH COMBOBOX - METHOD KeyChar
[ { "date": "2022-08-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello friends,\n\nInspired by a video -Designer Minigui ( <!-- m --><a class=\"postlink\" href=\"https://www.youtube.com/watch?v=UcFw1bqsaV4\">https://www.youtube.com/watch?v=UcFw1bqsaV4</a><!-- m --> ) -, I restarted after a lon...
AUTOCODE
[ { "date": "2022-08-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Otto,\n\nthank you for all your great contributions!\n\nbest regards", "time": "08:23", "topic": "AUTOCODE", "username": "Antonio Linares" } ]
AUTOCODE
[ { "date": "2022-08-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Antonio,\nthank you.\nI am thinking if I should try to use a webview2 FROM or a FW DIALOG for the input dialog.\nMaybe I can create a xbrowse-function equivalent for mod harbour.\nThis would be great if AUTOCODE code provide...
AUTOCODE
[ { "date": "2022-08-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello friends,\nmaybe someone knows a more effective way to resolve the string info variables?\nlocal cCode := 'XBrowse( uData , \"This is my title, subtitle , test neu\", .F. , bSetUp, aCols, bSelect, lExcel, lFastEdit,bValid, cS...
AUTOCODE
[ { "date": "2022-08-17", "forum": "FiveWin for Harbour/xHarbour", "text": "hi Otto,\n\nwhere do i find those Form-Designer <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: -->", "time": "21:13", "topic": "AUTOCODE", "username": "Jimmy" }...
AUTOCODE
[ { "date": "2022-08-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Jimmy,\nsee the last post on:\n\n<!-- m --><a class=\"postlink\" href=\"https://www.facebook.com/groups/harbour.project/\">https://www.facebook.com/groups/harbour.project/</a><!-- m -->\n\nBest regards,\nOtto", "time": "...
AUTOCODE
[ { "date": "2022-08-18", "forum": "FiveWin for Harbour/xHarbour", "text": "hi Otto,\n[quote=\"Otto\":3gvpuq0q]\nsee the last post on:\n\n<!-- m --><a class=\"postlink\" href=\"https://www.facebook.com/groups/harbour.project/\">https://www.facebook.com/groups/harbour.project/</a><!-- m -->[/quote:3gvpuq0q...
AUTOCODE
[ { "date": "2022-08-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Jimmy, there is a youtube-link:\n<!-- m --><a class=\"postlink\" href=\"https://www.youtube.com/watch?v=UcFw1bqsaV4\">https://www.youtube.com/watch?v=UcFw1bqsaV4</a><!-- m -->\nMaybe there is a download link inside.\nBest regards,...
AUTOCODE
[ { "date": "2012-03-20", "forum": "FiveWin for Harbour/xHarbour", "text": "To all,\nDo you think AutoCode can be of any help?\nWhat is missing for you?\nBest regards,\nOtto\n\n[url:4es88mz1]http&#58;//www&#46;atzwanger-software&#46;com/fw/ACD5DEMO&#46;Zip[/url:4es88mz1]\n\n[img:4es88mz1]http&#58;//www&#4...
AUTOCODE - new download ready
[ { "date": "2012-03-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto\n\nThank you for your contribution .. it seems that when you start the .exe the file dwmaip.dll is missing.\n\nRick Lipkin", "time": "13:26", "topic": "AUTOCODE - new download ready", "username": "Rick Lipkin" }...
AUTOCODE - new download ready
[ { "date": "2012-03-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nit's working now!\n\nTHX", "time": "07:58", "topic": "AUTOCODE - new download ready", "username": "frose" } ]
AUTOCODE - new download ready
[ { "date": "2012-03-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Frank,\n\nplease let me know which classes we should work on next.\nBest regards,\nOtto", "time": "09:30", "topic": "AUTOCODE - new download ready", "username": "Otto" } ]
AUTOCODE - new download ready
[ { "date": "2012-03-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Otto,\n\nespecially I'm using the 'normal' dialog elements, as:\n[code=fw:yia2nhl4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">   oBtn := TBtnBmp<span style=\"color: #000000;\">&#40;</span><span style=\"colo...
AUTOCODE - new download ready
[ { "date": "2012-03-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Rick,\ncan you please download the file again. Thank you.\nBest regards,\nOtto", "time": "12:05", "topic": "AUTOCODE - new download ready", "username": "Otto" } ]
AUTOCODE - new download ready
[ { "date": "2012-03-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nAutocode is very useful for me, I'll integrate it in my workflow from now on.\n\nEven though it's working without crash, this error comes up: c:\\fwh\\include\\Objects.ch(5) Error F0029 Can't open #include file 'hbclass....
AUTOCODE - new download ready
[ { "date": "2012-03-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\n... and the Copy-Button doesn't function, always saying 'Not valid code', it's the missing hbclass.ch!?", "time": "13:16", "topic": "AUTOCODE - new download ready", "username": "frose" } ]
AUTOCODE - new download ready
[ { "date": "2012-03-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Otto\nYour EXE still asks for dwmaip.dll <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->(\nRegards\nEuclides", "time": "18:33", "topic": "AUTOCODE - new download ready", ...
AUTOCODE - new download ready
[ { "date": "2012-03-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Euclides, Frank and Rick,\ncan you please download the file again. Thank you.\n\nWe have not implemented direct (class) function calls yet. This will take some time. \n\nFixed having problem with \"not finding include\" files.\n\n...
AUTOCODE - new download ready
[ { "date": "2012-03-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nwouldn't it be great to implement an interface, e.g. a xml or ini file, to import additional user functions, classes and/or methods to Autocode?", "time": "11:23", "topic": "AUTOCODE - new download ready", "us...
AUTOCODE - new download ready
[ { "date": "2012-03-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto\nThe DWMAPI.DLL?", "time": "15:41", "topic": "AUTOCODE - new download ready", "username": "j.fmagalhaes" } ]
AUTOCODE - new download ready
[ { "date": "2012-03-22", "forum": "FiveWin for Harbour/xHarbour", "text": "j.fmagalhaes,\ncan you please download the file again. Thank you. \n\nFixed:\n- does not ask for dwmapi.dll\n- does not have problems with include files\nFrank,\nyour proposals / suggestions will be supported very soon.\n\nBest r...
AUTOCODE - new download ready
[ { "date": "2012-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Hola Otto buen dia... donde se puede conseguir el autocode sin que sea una version demo.\ndesde ya muchas gracias", "time": "10:16", "topic": "AUTOCODE - new download ready", "username": "juan carlos bellucci" } ]
AUTOCODE - new download ready
[ { "date": "2012-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Juan,\n\nat the Moment we publish only a Version which is valid always 1 or 2.\nWe are changeing much and therefore we need the feedback.\nPlease let me know what you think about AutoCode and what is missing.\nThe link is al...
AUTOCODE - new download ready
[ { "date": "2012-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nYou may enjoy this <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n[url:etdoxiz3]http&#58;//www&#46;ijailbreak&#46;com/wp-content/uploads/2012/06/Office2013_RT&#46;pn...
AUTOCODE - new download ready
[ { "date": "2012-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "[url:8j7quqch]http&#58;//www&#46;withinwindows&#46;com/2012/06/12/dissecting-the-office-2013-rt-sneak-peek-at-teched/[/url:8j7quqch]\n\nI asked there about the MDI replacement <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\...
AUTOCODE - new download ready
[ { "date": "2012-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Frank,\n>wouldn't it be great to implement an interface, e.g. a xml or ini file, to import additional user functions, classes and/or methods to Autocode?\n\nWe can link ch files.\nBest regards,\nOtto", "time": "12:58", "to...
AUTOCODE - new download ready
[ { "date": "2012-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Antonio,\nthank you for the information.\nI read that Office 15 is still a desktop application.\n\nIn fact, it appears that Office 15 was built with support for Windows 8, and that it features a load of touch optimizations, ...
AUTOCODE - new download ready
[ { "date": "2012-06-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Antonio,\nafter I reread all the posts from the last days I found the word for the style I am programming now:\n[b:2b37m9eg]Metro-inspired [/b:2b37m9eg]\nBest regards,\nOtto", "time": "13:11", "topic": "AUTOCODE - ne...
AUTOCODE - new download ready
[ { "date": "2015-10-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Hello,\nAUTOCODE \nvisual editing of Fivewin classes.\nBest regards,\nOtto\n\n[url:38nzlu8e]http&#58;//www&#46;bergland&#46;info/fw/Autocode&#46;mp4[/url:38nzlu8e]", "time": "20:09", "topic": "AUTOCODE show", "usernam...
AUTOCODE show
[ { "date": "2015-10-25", "forum": "FiveWin para Harbour/xHarbour", "text": "Exelente................\nSalu2", "time": "03:09", "topic": "AUTOCODE show", "username": "Willi Quintana" } ]
AUTOCODE show