messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2017-01-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Rao,\n\nYou posted :\n\n[color=#0000FF:3hq51zr7]Please go to METHOD AdoIncrSeek and locate the following line:\n\n do case\n case cType == 'C' \n \nChange it as \n\n do case\n case cType == 'C' .or. uVal == n... | A problem xBrowse seek on DATE and NUMERIC ? |
[
{
"date": "2017-01-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Numerics and dates are sorted in the order of the values, not as character values.\nSo the seeks can not be on the initial characters as they appear in the browse. \n\nNumerics: Seek to the value next higher than the value entered... | A problem xBrowse seek on DATE and NUMERIC ? |
[
{
"date": "2017-01-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Rao,\n\nit seems, there is still another problem\n\nboth defined ( edit and seek ) doesn't work and is showing a funny effect.\n\n[code=fw:3kav7kmw]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />WITH OBJ... | A problem xBrowse seek on DATE and NUMERIC ? |
[
{
"date": "2017-01-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr Uwe\n\nYou are right. \n\nPlease make these corrections in the Method Edit( nKey ) of TXBrwColumn:\nReplace Line 13089 of FWH1701 ( line 13007 of FWH1612 )\n[code=fw:1p5fnjxl]<div class=\"fw\" id=\"{CB}\" style=\"font-family: m... | A problem xBrowse seek on DATE and NUMERIC ? |
[
{
"date": "2017-01-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Rao,\n\nthank You very much.\nWith these changes it works fine.\n\n[img:22vlggom]http://www.pflegeplus.com/IMAGES/xbrwedit3.jpg[/img:22vlggom]\n\nI still noticed another problem\nA defined header-image for logi... | A problem xBrowse seek on DATE and NUMERIC ? |
[
{
"date": "2017-01-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "SetCheck() adds to 2 bitmaps the the column.\nAfter that the bitmap (\"sort.bmp\") you added is the 3rd bitmap.\nSo you should use\n:nHeadBmpNo := 3\n\nMethod AddBitmap( <bmpfile/resource/array> ) superceded obsolete methods AddBm... | A problem xBrowse seek on DATE and NUMERIC ? |
[
{
"date": "2017-01-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank You very much.\nNow everything of my test is working\n\n[img:6xq5ef4t]http://www.pflegeplus.com/IMAGES/xbrwseek8.jpg[/img:6xq5ef4t]\n\nbefore adding a download, I will do some code cleaning ( and maybe adding... | A problem xBrowse seek on DATE and NUMERIC ? |
[
{
"date": "2015-12-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nwith the new release, transparent images are not shown transparent anymore on focused row or cell\nWith FWH 15.10 it was OK.\n\n[img:mke4aqqb]http://www.pflegeplus.com/IMAGES/XbrwTransp1.jpg[/img:mke4aqqb... | A problem xBrowse transp. images (focus) FWH 15.11 |
[
{
"date": "2015-12-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr Uwe\n\nPlease give me a small sample code to test at my end and fix the problem\n\nThanks in advance.",
"time": "15:16",
"topic": "A problem xBrowse transp. images (focus) FWH 15.11",
"username": "nageswaragunupudi"... | A problem xBrowse transp. images (focus) FWH 15.11 |
[
{
"date": "2015-12-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Rao\n\nA full working sample\nEverything included\n\nDownload\n<!-- m --><a class=\"postlink\" href=\"http://www.pflegeplus.com/DOWNLOADS/Testcell1.zip\">http://www.pflegeplus.com/DOWNLOADS/Testcell1.zip</a><!-- m -->\n\n[img:... | A problem xBrowse transp. images (focus) FWH 15.11 |
[
{
"date": "2015-12-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please see the lines 10606 and 10607:\n[code=fw:1eafm38v]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> lTransparent := Empty<span style=\"color: #000000;\">(</span> oBrush <span st... | A problem xBrowse transp. images (focus) FWH 15.11 |
[
{
"date": "2015-12-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Rao,\n\n[b:x84sk4oj]tested and works fine.[/b:x84sk4oj]\n\nThank You very much\n\nbest regards\nUwe <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "11:24",... | A problem xBrowse transp. images (focus) FWH 15.11 |
[
{
"date": "2008-10-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\r\n\r\nIn a very big application i get a Error on reopen a dialog with Folder.\r\nEverything works fine, but if i close the main-dialog and open it again,\r\ni get a folder error.\r\nTo define extra Functions for each folde... | A problem, REOPEN a Dialog with a included Folder-resource. |
[
{
"date": "2008-10-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It looks like the DATA oFont is already nil.\r\n\r\nTry to assign it a new font.",
"time": "11:24",
"topic": "A problem, REOPEN a Dialog with a included Folder-resource.",
"username": "Antonio Linares"
}
] | A problem, REOPEN a Dialog with a included Folder-resource. |
[
{
"date": "2008-10-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\r\n\r\nThank you very much.\r\nYour solution works.\r\n\r\nThe Font oProgfont ( defined for the dialog ) was the problem.\r\nNot the folder.\r\n\r\nThe Font-define before :\r\n\r\nPRIVATE oProgFont := TFont():New(\"Arial\... | A problem, REOPEN a Dialog with a included Folder-resource. |
[
{
"date": "2012-02-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nI noticed a problem with radio-painting.\nFrom selected Radio ( downwards ) the Area is deleted.\nIt happens as well on Lostfocus.\n\n[img:l7nyv271]http://www.pflegeplus.com/pictures/radtest1.jpg[/img:l7n... | A problem, painting radios |
[
{
"date": "2012-02-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe,\n\nHere it is working fine with FWH 12.01\n\nAre you using Borland ? I email you the 12.01 libs <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n[url:14hqg690]http://i... | A problem, painting radios |
[
{
"date": "2012-02-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nthank You very much.\nI tested with xharbour,\necho $(FWDIR)\\lib\\[color=#FF0040:37hanubc]Fivehx.lib [/color:37hanubc]+ >> b32.bc\necho $(FWDIR)\\lib\\FiveHC.lib + >> b32.bc\n\nBest Regards\nUwe <!-- s:lol: --><img sr... | A problem, painting radios |
[
{
"date": "2012-02-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Sent <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "00:24",
"topic": "A problem, painting radios",
"username": "Antonio Linares"
}
] | A problem, painting radios |
[
{
"date": "2012-02-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nthank You very much.\nI linked Fivehx, but couldn*t test, because of a Errormessage :\nUnresolved eternal [color=#FF0000:3u95iwc8]GetModulFilenameExA[/color:3u95iwc8] from => Gettask Fivehx.\nMaybe there is still somet... | A problem, painting radios |
[
{
"date": "2012-02-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello\n\nyou have to link psapi.lib from borland",
"time": "12:06",
"topic": "A problem, painting radios",
"username": "Daniel Garcia-Gil"
}
] | A problem, painting radios |
[
{
"date": "2012-02-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, Daniel\n\n[b:5dnp6luk]Radios are tested and are working fine now.[/b:5dnp6luk]\n\nI still noticed : using BTNBMP centerd [color=#FF0000:5dnp6luk]without [/color:5dnp6luk]BMP,\nthe Text is not centerd vertical.\nI added a ... | A problem, painting radios |
[
{
"date": "2019-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Don't miss to review this professional web blog developed using mod_harbour:\n\nlive demo:\n[url:3edz0iad]https://harbour.fourtech.es/modharbour_samples/blog/index.prg[/url:3edz0iad]\n\nFull source code:\n[url:3edz... | A professional web blog built with mod_harbour!!! |
[
{
"date": "2019-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "¡¡¡ EXTRAORDINARIA APARIENCIA !!!.\n\nNo entiendo la sintaxis del siguiente:\n[code=fw:10cg4hgo]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #000000;\">{</span>% MemoRead<span style=\"c... | A professional web blog built with mod_harbour!!! |
[
{
"date": "2019-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[b:3ka9r8zj]Incredibile !!![/b:3ka9r8zj]",
"time": "16:26",
"topic": "A professional web blog built with mod_harbour!!!",
"username": "Massimo Linossi"
}
] | A professional web blog built with mod_harbour!!! |
[
{
"date": "2019-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Verhoven\":22tltvpo]¡¡¡ EXTRAORDINARIA APARIENCIA !!!.\n\nNo entiendo la sintaxis del siguiente:\n[code=fw:22tltvpo]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #000000;\">{</s... | A professional web blog built with mod_harbour!!! |
[
{
"date": "2019-06-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antônio,\n\nWhat else I must to know beyond FWH to use mod_harbour ? What i need to study ?",
"time": "13:58",
"topic": "A professional web blog built with mod_harbour!!!",
"username": "vilian"
}
] | A professional web blog built with mod_harbour!!! |
[
{
"date": "2007-12-29",
"forum": "Utilities / Utilidades",
"text": "The tool creates a TXT-file ( ????.str ) with all informations\nof the selected DBF, you need for programming. \nThe file includes : the structure-array, declaration of the different variables and so on...\n\nyou can download the file f... | A programming-tool, to create informations of a DBF-file |
[
{
"date": "2015-12-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nsince some days I have a problem with the forum\nAt first entry, I see the same screen from some days before. ( NOT updated )\nAfter opening a post, the screen is updated.\n\nThis problem I never noticed before.\n\nThe s... | A promlem with the forum screen-display |
[
{
"date": "2015-12-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Could it be related to the browser cache ?",
"time": "20:01",
"topic": "A promlem with the forum screen-display",
"username": "Antonio Linares"
}
] | A promlem with the forum screen-display |
[
{
"date": "2015-12-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI tested using a REFRESH-option ( right mouseclick ) from inside my file-manager.\nThe screen refreshed and it seems that it works again.\n\nbest regards\nUwe <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" al... | A promlem with the forum screen-display |
[
{
"date": "2014-06-10",
"forum": "Off Topic / Otros temas",
"text": "Uploaded is new QtContribs installer for Windows: \nQtContribs_Mingw-482_Qt-530_r313_Setup.exe\nand is downloadable from : <!-- m --><a class=\"postlink\" href=\"https://sourceforge.net/projects/qtcontribs/files/?source=navbar\">https:... | A qt contrib version ready for android |
[
{
"date": "2017-12-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estoy con tema de empezar a planificar una aplicación... o portar, mas bien dicho.\n\nEl tema está en el comienzo, pues noto una baja rentabilidad en \"recursos\", puede ser???\nMe explico. Tengo una WINDOW, con dos botones y un ... | A que se debe??? Recursos??? |
[
{
"date": "2017-12-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "De hecho... probando ejemplos, en Samples explbar3.prg tiene el mismo comportamiento.\n\nDe ahí mi inquietud se refuerza, es problema de gestión de recursos???\nEl \"repintado\" de algun control (en el caso de explbar3.prg) o ima... | A que se debe??? Recursos??? |
[
{
"date": "2017-12-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Un ejemplo lo mas sencillo para mostrar el \"tembleque\", utilizando una sola imagen BMP incluida en la distribución de FW\n\n\n[code=fw:3stovfo7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\... | A que se debe??? Recursos??? |
[
{
"date": "2017-12-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Ahora el mismo ejemplo anterior, utilizando un DIALOG en lugar de un WINDOW\n\n[code=fw:2riu0r0i]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"... | A que se debe??? Recursos??? |
[
{
"date": "2017-12-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Acabo de probar esos dos ejemplos en dos portátiles, y funcionan de maravilla, tanto en WINDOW como en DIALOG.\n\nProblema de mi gráfica???\nProblema de algunas gráficas???\n\nBien, si a nadie más le ha ocurrido, será un problema... | A que se debe??? Recursos??? |
[
{
"date": "2008-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\r\n\r\nIn FWH 8.08 there is a new command XBROWSER.\r\nBecause of hight screen-resolution, i want to change the font.\r\nI couln't find a sample/option for that ( maybe with SETUP ??? ).\r\nIn the < readme > there was no s... | A question => New command: XBROWSER (FWH 8.08 ) |
[
{
"date": "2008-09-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Basic purpose of XBROWSER command, which gets translated into XBrowse( ... ) function is to \"very quickly\" show a browse with oneline code. If we want to use all power features of xbrowse, we better go the normal way\r\n\r\nSti... | A question => New command: XBROWSER (FWH 8.08 ) |
[
{
"date": "2008-09-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "NageswaraRao, G.\r\n\r\nThank you very much for the informations,\r\n\r\nfor a quick preview, the command saves some time.\r\nI noticed, that automaticly the font is used, defined in the dialog\r\nfrom where the browser is shown.\... | A question => New command: XBROWSER (FWH 8.08 ) |
[
{
"date": "2008-09-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\r\n\r\nI got a problem, trying to change colors and bitmaps from inside folders :\r\n\r\nI want to define new dialog-colors inside a folder with a bitmap-preview\r\nand than show the result in a extra preview-dialog.\r\nI d... | A question about => Folder,hDC and BMP-painting (solved) |
[
{
"date": "2008-09-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I solved my painting-problems in folders.\r\nFor the gradient-painting on the Main-dialog, i used the same\r\nfunction like for the Gradient-painting in the Preview-dialog. \r\n( with funny results )\r\nThat didn't work. I had to ... | A question about => Folder,hDC and BMP-painting (solved) |
[
{
"date": "2008-09-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\r\n\r\nI finished testing the xBrowse-tools.\r\nI have a question about including PEN-styles inside\r\nthe xBrowse-structure.\r\nPEN-defines, i can get working only with Dialog ON INIT\r\nIs there a reason for it and maybe ... | A question about Dialog ON INIT and xBrowse |
[
{
"date": "2008-09-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe,\r\n\r\n>PEN-defines, i can get working only with Dialog ON INIT \r\n>Is there a reason for it and maybe another way, to include this inside the structure ?\r\n\r\nIf you look at the xbrowse source, the pens are defined in the... | A question about Dialog ON INIT and xBrowse |
[
{
"date": "2008-09-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\r\nThank you very much for the information.\r\n\r\nThe rest of the job is done.\r\n\r\nNow the user can generate a mini-project of his xbrowse-creations.\r\n\r\nFor users FWH Version >= 8.07\r\n[img:gweqlj4r]http://www&... | A question about Dialog ON INIT and xBrowse |
[
{
"date": "2008-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\r\n\r\nIn all my tool-application, i want to create different sources belongs to \r\nthe FWH-versions.\r\nThe user can add his FWH-version and the source will be written\r\nbelongs to his version.\r\n\r\n[img:op9yrwpu]http&... | A question about FWH-Release-Versions for function-use |
[
{
"date": "2008-11-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe,\r\n\r\nfor all who don´t have the gradient function in their fwh release, here is a replacement (only vertical gradients)\r\n\r\n[code:lq7vfsx4]//-----------------------------------------------------------------//\nSTATIC FUN... | A question about FWH-Release-Versions for function-use |
[
{
"date": "2008-11-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Stefan,\r\n\r\nthank you for the function.\r\nI still need the start-date of the two grad-functions.\r\n( maybe Antonio knows the start, it is possible to use them )\r\n\r\nWhat i want to do is :\r\n\r\nsample : FW-release S... | A question about FWH-Release-Versions for function-use |
[
{
"date": "2008-11-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe \r\n\r\njust a litle contribution....\r\n\r\nGradientfill() was included first time in July 2008 version of fivewin I meen FWH 8.07",
"time": "11:28",
"topic": "A question about FWH-Release-Versions for function-use",
... | A question about FWH-Release-Versions for function-use |
[
{
"date": "2008-11-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Uwe,\r\n\r\nthe gradient function starts with Fwh 7.09",
"time": "09:21",
"topic": "A question about FWH-Release-Versions for function-use",
"username": "StefanHaupt"
}
] | A question about FWH-Release-Versions for function-use |
[
{
"date": "2008-11-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\r\n\r\nThank you very much for the information.\r\n\r\nIt means, I have to create 3 different sources\r\nto compile a running EXE-file :\r\n\r\nVersion < 7.09\r\nNo office-bar and extra Gradient-function\r\n----------------... | A question about FWH-Release-Versions for function-use |
[
{
"date": "2020-02-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi guys,\nI have this Hash:\n[code=fw:28y4aa8t]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #000000;\">{</span><span style=\"color: #ff0000;\">\"Numero\"</span>:<span style=\"color: #00... | A question about Hash |
[
{
"date": "2020-02-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Así debería funcionar\n\n[code=fw:3h0enliv]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />cDes := hElhash <span style=\"color: #000000;\">[</span><span style=\"color: #ff0000;\">\"Erros\"</span><sp... | A question about Hash |
[
{
"date": "2020-02-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks <!-- s;) --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\";)\" title=\"Wink\" /><!-- s;) -->",
"time": "15:00",
"topic": "A question about Hash",
"username": "vilian"
}
] | A question about Hash |
[
{
"date": "2010-12-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nworking on my new MDI-tools, I noticed a difference between MDI-child and Dialog-borders.\nUpdate-info :\nI added a missing Brush-selection for the MDI-frame. \nIf it is missing in Your download ( Upd. Vers. 1.2 ), it is... | A question about MDI-child and Dialog-borders |
[
{
"date": "2020-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Uwe,\n\nYes, we can do it.\n\nSimply provide us the new name to use",
"time": "11:04",
"topic": "A question about download- and image - links",
"username": "Antonio Linares"
}
] | A question about download- and image - links |
[
{
"date": "2020-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio,\n\nI am glad to hear that it is possible for You to change the domain-name\nAs soon the change is done I will tell You the new name <!-- s:!: --><img src=\"{SMILIES_PATH}/icon_exclaim.gif\" alt=\":!:\" title=\"Exclam... | A question about download- and image - links |
[
{
"date": "2020-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nI have a question about the download-links of my website.\nA company asked me, if I would like to sell the domain < PFLEGEPLUS.COM >\n< PFLEGE > is a area of business and < PLUS > means < + > ( it is a desired name )\nTh... | A question about download- and image - links |
[
{
"date": "2020-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe,\n\nHave you thought about a central place to store all you samples/code ?\n\nI've seen interesting software, but sometimes from maybe years ago, but still usefull.",
"time": "21:21",
"topic": "A question about downloa... | A question about download- and image - links |
[
{
"date": "2020-11-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe,\n\nI keep all forums images (that I post) at github",
"time": "08:36",
"topic": "A question about download- and image - links",
"username": "Antonio Linares"
}
] | A question about download- and image - links |
[
{
"date": "2020-11-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio,\n\nthe new domain-name seems to work\n\n[size=150:3pyhtd2n][b:3pyhtd2n]OLD[/b:3pyhtd2n][/size:3pyhtd2n] <!-- s:!: --><img src=\"{SMILIES_PATH}/icon_exclaim.gif\" alt=\":!:\" title=\"Exclamation\" /><!-- s:!: --> \nsa... | A question about download- and image - links |
[
{
"date": "2020-11-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I changed the domain-name of the images ln topic :\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=28578&p=160062#p160062\">viewtopic.php?f=3&t=28578&p=160062#p160062</a><!-- l... | A question about download- and image - links |
[
{
"date": "2020-12-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Now the domain-change is complete\n\nfrom\n\n[b:180f6nnq]Pflegeplus.de[/b:180f6nnq]\nto\n[b:180f6nnq][size=150:180f6nnq]www.service-fivewin.de[/size:180f6nnq][/b:180f6nnq]\n\n[img:180f6nnq]http://www.service-fivewin.de... | A question about download- and image - links |
[
{
"date": "2020-12-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Not all images are ok yet.\n\n[img:3vipaar1]http://www.maveco.be/fivewin/five0112.jpg[/img:3vipaar1]",
"time": "10:34",
"topic": "A question about download- and image - links",
"username": "Marc Venken"... | A question about download- and image - links |
[
{
"date": "2020-12-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Marc,\n\nYes I still have to create a new Website only for Fivewin \nincluding the downloads, images and Infos.\n\nNow I have 3 existing Domains\n\n1.) Esc-engineering.de ( main )\n2.) [color=#008040:5yy25xwy][b:5yy25xwy]ser... | A question about download- and image - links |
[
{
"date": "2018-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nI wanted to create individual indexes for 7 files\nbefore I used < [color=#0000FF:2a4bc5x8]FW_Cdxcreate() [/color:2a4bc5x8]> <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-... | A question about function FW_Cdxcreate() |
[
{
"date": "2018-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Maybe:\n\n[code=fw:1anj5ax9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> FW_CdxCreate<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> ... | A question about function FW_Cdxcreate() |
[
{
"date": "2018-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Indexing 7 DBF's\n\n[color=#0000FF:2s20tsnd]FW_CdxCreate()[/color:2s20tsnd] // WORKS !!!\n\nI tested index by index ALL numerics ( red ) don*t work !\n\n[color=#FF0000:2s20tsnd]//ORDCREATE( ,\"TOPICNO\", \"DESCEND( STR( TOPICNO )... | A question about function FW_Cdxcreate() |
[
{
"date": "2018-02-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "FW_CdxCreate( [caTagList], [lMemory] ) --> lSuccess\n\nWorks only for DBFCDX. It is desirable to delete the existing cdx and open the DBF in exclusive mode before calling this function.\n\nParam.2: [lMemory] Defaults to .F.. If .t... | A question about function FW_Cdxcreate() |
[
{
"date": "2018-02-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Rao,\n\nIn many posts, i have seen the advice of creating ALL the indexes with a deleted() into it.\n\n// Also do all your indexes \"for ! deleted()\"\n// And you MUST USE the TAG clause!\n\nuse customer \n index on chgno t... | A question about function FW_Cdxcreate() |
[
{
"date": "2018-02-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Rao,\n\nthank You very much for the info\n\n[code=fw:1rsvfo6x]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">Other fields are indexed with their own <span style=\"color: #00C800;\">data</span> types, i.e., not... | A question about function FW_Cdxcreate() |
[
{
"date": "2018-02-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:1bhi2vwb]As soon a create a index with STR( field ) // numeric \nI'm getting problems.[/quote:1bhi2vwb]\nThere is nothing wrong with it.\nWhat kind of problems are you getting?",
"time": "09:38",
"topic": "A questio... | A question about function FW_Cdxcreate() |
[
{
"date": "2018-02-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Rao,\n\nthe problem is a index numeric + text + text\nI changed [color=#FF0000:1hxqnrsp]STR(nVal)[/color:1hxqnrsp] to [color=#0000FF:1hxqnrsp]cValtoChar(nVal)[/color:1hxqnrsp] and that seems to work <!-- s:shock: --><img src=... | A question about function FW_Cdxcreate() |
[
{
"date": "2018-02-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "STR(..) should not give any error, if LIKE is a numeric field.\nWe need to use common functions only in index expressions.",
"time": "16:24",
"topic": "A question about function FW_Cdxcreate()",
"username": "nageswarag... | A question about function FW_Cdxcreate() |
[
{
"date": "2016-10-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi to all.\nI'm trying to use the LibXl dll library for writing an excel file, but I'm having a problem with numbers, that are not written in the file.\nAnyone has tried to use this library ?\nI'm using Xhb.com\nThanks a lot.\nMas... | A question about libxl |
[
{
"date": "2016-10-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi.\nI resolved changing all the DLL32 calls with some functions in C and linking a lib.\nThis DLL is really, really fast and you don't need Excel. You can find a demo in the site and test it.\nThanks a lot.\nMassimo",
"time":... | A question about libxl |
[
{
"date": "2016-10-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Massimo\n\nCould you share your example corrected?\n\nThank you\nregards",
"time": "18:10",
"topic": "A question about libxl",
"username": "devtuxtla"
}
] | A question about libxl |
[
{
"date": "2016-10-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Here it is. You must download the DLL and the library from the LIBXL site.\n\nI made a test with a DBF of 5000 records. The procedure below has been executed in less than one second.\n\n[code=fw:38vnx07i]<div class=\"fw\" id=\"{CB... | A question about libxl |
[
{
"date": "2016-10-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Massimo\n\nWhen compiling with the library I get this error\n\n[code=fw:wth1e07p]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />Error: <span style=\"color: #ff0000;\">'C:<span style=\"color: #000000;\">\\... | A question about libxl |
[
{
"date": "2016-10-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You must use the IMPLIB program to create the lib from the DLL.\nimplib -a libxl32.lib libxl32.dll\n\nTake a look also here [url:sz2y0uee]http://www.ntkproject.com/forum_ntk/comments.php?DiscussionID=25[/url:sz2y0u... | A question about libxl |
[
{
"date": "2016-10-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Massimo\n\nI have managed to generate the library, compiles run smoothly but this error\n\n[code=fw:8vw1wth7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />Application Internal Error - C:\\libxl\\stdcall\... | A question about libxl |
[
{
"date": "2016-10-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Sorry, I don't know what could be.\nI use the Xharbour.com compiler.",
"time": "11:48",
"topic": "A question about libxl",
"username": "Massimo Linossi"
}
] | A question about libxl |
[
{
"date": "2019-08-08",
"forum": "mod_harbour",
"text": "Hi.\nIn one main prg I have a request of login that is validated. Then the user can go in different pages with datas and browses.\nI've places a button in the menu for logging out and this clears the string in the cookie so if you\nclick on main t... | A question about moving between pages |
[
{
"date": "2019-08-09",
"forum": "mod_harbour",
"text": "Massimo,\n\nTry with this:\n\n? '<META HTTP-EQUIV=\"CACHE-CONTROL\" CONTENT=\"NO-CACHE\">'",
"time": "10:10",
"topic": "A question about moving between pages",
"username": "Antonio Linares"
}
] | A question about moving between pages |
[
{
"date": "2019-08-09",
"forum": "mod_harbour",
"text": "Antonio,\nI've tried your code and you see that the url seems to be refreshed (in Safari you see the meter below the url)\nbut the page is the last you saw. If you click on the previous page of the browser in the url there is written \n\"http://19... | A question about moving between pages |
[
{
"date": "2014-06-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nusing [size=150:3skbf8hh]TEXTOUT[/size:3skbf8hh], painting text on a [color=#0000FF:3skbf8hh][b:3skbf8hh]alphablended[/b:3skbf8hh][/color:3skbf8hh] image,\nI noticed the TEXTCOLOR is painted related to a defined backgrou... | A question about using TEXTOUT on different images. |
[
{
"date": "2019-08-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr Rao:\n\nWhy this code does not work (There is not conection)\n\n[code=fw:2fdjxrnr]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />FWCONNECT oCn HOST <span style=\"color: #ff0000;\">\"localhost\"</span> USE... | A question for Mr. Rao |
[
{
"date": "2019-08-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Armando\":3av9d4u5]Mr Rao:\n\nWhy this code does not work (There is not conection)\n\n[code=fw:3av9d4u5]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />FWCONNECT oCn HOST <span style=\"color: #ff0000... | A question for Mr. Rao |
[
{
"date": "2019-08-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "José Luis:\n\nTambién funciona, muchas gracias.\n\nSolo queda la incógnita, por que con localhost no?\n\nSaludos",
"time": "15:39",
"topic": "A question for Mr. Rao",
"username": "Armando"
}
] | A question for Mr. Rao |
[
{
"date": "2019-08-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Armando\":23je6jd9]José Luis:\n\nTambién funciona, muchas gracias.\n\nSolo queda la incógnita, por que con localhost no?\n\nSaludos[/quote:23je6jd9]\n\nCheck your hosts file in the path \\Windows\\system32\\drivers\\etc",... | A question for Mr. Rao |
[
{
"date": "2019-08-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "anserkk:\n\nThanks for your answer.\n\nI made the change as follow but there is no way.\n\n[code=fw:3cmxjgcz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /># localhost <span style=\"color: #0000ff;\">name</s... | A question for Mr. Rao |
[
{
"date": "2019-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You said that it is working fine if you try 127.0.0.1 instead of localhost, right ?\n\nCan I get the exact error message that you get when you try to connect to localhost ?\n\nThere are few possibilities for this issue, based on t... | A question for Mr. Rao |
[
{
"date": "2019-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "anserkk:\n\nYou said that it is working fine if you try 127.0.0.1 instead of localhost, right ?\nYes that's right.\n\nThe message is\n\n2003\nCan't connect to MySQL server on 'localhost' (10061)\n\nThanks for your help\n\nRegards"... | A question for Mr. Rao |
[
{
"date": "2019-08-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "What is the value of the entry \nbind-address\nin my.cnf (in case your OS is linux) or my.ini\n\nIs that uncommented or commented?\n\nThe users in the DB ?\n[url=https://imgbb.com/:2xg1xgq0][img:2xg1xgq0]https://i.... | A question for Mr. Rao |
[
{
"date": "2019-08-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "anserkk:\n\nThere is no bind-address entry in mysql.ini (I have windows 10)\nand the users is\n\nroot localhost \n\nRegards",
"time": "15:30",
"topic": "A question for Mr. Rao",
"username": "Armando"
}
] | A question for Mr. Rao |
[
{
"date": "2007-06-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The following sample doesn't show the string \"Other\" on the combobox. Is it expected?\n\n[code:3s6goopj]#include \"Fivewin.ch\"\n\n\nFUNCTION MAIN()\n\n LOCAL oDlg\n\n LOCAL cVar := \"Other\"\n\n LOCAL a... | A question regarding TCombobox |
[
{
"date": "2007-06-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\n>The following sample doesn't show the string \"Other\" on the combobox. Is it expected? \n\nI would not expect it. A combobox is supposed to be limited to those choices in the array.\n\nJames",
"time": "00:30",
... | A question regarding TCombobox |
[
{
"date": "2007-06-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ok, thank you.\n\nEMG",
"time": "16:23",
"topic": "A question regarding TCombobox",
"username": "Enrico Maria Giordano"
}
] | A question regarding TCombobox |
[
{
"date": "2006-02-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, what was the exact reason why you commented out the following statement from TDialog?\n\n// 28/06/05 AL\n// ::nResult:LostFocus() // updates related variable\n\nEMG",
"time": "14:44",
"topic": "A question regar... | A question regarding TDialog |
[
{
"date": "2008-10-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\r\n\r\nOn Sunday, there was a solution of mine in the forum,\r\nhow to change the format of a PNG-file to 24-Bit BMP(transparent)\r\nwith a good freeware-Icon-editor, \r\nas well to add this bitmap to a dialog-title.\r\n\r\... | A reason, a existing post is -moved- ? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.