messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2011-04-24", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote\nonly with Lucida Console run ok!!!!!!!!!\n[/quote]\nGood. \n[quote:333ko3t8]:cEditPicture := \"@ €99,999.99 \"\n[/quote:333ko3t8]\nYou may use this picture\n[code=fw:333ko3t8]<div class=\"fw\" id=\"{CB}\" style=\"font-fami...
Also for the euro into xbrowse
[ { "date": "2011-04-24", "forum": "FiveWin for Harbour/xHarbour", "text": "I don't Know why but now not run \n\ni try with courier, arial,verdana lucida console,Book Antiqua\n\nI cannot show the € on this computer with w7 home premium 64 bit", "time": "16:24", "topic": "Also for the euro into xb...
Also for the euro into xbrowse
[ { "date": "2011-04-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Please do not assign any value to oCol:nWidth. Let XBrowse decide the width.", "time": "19:56", "topic": "Also for the euro into xbrowse", "username": "nageswaragunupudi" } ]
Also for the euro into xbrowse
[ { "date": "2015-11-22", "forum": "FiveWin for Harbour/xHarbour", "text": "on xbrowse I use the parameters bchange to refresh() the number of record \n\n\n\n\nAldo on oTree I use this and run ok if the level I select is the first level \n\n[img:38js8g6l]http&#58;//www&#46;eoeo&#46;it/wp-content/uploads/...
Also for tree ( fwh)
[ { "date": "2015-11-25", "forum": "FiveWin for Harbour/xHarbour", "text": "You can save the recno using the variable cargo\n\n[code=fw:rnhu9lf0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">function</span> BuildTree<span style=\"color: #000000;\">&#...
Also for tree ( fwh)
[ { "date": "2015-11-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Max not run ok \n\nI add a say to simulate my text change \n\n[code=fw:2atbr1x3]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <br /><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff...
Also for tree ( fwh)
[ { "date": "2015-11-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Any solution please ?", "time": "10:25", "topic": "Also for tree ( fwh)", "username": "Silvio.Falconi" } ]
Also for tree ( fwh)
[ { "date": "2019-07-19", "forum": "FiveWin for Harbour/xHarbour", "text": "also i cannot save the records on dbf\n\nI have these fields\n\n[code=fw:3485ni60]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">static</span> cItemFlds &nbsp;:= <span style=\"color...
Also the error on FW_SaveArrayToDBF
[ { "date": "2013-09-11", "forum": "FiveWin for Harbour/xHarbour", "text": "I wish make a report with items of oTree but only that of the same level\n\nsample :\n[img:30t1aels]http&#58;//img203&#46;imageshack&#46;us/img203/4386/l9uo&#46;jpg[/img:30t1aels]\n\nIf I select \"Intimo\" (see the arrow ) I wis...
Also with oTree
[ { "date": "2013-09-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio,\n\nOnce you get the item, its \"subitems\" are placed in oItem:aItems\n\n[code=fw:3g7dxni5]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">for</span> n = <span style=\"...
Also with oTree
[ { "date": "2009-07-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Fivewin Experts,\n\nI noticed something unfamiliar with the behavior of my program when pressing the alt key alone after successful log-in. The program was designed to have a log-in prompt at the start, after a successful log-i...
Alt key alone
[ { "date": "2009-07-11", "forum": "FiveWin for Harbour/xHarbour", "text": "The Alt key is a standard Windows key to change focus to the menu. I have never heard of such behavior as you describe but I suspect it has something to do with this.\n\nYou might try issuing a sysrefresh() right after the login.\...
Alt key alone
[ { "date": "2009-07-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi James,\n\nThanks for prompt response.\n\nIt is, that the Alt key transfer focus to menu if an application contains one, I also observed that when an application has no menu, the alt key tries to refresh the dialog and that's wh...
Alt key alone
[ { "date": "2009-07-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi James,\n\nI tried issuing SysRefresh() after successful log-in...still the same. I have also tried issuing SysRefresh() before and after log-in, but still same result.\n\nThanks,\nryugarai27", "time": "03:22", "topic": ...
Alt key alone
[ { "date": "2009-07-11", "forum": "FiveWin for Harbour/xHarbour", "text": "ryugarai27,\n\nPerhaps if you try moving the sysrefresh() further into the code, maybe as oDlg:bInit. Also, try issuing an oDlg:refresh() right after the sysrefresh(), or maybe right before.\n\nAre you defining all the controls wi...
Alt key alone
[ { "date": "2009-07-11", "forum": "FiveWin for Harbour/xHarbour", "text": "James,\n\nThanks..I will try as you suggested.\n\n\nryugarai27", "time": "06:21", "topic": "Alt key alone", "username": "ryugarai27" } ]
Alt key alone
[ { "date": "2010-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "I want call a folder or a get with alt+ letter sample :\n\n @ 3, 3 SAY \"Get&One\" SIZE 25, 7 PIXEL OF oFrm COLOR 0, 14215660\n @ 12, 3 GET oGet1 VAR cMastro1 Picture \"9999\" SIZE 16, 10 PIXEL OF oFrm \n\n\nIf I c...
Alt+ letter( & ) POSSIBLE BUG ?
[ { "date": "2010-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "It's an XP setting.\n\nEMG", "time": "18:49", "topic": "Alt+ letter( & ) POSSIBLE BUG ?", "username": "Enrico Maria Giordano" } ]
Alt+ letter( & ) POSSIBLE BUG ?
[ { "date": "2010-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Emg,\nyou think I can call__keyboard( Vk_Alt) ?\nbut it is not logic !!!\n\nI try it on Vista and windows Seven run the same !!!", "time": "18:59", "topic": "Alt+ letter( & ) POSSIBLE BUG ?", "username": "MdaSolution...
Alt+ letter( & ) POSSIBLE BUG ?
[ { "date": "2010-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "I think you have to insert a keydown method into folder class.\nI did this for left/right keys:\nBest regards,\nOtto\n\n[code\nMETHOD KeyDown( nKey, nFlags ) CLASS TFolder\n local nOption1 := ::nOption\n\n//msginfo(str(nOption1)...
Alt+ letter( & ) POSSIBLE BUG ?
[ { "date": "2010-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"MdaSolution\":2ba6wdp3]Emg,\nyou think I can call__keyboard( Vk_Alt) ?\nbut it is not logic !!!\n\nI try it on Vista and windows Seven run the same !!![/quote:2ba6wdp3]\n\nPlease go to the desktop properties then Appear...
Alt+ letter( & ) POSSIBLE BUG ?
[ { "date": "2010-04-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks,\nOn Xp I found this setting but on Windows Seven I not found where...", "time": "09:01", "topic": "Alt+ letter( & ) POSSIBLE BUG ?", "username": "MdaSolution" } ]
Alt+ letter( & ) POSSIBLE BUG ?
[ { "date": "2020-04-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nIn the MultiGet object, I need to handle pressing Alt+Enter. However, if the Alt (18) key is pressed, the bKeyDown code block is not executed. How do I do this ?", "time": "09:58", "topic": "Alt+Enter in the MultiGe...
Alt+Enter in the MultiGet object
[ { "date": "2008-03-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\nI have an error message when I press an Alt-<any key> from a folder on a mdiclient. See image at <!-- w --><a class=\"postlink\" href=\"http://www.softwarexp.co.uk/beta/screen.png\">www.softwarexp.co.uk/beta/screen.png</a><!-...
Alt-<any key> give me an error on a mdiclient
[ { "date": "2020-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Mr. Rao,\n\nI try to write Alter_Table function according to my knowledge. This function compares cTableName's structure and given new structure and it decided to which colspec is added, changed or deleted.\n\nThere is not prob...
Alter table in MariaDB from given Structure
[ { "date": "2020-05-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nMy problem seems to be solved with the new code below.\n\n[code=fw:18a1bc4s]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />    ...<br />    ...            <br />    lUpdate_Yap := Alter_Table<sp...
Alter table in MariaDB from given Structure
[ { "date": "2010-02-25", "forum": "FiveLinux / FiveDroid (Android)", "text": "Sr. Antonio,\n\npoderia mostrar um exemplo de como alterar a FONT de um obj SAY por exemplo?\n\nseria com choosefont? se sim, como usar?\n\n\nObrigado", "time": "21:19", "topic": "Alterar Font (choosefont)", "userna...
Alterar Font (choosefont)
[ { "date": "2007-05-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Olá...\n\nExiste algum comando que permita alterar a Resolução do Vídeo em Run Time ?\n\nEX: \n\nFunction Main()\nLocal oWnd, aCoor:={}, Resolucao:=\"\"\n\naCoor := GetCoor(GetDesktopWindow())\nResolucao := aCoor[4]+\"x\"+aCoor[3...
Alterar Resolução do Vídeo
[ { "date": "2007-05-07", "forum": "FiveWin para Harbour/xHarbour", "text": "hola\n\nRevisa este link\n\n[url:pcsxg8np]http&#58;//fivetechsoft&#46;com/forums/viewtopic&#46;php?t=5970&highlight=changeres[/url:pcsxg8np]\n\nSaludos\nPatricio", "time": "20:44", "topic": "Alterar Resolução do Vídeo", ...
Alterar Resolução do Vídeo
[ { "date": "2010-02-25", "forum": "FiveLinux / FiveDroid (Android)", "text": "Sr. Antonio,\n\ncomo alterar a cor de um obj SAY ?\n\nObrigado", "time": "21:30", "topic": "Alterar a Cor", "username": "MGA" } ]
Alterar a Cor
[ { "date": "2010-03-01", "forum": "FiveLinux / FiveDroid (Android)", "text": "SGS,\n\nRealmente le dedicamos muy poco tiempo a FiveLinux porque como ves en estos foros, el número de usuarios es muy pequeño.\n\nPara poder ampliar FiveLinux y dotarle de más funcionalidad has de conocer bien GTK+, asi podrá...
Alterar a Cor
[ { "date": "2008-07-29", "forum": "FiveWin para Harbour/xHarbour", "text": "É possível alterar a Cor de uma REBAR?\r\n\r\nObrigado", "time": "20:50", "topic": "Alterar cor de uma REBAR", "username": "MGA" } ]
Alterar cor de uma REBAR
[ { "date": "2008-08-05", "forum": "FiveWin para Harbour/xHarbour", "text": "desconfio que não tem jeito!? <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->", "time": "20:03", "topic": "Alterar cor de uma REBAR", "username": "MGA" } ]
Alterar cor de uma REBAR
[ { "date": "2008-08-05", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"SGS\":308t8nyh]É possível alterar a Cor de uma REBAR?[/quote:308t8nyh]REBAR se deriva de TControl, por lo tanto debe responder al método SetColor.\r\n\r\nPrueba: oRebar:SetColor( CLR_RED, CLR_YELLOW )\r\n\r\nBueno, eso ...
Alterar cor de uma REBAR
[ { "date": "2008-08-06", "forum": "FiveWin para Harbour/xHarbour", "text": "Sr. Manuel...\r\n\r\nSimplesmente FANTASTICO !!! <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \r\n\r\nMuito obrigado Maestro!", "time": "12:15", "topic": "Altera...
Alterar cor de uma REBAR
[ { "date": "2010-07-01", "forum": "All products support", "text": "Boas.\n\nEstou avaliando o FWH 6.12 / xHarbour / BCC++ 5.82 e logo no primeiro programa que testei aconteceu um erro estranho.\n\nEste é o módulo que me está dando problemas na sua execução...\n\n[code=fw:zdw7kiwu]<div class=\"fw\" id=\"{...
Alterar texto...
[ { "date": "2010-07-01", "forum": "All products support", "text": "Joao,\n\nCambia estas líneas:\n[code=fw:30v59jne]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />            <span style=\"color: #00C800;\">IF</span> oWndf:<span style=\"color: #000000;\">oMsgBar</span>:<span style=...
Alterar texto...
[ { "date": "2010-07-01", "forum": "All products support", "text": "Olá...\n\nGracias António por la sugestion. Com lo cambio en lo codigo fuente se ha resolvido.\n\n <!-- s:P --><img src=\"{SMILIES_PATH}/icon_razz.gif\" alt=\":P\" title=\"Razz\" /><!-- s:P -->", "time": "10:48", "topic": "Alterar...
Alterar texto...
[ { "date": "2016-03-30", "forum": "FiveWin para Harbour/xHarbour", "text": "Saludos !\nHaciendo pruebas en una ventana MDI usando un Menubar y una Toolbar / alternando con una Ribbonbar al ir y venir de un estilo a otro se quedan congelados los botones prodrian indicarmen qcual seria la forma correcta de...
Alternando Menubar y TRibbonbar
[ { "date": "2016-03-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Prueba a ocultar la ribbon y a mostrarla luego nuevamente, en vez de destruirla", "time": "09:32", "topic": "Alternando Menubar y TRibbonbar", "username": "Antonio Linares" } ]
Alternando Menubar y TRibbonbar
[ { "date": "2016-03-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Se comporta igual si la ocultamos\n\nVamos a intentar solucionarlo", "time": "09:38", "topic": "Alternando Menubar y TRibbonbar", "username": "Antonio Linares" } ]
Alternando Menubar y TRibbonbar
[ { "date": "2016-03-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Lo que ocurre es que la ventana oWndMain:oWndClient solapa a la Ribbon\n\nHay que modificar la coordenada superior de oWndMain:oWndClient\n\nA ver si encontramos una forma sencilla de hacerlo", "time": "10:06", "topic": "...
Alternando Menubar y TRibbonbar
[ { "date": "2016-03-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Con estos cambios ya funciona bien. Creo que es mejor no destruir la Ribbon sino ocultarla y mostrarla, pero\nen ambos casos debe funcionar bien\n\nMuy bueno tu código. Me ha gustado mucho, enhorabuena <!-- s:-) --><img src=\"{SM...
Alternando Menubar y TRibbonbar
[ { "date": "2016-03-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Estas líneas son las que hacen que la ventana cliente de la MDI se redimensione correctamente:\n\n ::oWndMain:oTop = ::oRibbonb\n ::oWndMain:oBar = nil\n ::oWndMain:Resize()", "time": "10:17",...
Alternando Menubar y TRibbonbar
[ { "date": "2016-03-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio ! gracias por tu colaboración, con estas lineas \n\n::oWndMain:oBar = nil\n::oWndMain:Resize() \n\nhe solucionado el congelamiento de los botonos al ir y venir de un estio a otro, hay que destruir la ribbon ya que si se ...
Alternando Menubar y TRibbonbar
[ { "date": "2016-03-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Muy bien <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "17:14", "topic": "Alternando Menubar y TRibbonbar", "username": "Antonio Linares" } ]
Alternando Menubar y TRibbonbar
[ { "date": "2011-12-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola, es mi primera consulta al Foro, el cual hasta aca me ha sido de gran utilidad, pero esto que quiero hacer, no lo vi y no se siquiera si se puede.\n\nLa pregunta es la siguiente:\n\nSe puede alternar en una misma columna, te...
Alternar texto e imagenes
[ { "date": "2011-12-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola, aquí te dejo codigo ejemplo: FWH1006\n\n WITH OBJECT oBrw\n\n :Nombre:cHeader := \"NOMBRE DEL HUESPED\"\n\n For n := 1 to len(:aCols)\n if upper(:aCols[n]:cHeader) = \"NOMBRE\"\n :aCols[n...
Alternar texto e imagenes
[ { "date": "2011-12-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias por la respuesta. Si bien, no lo resolvi de ese modo, me sirvio mucho como guia y finalmente lo hice funcionar de otra manera. Cuando lo tenga listo, lo posteo para la posteridad.\n\nGracias.\n\nLeandro.", "time": "19...
Alternar texto e imagenes
[ { "date": "2023-04-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Estimados compañeros del Foro...\nEstoy buscando una alternativa a hbxml para manejar archivos de ese tipo y parsearlos.\nMe han dejado bien impresionado dos lib en C que llevan mucho tiempo de desarrollo y está aún en actividad ...
Alternativa a hbxml
[ { "date": "2023-04-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Estimado Jose,\n\nQue problema tienes con las funciones de uso de XML propias de Harbour ?\n\nrevisa los ejemplos FWH\\samples\\xmlreader.prg y xmltree.prg\n\nveras que usan los ficheros XML correctamente <!-- s:-) --><img src=\"...
Alternativa a hbxml
[ { "date": "2023-04-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio, he hecho varias pruebas y tal vez soy yo que no agarro la soga, pero no logro entenderlo y al funcionar no obtengo el resultado deseado.\nTe mando exe, código y ejecutable simplificados en este zip\n\n<!-- m --><a class=...
Alternativa a hbxml
[ { "date": "2023-04-11", "forum": "FiveWin para Harbour/xHarbour", "text": "buenos dias porque no asi\n\n[code=fw:r6uft6ve]<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...
Alternativa a hbxml
[ { "date": "2023-04-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias Wilson, de este modo funciona perfecto.\n\n[b:3083t4g4]Pero me gustaría saber porque dicen que hbxml funciona y yo utilizando sus métodos no puedo obtener un resultado favorable, no dudo que sea por mi torpeza.[/b:3083t4g...
Alternativa a hbxml
[ { "date": "2023-04-11", "forum": "FiveWin para Harbour/xHarbour", "text": "yo perdi mucho tiempo tratando de lo mismo al parecer mucho depende de la complejidad del xml pero para facturación electrónica y todo lo que he hecho con esas dos funciones es mas que suficiente\nsaludos", "time": "19:33", ...
Alternativa a hbxml
[ { "date": "2023-04-12", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> , a mi me ha solucionado el problema!!!", "time": "12:47", "topic": "Alternativa a hbxml", "username": "...
Alternativa a hbxml
[ { "date": "2019-06-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola :\n\nEn una aplicacion debo almacenar el directorio raiz de la aplicacion , ya que luego\ntengo las bases de datos de cada empresa en \"\\RAIZ\\EMP01\".\n\netc. al final para no usar una cadena fija y que el usuario pueda in...
Alternativa a variable PUBLIC
[ { "date": "2019-06-08", "forum": "FiveWin para Harbour/xHarbour", "text": "1) This works with string variables also.\n2) It is not necessary to store this information as public.\nIn any module, simply call \n[code=fw:18a4b41f]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />cFilePat...
Alternativa a variable PUBLIC
[ { "date": "2019-06-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Thanks Mr. Rao.\n\nWorks fine.\n\nRegards.\n\nJose", "time": "18:06", "topic": "Alternativa a variable PUBLIC", "username": "jvtecheto" } ]
Alternativa a variable PUBLIC
[ { "date": "2019-06-08", "forum": "FiveWin para Harbour/xHarbour", "text": "brakaman\n\nYou can easily use the xBase Set Default .. consider this code .. adding to Rao's suggestion\n\n[code=fw:2o06tpxk]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />cFilePath <span style=\"color: #0...
Alternativa a variable PUBLIC
[ { "date": "2019-06-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Hi\n\nOther alternative.\n\nThanks for your suggestion Rick.\n\nRegards\n\nJose\n\nEnviado desde mi ONE A2003 mediante Tapatalk", "time": "09:44", "topic": "Alternativa a variable PUBLIC", "username": "jvtecheto" } ...
Alternativa a variable PUBLIC
[ { "date": "2023-12-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Hello Marc:\nAs your colleagues have told you, these classes are available but you need to have the latest FWH updates. I use FWH1109 and I can make this type of graphs with the TGraph class. I leave you some images of a program ...
Alternativas para graficos [ Javier Lloris ]
[ { "date": "2023-12-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Javier:\n\nLa RMCHART viene con FW?\n\nSaludos", "time": "18:50", "topic": "Alternativas para graficos [ Javier Lloris ]", "username": "Armando" } ]
Alternativas para graficos [ Javier Lloris ]
[ { "date": "2023-12-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola armando:\n\nNo, es una librería externa de Rainer Morgen del 2004-2008. Yo me la descargue en 2004/2005 pensando que era de Rene flores ( mexicano ) de su web. Acabo de subirlo al google drive, te dejo el link: Renombra el a...
Alternativas para graficos [ Javier Lloris ]
[ { "date": "2023-12-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Javier:\n\nMuchas gracias, le voy a tirar un ojo, aunque me quede tuerto <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nSaludos", "time": "01:10", "topic": "Al...
Alternativas para graficos [ Javier Lloris ]
[ { "date": "2017-12-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\nI develop an alternative version of Gif Control for FiveWin, I don't like the provider one for two reasons: it saves the resource in a file, it does not manage well the transparent gif...\nI resolved the first problem keep...
Alternative Gif Control
[ { "date": "2017-12-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonino,\n\nMany thanks\n\nI copy here its code:\n[code=fw:38vn6yt7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <fivewin.ch><br /><br />********** TEST CODE ****...
Alternative Gif Control
[ { "date": "2017-12-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Added support for Dialog <!-- s;) --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\";)\" title=\"Wink\" /><!-- s;) -->\n\n[code=fw:2k1t576y]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D...
Alternative Gif Control
[ { "date": "2018-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "I use xHarbour and am not able to compile. It gives a lot of mistakes.", "time": "21:51", "topic": "Alternative Gif Control", "username": "marca" } ]
Alternative Gif Control
[ { "date": "2018-01-19", "forum": "FiveWin for Harbour/xHarbour", "text": "I think it run only on Harbour", "time": "22:04", "topic": "Alternative Gif Control", "username": "Silvio.Falconi" } ]
Alternative Gif Control
[ { "date": "2018-01-19", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"marca\":3ok0o8xb]I use xHarbour and am not able to compile. It gives a lot of mistakes.[/quote:3ok0o8xb]\n\nYou have to compile it in C++ mode.\n\nEMG", "time": "23:17", "topic": "Alternative Gif Control", "us...
Alternative Gif Control
[ { "date": "2018-01-23", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Enrico Maria Giordano\":k9vlc5s9][quote=\"marca\":k9vlc5s9]I use xHarbour and am not able to compile. It gives a lot of mistakes.[/quote:k9vlc5s9]\n\nYou have to compile it in C++ mode.\n\nEMG[/quote:k9vlc5s9]\n\nEnrico.\...
Alternative Gif Control
[ { "date": "2018-01-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Just add -P compiler switch to brc32.exe in your compile batch.\n\nEMG", "time": "15:28", "topic": "Alternative Gif Control", "username": "Enrico Maria Giordano" } ]
Alternative Gif Control
[ { "date": "2018-01-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Master Enrico,\n\n\n[code=fw:33d0wy24]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />\fÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿<br />³ FiveWin <span style=\"color: #00C8...
Alternative Gif Control
[ { "date": "2018-01-23", "forum": "FiveWin for Harbour/xHarbour", "text": "You are still compiling in C mode. Can I see your compiler switches?\n\nEMG", "time": "18:43", "topic": "Alternative Gif Control", "username": "Enrico Maria Giordano" } ]
Alternative Gif Control
[ { "date": "2018-01-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Master Enrico, BUILDX.BAT\n\n[code=fw:3jvrd939]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />@ECHO OFF<br />CLS<br />ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿<br />...
Alternative Gif Control
[ { "date": "2018-01-23", "forum": "FiveWin for Harbour/xHarbour", "text": "There is no -P switch in that batch file. Please add -P switch here:\n\n[code=fw:2c0nlfiz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">%bcdir%\\bin\\bcc32 -M -c -v -P @b32.bc</div>[/code:2c0nlfiz]\n\nEMG", "...
Alternative Gif Control
[ { "date": "2018-01-24", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Enrico Maria Giordano\":328e4r4y]There is no -P switch in that batch file. Please add -P switch here:\n\n[code=fw:328e4r4y]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">%bcdir%\\bin\\bcc32 -M -c -v -P @b...
Alternative Gif Control
[ { "date": "2018-01-24", "forum": "FiveWin for Harbour/xHarbour", "text": "hb_storni() is inside harbour.prg that should be included in fiveh.lib. Anyway, this is a stand alone version that you can add to your PRG:\n\n[code=fw:2zf3j8ba]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span...
Alternative Gif Control
[ { "date": "2018-01-24", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Enrico Maria Giordano\":25xows5p]hb_storni() is inside harbour.prg that should be included in fiveh.lib. Anyway, this is a stand alone version that you can add to your PRG:\n\n[code=fw:25xows5p]<div class=\"fw\" id=\"{CB}...
Alternative Gif Control
[ { "date": "2018-01-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Master Enrico, me genera este error.\n\n[code=fw:21628pee]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />\fÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿<br />³ FiveWin <span ...
Alternative Gif Control
[ { "date": "2018-01-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Please put hb_storvni() in your sample as the following extract :\n\n[code=fw:1u46q1hg]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">using namespace Gdiplus;<br /><br /><br />void hb_storvni<span style=\"color: #...
Alternative Gif Control
[ { "date": "2018-01-24", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Enrico Maria Giordano\":20le8nsq]Please put hb_storvni() in your sample as the following extract :\n\n[code=fw:20le8nsq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">using namespace Gdiplus;<br /><br /><...
Alternative Gif Control
[ { "date": "2018-01-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes!! Perfecto Enrico, many thanks!\n\n[img:26e61vvl]https&#58;//i&#46;imgur&#46;com/uV5Bw10&#46;png[/img:26e61vvl]\n\n[code=fw:26e61vvl]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #0...
Alternative Gif Control
[ { "date": "2018-01-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Com a minha versão 14.04 do Five não funciona da o erro que mencionei.", "time": "15:06", "topic": "Alternative Gif Control", "username": "marca" } ]
Alternative Gif Control
[ { "date": "2018-01-24", "forum": "FiveWin for Harbour/xHarbour", "text": "You have to update your FWH, I'm afraid.\n\nEMG", "time": "15:29", "topic": "Alternative Gif Control", "username": "Enrico Maria Giordano" } ]
Alternative Gif Control
[ { "date": "2018-01-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Very good people!\nmaybe the xHarbour can be under ifdef:\n[code=C:1vqhf5cb]<div class=\"c\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #339933;\">#ifdef __XHARBOUR__</span><br /><br /><span style=\"color: ...
Alternative Gif Control
[ { "date": "2018-01-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Perfect Antonio. Thanks.", "time": "17:40", "topic": "Alternative Gif Control", "username": "karinha" } ]
Alternative Gif Control
[ { "date": "2006-12-21", "forum": "Off Topic / Otros temas", "text": "Anyone has any recommendation to a free, easy to use upload site similar to hyperupload? Though simple to use, hyperupload has the annoyance of having a max file size of 10Mb only. \n\nAt <!-- w --><a class=\"postlink\" href=\"http://w...
Alternative site to hyperupload
[ { "date": "2007-04-01", "forum": "Off Topic / Otros temas", "text": "[quote=\"hua\":1vitdor8]Anyone has any recommendation to a free, easy to use upload site similar to hyperupload? Though simple to use, hyperupload has the annoyance of having a max file size of 10Mb only. \n\nAt <!-- w --><a class=\"po...
Alternative site to hyperupload
[ { "date": "2007-04-01", "forum": "Off Topic / Otros temas", "text": "<!-- w --><a class=\"postlink\" href=\"http://www.filefactory.com\">www.filefactory.com</a><!-- w -->", "time": "15:57", "topic": "Alternative site to hyperupload", "username": "Antonio Linares" } ]
Alternative site to hyperupload
[ { "date": "2007-04-04", "forum": "Off Topic / Otros temas", "text": "Jose, Antonio, thanks for the info <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->", "time": "10:50", "topic": "Alternative site to hyperupload", "username": "hua" } ]
Alternative site to hyperupload
[ { "date": "2015-04-27", "forum": "FiveWin for Harbour/xHarbour", "text": "I need to parse a tab-delimited text file so I use the usual memoread() and memoline().\n\nBut I just realized memoline() convert tabs into spaces. Is there any alternative to it?\n\nTIA", "time": "07:54", "topic": "Altern...
Alternative to memoline()
[ { "date": "2015-04-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Check out ttxtfile class.\nExample in samples folder testfile.prg", "time": "14:43", "topic": "Alternative to memoline()", "username": "Gale FORd" } ]
Alternative to memoline()
[ { "date": "2015-04-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Gale! \n\nI was hoping for an alternative to memoline() so that don't have to resort to low level file manipulation. I am under the impression reading the whole file using memoread() and then extracting the lines from it wo...
Alternative to memoline()
[ { "date": "2015-04-28", "forum": "FiveWin for Harbour/xHarbour", "text": "if you look at ttxtfile it works very nice. very easy to open file. skip through file and read each line/record.", "time": "04:36", "topic": "Alternative to memoline()", "username": "Gale FORd" } ]
Alternative to memoline()
[ { "date": "2015-04-28", "forum": "FiveWin for Harbour/xHarbour", "text": "TTxtFile is good.\n\nAnother alternative is :\n\ncText := MemoRead( \"myfile.txt\" )\naLines := HB_ATokens( StrTran( cText, CRLF, Chr( 10 ) ), Chr( 10 ) )", "time": "05:00", "topic": "Alternative to memoline()", "usern...
Alternative to memoline()
[ { "date": "2015-04-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you both of you <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->", "time": "05:33", "topic": "Alternative to memoline()", "username": "hua" } ]
Alternative to memoline()
[ { "date": "2013-03-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nI have used Sergeys's (RIP) fastreport class. I have a lot of report files to convert another report system.\n\nIs there another way to use fastreport from xharbour if I buy a licence FastReport? If yes, Which platform fast...
Alternative way of using FastReport?
[ { "date": "2013-03-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Hakan,\n\nPlease, have a look at:\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=25750\">viewtopic.php?f=6&t=25750</a><!-- l -->\n\nFast Report is now dead.", "time": "11:07...
Alternative way of using FastReport?