messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2013-09-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Saludos foro.\n\nA sugerencia de la mayoria de los usuarios que usan las aplicaciones desarrolladas, exigen ver de forma diferente los gets\nen edicion, cuando estos estan OGet:Enable() y editandose si me acepta colores definidos... | Colores en los gets, como? |
[
{
"date": "2013-09-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "al inicio de mi app pong esto:\n[code=fw:zxset38g]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />...<br /> SetKinetic<span style=\"color: #000000;\">(</span> <span style=\"color: #00C800;\">FALSE</spa... | Colores en los gets, como? |
[
{
"date": "2013-09-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Noe\n\nColocar este código en el principal y todos los Gets en edición tendrán en color\n[code=fw:2b4lgxln]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> SetGetColorFocus<span style=\"color: #000000;\">... | Colores en los gets, como? |
[
{
"date": "2013-09-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Carlos:\n\nEsto me funciona para cambiar los colores de los gets en general, y esta bien, asi los puedo modificar\n\nWITH OBJECT tGet()\n :lDisColors := .F.\n :nClrTextDis := COLOR_AZUL\n :nClrPaneDis := COLOR_SAMARILLO\nEND\n\n... | Colores en los gets, como? |
[
{
"date": "2007-06-20",
"forum": "FiveWin para CA-Clipper",
"text": "Como puedo hacer para que un Listbox (con o sin datos) se pongan de colores verde y blanco como las antiguas hojas pautadas de impresion,\nes decir un renglon verde, uno blanco, uno verde uno blanco, sin importar que este vacia la base... | Colores en un LIstBox |
[
{
"date": "2007-06-21",
"forum": "FiveWin para CA-Clipper",
"text": "Amigo...\nAsi se cambian los colores... lo que no se es cuando la base de datos esta vacia..\n\noBrw:NCLRPANE:={||IIF((ORDKEYNO())%2==0,RGB(230,230,230),RGB(190,215,190))}\n\nEspero te sirva",
"time": "12:54",
"topic": "Colores... | Colores en un LIstBox |
[
{
"date": "2011-01-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Harvey,\n\nI notice a lot of common elements in your code. For instance, you have about 17 sections like this:\n\n[code=fw:o09hqod6]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> ADD <span sty... | Coloring a line Solved. Now coloring an individual cell |
[
{
"date": "2011-01-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Can't get the line to color. What am I doing wrong. Here is the code\n\n[code=fw:1c80htvx]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #B900B9;\">// COLOR SET UP</span><br />oBrw... | Coloring a line Solved. Now coloring an individual cell |
[
{
"date": "2011-01-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Instead of\n[code=fw:14t29xjj]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oBrw:<span style=\"color: #000000;\">bClrStd</span> := <span style=\"color: #000000;\">{</span>||<span style=\"color: #000000;\">&#... | Coloring a line Solved. Now coloring an individual cell |
[
{
"date": "2011-01-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao:\n\nAs always perfect.",
"time": "02:51",
"topic": "Coloring a line Solved. Now coloring an individual cell",
"username": "hag"
}
] | Coloring a line Solved. Now coloring an individual cell |
[
{
"date": "2011-01-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Roa maybe you can help me color a cell.\nThis is the code using xbrowse.\n\nI get a bound array acess error. \n\n\n[code=fw:30j4iflq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color:... | Coloring a line Solved. Now coloring an individual cell |
[
{
"date": "2011-01-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:2saoefbn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oBrw:<span style=\"color: #000000;\">aCols</span><span style=\"color: #000000;\">[</span><span style=\"color: #000000;\">3</span><span style=\"c... | Coloring a line Solved. Now coloring an individual cell |
[
{
"date": "2011-01-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Can you please post your full code for the browse and explain what is it want to show?",
"time": "02:39",
"topic": "Coloring a line Solved. Now coloring an individual cell",
"username": "nageswaragunupudi"
}
] | Coloring a line Solved. Now coloring an individual cell |
[
{
"date": "2011-01-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Messy code:\nIF YOU NEED ANYTHING ELSE LET ME KNOW.\n\nDEFINE FONT oFont3 NAME \"Ms Sans Serif\" SIZE 2,1\n DEFINE WINDOW oWnd TITLE \"View Print Edit Reports\" ;\n COLOR CLR_WHITE, CLR_WHITE\n\n if viewingMulti == 0\n\n define... | Coloring a line Solved. Now coloring an individual cell |
[
{
"date": "2011-01-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Roa tried both of your recommendations ...always a bound array acess error on that line of code.\nHere is the error. Maybe it will help.\n\n[code=fw:2q5uwxwv]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">Error oc... | Coloring a line Solved. Now coloring an individual cell |
[
{
"date": "2011-01-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James thanks for the good advice. And code. The code that you want to reduce was suggested by you many years ago. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \nBut as lif... | Coloring a line Solved. Now coloring an individual cell |
[
{
"date": "2011-01-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Harvey,\n\nTo color a cell try changing this:\n\n// COLOR SET UP\noBrw:bClrStd := {||{CLR_BLACK,CLR_WHITE},{ If(gl->ty13 < 0, CLR_YELLOW, CLR_WHITE) } }\n\nTo this:\n\n// COLOR SET UP\noBrw:bClrStd := {|| If(gl->ty13 < 0, {CLR_BL... | Coloring a line Solved. Now coloring an individual cell |
[
{
"date": "2011-01-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Harvey,\n\nOr, this is probably what you were trying to do:\n\noBrw:bClrStd := {|| {CLR_BLACK, If(gl->ty13 < 0, CLR_YELLOW, CLR_WHITE) } }\n\nJames",
"time": "21:13",
"topic": "Coloring a line Solved. Now coloring an indiv... | Coloring a line Solved. Now coloring an individual cell |
[
{
"date": "2011-01-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This colors line which was my first request. It works fine\noBrw:bClrStd := {|| {CLR_BLACK, If(gl->ty13 < 0, CLR_YELLOW, CLR_WHITE) } }\n\nI want to color one field on a certain record.\nRoa sent me this but I get error\nfixflag1(... | Coloring a line Solved. Now coloring an individual cell |
[
{
"date": "2011-01-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Harvey,\n\nCan we see the first 15 lines of the error that show the line numbers and functions? We need to see where the error is occuring.\n\nJames",
"time": "00:13",
"topic": "Coloring a line Solved. Now coloring an indi... | Coloring a line Solved. Now coloring an individual cell |
[
{
"date": "2011-01-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Harvey,\n\nOK, I have recreated your error. This will happen if the column has not yet been defined. When it has not been defined, there is no corresponding array in oBrw, thus the array access error.\n\nSo make sure the column yo... | Coloring a line Solved. Now coloring an individual cell |
[
{
"date": "2011-01-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Amazing. \nAll I needed to do was move declaration to below columns and it worked like a charm. \nThanks again you are a tremendous help.",
"time": "01:57",
"topic": "Coloring a line Solved. Now coloring an individual cell... | Coloring a line Solved. Now coloring an individual cell |
[
{
"date": "2020-03-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I use a brush to colorize a dialog\nDEFINE BRUSH oBrush1 COLOR COLORE_MIO\noApp:oMyDialog:SetBrush(oBrush1)\n\nfor reasons that I am not here to list now I would need to know if I can color a two-color dialog\n\n i.e. having a lig... | Colorize a dialog two colors |
[
{
"date": "2020-03-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\n\nYou may use:\n\nSetDlgGradient( { { 0.3, CLR_CYAN, CLR_CYAN }, { 0.7, CLR_YELLOW, CLR_YELLOW } } )",
"time": "13:20",
"topic": "Colorize a dialog two colors",
"username": "Antonio Linares"
}
] | Colorize a dialog two colors |
[
{
"date": "2020-04-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\nI use it for a Panel I made\n\n oApp:oSpiaggia:bPainted:= {|hDC, cPS| ;\n SetDlgGradient( { { 0.1, CLR_CYAN, CLR_CYAN }, { 0.9, COLORE_SABBIA, COLORE_SABBIA } } );\n }\n\nthen on this tPanel I use btnbmp a... | Colorize a dialog two colors |
[
{
"date": "2020-04-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I found the error \nthe Panel is not trasparent \nthen I made oApp:oSpiaggia:lTransparent :=.t.\nand then I saw the problem \nall btnbmp are not transparent ( look at your email)",
"time": "11:12",
"topic": "Colorize a di... | Colorize a dialog two colors |
[
{
"date": "2015-03-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have created a procedure to insert the absences of a teacher, from an initial selection, the final user can view the weekly timetable of the teacher absent and the second display browse all teachers who have available for those ... | Colorize a second xbrowse |
[
{
"date": "2022-03-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have to color the xbrowse cells on each line with a different color depending on the value of the cell, I made \n WITH OBJECT oBrw\n\n....\nFOR i := 1 TO LEN(:aCols)\noCol := :aCols[ i ]\noCol:nWidth := 30\n if i >1\n oCol:bCl... | Colorized cell of xbrowse |
[
{
"date": "2022-03-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\n\nI think you should change this \n\n oCol:bClrStd := {|i| { ChangeColor( oBrw, i ) } }\n\nFor this:\n\n oCol:bClrStd := {|| { ChangeColor( oBrw, i ) } }\n\nBut \"i\" is the variable of the FOR and when the browse ... | Colorized cell of xbrowse |
[
{
"date": "2022-03-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"vilian\":2hs12tnw]Silvio,\n\nI think you should change this \n\n oCol:bClrStd := {|i| { ChangeColor( oBrw, i ) } }\n\nFor this:\n\n oCol:bClrStd := {|| { ChangeColor( oBrw, i ) } }\n\nBut \"i\" is the variable of t... | Colorized cell of xbrowse |
[
{
"date": "2022-03-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Maybe you have also the issue with Detached Locals ?\n\n[url:u8gayfb4]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=41373&hilit=detached+local[/url:u8gayfb4]",
"time": "11:56",
"topic": "Colorized c... | Colorized cell of xbrowse |
[
{
"date": "2022-03-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Marc Venken\":2sjo6sj0]Maybe you have also the issue with Detached Locals ?\n\n[url:2sjo6sj0]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=41373&hilit=detached+local[/url:2sjo6sj0][/quote:2sjo6sj0]... | Colorized cell of xbrowse |
[
{
"date": "2022-03-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:zuxqetpp]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oCol:<span style=\"color: #000000;\">bClrStd</span> := ChangeColor<span style=\"color: #000000;\">(</span> oBrw, i <span style=\"color: #000000;... | Colorized cell of xbrowse |
[
{
"date": "2022-03-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":39pa5n40][code=fw:39pa5n40]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oCol:<span style=\"color: #000000;\">bClrStd</span> := ChangeColor<span style=\"color: #000000;\">(</span>... | Colorized cell of xbrowse |
[
{
"date": "2022-03-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Silvio.Falconi\":2g88ha0o][quote=\"nageswaragunupudi\":2g88ha0o][code=fw:2g88ha0o]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oCol:<span style=\"color: #000000;\">bClrStd</span> := ChangeColor<span sty... | Colorized cell of xbrowse |
[
{
"date": "2022-03-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have also error\n\n Error occurred at: 07-03-2022, 12:37:57\n Error description: Error BASE/1075 Parametro errato: >\n Args:\n [ 1] = U \n [ 2] = N 0\n\nStack Calls\n===========\n Called from: source\\ti... | Colorized cell of xbrowse |
[
{
"date": "2022-03-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi Silvio,\n\nyou try to \"add\" Codeblock in a Loop but your \"Counter\" does not work that Way.\n\nyou need to use a \"String\" to build a Codeblock so this might work\n[code=fw:3fg1p52c]<div class=\"fw\" id=\"{CB}\" style=\"fon... | Colorized cell of xbrowse |
[
{
"date": "2022-03-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[b:2gd91ka0]Resolved!!![/b:2gd91ka0]\n\n[img:2gd91ka0]https://i.postimg.cc/RVJpVKyB/yes.png[/img:2gd91ka0]\n\n FOR i := 2 TO LEN(:aCols)\n oCol := :aCols[ i ]\n oCol:nWidth := 30\n ... | Colorized cell of xbrowse |
[
{
"date": "2022-03-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "If I use \n:nMarqueeStyle := MARQSTYLE_HIGHLWIN7\nthe n I not see the right color\n\nHow I can to hav the bar nmarquee on only first column ?",
"time": "13:39",
"topic": "Colorized cell of xbrowse",
"username": "... | Colorized cell of xbrowse |
[
{
"date": "2022-03-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Silvio.Falconi\":wl8x30dh]\nHow I can to hav the bar nmarquee on only first column ?[/quote:wl8x30dh]\n\nI do it like that:\n\n[code=fw:wl8x30dh]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> WITH OBJE... | Colorized cell of xbrowse |
[
{
"date": "2022-03-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "THANKS\n\n[img:y6v5axum]https://i.postimg.cc/ydhHSdcM/JJJJ.png[/img:y6v5axum]",
"time": "13:19",
"topic": "Colorized cell of xbrowse",
"username": "Silvio.Falconi"
}
] | Colorized cell of xbrowse |
[
{
"date": "2021-06-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello friends!\n\nI need a little help, I have a color in decimal (for example 6736896). How to get tones above or below, what's the logic?\n\nThanks",
"time": "00:27",
"topic": "Colors (SOLVED)",
"username": "ctoas"
... | Colors (SOLVED) |
[
{
"date": "2021-06-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Christiano,\n\n? hb_NumToHex( 6736896 ) => 0x[color=#FF0000:r6k6f0b7]66[/color:r6k6f0b7][color=#008040:r6k6f0b7]CC[/color:r6k6f0b7][color=#0000FF:r6k6f0b7]00[/color:r6k6f0b7] (hexadecimal)\n\n? hb_NumToHex( hb_bitAnd( 6736896, 0x[... | Colors (SOLVED) |
[
{
"date": "2021-06-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Antonio",
"time": "18:56",
"topic": "Colors (SOLVED)",
"username": "ctoas"
}
] | Colors (SOLVED) |
[
{
"date": "2021-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nabout the color-adjustment of a given color\ncan be selected with the slider or a imageclick\n\n[quote:eue8k7le][b:eue8k7le]How to get tones above or below, what's the logic?[/b:eue8k7le][/quote:eue8k7le]\n\n[b:eue8k7le]... | Colors (SOLVED) |
[
{
"date": "2021-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Uwe, thanks for replying.\n\nI'm adjusting the visual part of my calendar, as the user can change the predominant color of the screen, the calendar has differences in the colors of today, Sundays and holidays. In the way I'm do... | Colors (SOLVED) |
[
{
"date": "2021-06-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Maybe useful for You\n\npaint colors from a given DEC or RGB-value\nor use predefined colors\nYou can save and restore 4 colors\nadjust the color with the slider or click inside the image\nas well You get the colornames\nthe ??? b... | Colors (SOLVED) |
[
{
"date": "2021-06-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi.\n\nI haven't touched it yet but that's almost what I need when using the slider but automatically, I think it would be more interesting in my case although I could do something similar and let the user choose the tone they pre... | Colors (SOLVED) |
[
{
"date": "2021-06-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":vbloth36]Christiano,\n\n? hb_NumToHex( 6736896 ) => 0x[color=#FF0000:vbloth36]66[/color:vbloth36][color=#008040:vbloth36]CC[/color:vbloth36][color=#0000FF:vbloth36]00[/color:vbloth36] (hexadecimal)\n\n? ... | Colors (SOLVED) |
[
{
"date": "2021-06-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I added some new options\n\n1, testing the color as a dialog-brush ( ON / OFF )\n2. saving a color to INI pos. 1, this color is displayed at new start\n3. copy to clipboard\n4. some internal fixes\n\nctoas \nwhat sections do You n... | Colors (SOLVED) |
[
{
"date": "2021-06-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Uwe, thanks for the reply.\n\nIt's already a good size for you to share. Now I turn around!\n\nI appreciate the help!",
"time": "19:19",
"topic": "Colors (SOLVED)",
"username": "ctoas"
}
] | Colors (SOLVED) |
[
{
"date": "2021-06-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I tested and added a horizontal solution\na little colorpicker and control-fields of the pickpositions as a info\nare included as well.\n\nBecause of the 2. slider it is posssible to compare 2 colorlevels\nlike the image shows ( b... | Colors (SOLVED) |
[
{
"date": "2019-06-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "How add color on RptAddColumn ?\n\nsample : list of products like Paint shop and I want to show the color in print\n\nI saw with Printer class it is possible but with Report Class I not understood How make it",
"time": "18:... | Colors RptAddColumn |
[
{
"date": "2008-09-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear friends!\r\n\r\nExists a way to change the colors of font at treeview but, one color for each item?",
"time": "18:45",
"topic": "Colors for TTreeView, one for each item!?",
"username": "JC"
}
] | Colors for TTreeView, one for each item!? |
[
{
"date": "2008-09-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "anybody?",
"time": "20:35",
"topic": "Colors for TTreeView, one for each item!?",
"username": "JC"
}
] | Colors for TTreeView, one for each item!? |
[
{
"date": "2008-09-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Julio,\r\n\r\nHave you ever seen that on a tree control before? I doubt that it is possible as it would require a different font for each item.\r\n\r\nJames",
"time": "20:55",
"topic": "Colors for TTreeView, one for each i... | Colors for TTreeView, one for each item!? |
[
{
"date": "2008-09-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"James Bott\":2jfm9l8a]Julio,\n\nHave you ever seen that on a tree control before? I doubt that it is possible as it would require a different font for each item.\n\nJames[/quote:2jfm9l8a]\r\n\r\nYes but, not in fivewin. I... | Colors for TTreeView, one for each item!? |
[
{
"date": "2008-09-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"James Bott\":1b0d3u2e]Julio,\n\nHave you ever seen that on a tree control before? I doubt that it is possible as it would require a different font for each item.\n\nJames[/quote:1b0d3u2e]\r\nJames, I found same examples o... | Colors for TTreeView, one for each item!? |
[
{
"date": "2008-09-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Julio,\r\n\r\nWell, it seems that it can be done with the tree common control.\r\n\r\nI have found some information about doing this with C here:\r\n\r\n<!-- m --><a class=\"postlink\" href=\"http://msdn.microsoft.com/en-us/librar... | Colors for TTreeView, one for each item!? |
[
{
"date": "2009-08-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Any news to this one?\nI could use different fonts in TTreeView as well!\n\nRegards,\nDietmar",
"time": "13:11",
"topic": "Colors for TTreeView, one for each item!?",
"username": "Dietmar Jahnel"
}
] | Colors for TTreeView, one for each item!? |
[
{
"date": "2006-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nHow to place a blue bar in the left side of the menus? \n\nThanks,",
"time": "02:59",
"topic": "Colors in menus",
"username": "vilian"
}
] | Colors in menus |
[
{
"date": "2006-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Vilian,\n\nYou need to modify MENUDRAWITEM() in source\\winapi\\menus.c",
"time": "07:43",
"topic": "Colors in menus",
"username": "Antonio Linares"
}
] | Colors in menus |
[
{
"date": "2006-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Antonio,\n\nThanks.",
"time": "14:43",
"topic": "Colors in menus",
"username": "vilian"
}
] | Colors in menus |
[
{
"date": "2008-07-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\r\n\r\nIt's maybe a stange question but is it possible to give a color instead of a bitmap calling BTNBMP?\r\nI'm using this buttons in a touchscreen application and the customer can change the color of the buttons.\r\nWhat I ... | Colors of btnbmp |
[
{
"date": "2008-07-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code:17a7f0qh]#include \"Fivewin.ch\"\n\n\nFUNCTION MAIN()\n\n LOCAL oDlg, oBtn\n\n LOCAL cVar := SPACE( 20 )\n\n DEFINE DIALOG oDlg\n\n @ 1, 1 GET cVar\n\n @ 30, 10 BTNBMP oBtn PROMPT \"Clo... | Colors of btnbmp |
[
{
"date": "2008-07-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Enrico,\r\n\r\nIt's working very nice!!\r\n\r\nMarc",
"time": "10:45",
"topic": "Colors of btnbmp",
"username": "Marc Vanzegbroeck"
}
] | Colors of btnbmp |
[
{
"date": "2006-01-09",
"forum": "FiveMac / FivePhone (iPhone, iPad)",
"text": "When I preview a multiple page report and then print it, the Dialog box that prompts for printing pages range has a white background color instead of the Dialog box color behind all the text. Can this be fixed? It looks a ... | Colors on Multiple Page Printing Dialog |
[
{
"date": "2006-01-09",
"forum": "FiveMac / FivePhone (iPhone, iPad)",
"text": "Dan,\n\nCould you please post a screenshot of it ? \n\nPlease use <!-- m --><a class=\"postlink\" href=\"http://www.imageshack.us\">http://www.imageshack.us</a><!-- m --> to host the image and place here the provided url.",
... | Colors on Multiple Page Printing Dialog |
[
{
"date": "2006-01-10",
"forum": "FiveMac / FivePhone (iPhone, iPad)",
"text": "Hello Antonio,\n\nThe newer prev32.dll fixed the problem. I was using an older version of the prev32.dll.\n\nThanks\nDan",
"time": "23:58",
"topic": "Colors on Multiple Page Printing Dialog",
"username": "Dan La... | Colors on Multiple Page Printing Dialog |
[
{
"date": "2014-06-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola,\nQuería comunicaros que he liberado el código fuente de mi programa de contraseñas.\n\n[url:ia2yc2lh]http://cincomundos.wordpress.com/2014/06/04/colossus-es-ahora-lgpl/[/url:ia2yc2lh]\n\nSaludos,\nJosé Luis",
... | Colossus es ahora LGPL |
[
{
"date": "2014-06-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Jose Luís:\n\nMuchas gracias por tu generosidad.",
"time": "21:00",
"topic": "Colossus es ahora LGPL",
"username": "Manuel Aranda"
}
] | Colossus es ahora LGPL |
[
{
"date": "2014-06-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias José Luis por el aporte.\n\nSaludos,\n\nAdhemar",
"time": "21:09",
"topic": "Colossus es ahora LGPL",
"username": "acuellar"
}
] | Colossus es ahora LGPL |
[
{
"date": "2014-06-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muchas gracias, és posible compilar con xHarbour ó solo en Harbour?\n\nGracias, saludos.",
"time": "14:38",
"topic": "Colossus es ahora LGPL",
"username": "karinha"
}
] | Colossus es ahora LGPL |
[
{
"date": "2014-06-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muchas Gracias Jose\nes un programa que le doy gran utilidad, lo llevo conmigo en el PEN, hoy dia uso tantas password y configuraciones que no podia recordar todas\nmuy generoso de tu parte",
"time": "22:24",
"topic": "Co... | Colossus es ahora LGPL |
[
{
"date": "2018-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi\n\n oSheet:Cells( 5, 10 ):Value=\"*ABC\"\n\nHow to say \"*\" in red and \"ABC\" in black.\n\nThanks\n\nACWoo\nUsing FWH + bcc582\n\u001a\u001a\u001a\u001a\u001a\u001a\u001a\u001a\u001a\u001a\u001a\u001a\u001a\u001a\u001a\u00... | Colour |
[
{
"date": "2018-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "oSheet:Cells(5,10):Characters(1,1):Font:Color := CLR_HRED\noSheet:Cells(5,10):Characters(2,3):Font:Color := CLR_BLACK",
"time": "15:42",
"topic": "Colour",
"username": "Massimo Linossi"
}
] | Colour |
[
{
"date": "2018-04-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks\n\nIt works.\n\nRegards\n\nACWoo",
"time": "02:21",
"topic": "Colour",
"username": "acwoo1"
}
] | Colour |
[
{
"date": "2005-10-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello !\n\n At this time TwBrowse have 2 possibilities to colour background of active row - logic lCellStyle . If choose ! lCellStyle , then all active row coloured with one color and the active cell too . I want to do something m... | Colouring TwBrowse ( Hernan's ) |
[
{
"date": "2005-10-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi ! After some tests I did what I wanted . Maybe it's not so good solution , but that works fine . In GoUp and GoDown methods I added some lines :\n\nMETHOD GoUp() CLASS TWBrowse\n\n local nSkipped\n local nLines := ::nRowCou... | Colouring TwBrowse ( Hernan's ) |
[
{
"date": "2005-10-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Just curious if you are using Borland or MSVC as your C++ compiler. I would like to be able to re-compile TWbrowse with Microsoft but am hung up on the naitave .c code.\n\nRick Lipkin\nSC Dept of Health, USA",
"time": "15:07"... | Colouring TwBrowse ( Hernan's ) |
[
{
"date": "2005-10-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Rick Lipkin\"]Just curious if you are using Borland or MSVC as your C++ compiler. I would like to be able to re-compile TWbrowse with Microsoft but am hung up on the naitave .c code.\n\n Hi Rick ! I can't to run FWH wi... | Colouring TwBrowse ( Hernan's ) |
[
{
"date": "2005-10-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Also I did this my paint fully - as for DBF as for array . For mouse move too . It works fine . I did one method :\n\nMETHOD LineRepaint( nRowPrv, nRecPrv, nDirection ) CLASS TWBrowse\nlocal nRecNew := if( upper( ::cAlias ) != \"A... | Colouring TwBrowse ( Hernan's ) |
[
{
"date": "2005-10-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rimantas,\n\n[quote=\"Rimantas\":3tyfcv3r]It seems that my olds FWH libraries ( 2.5 ver of 2004 October ) are buggies for that compiler . Antonio , as ussual , promised to view about that. But that was promise ... So I leaved with... | Colouring TwBrowse ( Hernan's ) |
[
{
"date": "2005-10-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":1pa2em5r]Rimantas,\n\nIts an old version and new Microsoft compiler versions. We can't make miracles, sorry <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -... | Colouring TwBrowse ( Hernan's ) |
[
{
"date": "2005-10-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rimantas,\n\nTell me a software product that does not have bugs. Software is constantly in evolution, towards a new version, with more functionality and as few bugs as possible.\n\nFWH 2.4 version has more than two years. Our soft... | Colouring TwBrowse ( Hernan's ) |
[
{
"date": "2005-10-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[Tell me a software product that does not have bugs. Software is constantly in evolution, towards a new version, with more functionality and as few bugs as possible.\n\nFWH 2.4 version has more than two years. Our software is cons... | Colouring TwBrowse ( Hernan's ) |
[
{
"date": "2005-10-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rimantas,\n\n> At July-August I tried your libs with MS VC and found that they are buggy \n\nCould you please describe what bugs are them and how to reproduce them ? Thanks.",
"time": "20:33",
"topic": "Colouring TwBrowse... | Colouring TwBrowse ( Hernan's ) |
[
{
"date": "2005-10-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":2por9vnz]Rimantas,\n\n> At July-August I tried your libs with MS VC and found that they are buggy \n\nCould you please describe what bugs are them and how to reproduce them ? Thanks.[/quote:2por9vnz]\n\... | Colouring TwBrowse ( Hernan's ) |
[
{
"date": "2005-10-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":54hcrqq1]Rimantas,\n\nTell me a software product that does not have bugs. Software is constantly in evolution, towards a new version, with more functionality and as few bugs as possible.\n\nFWH 2.4 versi... | Colouring TwBrowse ( Hernan's ) |
[
{
"date": "2005-10-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":2m2fnwaz]Rimantas,\n\n> At July-August I tried your libs with MS VC and found that they are buggy \n\nCould you please describe what bugs are them and how to reproduce them ? Thanks.[/quote:2m2fnwaz]\n ... | Colouring TwBrowse ( Hernan's ) |
[
{
"date": "2017-10-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi to all,\nI would Like a column in XBROWSE with result of function:\n[code=fw:yuxx3n48]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />...<br />oRs := FW_OpenRecordSet<span style=\"color: #000000;\">(</... | Column Function in XBROWSE |
[
{
"date": "2017-10-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Try removing the single quotes around the function.\n\nEMG",
"time": "18:28",
"topic": "Column Function in XBROWSE",
"username": "Enrico Maria Giordano"
}
] | Column Function in XBROWSE |
[
{
"date": "2017-10-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi Enrico, thank you for your help but if I remove single quote xbrowse goes in myfunction only one time.\nI changed my prg:\n[code=fw:1ivnykmi]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />...<br />oYORD :... | Column Function in XBROWSE |
[
{
"date": "2017-10-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Sorry, let's wait for Rao advice.\n\nEMG",
"time": "08:48",
"topic": "Column Function in XBROWSE",
"username": "Enrico Maria Giordano"
}
] | Column Function in XBROWSE |
[
{
"date": "2017-10-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi ,\nWhen i have to do that, i insert a column and use a code block with my function :\n\n oCol:=oLbxp:inscol(4) \n oCol:bStrData:={||QSTOCK(oRsp:Fields(\"NB\"):Value)} \n oCol:cHeader:=\"Total\" \n*\n\n*\nfunction QSTOCK... | Column Function in XBROWSE |
[
{
"date": "2017-10-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hola,\n\ntry to use a codeblock\n\n[code=fw:2l0fs7ny]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oRs := FW_OpenRecordSet<span style=\"color: #000000;\">(</span> oCn, tuple, <span style=\"color: #000000;\">1... | Column Function in XBROWSE |
[
{
"date": "2017-10-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi thank you for your help\nIf I use codeblock, performance is very very slow.\n\nI do not understand because If I use function 'dAAAAMMGGadata(DATA)' that works and with 'MRP00421(oYORD:Fields(\"FIELD1\"):value,oCn)' not works",
... | Column Function in XBROWSE |
[
{
"date": "2017-10-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "COLUMNS \"ONE\", \"TWO\", \"A\", \"B\", { || MYFUNCTION(fieldC) } ;",
"time": "15:04",
"topic": "Column Function in XBROWSE",
"username": "nageswaragunupudi"
}
] | Column Function in XBROWSE |
[
{
"date": "2017-10-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "thank you Mr.Rao\nbut is very slowly with codeblock.\n\nwhy in a XBROWSE 'dAAAAMMGGadata(DATA)' works and 'MYFUNCTION(DATA1)' no ?",
"time": "15:37",
"topic": "Column Function in XBROWSE",
"username": "damianodec"
}
... | Column Function in XBROWSE |
[
{
"date": "2017-10-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Speed depends purely on the implementation of the function.\n\n[quote:9pm48u1x]why in a XBROWSE 'dAAAAMMGGadata(DATA)' works and 'MYFUNCTION(DATA1)' no ?[/quote:9pm48u1x]\n\nIf the function is a public function ( i.e., not a stati... | Column Function in XBROWSE |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.