messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2019-03-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Tim,\ntry Fivewin’s EasyReport.\nBest regards\nOtto\n\n[img:23qasng7]https://mybergland.com/FWForum/fontcolor.jpg[/img:23qasng7]\n\n[img:23qasng7]https://mybergland.com/FWForum/fontcolor1.jpg[/img:23q...
Color error in tPrinter.prg
[ { "date": "2019-03-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nAll of my work is done with tPrinter. I have a lot of reports and want to bring color to them. I started with an Invoice ( very complex ) and it is working fine ( except the background colors ).\n\nI brought this up bec...
Color error in tPrinter.prg
[ { "date": "2011-02-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Estimados,\n\nComo se puede cambiar el color de fondo de un xBrowse, normalmente es fondo blanco y, quisiera cambiarlo a un color amarillo, por ejemplo.\n\nCual es la forma correcta de hacerlo?", "time": "20:47", "topic":...
Color fondo de un TXBrowse
[ { "date": "2011-02-17", "forum": "FiveWin para Harbour/xHarbour", "text": "1.- Puedes Usar oBrw:Setcolor( CLR_WHITE, CLR_BLACK )\n2.- En \\Fwh\\ Manual\\ estan los archivos de ayuda y documentacion de la clase\n3.- <!-- m --><a class=\"postlink\" href=\"http://wiki.fivetechsoft.com/doku.php\">http://wik...
Color fondo de un TXBrowse
[ { "date": "2014-02-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola buenas tardes amigos,como estan, espero que bien.!\n\nAndube buscando por el foro al igual en los samples, pero no encontre nada parecido a lo que quiero hacer en los campos de gets de Cargos y Abonos.\nResulta que al teclea...
Color get en rojo si es negativo...Anexo imagen
[ { "date": "2014-02-21", "forum": "FiveWin para Harbour/xHarbour", "text": "acá:\n\n<!-- w --><a class=\"postlink\" href=\"http://www.4shared.com\">www.4shared.com</a><!-- w -->\n\nsalu2", "time": "21:47", "topic": "Color get en rojo si es negativo...Anexo imagen", "username": "karinha" } ]
Color get en rojo si es negativo...Anexo imagen
[ { "date": "2014-02-21", "forum": "FiveWin para Harbour/xHarbour", "text": "[code=fw:ifljpj6g]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp; <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">LISTBOX</span> oLbx FIELDS <span style=\"color:...
Color get en rojo si es negativo...Anexo imagen
[ { "date": "2014-02-21", "forum": "FiveWin para Harbour/xHarbour", "text": "O tambien:\n<!-- m --><a class=\"postlink\" href=\"https://imageshack.com/\">https://imageshack.com/</a><!-- m -->?", "time": "21:51", "topic": "Color get en rojo si es negativo...Anexo imagen", "username": "cnavarro"...
Color get en rojo si es negativo...Anexo imagen
[ { "date": "2014-02-21", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"cnavarro\":1omphmzi]O tambien:\n[url]https://imageshack.com/?[/url][/quote:1omphmzi]\n\nAlguien tiene idea de lo que quiero hacer ?....\n\nSaludos.", "time": "23:37", "topic": "Color get en rojo si es negativo......
Color get en rojo si es negativo...Anexo imagen
[ { "date": "2014-02-22", "forum": "FiveWin para Harbour/xHarbour", "text": "Creo que si es tecleandolo y que luego se ponga rojo, puedes usar el color del texto bajo condicion despues que el get pierda el focus, dependiendo si el valor es menor q cero, entonces pones letras en rojo con el fondo como quie...
Color get en rojo si es negativo...Anexo imagen
[ { "date": "2014-02-22", "forum": "FiveWin para Harbour/xHarbour", "text": "Yo no se si hay un PICTURE que haga automaticamente eso cuando detecta en un campo numérico que se escriba el carácter `-`\nPuedes probar asi\n@ nf, nC GET oGet VAR nGet .... ;\nVALID (if( oGet:VarGet() < 0, (oGet:SetColor( CLR_H...
Color get en rojo si es negativo...Anexo imagen
[ { "date": "2014-02-24", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"cnavarro\":3a930ogv]Yo no se si hay un PICTURE que haga automaticamente eso cuando detecta en un campo numérico que se escriba el carácter `-`\nPuedes probar asi\n@ nf, nC GET oGet VAR nGet .... ;\nVALID (if( oGet:VarGet...
Color get en rojo si es negativo...Anexo imagen
[ { "date": "2006-09-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio.\nI saw that you can show the disabled get in a dialog using the ldiscolors parameter that show the get with a normal color, not the light gray of windows.\nIf you have in a dialog some checkboxes, radios, combobox of m...
Color ob disabled objects
[ { "date": "2006-09-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Giuliano,\n\nWith GETs its easier, but with other controls its more complex as we have to do the painting of the controls ourselves.", "time": "10:34", "topic": "Color ob disabled objects", "username": "Antonio Linares...
Color ob disabled objects
[ { "date": "2006-09-25", "forum": "FiveWin for Harbour/xHarbour", "text": "With multiline gets is it possible ? Thanks", "time": "11:50", "topic": "Color ob disabled objects", "username": "giuliano" } ]
Color ob disabled objects
[ { "date": "2006-09-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Giuliano,\n\nYou may use the multiline GET clause READONLY, so it can not be edited, but it displays as enabled.", "time": "16:49", "topic": "Color ob disabled objects", "username": "Antonio Linares" } ]
Color ob disabled objects
[ { "date": "2017-01-09", "forum": "FiveWin for Harbour/xHarbour", "text": "To All\n\nI have noticed that the color of the combobox on Windows 10 turns a 'grey' color .. if one did not know, they would think the combobox was disabled. Here is the code .. any advice would be helpful.\n\nRick Lipkin\n\n[cod...
Color of Combobox on Windows 10 .. Greyish
[ { "date": "2017-01-10", "forum": "FiveWin for Harbour/xHarbour", "text": "It is a \"feature\" of W10. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG", "time": "12:11", "topic": "Color of Combobox on Windows 10 .. Greyish", "username": "...
Color of Combobox on Windows 10 .. Greyish
[ { "date": "2017-01-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico\n\nThanks .. do you know of a way to manually set the appearance, foreground and text to any color ?\n\nRick Lipkin", "time": "14:57", "topic": "Color of Combobox on Windows 10 .. Greyish", "username": "Rick Lip...
Color of Combobox on Windows 10 .. Greyish
[ { "date": "2017-01-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\nit seems that we cannot change the appearence of a themed control.\n\nEMG", "time": "15:31", "topic": "Color of Combobox on Windows 10 .. Greyish", "username": "Enrico Maria Giordano" } ]
Color of Combobox on Windows 10 .. Greyish
[ { "date": "2021-03-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear All,\n\nCan we still not change colors of COMBOBOX (Dropdown List) from resource?\n[quote=\"Enrico Maria Giordano\":3vjuwern]Rick,\n\nit seems that we cannot change the appearence of a themed control.\n\nEMG[/quote:3vjuwern]"...
Color of Combobox on Windows 10 .. Greyish
[ { "date": "2023-01-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nTo display lines in different colors in the xbrowse cell, I specify aCols [1]: aClrText: = {CLR _ BLACK, CLR_RED}.\nIs it possible to make this setting not for all xBrose lines, but according to a certain condition ?", ...
Color of rows in the cell
[ { "date": "2023-01-23", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:3jvxmtjx]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />....<br />....<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; :<span style=\"color: #000000;\">bClrStd</span> &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;...
Color of rows in the cell
[ { "date": "2023-01-24", "forum": "FiveWin for Harbour/xHarbour", "text": "This is an example for the whole cell, but I asked about coloring the lines in the cell with different colors.\n\ntex1+CRLF+text2+CRLF+text3", "time": "08:18", "topic": "Color of rows in the cell", "username": "Natter"...
Color of rows in the cell
[ { "date": "2023-01-25", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Natter\":1sj0kxhe]Hi,\n\nTo display lines in different colors in the xbrowse cell, I specify aCols [1]: aClrText: = {CLR _ BLACK, CLR_RED}.\nIs it possible to make this setting not for all xBrose lines, but according to a...
Color of rows in the cell
[ { "date": "2023-01-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you, Rao!", "time": "10:59", "topic": "Color of rows in the cell", "username": "Natter" } ]
Color of rows in the cell
[ { "date": "2023-01-28", "forum": "FiveWin for Harbour/xHarbour", "text": "[b:v3wozy8t]Simplification in the next version:[/b:v3wozy8t]\n\n1) aDataFont and aClrText can also be codeblocks. These codeblocks are evaluated with two params, viz, the column object and lHiLite.\n\nThe above code can be written...
Color of rows in the cell
[ { "date": "2020-03-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nHow can I change the color of text in the xBrowse record selector column", "time": "10:41", "topic": "Color of text in a selector column", "username": "Natter" } ]
Color of text in a selector column
[ { "date": "2020-03-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Una idea\n[code=fw:1o8khka2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />  oBrwMs:<span style=\"color: #000000;\">nColorPen</span>       := CLR_HGRAY<br />  oBrwMs:<span style=\"color: #000000;\">nColorBox...
Color of text in a selector column
[ { "date": "2020-03-24", "forum": "FiveWin for Harbour/xHarbour", "text": "And here nColorPen and nColorBox ? <!-- s:? --><img src=\"{SMILIES_PATH}/icon_confused.gif\" alt=\":?\" title=\"Confused\" /><!-- s:? -->", "time": "06:36", "topic": "Color of text in a selector column", "username": "...
Color of text in a selector column
[ { "date": "2009-01-28", "forum": "FiveWin for Harbour/xHarbour", "text": "The colors of the folder-pages are now the same as the parent dialog using. But only, if the transparent-clause from the dialog is .T.\nIs this normal?", "time": "15:25", "topic": "Color of the folder-pages in 9.01", "...
Color of the folder-pages in 9.01
[ { "date": "2009-01-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Günther,\n\nHave you tested it with previous FWH versions ?\n\nWas it different ?", "time": "00:02", "topic": "Color of the folder-pages in 9.01", "username": "Antonio Linares" } ]
Color of the folder-pages in 9.01
[ { "date": "2009-01-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Its only from 9.01 on!!\nIn VISTA the background color from the folder dialogs was white, in XP it was a very very light brown as Windows-Standard. Now it is always the color from the parent dialog, when i use TRANSPARENT-clause i...
Color of the folder-pages in 9.01
[ { "date": "2020-05-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nCan I change the color and font of the oTree object in xBbrowse ?", "time": "20:37", "topic": "Color of the oTree", "username": "Natter" } ]
Color of the oTree
[ { "date": "2020-05-17", "forum": "FiveWin for Harbour/xHarbour", "text": "You can use codeblocks for colors and fonts based on oBrw:oTreeItem:nLevel or any other datas of oBrw:oTreeItem", "time": "06:11", "topic": "Color of the oTree", "username": "nageswaragunupudi" } ]
Color of the oTree
[ { "date": "2020-05-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks. Please give a small example", "time": "07:14", "topic": "Color of the oTree", "username": "Natter" } ]
Color of the oTree
[ { "date": "2020-05-17", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:mpq2lap9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oBrw:<span style=\"color: #000000;\">bClrStd</span> := <span style=\"color: #000000;\">&#123;</span> || <span style=\"color: #00C800;\">If</span><sp...
Color of the oTree
[ { "date": "2020-05-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Works. Thanks. I color the row for ::otree:nlevel=1, but it would be more convenient to combine columns in this row. I tried using column merging from the XBRUSER.PRG example Everything works, but the column separators are visible...
Color of the oTree
[ { "date": "2011-08-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Is it possible to apply the same color of the dialog to an un-redefined object\n\nIn example I have a dialog with a lot OF SAY and GET objects\n\nIn the source code I have only GET objects\nCustomer ask to me to change color to th...
Color of un-redefined Say Objects
[ { "date": "2011-08-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Marco,\n\nJust add the TRANSPARENT clause when defining the dialog:\n\nDEFINE DIALOG oDlg RESOURCE \"dialogo\" COLOR clr_blue, clr_red TRANSPARENT", "time": "19:28", "topic": "Color of un-redefined Say Objects", "usern...
Color of un-redefined Say Objects
[ { "date": "2011-08-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Antonio", "time": "13:18", "topic": "Color of un-redefined Say Objects", "username": "MarcoBoschi" } ]
Color of un-redefined Say Objects
[ { "date": "2011-09-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n with TRANSPARENT clause in dialog I have now a little problem.\n\n DEFINE DIALOG oDlg RESOURCE \"lis_de\" FONT oFnt2 COLOR CLR_RED , nColore TRANSPARENT\n\nIf the dbf vieved by twbrowse object contains a few records...
Color of un-redefined Say Objects
[ { "date": "2011-09-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Marco,\n\nTry to set it from the ON INIT clause of the dialog:\n\nACTIVATE DIALOG oDlg ON INIT ( oBrw:lTransparent := .F., oBrw:Refresh() )", "time": "13:44", "topic": "Color of un-redefined Say Objects", "username": "...
Color of un-redefined Say Objects
[ { "date": "2011-09-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n i does not work.\nI will try it in another little sample program.\n\nBest regards\n\nmarco", "time": "14:33", "topic": "Color of un-redefined Say Objects", "username": "MarcoBoschi" } ]
Color of un-redefined Say Objects
[ { "date": "2011-09-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, \n This little sample code makes you understand the problem.\n\nIf you substitute the line code\n oBrw := TMyWBrowse():Redefine( 101 , , oDlg )\nwith\n oBrw := TWBrowse():Redefine( 101 , , oDlg )\nit works b...
Color of un-redefined Say Objects
[ { "date": "2011-09-09", "forum": "FiveWin for Harbour/xHarbour", "text": "up!", "time": "12:49", "topic": "Color of un-redefined Say Objects", "username": "MarcoBoschi" } ]
Color of un-redefined Say Objects
[ { "date": "2011-09-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Please,\n someone can test this program please?\n\nThanks in advance\n\nmarco", "time": "09:01", "topic": "Color of un-redefined Say Objects", "username": "MarcoBoschi" } ]
Color of un-redefined Say Objects
[ { "date": "2011-09-11", "forum": "FiveWin for Harbour/xHarbour", "text": "I already tested it but not found a solution, sorry.\n\nEMG", "time": "09:35", "topic": "Color of un-redefined Say Objects", "username": "Enrico Maria Giordano" } ]
Color of un-redefined Say Objects
[ { "date": "2011-09-11", "forum": "FiveWin for Harbour/xHarbour", "text": "EMG,\n Thank you very much!", "time": "18:58", "topic": "Color of un-redefined Say Objects", "username": "MarcoBoschi" } ]
Color of un-redefined Say Objects
[ { "date": "2011-09-11", "forum": "FiveWin for Harbour/xHarbour", "text": "In your opinion is it a bug or is a normal behaviour?", "time": "18:59", "topic": "Color of un-redefined Say Objects", "username": "MarcoBoschi" } ]
Color of un-redefined Say Objects
[ { "date": "2011-09-11", "forum": "FiveWin for Harbour/xHarbour", "text": "I really don't know... <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG", "time": "19:09", "topic": "Color of un-redefined Say Objects", "username": "Enrico Maria G...
Color of un-redefined Say Objects
[ { "date": "2011-09-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello\n\nyour sample work to me\n\n[img:1sa5y76y]http&#58;//www&#46;danielgarciagil&#46;com/fivewin/screen/brwtrans&#46;png[/img:1sa5y76y]\n[url:1sa5y76y]http&#58;//www&#46;danielgarciagil&#46;com/fivewin/samples/dlgtrn&#46;zip[/u...
Color of un-redefined Say Objects
[ { "date": "2011-09-11", "forum": "FiveWin for Harbour/xHarbour", "text": "You have to comment TWBrowse and uncomment TMyWBrowse in order to see the problem.\n\nEMG", "time": "20:26", "topic": "Color of un-redefined Say Objects", "username": "Enrico Maria Giordano" } ]
Color of un-redefined Say Objects
[ { "date": "2011-09-12", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"MarcoBoschi\":2a6youpf]In your opinion is it a bug or is a normal behaviour?[/quote:2a6youpf]\nNot a bug at all. \n\nThere are two alternative ways:\nAlternative-1:\n\n[code=fw:2a6youpf]<div class=\"fw\" id=\"{CB}\" style...
Color of un-redefined Say Objects
[ { "date": "2011-09-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Great\nNow it works!\n\n\nKing regards\n\nMarco", "time": "09:34", "topic": "Color of un-redefined Say Objects", "username": "MarcoBoschi" } ]
Color of un-redefined Say Objects
[ { "date": "2020-02-11", "forum": "FiveWin for Harbour/xHarbour", "text": "I have this xbrowse\n\n[img:2lhwcrcp]https&#58;//i&#46;postimg&#46;cc/rppc6Rjn/gg&#46;png[/img:2lhwcrcp]\n\nI wish make a report and print also the color column, so how I can make ?", "time": "12:29", "topic": "Color on Re...
Color on Report
[ { "date": "2020-02-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Resolved !!!!!! (thank Nages)\n\n.....making a temporaney bitmap with the colors\n\n[img:3q89xisp]https&#58;//i&#46;postimg&#46;cc/GmPMrMtz/yes&#46;png[/img:3q89xisp]", "time": "12:49", "topic": "Color on Report", "us...
Color on Report
[ { "date": "2020-02-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Good morning Silvio. Whenever possible, post the example of the solution, so that other users can enjoy the solution of the problem.\n\nIf it is not possible, there is no problem. The intention is always to help newbies who are st...
Color on Report
[ { "date": "2020-02-11", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"karinha\":15jxig5h]Good morning Silvio. Whenever possible, post the example of the solution, so that other users can enjoy the solution of the problem.\n\nIf it is not possible, there is no problem. The intention is alway...
Color on Report
[ { "date": "2020-02-11", "forum": "FiveWin for Harbour/xHarbour", "text": "ok, thanks.\n\n[url:1607cwdj]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=35518&p=211553&hilit=FW_MakeYourBitmap#p211553[/url:1607cwdj]\n\n[url:1607cwdj]http&#58;//forums&#46;fivetechsupport&#46;com/viewto...
Color on Report
[ { "date": "2008-07-03", "forum": "FiveWin for Harbour/xHarbour", "text": "To All\r\n\r\nWith the standard FWH folder class ... I have multiple folders with tabs and I would like to be able to turn the tab prompt a specific color based on certain data conditions..\r\n\r\nRick Lipkin", "time": "02:56"...
Color on tab\folder
[ { "date": "2008-07-03", "forum": "FiveWin for Harbour/xHarbour", "text": "It is not possible with the present FWH folder class, because it uses standard windows folders. \r\n\r\nFor 16-bit clipper the folder.prg uses folders drawn by fivewin itself.", "time": "08:06", "topic": "Color on tab\\fol...
Color on tab\folder
[ { "date": "2008-07-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Rick,\r\n\r\nSee this: [url:1i5di0s6]http&#58;//www&#46;fivewin&#46;com&#46;br/forum/topic&#46;asp?whichpage=1&ARCHIVE=&TOPIC_ID=13108[/url:1i5di0s6]\r\n\r\nThis is the direct link to the download:\r\n[url:1i5di0s6]http&#58;//w...
Color on tab\folder
[ { "date": "2008-07-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Rossine\r\n\r\nI have download the rfolder class and have an example .. I see no examples using a resource. Looking at the rfolder.ch .. it appears RESOURCE is supported ..\r\n\r\nGetting a can not create dialog error .. here is t...
Color on tab\folder
[ { "date": "2008-07-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Rick,\r\n\r\nThe AUTHOR of this class Ricardo marques says:\r\n\r\n[quote:1ont9gr3]\n[SET PORTUGUESE]\nAinda não consegui coloca-la em recursos.\nComo já havia dito anteriormente, por não trabalhar com recursos, teria sim um...
Color on tab\folder
[ { "date": "2008-07-31", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Rossine\":1o1wbtrv]Hello Rick,\n\nThe AUTHOR of this class Ricardo marques says:\n\n[quote:1o1wbtrv]\n[SET PORTUGUESE]\nAinda não consegui coloca-la em recursos.\nComo já havia dito anteriormente, por não trabalhar com re...
Color on tab\folder
[ { "date": "2008-07-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\r\n\r\n[quote:1xxp4cfe]\nSeems the root problem is from resource ?? \n[/quote:1xxp4cfe]\n\nYes.\n\nRicardo says:\n\n[quote:1xxp4cfe]\n If will have some hint, would help very\n[/quote:1xxp4cfe]\r\n\r\n\r\nThe author does not...
Color on tab\folder
[ { "date": "2008-07-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Rossine\r\n\r\nRicardo and I have exchanged the initial e-mail when I enquired about his class .. however I have sent him two messages ( since ) asking for some help on this particular situation and I have not heard a word <!-- s...
Color on tab\folder
[ { "date": "2021-01-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello guys...\n\nI am looking for a solution to create a color palette for the user to select. Has anyone done?\n\n[img:12n3vs9f]https&#58;//comunidadeweb&#46;com&#46;br/wp-content/uploads/2016/07/tabeladecorescoreldraw&#46;png[/i...
Color palette
[ { "date": "2021-01-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Christiano,\n\nI think You want to select a color from a defined colorselection <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: --> \nJust define a array with the colorvalues....
Color palette
[ { "date": "2021-01-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you, perfect!", "time": "22:30", "topic": "Color palette", "username": "ctoas" } ]
Color palette
[ { "date": "2021-02-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello guys.\n\nSome adjustments are still missing, but it's perfect! \n\n[img:148087se]http&#58;//maxxtech&#46;com&#46;br/forum/gac-window&#46;jpg[/img:148087se]", "time": "20:30", "topic": "Color palette", "username":...
Color palette
[ { "date": "2021-02-07", "forum": "FiveWin for Harbour/xHarbour", "text": "May I know why can't we use Microsoft Windows color picker? This is a standard Windows interface and all Windows users are familiar with its use and functionality.\nThis is available in fwh function ChooseColor( nClr ) ---> nClr",...
Color palette
[ { "date": "2021-02-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Nages.\n\nI didn't know this function, but I would only use it if there was no option since it is out of the standard of my screens.\n\nHugs", "time": "17:21", "topic": "Color palette", "username": "ctoas" } ]
Color palette
[ { "date": "2021-02-07", "forum": "FiveWin for Harbour/xHarbour", "text": "I*m building the needed array for this selection <!-- s:!: --><img src=\"{SMILIES_PATH}/icon_exclaim.gif\" alt=\":!:\" title=\"Exclamation\" /><!-- s:!: --> \n\n[quote:2f6m6f0h]I didn't know this function, but \nI would only use i...
Color palette
[ { "date": "2021-02-07", "forum": "FiveWin for Harbour/xHarbour", "text": "This is Windows API ChooseColor() made available by FWH through its function ChooseColor().\nOne can make his own function, but can not easily match its functionality.", "time": "20:24", "topic": "Color palette", "user...
Color palette
[ { "date": "2013-10-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola.\n¿Puede alguien indicarme cómo establecer el color para la línea del browse que tiene el foco? He probado con oBrw:bClrSelFocus pero no funciona.\nGracias por adelantado.", "time": "08:24", "topic": "Color para líne...
Color para línea de browse con foco
[ { "date": "2013-10-19", "forum": "FiveWin para Harbour/xHarbour", "text": "bClrStd for all lines and cells, when in focus and out of focus.\n\nbClrSelFocus : for Selected Cell when the browse is in focus\nbClrSel for Selected Cell when browse is not in focus", "time": "08:39", "topi...
Color para línea de browse con foco
[ { "date": "2013-10-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Fernando;\nSolo por si sos usuario nuevo de xbrowse\nTene en cuenta que xBrowse permite mostrar distintos tipos de \"barras\" de señalización o celda de señalización. Y esto se define con\n:nMarqueeStyle:= ... (valores en xbrowse...
Color para línea de browse con foco
[ { "date": "2019-03-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Using the tPrinter class, is there a way to print a column with a specific color ?\n\nI have a report that attaches to an Invoice. It is a checklist. The first column should be green, the second yellow, the third red, and the la...
Color printing
[ { "date": "2019-03-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes\nPlease use nClrText parameter in the Print (say) methods of Printer class.\nPlease refer to printer.prg", "time": "04:13", "topic": "Color printing", "username": "nageswaragunupudi" } ]
Color printing
[ { "date": "2019-03-21", "forum": "FiveWin for Harbour/xHarbour", "text": "I had looked at that. What I want is to have the column background color to be set. \n\nWith an xBrowse, we get this effect by using this:\n\n[code=fw:o4yufhh8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br ...
Color printing
[ { "date": "2019-03-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Tim,\ntry Fivewin’s EasyReport.\nBest regards\nOtto\n\n[img:2r23g0g9]https&#58;//mybergland&#46;com/FWForum/fontcolor2&#46;jpg[/img:2r23g0g9]", "time": "00:34", "topic": "Color printing", "username": "Otto" } ]
Color printing
[ { "date": "2019-03-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Tim\nnow with your green and red .\nBest regards\nOtto\n\n[img:3ja5x26q]https&#58;//mybergland&#46;com/FWForum/fontcolor3&#46;jpg[/img:3ja5x26q]\n\n\n[img:3ja5x26q]https&#58;//mybergland&#46;com/FWForum/fontcolor4&#46;jpg[/i...
Color printing
[ { "date": "2019-03-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nI want to try EasyReport but I don't think I have a working build yet.\n\nHOWEVER, in this case I am creating an invoice that includes a variety of data to be presented. It is certainly not simple, and it has decisions t...
Color printing
[ { "date": "2019-03-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Tim,\nvrd.prg is renamed as esreport.prg and included in fwh\\functions.\nThe function and class names are changed.\neasyrep.ch translates the same commands to esreport.prg function names.\nNo need to link vrd.prg.\nCan you ...
Color printing
[ { "date": "2019-03-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nCan I have an email address to send you a copy ?\n\nTim", "time": "00:12", "topic": "Color printing", "username": "TimStone" } ]
Color printing
[ { "date": "2019-03-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Using printer object directly:\n\nFWH15.10 introduced enhanced methods for printing text and images.\n\n[code=fw:39yocbjs]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">METHOD...
Color printing
[ { "date": "2019-03-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you. Since all of my code is using the class rather than the command, I was getting an error trying to inject a COMMAND line. However, I translated to the SAYTEXT( ) successfully.\n\nI would still suggest you look at SAY( ...
Color printing
[ { "date": "2019-03-25", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:34k2cu9f]\nI would still suggest you look at SAY( ) and SAYTEXT( ) in printer.prg. As I noted before, if you set a color with either one for a single line ( or section ) it remains in force for all further calls to the SAY....
Color printing
[ { "date": "2019-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:30a2k6ik]This is the behaviour of the METHOD Say() but NOT the METHOD SayText(). Seems you made the comment without actually testing SayText().[/quote:30a2k6ik]\n\nSeems that's a rather unfair assumption since I DID adopt t...
Color printing
[ { "date": "2013-08-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Guys:\n\nIs there a sample program that returns / displays the color combination that the user selects ? For example how do I implement the following: \"W+/B\" ? Thank you.", "time": "02:45", "topic": "Color shemes.", ...
Color shemes.
[ { "date": "2013-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Gustavo, \ncan You explain in detail, what You want to do ?\nSelecting a pair Background- / Textcolor and changing\nit at runtime for a defined / selected control ?\nWindow, Dialog, Folder or ???\n\nBest Regards\nUwe <!-- s:?: -->...
Color shemes.
[ { "date": "2013-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Gustavo,\n\nMsgInfo( ChooseColor() )", "time": "12:28", "topic": "Color shemes.", "username": "Antonio Linares" } ]
Color shemes.
[ { "date": "2013-08-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, Uwe:\n\nThank you very much.", "time": "00:41", "topic": "Color shemes.", "username": "HunterEC" } ]
Color shemes.
[ { "date": "2014-08-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola buenas tardes, de antemano, les envio cordial saludos.\n\nMis estimados, cuel es el metodo para [b:1syq9g2r]colorear texto en TXBrowse[/b:1syq9g2r], alguien me pudiera proporcionar algun ejemplo ,ya que en otros metodos, me ...
Color texto TXBrowse (Solucionado)
[ { "date": "2014-08-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Puedes probar algo asi\n\n[code=fw:wkkip4fu]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oBrw:<span style=\"color: #000000;\">oCol7</span>:<span style=\"color: #000000;\">bClrStd</span> := <span style=\"c...
Color texto TXBrowse (Solucionado)
[ { "date": "2014-08-10", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"cnavarro\":q80dfq56]Puedes probar algo asi\n\n[code=fw:q80dfq56]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oBrw:<span style=\"color: #000000;\">oCol7</span>:<span style=\"color: #000000;\">bClr...
Color texto TXBrowse (Solucionado)
[ { "date": "2014-08-11", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"ACC69\":3nccrtfj][quote=\"cnavarro\":3nccrtfj]Puedes probar algo asi\n\n[code=fw:3nccrtfj]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oBrw:<span style=\"color: #000000;\">oCol7</span>:<span styl...
Color texto TXBrowse (Solucionado)
[ { "date": "2014-08-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Yo lo tengo asi :\n[code=fw:36xqeli4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oBrow:<span style=\"color: #000000;\">aCols</span><span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000...
Color texto TXBrowse (Solucionado)