messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2015-04-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio\n\nI agree .. you should be able to change the color .. Try my sample code and see if you get the same result .. with and without the XpManifest.\n\nThanks\nRick Lipkin",
"time": "20:16",
"topic": "Add Color to a G... | Add Color to a Group Frame |
[
{
"date": "2015-04-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick,\n\nYou may try to use a bitmap instead of a group\n\nWe can't change the painting on some standard controls when used with themes",
"time": "20:28",
"topic": "Add Color to a Group Frame",
"username": "Antonio Lin... | Add Color to a Group Frame |
[
{
"date": "2015-04-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio\n\n[quote:3w49zw3k]\nYou may try to use a bitmap instead of a group\n[/quote:3w49zw3k]\n\nInteresting Thought .. could I use a Pen (perhaps ) to outline a Box ? ( a bit awkward )\n\nRick Lipkin",
"time": "20:30",
"... | Add Color to a Group Frame |
[
{
"date": "2015-04-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick,\n\nYes, the control TBitmap is a FWH own class so we have full control on it <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "21:25",
"topic": "Add Color ... | Add Color to a Group Frame |
[
{
"date": "2015-04-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Or TPanel too...",
"time": "21:26",
"topic": "Add Color to a Group Frame",
"username": "Antonio Linares"
}
] | Add Color to a Group Frame |
[
{
"date": "2015-04-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Antonio,\n\nI need help with sth i don't know what to do. I've been trying to do the group coloring using TPanel, and i thought i got it, but there is a big problem <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\... | Add Color to a Group Frame |
[
{
"date": "2015-04-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Carlos has intentado poner en los controles \n\n[code=fw:1fzx7wnp]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> ... <span style=\"color: #0000ff;\">OF</span> oPanel<br /> </div>[/code:1fzx7wn... | Add Color to a Group Frame |
[
{
"date": "2015-04-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Cristobal,\n\nwas one of my first attempts, but things like refresh() aren't resent to panel's children. Had to do it manually, it's not the idea. And won't work with resources also.\n\nThanks anyway, let me know if you have an... | Add Color to a Group Frame |
[
{
"date": "2015-04-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Carlos Mora\":6zb6ingr]Hi Cristobal,\n\nwas one of my first attempts, but things like refresh() aren't resent to panel's children. Had to do it manually, it's not the idea. And won't work with resources also.\n\nThanks an... | Add Color to a Group Frame |
[
{
"date": "2015-04-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:o1t1x7vy]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">function</span> Main<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><b... | Add Color to a Group Frame |
[
{
"date": "2015-04-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Nages!",
"time": "10:08",
"topic": "Add Color to a Group Frame",
"username": "Carlos Mora"
}
] | Add Color to a Group Frame |
[
{
"date": "2015-06-24",
"forum": "Off Topic / Otros temas",
"text": "[url:3oxyqh0h]http://www.tomshardware.co.uk/faq/id-2080296/add-programs-startup-windows.html[/url:3oxyqh0h]\n\n[quote:3oxyqh0h]press Windows + R keys simultaneously to initialize the Run command box.\n\nOnce the Run... | Add Programs to Startup in Windows 8 |
[
{
"date": "2014-11-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Can I insert a column on a X pos at runtime and make calc math for it ?\n\nsample I wish insert a checkbox column after X columns and if the user click on if must calc an math operation refresh another column\n\nfor a sample loo... | Add Xbrowse Column at runtime |
[
{
"date": "2014-11-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Maybe you could just create the column at the start but specify a width of zero, then change the width at runtime.",
"time": "16:56",
"topic": "Add Xbrowse Column at runtime",
"username": "James Bott"
}
] | Add Xbrowse Column at runtime |
[
{
"date": "2014-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "No,\nI think ( and I found it on this forum) I can make a function type \n\nFunction Addcolumn()\nADD TO oBrw AT 8 DATA oBrw:Rit HEADER \"SlNo\" \noBrw:Rit:setcheck()\nreturn nil \n\nwhere Rit ia a field .... but it not run h... | Add Xbrowse Column at runtime |
[
{
"date": "2014-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "ADD TO oBrw AT 8 DATA oBrw:Rit HEADER \"SlNo\" \noBrw:Rit:setcheck()\n\nThere are two problems. Rit is not data of oBrw, and fields don't have methods, so you can't do oBrw:Rit:setcheck().\n\nThere is a setCheck() method of oBrw b... | Add Xbrowse Column at runtime |
[
{
"date": "2014-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James the setcheck is not important !! I Know there are two bmps. If you see testxbrowse sample there is a field maried \n\n\n oCol := oBrw:oCol( \"Married\" )\n oCol:SetCheck( { \"GREEN\", \"RED\" }, {|o, v| (DBRLOCK(), ... | Add Xbrowse Column at runtime |
[
{
"date": "2014-11-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "ADD TO oBrw AT 8 ............\nis the right way.\n\nBut I am not sure what you want to display in the inserted column and what other column you want to change and refresh.\n\nIf you just want to display 20% of the value in Importo... | Add Xbrowse Column at runtime |
[
{
"date": "2014-11-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr Nages,\n\nI try to explain you \n\nI wish only insert a column with checkbox.... from user \n\nthe user can insert this column check but at init when I create the xbrowse it must no showed\n\nthen.. \n\non my Function of Totals... | Add Xbrowse Column at runtime |
[
{
"date": "2014-11-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "ok now i resolved it now run ok \n\nFirst....\n\n[img:2ddyb92f]http://www.eoeo.it/wp-content/uploads/2014/11/rit1.jpg[/img:2ddyb92f]\n\n\n[b:2ddyb92f]then press the button[/b:2ddyb92f]\n\n[img:2ddyb92f]http:... | Add Xbrowse Column at runtime |
[
{
"date": "2023-11-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nThere is xBrowse(). At some point I need to add a Checkbox() column to it.\nHowever, it does not work. Tell me what I'm wrong about ?\n [code=fw:120z92x0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oDlg:... | Add a Checkbox() column |
[
{
"date": "2023-11-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "<!-- l --><a class=\"postlink-local\" href=\"https://forums.fivetechsupport.com/viewtopic.php?f=3&t=36197\">viewtopic.php?f=3&t=36197</a><!-- l -->\n\n<!-- l --><a class=\"postlink-local\" href=\"https://forums.fivetechsupport.com... | Add a Checkbox() column |
[
{
"date": "2023-11-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I was asking about adding a checkbox column to a working browser, not about creating a browser with such a column",
"time": "11:14",
"topic": "Add a Checkbox() column",
"username": "Natter"
}
] | Add a Checkbox() column |
[
{
"date": "2023-11-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "First you need to add a column with all logical values.\nThen Set oCol:SetCheck(,.T. )",
"time": "16:47",
"topic": "Add a Checkbox() column",
"username": "nageswaragunupudi"
}
] | Add a Checkbox() column |
[
{
"date": "2023-11-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Instead of setcheck(, .T.), I used the icons and everything worked fine\n\n [code=fw:31g6rvp3]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> oDlg:<span style=\"color: #000000;\">oClient</span>:<span style=\... | Add a Checkbox() column |
[
{
"date": "2023-11-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "5 lines of the code above can be reduced to a single line\n[code=fw:a84twrk7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oBrw:<span style=\"color: #000000;\">aCols</span><span style=\"color: #000000;\">[</s... | Add a Checkbox() column |
[
{
"date": "2023-11-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you, Rao! Very elegant.",
"time": "18:42",
"topic": "Add a Checkbox() column",
"username": "Natter"
}
] | Add a Checkbox() column |
[
{
"date": "2023-12-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have a xbrowse of a dbf table, this is a table created specifically to make selections.\n\nIn the last column I want to show a logical field that permit to select some of the record that I see in ths xbrowse\n\nfor instance this... | Add a Checkbox() column |
[
{
"date": "2023-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:in3oly6b]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">WITH OBJECT oBrw:<span style=\"color: #000000;\">AddCol</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</spa... | Add a Checkbox() column |
[
{
"date": "2015-05-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "IT is possible to Add a Method on specific class from a prg ?\n\nWith OVERRIDE COMMAND I can change a method",
"time": "12:01",
"topic": "Add a Method on specific class",
"username": "Silvio.Falconi"
}
] | Add a Method on specific class |
[
{
"date": "2015-05-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\n\nThis is also possible in Harbour:\n\n#include \"hbclass.ch\"\n#include \"c:\\harbour\\contrib\\xhb\\xhbcls.ch\"\n\nEXTEND CLASS ClassName WITH DATA DataName\n\nand\n\nEXTEND CLASS ClassName WITH MESSAGE MessageName( par... | Add a Method on specific class |
[
{
"date": "2015-05-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Create a new class, inherit from the one you wish to add to, and add your methods.\n\nExample: tData inherits from tDatabase and both adds, and overrides, some methods from the primary class.\n\nI have created classes that inheri... | Add a Method on specific class |
[
{
"date": "2009-11-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi to all.\nIs there the possibility to add a button or a bitmap to Xbrowse cell when I'm in edit mode ?\nI want to add this button for some cells, for looking into a table and returning\nback a value inside the get.\nThanks a lot... | Add a button search in Xbrowse cell in edit mode |
[
{
"date": "2009-11-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "oCol:nEditType := EDIT_BUTTON\noCol:bEditBlock := { || <button action> }",
"time": "02:27",
"topic": "Add a button search in Xbrowse cell in edit mode",
"username": "nageswaragunupudi"
}
] | Add a button search in Xbrowse cell in edit mode |
[
{
"date": "2009-11-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Works perfectly.\nIs it possible to add a bitmap to that little button ?\nThanks a lot.",
"time": "08:14",
"topic": "Add a button search in Xbrowse cell in edit mode",
"username": "Massimo Linossi"
}
] | Add a button search in Xbrowse cell in edit mode |
[
{
"date": "2009-12-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Here's what I did,\n[code=fw:25e8chyv]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oCol:<span style=\"color: #000000;\">addResource</span><span style=\"color: #000000;\">(</span> <span style=\"color: #... | Add a button search in Xbrowse cell in edit mode |
[
{
"date": "2020-09-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "METHOD ToCSV( cFile, aCols, lHeaders, cTrue, cFalse ) CLASS TXBrowse\n\nI looked into the code of Xbrowse to find out how ToCsv is working. I see that the delimeter is hard code as a comma ( , )\nI need i to be ( ; )\n\nIs it a i... | Add a extra option to the method ToCSV |
[
{
"date": "2020-09-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "We will provide a new parameter for the delimiter in our next versions.\nWe will also publish a patch for you here.\n\nYou can use derived classes of xbrowse very easily.\nYou can use the derived class for the entire application o... | Add a extra option to the method ToCSV |
[
{
"date": "2020-09-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Implemented in FWH2009\n\n[code=fw:3bfuy4qn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">METHOD</span> ToCSV<span style=\"color: #000000;\">(</span> cFile, aCols, lHeaders, cT... | Add a extra option to the method ToCSV |
[
{
"date": "2020-09-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you !!\n\nI wait till the release",
"time": "08:07",
"topic": "Add a extra option to the method ToCSV",
"username": "Marc Venken"
}
] | Add a extra option to the method ToCSV |
[
{
"date": "2020-09-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Till then, you can confidently modify your xbrowse.prg like this and keep using it.",
"time": "10:21",
"topic": "Add a extra option to the method ToCSV",
"username": "nageswaragunupudi"
}
] | Add a extra option to the method ToCSV |
[
{
"date": "2020-09-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":9l50o3oe]Till then, you can confidently modify your xbrowse.prg like this and keep using it.[/quote:9l50o3oe]\n\nI've never done that\n\nI have to link en recompile source I believe ?",
"time": "10... | Add a extra option to the method ToCSV |
[
{
"date": "2020-09-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marc, You are never too old to learn something new. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \nYou can link in a copy of xbrowse to your program and make the changes ... | Add a extra option to the method ToCSV |
[
{
"date": "2020-09-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Otto\":3n50bhfl]Marc, You are never too old to learn something new. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \nYou can link in a copy of xbrowse to your prog... | Add a extra option to the method ToCSV |
[
{
"date": "2020-09-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marc, yes. That is what I do.\n\nI am sure Mr. Rao will explain it here for us.\nBest regards,\nOtto",
"time": "20:33",
"topic": "Add a extra option to the method ToCSV",
"username": "Otto"
}
] | Add a extra option to the method ToCSV |
[
{
"date": "2020-10-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Marc Venken\":2umtxiw8]Thank you !!\n\nI wait till the release[/quote:2umtxiw8]\n\nRevised version of FWH2008 is released.\nYou will find this change also in this version.\nPlease download.",
"time": "09:38",
"top... | Add a extra option to the method ToCSV |
[
{
"date": "2020-10-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Great !!! Thanks",
"time": "12:29",
"topic": "Add a extra option to the method ToCSV",
"username": "Marc Venken"
}
] | Add a extra option to the method ToCSV |
[
{
"date": "2017-09-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Can I executed a function ather the program has created the error.log with the standard errsysw.prg ?\n\nI would like to keep always the standard programs from FWH in every new build, but like now, it would become handy if I have ... | Add a function afther the errors has occured (SOLVED) |
[
{
"date": "2017-09-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "FWH provides the following functions for user customization.\n\n1. SetErrorPath( cErrorLogPath ) --> cOldPath\n2. SetErrorFileName( cErrorLogFileName ) --> cOldName\n3. SetPostErrorAction( bAction ) --> bOldAction\n bAction is ... | Add a function afther the errors has occured (SOLVED) |
[
{
"date": "2017-09-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Afther some search...\n\nI put this in the MAIN program\n\nSetPostErrorAction( { |cErrorLogFileName, oError| MyErrorAction( cErrorLogFileName, oError ) } )\n\nand the function :\n\n[code=fw:184qj8f5]<div class=\"fw\" id=\"{CB}\" s... | Add a function afther the errors has occured (SOLVED) |
[
{
"date": "2017-09-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "From FWH17.08, it is possible to replace default error dialog with your own dialog without modifying errsysw.prg\n\n[code=fw:3qa5dquy]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />SetErrorDialog<span style=... | Add a function afther the errors has occured (SOLVED) |
[
{
"date": "2023-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "in a Report type printout created with the Treport class and printed from an Xbrowse table I have this problem:\n\n[img:232oit4o]https://i.postimg.cc/mkzH5Xk4/hh.jpg[/img:232oit4o]\n\nAfter the text [b:232oit4o]\"P... | Add a line on report from xbrowse (NO HTML) |
[
{
"date": "2023-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Using the default behavior of :Report( nil, .t., .t., nil, { 1 } )\nThe group headers are in bold and adequate to distinguish from the body.\n[url=https://imageshack.com/i/pnlmSCwVp:ggg5sbsq][img:ggg5sbsq]https://imagi... | Add a line on report from xbrowse (NO HTML) |
[
{
"date": "2023-12-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Nages,\n\nI need to have a function for setup to insert many vars\n\non your image\nI need to insert a line whereis the red arrow\n[img:2jq31f2m]https://i.postimg.cc/KjZ5vS8r/lmSCwV.jpg[/img:2jq31f2m]",
"time"... | Add a line on report from xbrowse (NO HTML) |
[
{
"date": "2024-01-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "How can I insert a taskpanel into Texplorerbar online, i.e. controlled by the end user?\nI did this test but it doesn't work because the oExbar doesn't refresh\n\nat init the taskpanel n. 2 is not showed\n\n[b:10qu110m]explbar.prg... | Add a taskpanel on line |
[
{
"date": "2018-03-07",
"forum": "FiveWin for Pocket PC",
"text": "I would like to show wi-fi signal status icon on the taskbar rather than within the app window is it possible ?\n\nTIA\nPeter\np.s. running WM6.1",
"time": "10:57",
"topic": "Add bitmap to taskbar",
"username": "reds"
}
] | Add bitmap to taskbar |
[
{
"date": "2018-03-07",
"forum": "FiveWin for Pocket PC",
"text": "Peter,\n\nCould you please post some screenshots to better understand what you mean ? thanks",
"time": "11:40",
"topic": "Add bitmap to taskbar",
"username": "Antonio Linares"
}
] | Add bitmap to taskbar |
[
{
"date": "2018-03-07",
"forum": "FiveWin for Pocket PC",
"text": "[img:3ki44ds3]https://bitbucket.org/fivetech/screenshots/downloads/wifi_windows_mobile.jpg[/img:3ki44ds3]\nAntonio\n\nI would like to place the 5 bar icon currently at at top right of the screen onto the taskbar next to the ... | Add bitmap to taskbar |
[
{
"date": "2018-03-08",
"forum": "FiveWin for Pocket PC",
"text": "Peter,\n\nAre you creating that Wifi status window using FWPPC ?\n\nIf so, could you please post the code here ?\n\nI guess that if we use the WM_NCPAINT message then you may be able to paint anything you need on the caption bar",
"t... | Add bitmap to taskbar |
[
{
"date": "2018-03-09",
"forum": "FiveWin for Pocket PC",
"text": "Antonio \nCode was found here or another forum, I can't remember now <!-- s:!: --><img src=\"{SMILIES_PATH}/icon_exclaim.gif\" alt=\":!:\" title=\"Exclamation\" /><!-- s:!: --> \n\nRegards\nPeter\n[code=fw:2k6jaiy2]<div class=\"fw\" id=\... | Add bitmap to taskbar |
[
{
"date": "2018-03-09",
"forum": "FiveWin for Pocket PC",
"text": "Peter,\n\nok, thanks\n\nSo in your PRG you call Signal() and then paint the wifi icon, right ?\n\nPlease post here the PRG code used to paint the wifi icon too so we can modify it to be painted in the caption area, thanks",
"time": "... | Add bitmap to taskbar |
[
{
"date": "2018-03-12",
"forum": "FiveWin for Pocket PC",
"text": "Antonio\n\nHere it is\n\nRegards\nPeter\n\n\n[code=fw:fx9pbboe]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FWCE.ch\"</span><br /><br />... | Add bitmap to taskbar |
[
{
"date": "2018-03-12",
"forum": "FiveWin for Pocket PC",
"text": "Peter,\n\nPlease try your example with these changes and let me know if you get a beep, thanks\n\nreplace this line:\n\nDEFINE WINDOW oWnd TITLE \"WiFi Status\"\n\nwith:\n\noWnd = TMyWindow():New( \"WiFi Status\" )\n\nand add this code t... | Add bitmap to taskbar |
[
{
"date": "2018-03-13",
"forum": "FiveWin for Pocket PC",
"text": "Antonio\n\n MsgBeep() does not get called and then crashes with variable does not exist Super\n\n\nRegards\nPeter",
"time": "11:13",
"topic": "Add bitmap to taskbar",
"username": "reds"
}
] | Add bitmap to taskbar |
[
{
"date": "2018-03-13",
"forum": "FiveWin for Pocket PC",
"text": "Please use ::Super instead of Super",
"time": "12:35",
"topic": "Add bitmap to taskbar",
"username": "Antonio Linares"
}
] | Add bitmap to taskbar |
[
{
"date": "2018-03-13",
"forum": "FiveWin for Pocket PC",
"text": "MsgBeep() still not called\nRegards",
"time": "13:40",
"topic": "Add bitmap to taskbar",
"username": "reds"
}
] | Add bitmap to taskbar |
[
{
"date": "2008-02-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nAs I can add columns in one xbrowse already created ?",
"time": "21:21",
"topic": "Add column in xBrowse",
"username": "vilian"
}
] | Add column in xBrowse |
[
{
"date": "2008-02-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes. You can add, delete, insert and swap columns in xbrowse at any time after creation.",
"time": "22:52",
"topic": "Add column in xBrowse",
"username": "nageswaragunupudi"
}
] | Add column in xBrowse |
[
{
"date": "2008-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "How ?",
"time": "00:30",
"topic": "Add column in xBrowse",
"username": "vilian"
}
] | Add column in xBrowse |
[
{
"date": "2008-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Just use the AddCol, DelCol, InsCol methods as usual and then call obrw:refresh( .t. )",
"time": "07:29",
"topic": "Add column in xBrowse",
"username": "nageswaragunupudi"
}
] | Add column in xBrowse |
[
{
"date": "2012-08-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\nI've a dbf with a numeric field without decimals. I would change the field adding 2 decimals, but I don't know. When I hace to change the structure of a DBF I create a nuew structure with dbcreate and then append the data ... | Add decimals to an existing numeric field |
[
{
"date": "2012-08-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nPlease, have a took at Fivedbu sources, there is such routine.",
"time": "15:40",
"topic": "Add decimals to an existing numeric field",
"username": "lucasdebeltran"
}
] | Add decimals to an existing numeric field |
[
{
"date": "2012-08-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Jose Luis:\n\nPerhaps the problem is the field's size, remember, you will need a field size + 3, for sample:\n\nIf your field has a lenght 7 with no decimals (7,0), (1234567) when you add the decimals\nyou need a field with leg... | Add decimals to an existing numeric field |
[
{
"date": "2012-08-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have downloaded the latest public fivedbu sources from code.google. The routine in fivedbu sources is the same I use, and gives the same error when you change a numerical field with 2 integer positions - numeric (2,0) - to anoth... | Add decimals to an existing numeric field |
[
{
"date": "2019-09-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\nIn my program would like to add a combo box near the scroll bar at bottom, in this way:\n[img:zvud0746]https://i.imgur.com/jGh6YYO.png[/img:zvud0746]\n(I did it in GIMP)\nBut I don't found a way to resize t... | Add element near scrollbar |
[
{
"date": "2019-09-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is a possible solution although it is not the most correct.\nPut your combobox in column 0 of the msgbar, or define an item with the width you consider and insert your combobox in that item. The same can be done by inserting ... | Add element near scrollbar |
[
{
"date": "2007-11-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear All,\n\nHow do we add/insert an image to this forum.\n\nToyet",
"time": "20:30",
"topic": "Add image to this forum",
"username": "toyet"
}
] | Add image to this forum |
[
{
"date": "2007-11-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Toyet,\n\nUse <!-- w --><a class=\"postlink\" href=\"http://www.imageshack.us\">www.imageshack.us</a><!-- w --> and copy here the fourth provided URL once you upload an image",
"time": "21:22",
"topic": "Add image to this ... | Add image to this forum |
[
{
"date": "2007-11-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is another good site (also free).\n\n<!-- m --><a class=\"postlink\" href=\"http://www.freeimagehosting.net/\">http://www.freeimagehosting.net/</a><!-- m -->\n\nJames",
"time": "00:41",
"topic": "Add image to this for... | Add image to this forum |
[
{
"date": "2018-02-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi, all !\n\nThere is a TTreeview object. It contains a set of files of different types. I need to add icons associated with the file type to ::oImageList. I do this: \nimg=BmpFromIcon( EXTRACTASSICON (0, MyFile, @sol)) - handle ... | Add images to oImageList |
[
{
"date": "2018-02-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Class TImageList Method Add() expects a Class TBitmap object and not a bitmap handle\n\nTry it this way:\n\nTTreeview: oImageList:Add( TBitmap():Define( ,, oWnd, img ), oWnd )",
"time": "11:50",
"topic": "Add images to oIm... | Add images to oImageList |
[
{
"date": "2018-02-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank You, Antonio ! Work normally",
"time": "13:57",
"topic": "Add images to oImageList",
"username": "Natter"
}
] | Add images to oImageList |
[
{
"date": "2012-06-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "To Antonio:\n\nWhy not create this feature for menu class ?\n\n[img:2sbvpad2]http://img687.imageshack.us/img687/7831/immagineupq.jpg[/img:2sbvpad2]\n\nthen we can show only the option we want ( principal options)\... | Add new feature to menu class |
[
{
"date": "2007-01-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi, \n An app dialog linked with DLL ,could I add new resource ids at runtime ?\n for example:\n\nfunction main()\n \n define dialog odlg resource \"odlg\"\n \n redefine get cget1 id 101 of odlg\n redefine button id 102 ... | Add news resource ids to app ? |
[
{
"date": "2007-01-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Shuming,\n\nfunction addnewids()\n @ 2, 2 BUTTON \"Another\" of odlg\nreturn",
"time": "04:35",
"topic": "Add news resource ids to app ?",
"username": "Antonio Linares"
}
] | Add news resource ids to app ? |
[
{
"date": "2007-01-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\n Thanks!\n\nShuming Wang",
"time": "08:12",
"topic": "Add news resource ids to app ?",
"username": "ShumingWang"
}
] | Add news resource ids to app ? |
[
{
"date": "2007-01-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nAntonio , can objects from source be merged with objects from resources ?\n\nMaybe a better aproach is to first redefine all objects from the dll , but then hide what not is needed\n\nfrank",
"time": "13:30",
"topic... | Add news resource ids to app ? |
[
{
"date": "2007-01-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Frank,\n\n> can objects from source be merged with objects from resources ?\n\nviceversa: objects from resources with objects from source code",
"time": "15:10",
"topic": "Add news resource ids to app ?",
"username": ... | Add news resource ids to app ? |
[
{
"date": "2016-06-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I started working on a very basic add on tool for ER.\nBest regards,\nOtto\n[img:donw1ori]http://www.atzwanger-software.com/fw/ERAreaDesigner.jpg[/img:donw1ori]",
"time": "20:24",
"topic": "Add on for EasyR... | Add on for EasyReport: Area designer |
[
{
"date": "2016-06-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Area designer is an end user tool \nHow does it work.\nAD reads from the original VRD file from the [Items] section.\nThe window opens in the size of the area.\nAfter positioning the labels AD stores the changes back to the VRD fi... | Add on for EasyReport: Area designer |
[
{
"date": "2015-11-20",
"forum": "Utilities / Utilidades",
"text": "[url:1oga7883]http://winaero.com/blog/how-to-add-or-remove-startup-apps-in-windows-10/[/url:1oga7883]",
"time": "20:45",
"topic": "Add or remove startup apps in Windows 10",
"username": "Antonio Linares"
}
] | Add or remove startup apps in Windows 10 |
[
{
"date": "2015-11-22",
"forum": "Utilities / Utilidades",
"text": "Antonio\n\nI have been using ( free ) Ccleaner from Piriform .. the new 5.11 version comes with the ability to remove many Windows apps as well ..\n[img:16gjh12e]http://i64.tinypic.com/10zpzz4.jpg[/img:16gjh12e]\n\n\nAs ... | Add or remove startup apps in Windows 10 |
[
{
"date": "2023-03-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Rao posted a chronometer on the forum :\n\nI'm not able to change the code so that when you hit START and then STOP, the program should continue with the value that is on the digit.\nHitting CLEAR is correct : it goes to zero\... | Add pauze function to Chronometer |
[
{
"date": "2023-03-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Change this:\n\n[code=fw:2g7b50gq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #000000;\">(</span> nStartSec := SECONDS<span style=\"color: ... | Add pauze function to Chronometer |
[
{
"date": "2016-08-03",
"forum": "To do - WishList / Por hacer - Peticiones",
"text": "To All\n\nIt would be nice to add a record count to the xBrowse() function. So many times I use xBrowse() to debug a program and it would be nice to have that record count to verify a query or filter results.\n\nMany ... | Add record count to xBrowse() function |
[
{
"date": "2016-09-08",
"forum": "To do - WishList / Por hacer - Peticiones",
"text": "Please try\n\nUSE CUSTOMER\nXBROWSER \"CUSTOMER\" SHOW SLNUM // OR SHOW RECID",
"time": "12:32",
"topic": "Add record count to xBrowse() function",
"username": "nageswaragunupudi"
}
] | Add record count to xBrowse() function |
[
{
"date": "2018-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nI use msgbar in my main program. \n\nIs it possible to add a second msgbar above the first msgbar?\n\nThanks,",
"time": "09:21",
"topic": "Add second MsgBar in a window?",
"username": "Horizon"
}
] | Add second MsgBar in a window? |
[
{
"date": "2018-03-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hakan,\n\nAre you using a MDI window or is it a non MDI one ?",
"time": "08:42",
"topic": "Add second MsgBar in a window?",
"username": "Antonio Linares"
}
] | Add second MsgBar in a window? |
[
{
"date": "2018-03-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":1bca17ew]Hakan,\n\nAre you using a MDI window or is it a non MDI one ?[/quote:1bca17ew]\n\nHi Antonio, \n\nI use non MDI.\n\nThanks,",
"time": "08:56",
"topic": "Add second MsgBar in a window?",
... | Add second MsgBar in a window? |
[
{
"date": "2019-01-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello.\n\nI adding some functions/method for Tensoflow for Fivewin like following.^^\n\n\nMETHOD GraphNextOperation( nPos )\n\nDLL FUNCTION TF_GraphNextOperation( hGraph AS LONG, @nPos AS LONG ) AS LONG LIB hDLL\nDLL FUNCTION TF_O... | Add some functions for Tensorflow |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.