messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2006-01-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi.\n\nI'm looking at catching GPF's in xHarbour using SetUnhandledExceptionfilter. Has anybody done this already that can provide me with a sample?\n\nThanks,\nAlex",
"time": "08:47",
"topic": "Catching GPF's",
"usern... | Catching GPF's |
[
{
"date": "2006-01-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Alex,\n\nIf you use the xHarbour build we provide from <!-- w --><a class=\"postlink\" href=\"http://www.fivetechsoft.com/files/xharbour.exe\">www.fivetechsoft.com/files/xharbour.exe</a><!-- w --> it already include GPFs catching ... | Catching GPF's |
[
{
"date": "2006-01-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "We're currently using the commercial version of xHarbour. I'll see what I can find out from their newsgroup.\n\nAlex",
"time": "09:40",
"topic": "Catching GPF's",
"username": "AlexSchaft"
}
] | Catching GPF's |
[
{
"date": "2018-04-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Its been a long time since this conversation happened in the Harbour development group:\n\n[url:2uao77ti]https://groups.google.com/d/msg/harbour-devel/WFnOTGO91gk/RdLiu_JyAWYJ[/url:2uao77ti]\n\nToday I tried to underst... | Catching HB_CompileFromBuf() errors |
[
{
"date": "2018-04-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "How I discovered it:\n\nfunction HB_CompileFromBuf() is declared in c:\\harbour\\src\\compiler\\hbcmplib.c and it makes this call:\n\nhb_compGenArgList( 2, hb_pcount(), &argc, &argv, &pIncItem, &pOpenFunc, &pMsgFunc );\n\nNotice t... | Catching HB_CompileFromBuf() errors |
[
{
"date": "2006-05-16",
"forum": "FiveWin for CA-Clipper",
"text": "Hello all\nHow can I determine what error code a dos app returns. I’m using the blat command line mailer. When the email doesn’t get sent the app returns an non zero errorlevel code. Is there a way to get that code without writing a sec... | Catching errorlevel from old dos app |
[
{
"date": "2006-05-16",
"forum": "FiveWin for CA-Clipper",
"text": "Try ErrorLevel() function.\n\nEMG",
"time": "15:15",
"topic": "Catching errorlevel from old dos app",
"username": "Enrico Maria Giordano"
}
] | Catching errorlevel from old dos app |
[
{
"date": "2006-05-16",
"forum": "FiveWin for CA-Clipper",
"text": "Here is a beeter example.\n\n[code:1dkofsb2]\n// erelvl.prg\n#include \"fivewin.ch\"\n\nPROCEDURE Main()\n LOCAL nErr\n\n nErr := WaitRun(\"tst2.exe\")\n MSGInfo(nErr)\n MSGInfo(errorlevel... | Catching errorlevel from old dos app |
[
{
"date": "2006-05-16",
"forum": "FiveWin for CA-Clipper",
"text": "Sorry, I don't think that ErrorLevel() function can help you.\n\nEMG",
"time": "15:54",
"topic": "Catching errorlevel from old dos app",
"username": "Enrico Maria Giordano"
}
] | Catching errorlevel from old dos app |
[
{
"date": "2015-03-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have a table for categories\nI want to show in xBrowse with a tree\n\ncan someone help me?\n\nTable Structure\nID N 3\nParent N 3\nBez C 30\n\n[list:1o4no1ev] Local aData := { ;\n { 1,0 , \"Neu\" }, ;\... | Category tree with xBrowse |
[
{
"date": "2015-03-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:2zqbmyj4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"fivewin.ch\"</span><br /><span style=\"color: #00D7D7;\">#include<... | Category tree with xBrowse |
[
{
"date": "2015-03-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is cool!\nIf someone want show 2 columns, ID and Bez, \nhow the code becomes ?\nRegards,\nPerry",
"time": "11:44",
"topic": "Category tree with xBrowse",
"username": "AntoninoP"
}
] | Category tree with xBrowse |
[
{
"date": "2015-03-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"AntoninoP\":csymuz6d]This is cool!\nIf someone want show 2 columns, ID and Bez, \nhow the code becomes ?\nRegards,\nPerry[/quote:csymuz6d]\n[code=fw:csymuz6d]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"... | Category tree with xBrowse |
[
{
"date": "2015-03-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank Rao\nUnfortunately, I did not wanted.\n\nthe tree should be\n-Neu\n-OK Kat1\n-OK Marken\n--UK Ford\n--UK Opel\n--UK VW\n--UK Porsche\n--OUK Geländewagen\n---UUK Q7\n---UUK Kuga\n---UUK Tucson\n---UUK Sorento\n-OK Kat3\n-OK K... | Category tree with xBrowse |
[
{
"date": "2007-06-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "How does one cater for different screen resolutions?\n\nI have designed my screens for 800x600, assuming that it would suite most people, even those with large screens and finer resolutions. Typical data input screens e.g.:\nComp... | Catering for Different User Screen Resolutions |
[
{
"date": "2007-06-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n1.Modify dialog.prg:\n\nadd\n\nMETHOD Autoresize(ntop,nleft)\nlocal i,rsl0,rsl1,oCtrol,aRect\nDEFAULT ntop:=0\nDEFAULT nleft:=0\n\n \n rsl0:=getsysmetrics(0)/800\n if rsl0<=1; return ; end //<=800*600, not needed \n ... | Catering for Different User Screen Resolutions |
[
{
"date": "2007-06-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi, works in windows (mdi) too?? thanks",
"time": "02:37",
"topic": "Catering for Different User Screen Resolutions",
"username": "Nop"
}
] | Catering for Different User Screen Resolutions |
[
{
"date": "2007-06-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Not yet.",
"time": "02:06",
"topic": "Catering for Different User Screen Resolutions",
"username": "ShumingWang"
}
] | Catering for Different User Screen Resolutions |
[
{
"date": "2018-02-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Reported by Alaska:\n\n[quote:2sw0a4ed]// Caution: Windows 10 Fall Creators Update \n\nOur final tests with Windows 10 Version 1709 (Fall Creators Update) revealed timing issues with the \nlocal file system, which may lead to chan... | Caution: Windows 10 Fall Creators Update |
[
{
"date": "2018-02-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio,\n\nI noticed such behaviour with SMB2 as well.\nI am not sure but I think Directory() gives better result than file.\nIs this technically possible or are the underlying function the same?\n\nThanks in advance\nOtto",... | Caution: Windows 10 Fall Creators Update |
[
{
"date": "2018-02-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\nThe underlying function is the same: hb_fsFindFirst() (also hb_fsFindNext() on Directory())\n\n[url:1ry58puq]https://github.com/harbour/core/blob/master/src/rtl/file.c[/url:1ry58puq]\n[url:1ry58puq]https:/... | Caution: Windows 10 Fall Creators Update |
[
{
"date": "2018-02-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, Otto\n\nUnfortunately .. the Fall Creator has been rolled out to almost everyone in the US .. and as you know, there is no way you can really stop the updates in Windows 10 .. \n\nI see many customers walk into the repair... | Caution: Windows 10 Fall Creators Update |
[
{
"date": "2018-02-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I also had problems in this case when I create temporary tables locally.\nTo solve the problem I had to invent a routine.\n\n[code=fw:ajp8fb46]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"col... | Caution: Windows 10 Fall Creators Update |
[
{
"date": "2018-02-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "When Satya Nadella took over as CEO, he established the \"freedom to create\" philosophy and shared it with all Microsoft staff ( in a memo later made public ). It places an emphasis on ideas and creative exploration rather than ... | Caution: Windows 10 Fall Creators Update |
[
{
"date": "2018-02-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "<!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nAnyway, I didn't notice that problem so far...\n\nEMG",
"time": "19:34",
"topic": "Caution: Windows 10 Fall Creators Update... | Caution: Windows 10 Fall Creators Update |
[
{
"date": "2018-02-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Maybe doing a Sysrefresh() before the File() would be a workaround.\n\nIf that works, you could create your own file checking routine:\n\n[code=fw:1ost20v6]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span styl... | Caution: Windows 10 Fall Creators Update |
[
{
"date": "2018-02-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "To All\n\nJust my 2 cents worth ( again ) .... sounds like a latency hard disk write problem ... whether it be on a network or a local drive.... unfortunately not everyone can afford a solid state drive .... there is basically zer... | Caution: Windows 10 Fall Creators Update |
[
{
"date": "2018-02-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\n[quote=\"James Bott\":4ie5kg50]Maybe doing a Sysrefresh() before the File() would be a workaround.\n\nIf that works, you could create your own file checking routine:\n\n[code=fw:4ie5kg50]<div class=\"fw\" id=\"{CB}\" sty... | Caution: Windows 10 Fall Creators Update |
[
{
"date": "2018-02-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\nI found this post:\n\n<!-- m --><a class=\"postlink\" href=\"https://support.microsoft.com/en-us/help/4034314/smbv1-is-not-installed-windows-10-and-windows-server-version-1709\">https://support.microsoft.com/en-us/hel ... ... | Caution: Windows 10 Fall Creators Update |
[
{
"date": "2006-08-17",
"forum": "Utilities / Utilidades",
"text": "Original Cayetano's BarLib to create barcodes:\n<!-- m --><a class=\"postlink\" href=\"http://hyperupload.com/download/02bd8de195/barlib.zip.html\">http://hyperupload.com/download/02bd8de ... b.zip.html</a><!-- m -->",
"time": "18:4... | Cayetano's BarLib |
[
{
"date": "2006-08-17",
"forum": "Utilities / Utilidades",
"text": "Cayetano's BarLib enhanced by Enrico:\n<!-- m --><a class=\"postlink\" href=\"http://hyperupload.com/download/029e8f4142/BarLib2.zip.html\">http://hyperupload.com/download/029e8f4 ... 2.zip.html</a><!-- m -->",
"time": "18:42",
... | Cayetano's BarLib |
[
{
"date": "2006-08-17",
"forum": "Utilities / Utilidades",
"text": "Not so enhanced. Only some little bugfixes.\n\nEMG",
"time": "19:00",
"topic": "Cayetano's BarLib",
"username": "Enrico Maria Giordano"
}
] | Cayetano's BarLib |
[
{
"date": "2006-08-20",
"forum": "Utilities / Utilidades",
"text": "EMG or Antonio\nWhen I download from Hypersys there is a bug I not can see anything into Barlib2.zip\n\nCan you correct the problem ?\n\nBest Regards",
"time": "16:00",
"topic": "Cayetano's BarLib",
"username": "Silvio"
}
... | Cayetano's BarLib |
[
{
"date": "2006-08-20",
"forum": "Utilities / Utilidades",
"text": "I just tried to download it and it seems ok. Anyway, I'm going to send it to your private mailbox.\n\nEMG",
"time": "16:10",
"topic": "Cayetano's BarLib",
"username": "Enrico Maria Giordano"
}
] | Cayetano's BarLib |
[
{
"date": "2008-02-21",
"forum": "Utilities / Utilidades",
"text": "All,\n\nMay I know the availability of barlib2? Looks like not found in the download site.\n\nThanks,\n\nJose",
"time": "23:17",
"topic": "Cayetano's BarLib",
"username": "xhbcoder"
}
] | Cayetano's BarLib |
[
{
"date": "2008-02-22",
"forum": "Utilities / Utilidades",
"text": "All,\n\nMay I know the availability of barlib2? Looks like not found in the mentioned download site. \n\n(<!-- m --><a class=\"postlink\" href=\"http://hyperupload.com/download/029e8f4142/BarLib2.zip.html\">http://hyperupload.com/downl... | Cayetano's BarLib2 |
[
{
"date": "2008-02-25",
"forum": "Utilities / Utilidades",
"text": "Barlib2 is a Barlib modified from EMG\ntry to ask to Emg please\nNot send me any message please",
"time": "08:44",
"topic": "Cayetano's BarLib2",
"username": "Silvio"
}
] | Cayetano's BarLib2 |
[
{
"date": "2008-02-25",
"forum": "Utilities / Utilidades",
"text": "I have no Barlib2. I only made a little fix to Barlib, nothing more.\n\nEMG",
"time": "09:29",
"topic": "Cayetano's BarLib2",
"username": "Enrico Maria Giordano"
}
] | Cayetano's BarLib2 |
[
{
"date": "2008-02-25",
"forum": "Utilities / Utilidades",
"text": "Jose,\n\n Try this link <!-- m --><a class=\"postlink\" href=\"http://www.esnips.com/doc/1e78c161-35ce-4cb8-acf0-1c918b403853/BarLib\">http://www.esnips.com/doc/1e78c161-35ce ... 853/BarLib</a><!-- m --> . I'm not sure whether this is ... | Cayetano's BarLib2 |
[
{
"date": "2009-01-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimado Colegas \n\nComo puedo mostrar el body del email solamente en testpop3 y grabarlo en un txt\nsi alguien me puede orientar \n\ndesde ya mucha gracias\nFabian",
"time": "23:07",
"topic": "Ccmo puedo mostrar solo ... | Ccmo puedo mostrar solo el body de email en testpop3 |
[
{
"date": "2009-02-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimados;\nEn un browse, en el que se puede editar una celda para introducir un valor numérico quisiera:\nQue detecte el valor pulsado tanto si es desde el teclado horizontal (ya lo probé y funciona), como desde el teclado numér... | Celda editable en Browse |
[
{
"date": "2009-02-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Mario...\nTienes varias opciones\nPuedes usar FastEdit, esto hara que el \"cursor\" se dirija hasta la proxima celda editable, en cambio si no quieres usar el FastEdit puedes usar en en el bOnPostEdit, GoRight(), tienes otra opci... | Celda editable en Browse |
[
{
"date": "2009-02-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "muchas gracias Daniel;\nme olvidé de un detalle muuuuy importante uso FWH DIC2007 y wBrowse, si bien es el de Hernán, uso el método lEditcol <!-- s:oops: --><img src=\"{SMILIES_PATH}/icon_redface.gif\" alt=\":oops:\" title=\"Emb... | Celda editable en Browse |
[
{
"date": "2019-12-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola amigos.\n\nEn xBrowse tenemos la data oBrw:lTransparent := .t., que pinta todo el browse transparente, sobre el dialogo o ventana contenedora.\n\nPregunta:\nEs posible, basado en una condicion, pintar transparentes determina... | Celda transparente |
[
{
"date": "2019-12-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Lo siguiente no hace nada:\n[code=fw:1cxnehjd]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">//-----------------------------------------------------//</span><br /><span style=\"col... | Celda transparente |
[
{
"date": "2019-12-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Otro intento sin resultados deseados:\n[code=fw:34zdun2g]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">//-----------------------------------------------------//</span><br /><span ... | Celda transparente |
[
{
"date": "2019-12-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Parece que encontré la solución:\n\n[code=fw:s26pnzls]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">//Celdas sin valor serán transparentes. Para ello, oBrw2:lTransparent := .t., y... | Celda transparente |
[
{
"date": "2019-12-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"FranciscoA\":11glm4fy]Parece que encontré la solución:\n\n[code=fw:11glm4fy]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">//Celdas sin valor serán transparentes. Para ell... | Celda transparente |
[
{
"date": "2019-12-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote:27eeafvq]oCol:lTransparent applies to the entire column, not to individual cells[/quote:27eeafvq]\nNages.\nI know it.\n\nAfter so much testing I reached that solution, and it's working for the litle proyect I am making.\n... | Celda transparente |
[
{
"date": "2019-12-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "He notado que si en la ultima fila hay celda sin valor, pone transparente toda esa columna.",
"time": "20:30",
"topic": "Celda transparente",
"username": "FranciscoA"
}
] | Celda transparente |
[
{
"date": "2019-12-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Aqui dejo el codigo, por si alguien quiere mejorarlo.\n\n[code=fw:13igl5r7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"fivewin.... | Celda transparente |
[
{
"date": "2019-12-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Resultado:\n[url=https://imgbb.com/:1dhnb7xu][img:1dhnb7xu]https://i.ibb.co/cC2vBzD/mesa.png[/img:1dhnb7xu][/url:1dhnb7xu]",
"time": "23:16",
"topic": "Celda transparente",
"username": "Francis... | Celda transparente |
[
{
"date": "2019-12-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Proyecto finalizado:\n[url=https://ibb.co/V96N9wh:3h6aa05n][img:3h6aa05n]https://i.ibb.co/r09t0dL/ruleta.png[/img:3h6aa05n][/url:3h6aa05n]",
"time": "23:40",
"topic": "Celda transparente",
"use... | Celda transparente |
[
{
"date": "2019-12-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Francisco.\n\nGrande Maestro, te pasaste?\n\nTe Felicito, se ve súper.\n\nMuchos Saludos\n\nAntonio.",
"time": "19:29",
"topic": "Celda transparente",
"username": "remtec"
}
] | Celda transparente |
[
{
"date": "2019-12-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Francisco, muy bien, ya sabes que este tipo de \"tips\" de efectos estéticos me gustan mucho.\nTu implementación es muy muy buena ( \"nivelazo\" ).\nComo siempre he dicho \"Imaginación al poder\"\nEnhorabuena",
"time": "20:06... | Celda transparente |
[
{
"date": "2019-12-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Cristóbal.\nMi estimado Maestro, gracias por sus comentarios.",
"time": "20:26",
"topic": "Celda transparente",
"username": "FranciscoA"
}
] | Celda transparente |
[
{
"date": "2019-12-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Antonio.\nGracias por tu comentario. Estamos a la orden.\nSaludos.",
"time": "19:41",
"topic": "Celda transparente",
"username": "FranciscoA"
}
] | Celda transparente |
[
{
"date": "2019-12-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"FranciscoA\":1yzso767]He notado que si en la ultima fila hay celda sin valor, pone transparente toda esa columna.[/quote:1yzso767]\nAqui está la solucion:\n[code=fw:1yzso767]<div class=\"fw\" id=\"{CB}\" style=\"font-fam... | Celda transparente |
[
{
"date": "2008-08-30",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimado colegas\r\n\r\nEstoy desarrollando un planning de hotel , es posible ponerle\r\n2 colores a una celda \r\n\r\nGracias\r\nFabian",
"time": "19:54",
"topic": "Celdas con dos Colores en Tsbrowse es posible ?",
"... | Celdas con dos Colores en Tsbrowse es posible ? |
[
{
"date": "2008-09-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Fabian,\r\n\r\nTe refieres a usar un degradado de colores en una celda ?\r\n\r\nO a que una linea sea de un color y la siguiente de otro ?",
"time": "22:54",
"topic": "Celdas con dos Colores en Tsbrowse es posible ?",
... | Celdas con dos Colores en Tsbrowse es posible ? |
[
{
"date": "2008-09-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Antonio\r\n\r\nLo que quiero hacer es que la misma celda tenga por ejemplo mitad color rojo mitad color verde\r\n\r\nGracias \r\nFabian",
"time": "01:39",
"topic": "Celdas con dos Colores en Tsbrowse es posible ?",
... | Celdas con dos Colores en Tsbrowse es posible ? |
[
{
"date": "2008-09-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"Databaselab2002\":74wfkw4o]Lo que quiero hacer es que la misma celda tenga por ejemplo mitad color rojo mitad color verde[/quote:74wfkw4o]Hola Fabián:\r\n\r\nCual mitad: Superior/Inferior, Izquierda/Derecha, Recta/Dia... | Celdas con dos Colores en Tsbrowse es posible ? |
[
{
"date": "2008-09-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimado Manuel\r\n\r\nComo comente anteriormente , he desarrollado un planning de \r\nocupacion hotelera ,lo que quiero realizar es lo siguiente si un \r\npasajero termina su estadia el 13/9 a las 10hs y a las 11hs\r\ningresa o... | Celdas con dos Colores en Tsbrowse es posible ? |
[
{
"date": "2009-03-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buenas tardes,\n\nTengo un Browse con varias columnas y quiero que si el valor de la celda es cero que se muestre la celda en blanco.\n¿hay alguna forma más elegante de hacer esto?\n\noBrw1:aCols[1]:bStrData := { || if( !empty(oB... | Celdas en blanco con xbrowse |
[
{
"date": "2009-03-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Alvaro...\n\nIntentalo de esta forma\n\noBrw1:aCols[i]:bStrData := GenBloque( oBrw, i )\n\nFunction GenBloque( oBrw, i )\nreturn { || if( !empty(oBrw1:aRow[ i ]), str(oBrw1:aRow[ i ]),\" \") }",
"time": "01:40",
"top... | Celdas en blanco con xbrowse |
[
{
"date": "2009-03-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muchas gracias.\nAlvaro",
"time": "10:14",
"topic": "Celdas en blanco con xbrowse",
"username": "alvaro533"
}
] | Celdas en blanco con xbrowse |
[
{
"date": "2023-04-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nThere is an xBrowse from one column.\nI need the cells in this column to have a different font. How to do it ?",
"time": "12:32",
"topic": "Cell font",
"username": "Natter"
}
] | Cell font |
[
{
"date": "2023-04-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Natter:\n\nLook [b:4y7cn6ie]FWH\\Samples\\xbfntclr.prg[/b:4y7cn6ie]",
"time": "17:05",
"topic": "Cell font",
"username": "Cgallegoa"
}
] | Cell font |
[
{
"date": "2023-04-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Cgallegoa, but that's not exactly what I need. <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( --> I need one cell to have one font and the second one another.",
"time": "17:28... | Cell font |
[
{
"date": "2023-04-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Creo que es lo que necesitas\n\n[url:trurifdb]https://forums.fivetechsupport.com/viewtopic.php?f=6&t=37872&p=226349&hilit=leandro+font+xbrowse&sid=28a1ec26ef7233a68ade4c76928fdab1&sid=7f0fd57a391b1cc18625b3c8cb3b4b... | Cell font |
[
{
"date": "2023-04-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You can assign a codeblock to oCol:oDataFont",
"time": "19:06",
"topic": "Cell font",
"username": "nageswaragunupudi"
}
] | Cell font |
[
{
"date": "2023-04-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Leandro, Rao, thank you, this is what I need !",
"time": "19:25",
"topic": "Cell font",
"username": "Natter"
}
] | Cell font |
[
{
"date": "2014-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Greetings ... \n\nI have a problem creating an Excel file with Office 2013, I have no problem with previous versions, in all previous cases put the following line: \n\noSheet: Cells (NFIL, 6): NumberFormat: = \"#, ## 0.00\" \n\nAn... | Cells format in Excel 2013, Mr Rao ?? |
[
{
"date": "2014-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please try \n\n[code=fw:3abptryq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oSheet: <span style=\"color: #000000;\">Cells</span> <span style=\"color: #000000;\">(</span>NFIL, <span style=\"color: #000000;\... | Cells format in Excel 2013, Mr Rao ?? |
[
{
"date": "2014-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you\n\nI check the configuration of the PC, but proves again with your indication. \n\nThank you very much",
"time": "06:16",
"topic": "Cells format in Excel 2013, Mr Rao ??",
"username": "Enrrique Vertiz"
}
] | Cells format in Excel 2013, Mr Rao ?? |
[
{
"date": "2014-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "When I have a question like this.\nI record a macro, set the format I want, stop macro recording, then edit the macro and check out what Excel thinks it should be.",
"time": "15:14",
"topic": "Cells format in Excel 2013, M... | Cells format in Excel 2013, Mr Rao ?? |
[
{
"date": "2014-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Buena idea Gale, voy a probar, gracias",
"time": "19:00",
"topic": "Cells format in Excel 2013, Mr Rao ??",
"username": "Enrrique Vertiz"
}
] | Cells format in Excel 2013, Mr Rao ?? |
[
{
"date": "2009-12-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear friends of the forum\n\nhow to display a message or trigger an action to select a cell in XBROWSE with just one click, no double click or right click <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" tit... | Cells on xBrowse |
[
{
"date": "2009-12-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Have you tried bLClicked?\n\nJames",
"time": "19:54",
"topic": "Cells on xBrowse",
"username": "James Bott"
}
] | Cells on xBrowse |
[
{
"date": "2009-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James, Brief precise and concise!\nTo know which row guided me to the current record, but as I find out which column was clicked?\nWith a right click have the bRClickData in each column.\n\n\nA Greeting from Honduras <!-- s:D -->... | Cells on xBrowse |
[
{
"date": "2009-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Try:\n\noBrw:bLClicked:= {| nRow, nCol, nFlags| msgInfo( nCol ) }\n\nRegards,\nJames",
"time": "00:35",
"topic": "Cells on xBrowse",
"username": "James Bott"
}
] | Cells on xBrowse |
[
{
"date": "2009-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:r5ocz20x]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oBrw:<span style=\"color: #000000;\">bLClicked</span>:= <span style=\"color: #000000;\">{</span>| nRow, nCol, nFlags| MyFunc<span style=\"color... | Cells on xBrowse |
[
{
"date": "2009-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks friends\n\nthe nCol is the current position based on the current display columns.\nThere will have to make a calculation that pretended to jump, to find the field in the table to see.\n\nThanks for your time, it's bLClicked... | Cells on xBrowse |
[
{
"date": "2009-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Try\n[code=fw:1afi40jv]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">nCol := oBrw:<span style=\"color: #000000;\">ColAtPos</span><span style=\"color: #000000;\">(</span> oBrw:<span style=\"color: #000000;\">n... | Cells on xBrowse |
[
{
"date": "2009-12-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "what we need to know is on which column of the browse the user clicked.\n\nmethod MouseColPos( nColPixelClicked ) --> nCol clicked\noBrw:ColAtPos( oBrw:MouseColPos( nColPixelClicked ) ) --> oCol clicked",
"time": "02:59",
... | Cells on xBrowse |
[
{
"date": "2007-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nI have a blank area between menu and message and I need to place a bitmap (logo) in this area. Can someone send me code to place a bitmap centerd in maximized window based on length and width of bitmap and length and wid... | Center bitmap |
[
{
"date": "2007-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Darrell,\n\nTry the example below.\n\nJames\n\n[code:w2bdfrgv]> #INCLUDE \"C:\\FW192\\INCLUDE\\FIVEWIN.CH\"\n> *\n> STATIC oWnd,nWndWid,nWndHgt\n> *\n> FUNCTION Main()\n> DEFINE WINDOW oWnd;\n> FROM 1,2... | Center bitmap |
[
{
"date": "2007-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Darrell,\n\nI found some old code where I did it like this. This code will redraw the bitmap centered whenever the window is resized.\n\nJames\n\n [code:2hffkrsz] ACTIVATE WINDOW ownd maximized ;\n on paint (PalBm... | Center bitmap |
[
{
"date": "2007-12-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi James,\n\nThank you very much!",
"time": "14:22",
"topic": "Center bitmap",
"username": "cdmmaui"
}
] | Center bitmap |
[
{
"date": "2009-12-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The code is working but on taskbar only 3 points are shown.\nDoes someone have a better solution?\nBest regards,\nOtto\n[code=fw:2is8uet8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #... | Center caption on ribbon |
[
{
"date": "2009-12-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\nHave you tried to use tabs (Chr( 9 )) instead of spaces (Chr(32)) ?",
"time": "08:34",
"topic": "Center caption on ribbon",
"username": "Antonio Linares"
}
] | Center caption on ribbon |
[
{
"date": "2009-12-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio, \nTAB does not work on the caption. If I insert TAB the caption remains on the left side.\nBest regards,\nOtto",
"time": "10:50",
"topic": "Center caption on ribbon",
"username": "Otto"
}
] | Center caption on ribbon |
[
{
"date": "2009-12-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\nHave you tried using Chr( 255 ) ?",
"time": "21:38",
"topic": "Center caption on ribbon",
"username": "Antonio Linares"
}
] | Center caption on ribbon |
[
{
"date": "2009-12-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\nchr(255) does not work.\nBest regards,\nOtto\n\n[img:1gryhcwl]http://www.atzwanger-software.com/fw/center.jpg[/img:1gryhcwl]",
"time": "23:19",
"topic": "Center caption on ribbon",
"use... | Center caption on ribbon |
[
{
"date": "2016-04-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Perfect.\n\nThank you for your help",
"time": "17:07",
"topic": "Center say vertically",
"username": "ctoas"
}
] | Center say vertically |
[
{
"date": "2016-04-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello friends.\n\n@ 13,95 SAY oSay VAR cMESSAGE SIZE 250,46 OF oDlg\noSay:nStyle := nOr( SS_CENTERIMAGE )\n\nNot work ?\n\nThanks",
"time": "04:26",
"topic": "Center say vertically",
"username": "ctoas"
}
] | Center say vertically |
[
{
"date": "2016-04-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This works\n[code=fw:212jk9pu]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> oSay:<span style=\"color: #000000;\">nStyle</span> := nOr<span style=\"color: #000000;\">(</span> oSay:<span style=\"color: ... | Center say vertically |
[
{
"date": "2019-12-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "If on start of the app CenterMsgs() are using, then freezes the programm after call a msgrun() with title!",
"time": "15:05",
"topic": "CenterMsgs()",
"username": "byte-one"
}
] | CenterMsgs() |
[
{
"date": "2019-12-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "To center msgRun() in a window/dialog, use this syntax\"\n[code=fw:1948ql6e]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">MsgRun<span style=\"color: #000000;\">(</span> cCaption, cTitle, bAction, oWndParent <... | CenterMsgs() |
[
{
"date": "2019-12-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"byte-one\":1hvzioyv]If on start of the app CenterMsgs() are using, then freezes the programm after call a msgrun() with title![/quote:1hvzioyv]\n\nPlease make the following correction to \nfwh\\source\\function\\msgrun.pr... | CenterMsgs() |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.