messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2014-12-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias João\n\nSaludos,\n\nAdhemar",
"time": "18:29",
"topic": "Code Bar PDF417 ó QR Code",
"username": "acuellar"
}
] | Code Bar PDF417 ó QR Code |
[
{
"date": "2006-01-30",
"forum": "FiveWin para CA-Clipper",
"text": "Estimados colegas:\n\n¿Es conveniente, pasar a Code Blocks, todas las líneas, que se puedan de un fuente?.\n\n¿Y sustituir, todos los IF ELSE ENDIF, por IF()?\n\n¿Poner, todo lo que sea factible, de los IF(), a IF( condición, EVAL( bCo... | Code Blocks, función: IF() |
[
{
"date": "2006-01-31",
"forum": "FiveWin para CA-Clipper",
"text": "JMFS-D, no se que procesos estes corriendo y son muy pesados, pero dejame decirte que según mi experiencia la verdad no afecta mucho en manera que definas tus if(). IF;ELSE;ENDIF.\n\nPero por calidad de codigo. Lo haria con los codeblo... | Code Blocks, función: IF() |
[
{
"date": "2006-02-01",
"forum": "FiveWin para CA-Clipper",
"text": "La verdad es que a nuestro nivel no se nota mucho, a no ser que crees alguna clase que necesite rapidez de refresco o algo así.\n\nPero sin duda lo más importante de los Codeblocks es que se encapsulan en una variable y se ejecutan de... | Code Blocks, función: IF() |
[
{
"date": "2006-02-01",
"forum": "FiveWin para CA-Clipper",
"text": "IF( oParamtros:lPresupu , ;\n ( oDbfPresup:Load() , ;\n nSiguiente := oDatos:Current()[ 1 ] ... | Code Blocks, función: IF() |
[
{
"date": "2006-02-02",
"forum": "FiveWin para CA-Clipper",
"text": "Jose Mª,\n\nPracticamente no habrá diferencia en la velocidad de ejecución y el código se volverá más complicado de mantener.\n\nPiensa que tanto las líneas de código de un PRG como el contenido de un codeblock, el compilador lo convie... | Code Blocks, función: IF() |
[
{
"date": "2006-02-02",
"forum": "FiveWin para CA-Clipper",
"text": "No hay que buscarle tres pies al gato, los manuales de programación dicen que siempre hay que buscar velocidad y ahorro de memoria, o elejir uno de los dos cuando no se no se pueden cumplir ambos.\nDe lo que se olvidan es de nuestra co... | Code Blocks, función: IF() |
[
{
"date": "2008-07-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi, all !\r\nHow determine code char (ANSI, UNICODE, UTF etc.) at read file ?",
"time": "15:54",
"topic": "Code char",
"username": "Natter"
}
] | Code char |
[
{
"date": "2019-11-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi,\n\nin my Source i have\n[code=fw:251ptcri]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> #ifdef __CLIPPER__<br /> #ifdef __XPP__<br /> #ifdef __HARBOUR__ </div>[/code:251ptcri]\nnow while trying differ... | Code for FiveWin IFDEF ? |
[
{
"date": "2019-11-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "you can do ifdef with any define in fivewin.ch\n[code=fw:1bbnolpp]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">#ifdef _FIVEWIN_CH<br />#ifdef FWCOPYRIGHT<br />#ifdef FW_VersionNo<br />#ifdef FWVERSION<br />#ifde... | Code for FiveWin IFDEF ? |
[
{
"date": "2012-12-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi All,\n\n I searched in the forum but I could not found the answer may be I could not co-relate with my problem. Basically I want to execute the code after a calling procedure execution is over. A calling procedure create and a... | Code is executing after ACTIVATE WINDOW |
[
{
"date": "2012-12-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Shridhar,\n\nI am not sure about what you want to do exactly, but maybe you could use oWnd:bStart that is executed just once, when the window is initially shown",
"time": "13:48",
"topic": "Code is executing after ACTIVATE... | Code is executing after ACTIVATE WINDOW |
[
{
"date": "2012-12-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Shirdhar,\n\nTry the code below.\n\nRegards,\nJames\n\n[code=fw:1hiot3i7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> aoBTN<span style=\"color: #000000;\">[</span><span style=\"color: #000000;\">2</span><s... | Code is executing after ACTIVATE WINDOW |
[
{
"date": "2012-12-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Or you can use this:\n\n[code=fw:25imdfu0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWnd;<br />  ... | Code is executing after ACTIVATE WINDOW |
[
{
"date": "2012-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nHey, I like that. Much easier.\n\nRegards,\nJames",
"time": "03:31",
"topic": "Code is executing after ACTIVATE WINDOW",
"username": "James Bott"
}
] | Code is executing after ACTIVATE WINDOW |
[
{
"date": "2012-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi All, \n\n Thanks a lot..! for your great support. \n\nHi Antonio , \n\n Actually I want execute the code after a particular window operation is over. As WINDOW's behaviour the execute after ACTIVATE WINDOW that I do not need... | Code is executing after ACTIVATE WINDOW |
[
{
"date": "2012-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It's already used in rpreview.prg so yes, you can use it in your code.\n\nEMG",
"time": "11:16",
"topic": "Code is executing after ACTIVATE WINDOW",
"username": "Enrico Maria Giordano"
}
] | Code is executing after ACTIVATE WINDOW |
[
{
"date": "2012-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Enrico ,\n\n I tried but its not working and also when I closed entire application still the Window's task manager shows status is running. \n\nThanks\nShridhar",
"time": "15:55",
"topic": "Code is executing after ACTI... | Code is executing after ACTIVATE WINDOW |
[
{
"date": "2012-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi, if I understood, please look at this:\n<!-- l --><a class=\"postlink-local\" href=\"http://fivetechsupport.com/forums/viewtopic.php?f=3&t=18270&start=0&hilit=oWnd%3Abpostend\">viewtopic.php?f=3&t=18270&start=0&hilit=oWnd%3Abpo... | Code is executing after ACTIVATE WINDOW |
[
{
"date": "2012-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "A working sample:\n\n[code=fw:1usjazi8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivewin.ch\"</span><br /><br /><br /><span st... | Code is executing after ACTIVATE WINDOW |
[
{
"date": "2012-12-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Enrico ,\n\n Extremely sorry..! I had not added the VALID clause in the ACTIVATE WINDOW command. \n\n[code=fw:21g6l9sk]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> <span style=\"color: #0000ff;\">VALI... | Code is executing after ACTIVATE WINDOW |
[
{
"date": "2009-09-10",
"forum": "FiveWin for Pocket PC",
"text": "Hi everebody!\n\nI try set code page in my applicationto hungarian.\n\nI try this code , but is not work (Browse look as english). Make I anything wrong ? \n\nRegards Andrej.\n\n\n/// settings\n REQUEST DBFCDX\n REQUEST DBFFPT \n RDDSE... | Code page - can I set it ? |
[
{
"date": "2009-09-11",
"forum": "FiveWin for Pocket PC",
"text": "Try it this way:\n\nREQUEST HB_Lang_HU \nREQUEST HB_CODEPAGE_HUWIN \n...\nHB_LangSelect(\"HU\")\nHB_SetCodePage(\"HUWIN\")",
"time": "02:09",
"topic": "Code page - can I set it ?",
"username": "Antonio Linares"
}
] | Code page - can I set it ? |
[
{
"date": "2009-09-14",
"forum": "FiveWin for Pocket PC",
"text": "Linker write \"unresolved external symbol HB_FUN_HB_LANG_HU\"\nI think REQUEST HB_LANG_HUWIN was good. (but not make nothing )\nRegards\n\nAndrej.",
"time": "16:16",
"topic": "Code page - can I set it ?",
"username": "xVar"
... | Code page - can I set it ? |
[
{
"date": "2011-11-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, the folowing code used to work in a previous version and isn't working anymore.\nThe text and the title do not change and the dialog isn't centered.\nNote the NOWAIT clause.\n\nThe previous version was 09.11 using xHarbou... | Code that used to work fails |
[
{
"date": "2011-11-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I think, that will work with any FWH-version :\n\n[color=#0000FF:3d0u62s9]ACTIVATE DIALOG oDlgTeste CENTER NOWAIT ;[/color:3d0u62s9]\n[color=#FF0000:3d0u62s9]ON INIT [/color:3d0u62s9][color=#0000FF:3d0u62s9]( oDlgTeste:cTitle := \... | Code that used to work fails |
[
{
"date": "2011-11-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "No, didn't work.\n \nHarbour 3.1.0dev (Rev. 17102).\ngcc (tdm-1) 4.5.2-dw2\nFW 11.10",
"time": "17:54",
"topic": "Code that used to work fails",
"username": "concentra"
}
] | Code that used to work fails |
[
{
"date": "2011-11-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nIt is working with FWH 11.11, Borland 5.82 and Harbour 3.1",
"time": "18:00",
"topic": "Code that used to work fails",
"username": "ukservice"
}
] | Code that used to work fails |
[
{
"date": "2011-11-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Concentra,\n\nWe already know what is going on. We are working to fix it, thanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nIt is the same reason for the bug detected by... | Code that used to work fails |
[
{
"date": "2011-11-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Concentra,\n\nThis fix is required in Class TDialog for MinGW:\n\ndialog.prg\n[img:2yek0jye]http://img221.imageshack.us/img221/4415/captureapb.png[/img:2yek0jye]",
"time": "20:53",
"topic": "Code that used ... | Code that used to work fails |
[
{
"date": "2011-11-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Antonio.\nBut the DIALOG.PRG I have isn't the same as yours, the lines aren't the same...\nCould you send me the full DIALOG.PRG ?\n \nMaurício Faria",
"time": "11:01",
"topic": "Code that used to work fails",
"... | Code that used to work fails |
[
{
"date": "2011-11-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mauricio,\n\nNew libs sent to your email <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "14:31",
"topic": "Code that used to work fails",
"username": "Anto... | Code that used to work fails |
[
{
"date": "2009-03-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\ncode to store a Datatable object to combobox.and i want to Display \"Name\" and work \"Id\" at the background.\nthanks in Advance\nRegards,\nSajith",
"time": "09:05",
"topic": "Code to Set and Get value for a combobo... | Code to Set and Get value for a combobox |
[
{
"date": "2009-03-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Could not understand your requirement clearly. If u want to display a name and return the code assosciated with the name when the user select the item from the Combobox, then Please use DbCombo instead of Combobox.\n\nAnser",
... | Code to Set and Get value for a combobox |
[
{
"date": "2009-03-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "thanks\nRegards ,\nSajith",
"time": "09:19",
"topic": "Code to Set and Get value for a combobox",
"username": "sajith"
}
] | Code to Set and Get value for a combobox |
[
{
"date": "2008-01-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola foro, hace tiempo hice una pequeña app en fw16 bits con esta fabulosa lin de Cayetano de codigo de barras, pero ahora me veo en la necesidad de usarlo a fw + xharbour pero nada, el lector no me lo reconoze, alguien podria m... | Code128, un ejemplo... |
[
{
"date": "2008-01-30",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Luis:\n\nTienes que crear la BarLib.lib para xHarbour, o en su defecto compilar y enlazar con tu aplicación los prgs que forman la BarLIb\n\nSaludos\n\nManuel Mercado",
"time": "00:56",
"topic": "Code128, un ejemplo.... | Code128, un ejemplo... |
[
{
"date": "2008-02-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "hola. hace poco tube un problema similar; fijate este tema\n\n<!-- m --><a class=\"postlink\" href=\"http://fivetechsoft.com/forums/viewtopic.php?t=9735\">http://fivetechsoft.com/forums/viewtopic.php?t=9735</a><!-- m -->\n\nCHAU.... | Code128, un ejemplo... |
[
{
"date": "2009-08-05",
"forum": "Off Topic / Otros temas",
"text": "Hello!\n\n<!-- m --><a class=\"postlink\" href=\"http://reddevnews.com/blogs/rdn-express/2009/07/lucky-7-for-microsoft-developers.aspx\">http://reddevnews.com/blogs/rdn-express ... opers.aspx</a><!-- m -->\n[quote:1rviyup7]\nCode7 Cont... | Code7 |
[
{
"date": "2010-05-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buenas,\n\npor si alguien se quiere animar a configurar y utilizar Code::Blocks como IDE de [x]Harbour y FWH.\n\n<!-- m --><a class=\"postlink\" href=\"http://www.codeblocks.org/\">http://www.codeblocks.org/</a><!-- m -->\n\nSalu... | Code::Blocks - IDE de fuente abierta |
[
{
"date": "2010-05-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Morning,\n\nhere you are an open source IDE, Code::Blocks \n\n<!-- m --><a class=\"postlink\" href=\"http://www.codeblocks.org/\">http://www.codeblocks.org/</a><!-- m -->\n\nWe could use it with [x]Harbour and FWH ? \n\nRegards,\n... | Code::Blocks - Open Source IDE |
[
{
"date": "2022-11-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello friends\n\nI need to know what has inside a codeblock: function, field name..\n\nThat's possible.\n\nI'm trying to take the TcBrowse Object and know the contents of each column, reverse engineering.",
"time": "12:24",
... | CodeBlock |
[
{
"date": "2022-11-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Ari,\n\nIn harbour/include/hbapi.h you find this:\n[url:2sc9o95l]https://github.com/harbour/core/blob/master/include/hbapi.h[/url:2sc9o95l]\n[quote:2sc9o95l]typedef struct _HB_CODEBLOCK\n{\n const HB_BYTE * pCod... | CodeBlock |
[
{
"date": "2022-11-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Obrigado Antonio.",
"time": "16:40",
"topic": "CodeBlock",
"username": "Ari"
}
] | CodeBlock |
[
{
"date": "2009-02-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muy buenas, se ejecuta algún CodeBlock al Cerrar un dialogo [ oDlg:end()]\n\nUn Saludo.",
"time": "10:36",
"topic": "CodeBlock al cerrar un Dialogo",
"username": "softruz"
}
] | CodeBlock al cerrar un Dialogo |
[
{
"date": "2009-02-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "El bValid, en caso de estar defindo:\n[code=fw:1yxgyr8g]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg ;<br /> ... | CodeBlock al cerrar un Dialogo |
[
{
"date": "2009-02-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muchas gracias antonio. \nUn Saludo.",
"time": "13:15",
"topic": "CodeBlock al cerrar un Dialogo",
"username": "softruz"
}
] | CodeBlock al cerrar un Dialogo |
[
{
"date": "2015-02-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi.\n\nHas anybody had any luck adding multiple resources to a CodeJock Calendar control? Multiple resources is a way to have multiple schedules for multiple people. I was successful creating it, but it doesn't show appointments... | CodeJock Calendar Control |
[
{
"date": "2015-02-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Reinaldo,\n\nTim Stone is a master with Codejock Calendar, surely he may be able to help you <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nOr you may email him",
"time":... | CodeJock Calendar Control |
[
{
"date": "2014-09-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear All,\n\nI would like to get an example to use CodeJock Calendar. Can I use it without Visual Studio?\n\nI try to download TCalex but it doesn't successful (compile). It has many missing library from samples. The sample (EX... | CodeJock calendar |
[
{
"date": "2014-09-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dutch\n\nYes you can use Codejock with visual studio and Harbour without problems. \n\nYou need the activex installed on your computer to make it work.\n\nHth\n\nRichard",
"time": "12:36",
"topic": "CodeJock calendar",
... | CodeJock calendar |
[
{
"date": "2014-09-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Richard,\n\nI have not MS-Visual Studio, Can I use it without MS.VS? \nCan I use it if I have Activex in my computer?\nHave you got a example?\n[quote=\"Richard Chidiak\":ljjjq143]Dutch\n\nYes you can use Codejock with visu... | CodeJock calendar |
[
{
"date": "2014-09-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dutch\n\nWhat Richard is referring to is the ActiveX CodeJock library ( .ocx ) that MUST be installed and Registered on each computer for your calendar module to run.\n\nRick Lipkin",
"time": "13:52",
"topic": "CodeJock ca... | CodeJock calendar |
[
{
"date": "2014-09-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dutch,\n\nI have it in 3 different builds, and it works fine:\n\n xHarbour using xBuild and its Pelles C compiler / linker\n Harbour using the makefile found in UE Studio and a Microsoft C++ ( Version 2010 - 2013 all worked )\n... | CodeJock calendar |
[
{
"date": "2014-09-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear All,\n\nCould you correct me if I misunderstood.\n\n- I cannot use without Visual Studio C++ or xHarbour.com. \n- It cannot use with xHb+FWH+Borland 5.82.\n- The Activex library must register to all pc that use my program.\n... | CodeJock calendar |
[
{
"date": "2014-09-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dutch\n\nThis is the only important thing you need\n\n- The Activex library must register to all pc that use my program.\n\nRichard",
"time": "05:33",
"topic": "CodeJock calendar",
"username": "Richard Chidiak"
}
] | CodeJock calendar |
[
{
"date": "2014-09-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dutch,\n\nI do not use Borland so I can't give you any response on that. However, I believe Richard would be correct. Also, the library is placed on, and registered to, each PC that will use the calendar program. It is not nece... | CodeJock calendar |
[
{
"date": "2014-09-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear All,\n\nI have got an idea now.\n\nThanks a lot.",
"time": "06:16",
"topic": "CodeJock calendar",
"username": "dutch"
}
] | CodeJock calendar |
[
{
"date": "2009-12-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nI have a small sample of creating dialog using HB_SetCodePage function.\n\n[code=fw:208kbo3a]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"colo... | CodePage Problem? |
[
{
"date": "2009-12-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nI have changed the below lines and there is not any problem.\n\n[code=fw:19isck0d]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> REQUEST HB_CODEPAGE_ESWIN<br /> HB_SetCodePage<span style=\"color: #00... | CodePage Problem? |
[
{
"date": "2009-12-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hakan,\n\n> If I remove HB_SetCodePage(\"TRWIN\") line compiled Exe works. But It does not work with this line.\n\nWhat error do you get ? A link error ? A runtime error ?",
"time": "22:39",
"topic": "CodePage Problem?",
... | CodePage Problem? |
[
{
"date": "2009-12-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nThere is not any error reported. It just disappeared. I try to find the error. it disappeared it in DialogBoxIndirect function in activates method of dialog class. It does not return to activates method anymore. I could no... | CodePage Problem? |
[
{
"date": "2009-12-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hakan,\n\nI can not find TRWIN in xharbour\\source\\lang\\*.c\n\nHave you ever used it before ?",
"time": "23:35",
"topic": "CodePage Problem?",
"username": "Antonio Linares"
}
] | CodePage Problem? |
[
{
"date": "2009-12-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Antonio,\n\nYou are right. There is not. it is in xHarbour.org\\Source\\codepage\\cptrwin.c\n\nI do not use tr messages. I try to use only codepage.\n\nNo. I have never used before.",
"time": "10:55",
"topic": "CodePage... | CodePage Problem? |
[
{
"date": "2014-06-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Horizon\":1plw5r56]\n\nI have a small sample of creating dialog using HB_SetCodePage function.\n\n[code=fw:1plw5r56]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include<... | CodePage Problem? |
[
{
"date": "2014-06-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Manuel,\n\nI am sorry to say that I could't use TRWIN in xharbour. I have migrated to Harbour last year and not tried to use it.\n\nRegards.",
"time": "11:28",
"topic": "CodePage Problem?",
"username": "Horizon"
}
] | CodePage Problem? |
[
{
"date": "2014-06-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Horizon\":hfqd86vm]Manuel,\n\nI am sorry to say that I could't use TRWIN in xharbour. I have migrated to Harbour last year and not tried to use it.\n\nRegards.[/quote:hfqd86vm]\n\nThanks Hakan",
"time": "11:41",
"... | CodePage Problem? |
[
{
"date": "2012-05-07",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muy buenas foro, \ntengo una duda, tengo acceso a MySQL usando Eagle y la base de datos está configurada con caracteres: utf8_general_ci, la cuestion es que desde el Administrador de MySQL puedeo insertar y leer en un campo el le... | CodePage UTF8 |
[
{
"date": "2012-05-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muy buenas, sigo buscando pero no encuentro nada de esto, ¿alguna sugerencia Antonio?\n\nUn Saludo.",
"time": "08:41",
"topic": "CodePage UTF8",
"username": "softruz"
}
] | CodePage UTF8 |
[
{
"date": "2012-05-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimado softruz(?)\nAsi debes proceder con Eagle:\n[code=fw:2nv3j4gj]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oConn:= TMSEConnect<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">... | CodePage UTF8 |
[
{
"date": "2012-05-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muchas gracias Mario,\n pero lo que necesito es leer un campo en el idioma en Araba en MySQL, la base de datos ya la tengo creada y configurada para UTF8, y el problema que me encuentro es que cuando leo el valor como mi aplicaci... | CodePage UTF8 |
[
{
"date": "2012-05-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimado;\nDesconozco el trabajar con otra lengua que no sea la española. \nQuizás debas mirar el Manual de MySQL. Desde esta dirección, si no contas con uno, lo podes bajar:\n[url:l5xh5wfi]https://www.box.com/s/sl1yf... | CodePage UTF8 |
[
{
"date": "2012-05-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muy buenas, lo que intento es poner mi aplicacion con\n\nrequest HB_CODEPAGE_UTF8\nrequest HB_CODEPAGE_UTF16LE\n\npero me da error al compilar, yo tengo xHarbour 1.1.0 y FWH 9.01\n\n¿me podeis ayudar con esto?\n\nUn Saludo.",
... | CodePage UTF8 |
[
{
"date": "2022-08-09",
"forum": "latest AI news",
"text": "Hi friends !\n\nA great link about AI [url:33ju7wg3]https://github.com/codeproject/CodeProject.AI-Server[/url:33ju7wg3]\n\n[url:33ju7wg3]https://www.codeproject.com/Articles/5322557/CodeProject-AI-Server-AI-the-easy-way[... | CodeProject.AI Server |
[
{
"date": "2022-08-09",
"forum": "latest AI news",
"text": "thank you very much Félix!\n\nGreat finding !!!",
"time": "13:17",
"topic": "CodeProject.AI Server",
"username": "Antonio Linares"
}
] | CodeProject.AI Server |
[
{
"date": "2016-12-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Guys,\n\nI need to read some codebars using the camera of a windows tablet. Is it possible ? Do you know how to do?",
"time": "00:55",
"topic": "Codebar + Camera",
"username": "vilian"
}
] | Codebar + Camera |
[
{
"date": "2016-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Vilian,\n\nWith this code you could take the screenshot:\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?p=193463#p193463\">viewtopic.php?p=193463#p193463</a><!-- l -->\n\nNext, you ma... | Codebar + Camera |
[
{
"date": "2016-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nThanks. Do you know some SDK ?",
"time": "13:02",
"topic": "Codebar + Camera",
"username": "vilian"
}
] | Codebar + Camera |
[
{
"date": "2016-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I googled and found some that look interesting but I have not used them",
"time": "22:38",
"topic": "Codebar + Camera",
"username": "Antonio Linares"
}
] | Codebar + Camera |
[
{
"date": "2009-08-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nuntill now I had hardcoded the codeblocks for every column of a xBrowse, like\n\n[code=fw:1skdsz0l]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oBrw:<span style=\"color: #000000;\">aCols</span><span style... | Codeblock Using Position Out Of An Array |
[
{
"date": "2009-08-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gilbert,\n\nYou have to use a \"detached local.\" Search the form for more info.\n\nJames",
"time": "14:08",
"topic": "Codeblock Using Position Out Of An Array",
"username": "James Bott"
}
] | Codeblock Using Position Out Of An Array |
[
{
"date": "2009-08-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James, \nthank you very much for your quick response.\n\nHowever, I found an alternative solution and wonder, if I might encounter problems, because I use an object that is marked \"used internally\" in the source code of TXbrowse... | Codeblock Using Position Out Of An Array |
[
{
"date": "2009-08-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gilbert,\n\nGenerally, Antonio uses those comments to signify that a var should not be used outside the class. Ideally, these vars should be made \"hidden\" so that cannot be used or even seen outside the class. So, the answer is ... | Codeblock Using Position Out Of An Array |
[
{
"date": "2009-08-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "From version 8.03 onwards, it is no more necessary to code like\n[code=fw:3293wzgh]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oBrw:<span style=\"color: #000000;\">aCols</span><span style=\"color: #000000;\">&#... | Codeblock Using Position Out Of An Array |
[
{
"date": "2009-08-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I don't know if this helps, but you can also define the sort order using index tags.\n\nadd column to oBrw data company header \"Company\" order \"company\"\n\nRegards,\nJames",
"time": "20:28",
"topic": "Codeblock Using P... | Codeblock Using Position Out Of An Array |
[
{
"date": "2009-08-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"James Bott\":3fmel5ve]\nadd column to oBrw data company header \"Company\" order \"company\"\nJames[/quote:3fmel5ve]\nYes. \nSimilarly for arrays\n[code=fw:3fmel5ve]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monos... | Codeblock Using Position Out Of An Array |
[
{
"date": "2012-01-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Necesito guardar un codeblock en una variable , pero en formato string.\n\nbblock:= {|| msginfo(\"hola\") }\n\nusar una function algo asi como blcktostr(bblock ) que devuelva : ' {|| msginfo(\"hola\") } ' \n\nexiste alguna fu... | Codeblock a string |
[
{
"date": "2012-01-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Mastintin,\n\nCreo que eso que buscas no existe... los codeblocks son codigo compilado... otra cosa es que el genial przemek haya inventado algo...\nUn invento que quiza te podria ayudar; se trataria de crear un nuevo tipo K que ... | Codeblock a string |
[
{
"date": "2012-01-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"hmpaquito\":1s7ol1xk]Mastintin,\n\nCreo que eso que buscas no existe... los codeblocks son codigo compilado... otra cosa es que el genial przemek haya inventado algo...\nUn invento que quiza te podria ayudar; se trataria... | Codeblock a string |
[
{
"date": "2012-01-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Entiendo que si no quieres modificar las clases originales de fwh o bien no quieres utilizar un pseudo tipo, la cosa no tiene arreglo... \n\nPara el caso que dices, yo lo que haria seria:\n\n#Define CBBlock(<k>) <k>\\[1\\]\n1º A ... | Codeblock a string |
[
{
"date": "2012-01-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"hmpaquito\":2nnbca30]Entiendo que si no quieres modificar las clases originales de fwh o bien no quieres utilizar un pseudo tipo, la cosa no tiene arreglo... \n\nPara el caso que dices, yo lo que haria seria:\n\n#Define ... | Codeblock a string |
[
{
"date": "2021-12-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Los codeblock al ser un tipo de dato se pueden pasar como parámetros de funciones lo cual le da muchísima potencia a nuestros programas.\nFue una revolución el cambio de la macrocompilación por codeblocks.\n\nEn la época en que s... | Codeblocks y punteros a funciones (Closures?) |
[
{
"date": "2021-12-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Excelente Manu!\nEsa no me la sabía, gracias! Lo pondré en practica en mis futuros códigos.\n\nSaludos\n\nCarlos",
"time": "13:12",
"topic": "Codeblocks y punteros a funciones (Closures?)",
"username": "csincuir"
}
... | Codeblocks y punteros a funciones (Closures?) |
[
{
"date": "2021-12-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "El lenguaje C es el primero (que yo sepa) que habla de \"punteros\" que es una forma de decir \"direcciones\"\n\nUn puntero apunta a algo. Una dirección es donde hay algo. El puntero apunta a un lugar, a una dirección, donde hay ... | Codeblocks y punteros a funciones (Closures?) |
[
{
"date": "2021-12-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Enhorabuena por las explicaciones, realmente son temas que pueden 'marcar' un desarrollo, conocer estas utilidades 'indocumentadas'\n\nLamentablemente, harbour en temas 'avanzados' adolece de buena documentación a nivel de 'desar... | Codeblocks y punteros a funciones (Closures?) |
[
{
"date": "2021-12-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Cuando Clipper 5 apareció (algunos tuvimos la suerte de tenerlo antes, en mi caso mi buen amigo Carlos Segura me lo envió) descubrimos con sorpresa que podiamos crear y usar objetos pero Nantucket habia decidido no darnos aún la ... | Codeblocks y punteros a funciones (Closures?) |
[
{
"date": "2021-12-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote:uv3xokft]Y un buen dia, por arte de magia, en las BBSs, apareció un módulo sin nombre, ni autoria,[/quote:uv3xokft]\nLa magia existe, lo hemos visto en esta bonita historia de Navidad\n\n\nPues no se me ocurre como usar la... | Codeblocks y punteros a funciones (Closures?) |
[
{
"date": "2021-12-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Paco,\n\n> Pues no se me ocurre como usar la clase Symbol o los punteros a funciones... Debo estar oxidado\n\nEsa clase la escribí simplemente para demostrar que podiamos tenerla igual que Class(y) la tenía\n\npero, igual que tú,... | Codeblocks y punteros a funciones (Closures?) |
[
{
"date": "2011-08-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello. \n\nAnyone is using Codejock Calendar 15 with succeed?.\n\nI tried Reinaldo sample but does not work. It gives me such type of errors\n\n[code=fw:qini77m9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> WIN... | Codejock Calendar |
[
{
"date": "2011-08-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I just returned from a very much needed vacation ! Sorry for the delay.\n\nYes, I am using Codejock Calendar and will be very happy to share our class with you. Please email me : <!-- e --><a href=\"mailto:timstone@mlsdg.onmicr... | Codejock Calendar |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.