messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2006-09-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Saludos amigos\n\nEn TDatabase es posible leer campos de esta manera\n[code:h0j4o8ag]use cDbf\ndatabase oDbf\nMsginfo( oDbf:Campox )[/code:h0j4o8ag]\nhe revisado la clase pero no identifico la manera en como se crea e... | Campos en TDatabase |
[
{
"date": "2006-09-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Williams,\n\nSe utiliza la técnica del error handler:\n\nERROR HANDLER OnError( uParam1 )\n\nAl intentar acceder al nombre del campo se genera un error, ya que no existe esa DATA, y el sistema de gestión de errores del motor de c... | Campos en TDatabase |
[
{
"date": "2006-09-07",
"forum": "FiveWin para Harbour/xHarbour",
"text": "With xHarbour \n\nRegards Maurizio \n\n\n\n------------------------------------------------- \noDbf := NewScatter()\n\n\nFUNCtion NewScatter()\n Local aVars := {=>}\n LOcal nField := FCount()\n LOcal nX := 1\n FOR nX := 1 ... | Campos en TDatabase |
[
{
"date": "2006-09-07",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muchas gracias\nVoy a chequear",
"time": "13:55",
"topic": "Campos en TDatabase",
"username": "wpacheco"
}
] | Campos en TDatabase |
[
{
"date": "2006-09-07",
"forum": "FiveWin para Harbour/xHarbour",
"text": "W\nPodés probar con TDbf de Manu Expósito que te da eso y mucho mas!\n\n<!-- m --><a class=\"postlink\" href=\"http://www.fivewin.info/html/downloads.php?category=FiveWin%20users%20contributions&id=280\">http://www.fivewin.info/h... | Campos en TDatabase |
[
{
"date": "2006-08-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola a todos.\n\nTengo una dbf con varios campos memo y de vez en cuando aparecen datos cambiados de un memo a otro, creo que esta roto el archivo dbt, pero como repararlo sin perder datos, el viejo filefix de norton anda muy bie... | Campos memo |
[
{
"date": "2006-08-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Jorge,\n\nQue build de Harbour ó xHarbour estás usando ? De que fecha ?",
"time": "21:58",
"topic": "Campos memo",
"username": "Antonio Linares"
}
] | Campos memo |
[
{
"date": "2006-08-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estoy usando Harbour 41.0 el copyright dice 1999-2002.",
"time": "23:18",
"topic": "Campos memo",
"username": "Jorge Jaurena"
}
] | Campos memo |
[
{
"date": "2006-08-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Jorge,\n\nComo ves, es bastante antiguo y se han modificado mucho los RDDs desde entonces.\n\nActualízate a un build más reciente. En la sección whatsnew de estos foros tienes builds recientes que puedes descargar.",
"time": ... | Campos memo |
[
{
"date": "2007-08-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Antonio:\n\nEstamos utilizando la versión FWH/FWHX 7.01 January/2007 y aún así seguimos teniendo problemas con los campos memos, es decir, en reiteradas oportunidades cuando grabamos un memo en un registro aparece en otro, y esta... | Campos memo |
[
{
"date": "2007-08-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Jorge,\n\nEs preciso que construyais un ejemplo pequeño y autocontenido que reproduzca el problema, sin usar FWH, para que podamos reportarlo en la lista de desarrollo de Harbour y lo revisen\n\nEs extraño puesto que nadie más ha... | Campos memo |
[
{
"date": "2007-08-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[code:9ehjv7qy]// ALTA, MODIFICACION Y ELIMINAR\nFunction ABMBanco(oDbf,oLbx,oDlg,nKey)\nLocal oDlg1,Btn1,Btn2,OldOrd,Reg,SiNo,VecLoc[0],VecProv[0],;\n vCod,vRaz,vDir,vPro,vLoc,vTel,vCui,vPos,;\n ... | Campos memo |
[
{
"date": "2008-02-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I'm very impress with TXBrowse but I've used TWbrowse from Resource? \nHow can I replace TWbrowse from resource with TXBrowse? \nIf it's possible, could I have an example pls.\n\nRegards,\nDutch",
"time": "19:15",
"topic... | Can I use TXBrowse class from Resource? |
[
{
"date": "2008-02-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dutch:\n\nTry using\n\noBrw:CreateFromResource( 10 ) // 10 is your browse ID\n\nInstead \n\noBrw:CreateFromCode()\n\nRegards",
"time": "19:43",
"topic": "Can I use TXBrowse class from Resource?",
"username": "Armand... | Can I use TXBrowse class from Resource? |
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Dutch,\n\nI see, you are changing from TW / TC-Browse\nto xBrowse.\nYou can have a look at the topic DB-Tools.\nIt is a nice sample, what you can do.\nIn the moment, it is a little bit to early,\nto put the source in the for... | Can I use TXBrowse class from Resource? |
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You should also change wbrowse to xbrowse in the resource file.",
"time": "10:09",
"topic": "Can I use TXBrowse class from Resource?",
"username": "nageswaragunupudi"
}
] | Can I use TXBrowse class from Resource? |
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello NageswaraRao,\n\nwould you be so kind to post a little rc- and prg-file with a demo for \nfwcodesnips.com.\n\nThanks in advance\nOtto",
"time": "10:35",
"topic": "Can I use TXBrowse class from Resource?",
"usern... | Can I use TXBrowse class from Resource? |
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Otto,\n\nhere is a small rc and prg sample\n\n[code:x7f8hudx]Test DIALOG DISCARDABLE 39, 40, 429, 272\nSTYLE WS_POPUP|WS_CAPTION|WS_SYSMENU\nCAPTION \"Test\"\nFONT 8, \"Verdana\"\nBEGIN\n CONTROL \"\", 110, \"TOutLook2003\"... | Can I use TXBrowse class from Resource? |
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Stefan,\n\nThank you.\nBTW, do you know how I could extend the VSX resource editor that I can select \"TXBrowse\"?\nAt the moment I can use copy and paste from a other project.\nBut it is not elegant.\nRegards,\nOtto",
"... | Can I use TXBrowse class from Resource? |
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear StefanHaupt,\n\nThanks, I've got it. \n\nDear Antonio,\n\nIn xbrowse.ch is not including REDEFINE command. \nHave you done the transalator command for REDEFINE? or I have to do by ourselve.\n\nThanks&Regards,\nDutch",
"... | Can I use TXBrowse class from Resource? |
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\n[url=http://imageshack.us:3hrtpfyr][img:3hrtpfyr]http://img512.imageshack.us/img512/3840/ottooe3.png[/img:3hrtpfyr][/url:3hrtpfyr]",
"time": "12:35",
"topic": "Can I use TXBrowse class fro... | Can I use TXBrowse class from Resource? |
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dutch,\n\n> In xbrowse.ch is not including REDEFINE command. \n\nWe are going to implement it asap,",
"time": "12:36",
"topic": "Can I use TXBrowse class from Resource?",
"username": "Antonio Linares"
}
] | Can I use TXBrowse class from Resource? |
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you, Antonio,\n\nI am surprised you can do this without adding a own control to the TOOLBOX.\nGreat. Are you using VSX much?\nRegards,\nOtto",
"time": "13:55",
"topic": "Can I use TXBrowse class from Resource?",
... | Can I use TXBrowse class from Resource? |
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\n>\nI am surprised you can do this without adding a own control to the TOOLBOX. \n>\n\nYou can do the same using Borland resources workshop <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\... | Can I use TXBrowse class from Resource? |
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"dutch\":54l3n8ts]Dear StefanHaupt,\nIn xbrowse.ch is not including REDEFINE command. \nHave you done the transalator command for REDEFINE? or I have to do by ourselve.\nDutch[/quote:54l3n8ts]\nActually you can use the s... | Can I use TXBrowse class from Resource? |
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "NageswaraRao,\n\nWe should better have a REDEFINE XBROWSE ... to avoid confusions",
"time": "14:13",
"topic": "Can I use TXBrowse class from Resource?",
"username": "Antonio Linares"
}
] | Can I use TXBrowse class from Resource? |
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio & nageswaragunupudi & Stefan\n\nThanks for your valuable help.\n\nRegards,\nDutch",
"time": "15:15",
"topic": "Can I use TXBrowse class from Resource?",
"username": "dutch"
}
] | Can I use TXBrowse class from Resource? |
[
{
"date": "2008-02-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear nageswaragunupudi,\n[quote:2g8xxvww]Actually you can use the same command for resources also like this: \nCode: \n\n@ 0,0 XBROWSE FIELDS <fileds> HEADERS <headers,...> PIXEL OF oDllg ALIAS <alias> \n\n< your other code for ot... | Can I use TXBrowse class from Resource? |
[
{
"date": "2008-02-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr Dutch\n\n>\nGoDown() after bottom line will show the data from the line before bottom line but it's ok when put bChange := {|| oBrw:Refresh() } \n>\n\nI too have noticed some painting problems when we press down arrow key conti... | Can I use TXBrowse class from Resource? |
[
{
"date": "2008-02-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks nageswaragunupudi\nRegards,\nDutch",
"time": "11:19",
"topic": "Can I use TXBrowse class from Resource?",
"username": "dutch"
}
] | Can I use TXBrowse class from Resource? |
[
{
"date": "2012-11-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi.\n\nI'm looking to execute a code block when rightclicking on a specific column, as in:\n\n[code=fw:b3ppqyok]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /> WITH OBJECT ::<span style=\"color: #000... | Can :bRClickData coexist with :bPopUp on xBrowse? |
[
{
"date": "2012-11-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "bPopup takes precedence over bRClickData. So for the same column, bRClickData does not work if bPopUp is defined.\n\nFor your requirement, you may assign the context menu block to all individual columns except the one for which yo... | Can :bRClickData coexist with :bPopUp on xBrowse? |
[
{
"date": "2012-11-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Rao;\n\nExcellent suggestion. \n\nThank you,\n\n\nReinaldo.",
"time": "15:35",
"topic": "Can :bRClickData coexist with :bPopUp on xBrowse?",
"username": "reinaldocrespo"
}
] | Can :bRClickData coexist with :bPopUp on xBrowse? |
[
{
"date": "2021-12-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "could i program the color of this border?\n\n[img:ohpdrhkf]https://i.postimg.cc/QNJKdhC1/bb.jpg[/img:ohpdrhkf]",
"time": "08:33",
"topic": "Can Colorized this border ?",
"username": "Silvio.Falconi"
}... | Can Colorized this border ? |
[
{
"date": "2021-12-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Show how you made this edge. on this forum, there are programmers, not soothsayers.\n\nMuestre cómo hizo este borde. en este foro, hay programadores, no adivinos.\n\nTe he pedido varias veces que siempre publiques el código.\n\nI ... | Can Colorized this border ? |
[
{
"date": "2021-12-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"karinha\":1eza9pc7]Show how you made this edge. on this forum, there are programmers, not soothsayers.\n\nMuestre cómo hizo este borde. en este foro, hay programadores, no adivinos.\n\nTe he pedido varias veces que siempr... | Can Colorized this border ? |
[
{
"date": "2021-12-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "ok. sirve para otro usuário.",
"time": "20:03",
"topic": "Can Colorized this border ?",
"username": "karinha"
}
] | Can Colorized this border ? |
[
{
"date": "2021-12-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Cuando alguien pide un ejemplo, debería publicarse, más o menos como si lo estuviera publicando ahora. Si el ejemplo no funciona para usted, funcionará para otro usuario del foro. Vea si este código le ayuda.\n\nWhen someone asks ... | Can Colorized this border ? |
[
{
"date": "2021-12-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"karinha\":1xp9xy4j]Cuando alguien pide un ejemplo, debería publicarse, más o menos como si lo estuviera publicando ahora. Si el ejemplo no funciona para usted, funcionará para otro usuario del foro. Vea si este código le ... | Can Colorized this border ? |
[
{
"date": "2021-12-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\n\nmy solution is tested on all 4 positions\n\npossible to define : pensize, color and the pen transparentlevel\n\n[img:5gr3pt56]http://www.service-fivewin.de/images/Silvio1.png[/img:5gr3pt56]\n\n[img:5gr3p... | Can Colorized this border ? |
[
{
"date": "2021-12-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I resolved thanks",
"time": "13:17",
"topic": "Can Colorized this border ?",
"username": "Silvio.Falconi"
}
] | Can Colorized this border ? |
[
{
"date": "2021-03-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Today I was totaly surpriced that a colluege of mine presented me a exel file with the content of my online webshop !!\n\nAll catagories and all product info is inside the exel file. So, he was able with a Exel Macro to read my w... | Can FW also read a intire online webshop ? |
[
{
"date": "2021-03-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, interesting.\nBy the way, can you provide us the link to your webshop?",
"time": "17:16",
"topic": "Can FW also read a intire online webshop ?",
"username": "nageswaragunupudi"
}
] | Can FW also read a intire online webshop ? |
[
{
"date": "2021-03-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "<!-- m --><a class=\"postlink\" href=\"https://www.maveco-webshop.be\">https://www.maveco-webshop.be</a><!-- m -->\n\nMaybe the code of mr. Rao's and Uwe for retrieving the topics from this forum are the base of this new setup ?",... | Can FW also read a intire online webshop ? |
[
{
"date": "2021-03-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Here is the basic code from Mr. Rao for reading the forum\n\nThis code is used inside a loop to get all forum topics...\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=\">viewt... | Can FW also read a intire online webshop ? |
[
{
"date": "2021-03-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This seems to be the part of code that would be needed in order to read the webshop, but it is giving no data.\n\n<!-- m --><a class=\"postlink\" href=\"https://www.maveco-webshop.be/bedrijfskleding/broek/?page=2\">https://www.mav... | Can FW also read a intire online webshop ? |
[
{
"date": "2021-03-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I did some more testing, but i get no data in the cText.\n\nIs it possible that the function Webpagecontents is not able to retrive the data when it is a https (notice the s)\nsite? with http seems to give data ...\n\n\n //... | Can FW also read a intire online webshop ? |
[
{
"date": "2021-03-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The function reads the contents of \"https\" also.\n\n[code=fw:4czhpv5d]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">FW_MEMOEDIT<span style=\"color: #000000;\">(</span> WebPageContents<span style=\"color: #0... | Can FW also read a intire online webshop ? |
[
{
"date": "2021-03-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "How could i do the folowing ?\n\nassume is have a start description field like\n\n\"Safety shoes S3 with composit upper and kevlar sole type 1254\"\n\nThen I have a huge dbf with several field like 'description' and 'memo' and 're... | Can FW also read a intire online webshop ? |
[
{
"date": "2021-03-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I'm trying to analyse the function below and see that this is the string that is build up when typing words in Xbrowse\n \ncFilter will look like this --->> 'DASSY' $ UPPER( DBRECORDINFO( 9 ) ) .AND. 'BARI' $ UPPER( DBRECORDIN... | Can FW also read a intire online webshop ? |
[
{
"date": "2021-03-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:polo7eyv]cFilter will look like this --->> 'DASSY' $ UPPER( DBRECORDINFO( 9 ) ) .AND. 'BARI' $ UPPER( DBRECORDINFO( 9 ) )\n\nWhat is DBRECORDINFO(9) doing ? Looking into all field <!-- s:?: --><img src=\"{SMILIES_PATH}/icon... | Can FW also read a intire online webshop ? |
[
{
"date": "2021-03-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Alternatively [code=fw:z3pok9an]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">hb_wildMatchI<span style=\"color: #000000;\">(</span> cPattern, cString <span style=\"color: #000000;\">)</span></div>[/code:z... | Can FW also read a intire online webshop ? |
[
{
"date": "2021-03-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"hmpaquito\":2gnte96h]Alternatively [code=fw:2gnte96h]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">hb_wildMatchI<span style=\"color: #000000;\">(</span> cPattern, cString <span style=\"color: #000000... | Can FW also read a intire online webshop ? |
[
{
"date": "2021-03-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Is there also a HTML class ? I found this :\n\n<!-- m --><a class=\"postlink\" href=\"https://github.com/harbour/core/blob/master/tests/html.prg\">https://github.com/harbour/core/blob/ma ... s/html.prg</a><!-- m -->\n\nIs there a... | Can FW also read a intire online webshop ? |
[
{
"date": "2021-03-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Today I found this code in java.\n\nIt should show the tags in a html page.\n\nI can read the tags in FW when i know te name of them en take the text between the corresponding text. \n\nDo we have a corresponding function like g... | Can FW also read a intire online webshop ? |
[
{
"date": "2021-03-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:1zpicl8u]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">function</span> GetTag<span style=\"color: #000000;\">(</span> cTag, cHtml, nPos <span style=\"color: #000000;\"... | Can FW also read a intire online webshop ? |
[
{
"date": "2018-06-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Just wonder if Fivewin can be used as platform (graphics layout) for processing utilities ?\n\nI'v done some very small testing with Arduino I/O board, but FW is more fun in visuals and keeping data.\n\nAt this point I would like ... | Can Fivewin be used for process IO hardware ? |
[
{
"date": "2018-06-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marc,\n\nThis seems to be the way to go:\n[url:32d7vmze]http://xanthium.in/Serial-Port-Programming-using-Win32-API[/url:32d7vmze]\n\nSeen here:\n[url:32d7vmze]https://forum.arduino.cc/index.php?topic=438190... | Can Fivewin be used for process IO hardware ? |
[
{
"date": "2018-06-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, this is a point for information about IO and so on.\n\n<!-- m --><a class=\"postlink\" href=\"https://xanthium.in/cross-platform-attiny-2313a-rs485-communication-with-pc-led-control-csharp-dot-net\">https://xanthium.in/cross... | Can Fivewin be used for process IO hardware ? |
[
{
"date": "2018-06-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marc,\n\nYou don't need C# at all for this to work:\n[url:2w25s51q]http://xanthium.in/Serial-Port-Programming-using-Win32-API[/url:2w25s51q]\n\nC# is based on .NET virtual machine and it is not compatible with Harbour",
... | Can Fivewin be used for process IO hardware ? |
[
{
"date": "2018-06-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\nCould Fivewin for Linux be used for this?",
"time": "15:01",
"topic": "Can Fivewin be used for process IO hardware ?",
"username": "George"
}
] | Can Fivewin be used for process IO hardware ? |
[
{
"date": "2018-06-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "George,\n\nLinux C serial communication with arduino\n[url:369g5895]http://forum.arduino.cc/index.php?topic=45115.0[/url:369g5895]",
"time": "06:57",
"topic": "Can Fivewin be used for process IO hardwar... | Can Fivewin be used for process IO hardware ? |
[
{
"date": "2018-06-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Maybe there is a easy way of doing what I want.\n\nI want to count how many times a laserbeam is interupted. With that count, I need to present data on screen with FW.\n\nFw can open a cashdrawer and also read data from a scanner... | Can Fivewin be used for process IO hardware ? |
[
{
"date": "2018-06-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "There is a sample from Enrico that read/write to COM\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=4378&hilit=read+comport\">viewtopic.php?f=3&t=4378&hilit=read+comport</a><!... | Can Fivewin be used for process IO hardware ? |
[
{
"date": "2018-06-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Reading about COM port is telling me that I need to look for the right PIN's from the Com-connector. that is used for power signal in/out\n\nHas anyone done this for a application ?",
"time": "12:03",
"topic": "Can Fivewin... | Can Fivewin be used for process IO hardware ? |
[
{
"date": "2018-06-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I believe that I have seen gauges and meters somewhere on the forum ?\nAnybody now where ?\n\nMeters like this ?\n\nI would like to look into them.\n\n[img:1lysiepq]https://www.maveco.be/fivewin/arduino.jpg[/img:1l... | Can Fivewin be used for process IO hardware ? |
[
{
"date": "2006-03-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello All,\n\nCan I control gotfocus event of TwBrwse (standard). Typically I wish to set filter when listbox receives focus. I am trying to use Listbox in Tab of Folder.\n\nCan somebody help ?\n\nTIA\nMilan.",
"time": "11:28"... | Can I Manage gotfocus event of TwBrowse (Std.) |
[
{
"date": "2006-03-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "oBrw:bGotFocus\n\nEMG",
"time": "11:40",
"topic": "Can I Manage gotfocus event of TwBrowse (Std.)",
"username": "Enrico Maria Giordano"
}
] | Can I Manage gotfocus event of TwBrowse (Std.) |
[
{
"date": "2006-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"EnricoMaria\":2rizgdrg]oBrw:bGotFocus\n\nEMG[/quote:2rizgdrg]\n\nDear Enrico,\n\nNo it does not work. I am using Nov-2005 build.\n\nWith best regards,\n\nMilan.",
"time": "06:24",
"topic": "Can I Manage gotfocus e... | Can I Manage gotfocus event of TwBrowse (Std.) |
[
{
"date": "2015-01-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear All,\n\nCan I modify the message or information of contact to my info?\n[url=http://image.ohozaa.com/view2/y6kUC2HRV98mlIMd:1qxw2oe3][img:1qxw2oe3]http://image.ohozaa.com/i/d78/irRGOn.jpg[/img:1qxw... | Can I Modify Error Log info? |
[
{
"date": "2015-01-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dutch,\n\nIt seems as you are not using FWH's standard errorsys.\n\nFWH errorsys full source code is available at: FWH\\source\\function\\errsysw.prg",
"time": "10:07",
"topic": "Can I Modify Error Log info?",
"usernam... | Can I Modify Error Log info? |
[
{
"date": "2015-01-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio,\n\nI've got it now, it is the replacement errsysw.prg from Uwe source code function (PickDate).\n[quote=\"Antonio Linares\":kqmr61cn]Dutch,\n\nIt seems as you are not using FWH's standard errorsys.\n\nFWH errorsys fu... | Can I Modify Error Log info? |
[
{
"date": "2015-01-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "this is the current dialog of error of fivewin, this is create in source\\function\\errsysw.prg\n[img:2drfld09]http://i.imgur.com/QJoV5hc.png[/img:2drfld09]\n\nyours is diferent.",
"time": "03:27",
"topic":... | Can I Modify Error Log info? |
[
{
"date": "2015-01-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Carlos,\n\nThank you so much, I've got it now.\n[quote=\"carlos vargas\":1cgb8orn]this is the current dialog of error of fivewin, this is create in source\\function\\errsysw.prg\n[img:1cgb8orn]http://i.imgur.com/Q... | Can I Modify Error Log info? |
[
{
"date": "2006-03-20",
"forum": "Off Topic / Otros temas",
"text": "Is there any possibility to attach files to messages on the forum?\nVladimir Grigoriev",
"time": "13:29",
"topic": "Can I attach files?",
"username": "Vladimir Grigoriev"
}
] | Can I attach files? |
[
{
"date": "2006-03-20",
"forum": "Off Topic / Otros temas",
"text": "Vladimir,\n\nYou have to host your file in a place like <!-- w --><a class=\"postlink\" href=\"http://www.hyperupload.com\">www.hyperupload.com</a><!-- w --> and then copy here the link they provide you.",
"time": "13:51",
"top... | Can I attach files? |
[
{
"date": "2006-03-20",
"forum": "Off Topic / Otros temas",
"text": "Thanks Antonio.\nYou are just in time as usual.\nVladimir Grigoriev",
"time": "14:17",
"topic": "Can I attach files?",
"username": "Vladimir Grigoriev"
}
] | Can I attach files? |
[
{
"date": "2006-10-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello All,\n\nWhen I run an FWH application, a console window also pop up along with main window. Can I avoid it ? I am using May 2006 build.\n\nTIA\nMilan.",
"time": "06:46",
"topic": "Can I avoid console window when I ru... | Can I avoid console window when I run FWH application ? |
[
{
"date": "2006-10-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Milan,\n\nPlease use GTGUI.lib instead of GTWIN.lib.",
"time": "07:45",
"topic": "Can I avoid console window when I run FWH application ?",
"username": "Antonio Linares"
}
] | Can I avoid console window when I run FWH application ? |
[
{
"date": "2006-10-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio,\n\nI am still getting two windows open after linking GtGui.Lib instead of GtWin.Lib. Do I need to do anything else ?\n\nTIA\nMilan.",
"time": "09:59",
"topic": "Can I avoid console window when I run FWH appli... | Can I avoid console window when I run FWH application ? |
[
{
"date": "2006-10-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Milan,\n\nPlease check that you are using these flags when calling ilink32:\n\nilink32 -Gn -aa -Tpe -s -v ...\n\nWhat Windows version are you using ? Can you reproduce it using a FWH sample ?",
"time": "20:15",
"topic": "C... | Can I avoid console window when I run FWH application ? |
[
{
"date": "2006-10-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio,\n\nYes it did solve the problem. Thanks a lot.\n\nWith best regards,\n\nMilan.",
"time": "06:42",
"topic": "Can I avoid console window when I run FWH application ?",
"username": "Milan Mehta"
}
] | Can I avoid console window when I run FWH application ? |
[
{
"date": "2015-08-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio,\n\nHow can I set the menu height? Because I set oMenu:oMnuHeight, it doesn't effect.\n\nIt still cannot set now.\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=31... | Can I change DATA ::oMnuHeight ? |
[
{
"date": "2015-08-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Currently the menu height is calculated by the Height of the selected font for the menu.\nThe property (oMnuHeight) has been added to establish in the near future the top of the menuitems regardless of the height of the font\nCurr... | Can I change DATA ::oMnuHeight ? |
[
{
"date": "2015-08-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Canavarro,\n\nThanks FYI.",
"time": "05:07",
"topic": "Can I change DATA ::oMnuHeight ?",
"username": "dutch"
}
] | Can I change DATA ::oMnuHeight ? |
[
{
"date": "2017-09-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear All,\n\nI use Crystal Report with MySql. Can I change MySql/ODBC Data source configuration such as below by our program?\n- Data Source Name\n- TCP/IP Address\n- User\n- Password\n\nThanks in advance.",
"time": "04:07",
... | Can I change ODBC Data Source Configon the fly? *Got it* |
[
{
"date": "2017-09-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I found page to update MySql ODBC by programming.\n[url:brgt3d71]https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-programming-vb-rdo.html[/url:brgt3d71]\nHow to do with FWH?\n\nThanks in advance.... | Can I change ODBC Data Source Configon the fly? *Got it* |
[
{
"date": "2017-09-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I Use \n\n oDSN := TDSN():Create( cODBC, \"mastroODBC\",cDbName ,cServer, cUser,1, 'C:\\Program Files (x86)\\MySQL\\Connector ODBC 3.51\\myodbc3.dll', val(nPort), cPassword )\n\nMaurizio \n<!-- w --><a class=\"postlink\" href=\... | Can I change ODBC Data Source Configon the fly? *Got it* |
[
{
"date": "2017-09-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Maurizio\":2njgw69s]I Use \n\n oDSN := TDSN():Create( cODBC, \"mastroODBC\",cDbName ,cServer, cUser,1, 'C:\\Program Files (x86)\\MySQL\\Connector ODBC 3.51\\myodbc3.dll', val(nPort), cPassword )\n\nMaurizio \n<!-- m --... | Can I change ODBC Data Source Configon the fly? *Got it* |
[
{
"date": "2017-09-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "look at \n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=18619&p=97790&hilit=create+odbc#p97790\">viewtopic.php?f=6&t=18619&p=97790&hilit=create+odbc#p97790</a><!-- l -->\n\nMa... | Can I change ODBC Data Source Configon the fly? *Got it* |
[
{
"date": "2017-09-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks once again, Maurizio",
"time": "14:16",
"topic": "Can I change ODBC Data Source Configon the fly? *Got it*",
"username": "dutch"
}
] | Can I change ODBC Data Source Configon the fly? *Got it* |
[
{
"date": "2017-09-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Dutch ,\nwhat version of crystal report do you use ?\nI use 8.5 and I have no problem creating the setup for customers .\nI would like to use s 10 but I can't create the setup <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sa... | Can I change ODBC Data Source Configon the fly? *Got it* |
[
{
"date": "2017-09-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Maurizio,\n\nI use CR XI R6 SP6 (11.5). Please check this site for runtime setup.\n[url:3jbc7mfu]http://www.vdf-guidance.com/ContribPage.asp?Page=HOWTOPRNTCRXIRTI&ContribRecId=109[/url:3jbc7mfu]\n[quote=\"Mau... | Can I change ODBC Data Source Configon the fly? *Got it* |
[
{
"date": "2016-07-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Members,\n\n Can I change my IP address with FiveWin/Harbours?\n \n I am using Internet by ISP company.\n\n If possible, please let me have some sample or link on IP Change.\n\nThanks.",
"time": "04:07",
"topic": "Ca... | Can I change my IP address with Fivewin/Harbour? |
[
{
"date": "2016-07-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:2rn6m9c1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">cAdapterType:=<span style=\"color: #ff0000;\">\"Local Area Connection\"</span><br />cIP:=<span style=\"color: #ff0000;\">\"192.168.0.200\"</span><br... | Can I change my IP address with Fivewin/Harbour? |
[
{
"date": "2016-07-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks so much Mr.anserkk!\n\nI was in business travel, and found your answer today...",
"time": "03:06",
"topic": "Can I change my IP address with Fivewin/Harbour?",
"username": "kim yong woo"
}
] | Can I change my IP address with Fivewin/Harbour? |
[
{
"date": "2018-10-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I would like to change standard hourglass to another modern animation?\n\nThanks in advance,",
"time": "11:39",
"topic": "Can I change standard CursorWait() to another animation?",
"username": "dutch"
}
] | Can I change standard CursorWait() to another animation? |
[
{
"date": "2018-10-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dutch,\n\nPlease review FWH\\samples\\win32.prg\n\nAlso check the free tool AniTuner from this URL:\n[url:3cs4ksbf]https://torry.net/pages.php?id=1520[/url:3cs4ksbf]",
"time": "18:00",
"topic": "Can I change st... | Can I change standard CursorWait() to another animation? |
[
{
"date": "2018-10-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio,\n\nThanks for an idea.",
"time": "05:05",
"topic": "Can I change standard CursorWait() to another animation?",
"username": "dutch"
}
] | Can I change standard CursorWait() to another animation? |
[
{
"date": "2015-07-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear All,\n\nCan I change (define) DIALOG TITLE BAR to another style? I try to put this after DEFINE DIALOG but not successful.\n\n[code=fw:21zzz3mk]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"co... | Can I change the DIALOG TITLE to Non-Standard Windows? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.