messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2009-05-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Jeff,\n\nI'm try as your doing. I just try adordd.lib and able to browse a file from MySql in local and web. These are files for ADORDD.LIB that I try to rebuild. It works fine for me.\n\n[url:18k9uhb9]http://rapidshar...
Building a LIB file
[ { "date": "2019-02-04", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:cwrf3vhh]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><br /><span style=\"color: #00C800;\">fun...
Building a TTreeView with all folders and files
[ { "date": "2019-02-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Using an ImageList for the items:\n\nelixir.prg\n[code=fw:1buqqwmw]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</spa...
Building a TTreeView with all folders and files
[ { "date": "2019-02-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Antonio,\nthis is looking very professional. Thank you.\nI tested the code and the treeview is not only good looking but very speedy too.\nBest regards,\nOtto", "time": "19:40", "topic": "Building a TTreeView with all...
Building a TTreeView with all folders and files
[ { "date": "2019-02-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Using FWH SourceEdit() to review the files contents:\n\nthanks to Cristobal! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n[code=fw:2b2yl11p]<div class=\"fw\" id=\"{CB}\" st...
Building a TTreeView with all folders and files
[ { "date": "2019-02-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Antonio,\nI get following error:\nError description: Error BASE/1004 Class: 'NIL' has no exported method: EVAL\n Args:\n [ 1] = U \n [ 2] = O TSCINTILLA\n\nStack Calls\n===========\n Called from: => EVAL...
Building a TTreeView with all folders and files
[ { "date": "2019-02-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Otto,\n\nBut I do not understand why if this modification is in the repository, it is not included in the published version.[b:3olhkw6u] Antonio?\n[/b:3olhkw6u]\nNow you have\n[code=fw:3olhkw6u]<div class=\"fw\" id=\"{CB}\" s...
Building a TTreeView with all folders and files
[ { "date": "2019-02-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\n[code=fw:2hljbnzh]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">   <span style=\"color: #00C800;\">if</span> Valtype<span style=\"color: #000000;\">&#40;</span> bInit <span style=\"color: #000000;\">&#41;<...
Building a TTreeView with all folders and files
[ { "date": "2019-02-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Carles, thanks <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->", "time": "11:34", "topic": "Building a TTreeView with all folders and files", "username": "cnavar...
Building a TTreeView with all folders and files
[ { "date": "2019-02-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Better, replace this function\n\n[code=fw:2inzalwv]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">//---------------------------------------------------------------------------...
Building a TTreeView with all folders and files
[ { "date": "2019-03-06", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:2xvch2qd]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">Application<br />===========<br />&nbsp; &nbsp;Path and <span style=\"color: #0000ff;\">name</span>: <span style=\"color: #000000;\">C</span>:\\Work...
Building a TTreeView with all folders and files
[ { "date": "2019-03-06", "forum": "FiveWin for Harbour/xHarbour", "text": "For this error\nDownload this file in your path application, rename to SciLexer.DLL and try\n<!-- m --><a class=\"postlink\" href=\"https://bitbucket.org/fivetech/fivewin-contributions/downloads/SciLexer376Dll_X86.dll\">https://bi...
Building a TTreeView with all folders and files
[ { "date": "2019-05-18", "forum": "FiveWin for Harbour/xHarbour", "text": "We haven't discussed this in a couple of years. I need to take a program I run on the server 24/7/365 from an application that is run as a service. We tried this several years ago ( and discussed it here ) but it never actually ...
Building a Windows Service
[ { "date": "2019-05-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Tim, I use this model and it works fine:\n\n<!-- m --><a class=\"postlink\" href=\"https://github.com/harbour/core/blob/master/contrib/hbwin/tests/service.prg\">https://github.com/harbour/core/blob/ma ... ervice.prg</a><!-- m -...
Building a Windows Service
[ { "date": "2019-05-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello, I want to know how it is applied, an example, I thank you very much\nRegards..", "time": "19:52", "topic": "Building a Windows Service", "username": "Busmatic_wpb" } ]
Building a Windows Service
[ { "date": "2019-05-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Do you have a build routine ? What are you using for compiling, and linking ?", "time": "01:30", "topic": "Building a Windows Service", "username": "TimStone" } ]
Building a Windows Service
[ { "date": "2019-05-22", "forum": "FiveWin for Harbour/xHarbour", "text": "to compile service.prg I use this:\n\n---cut---\nset PATH=c:\\bcc\\bin;%PATH%\n\n\\harbour-install\\bin\\hbmk2 service -lhbwin -lace32 -lrddads -iC:\\harbour-install\\contrib\\hbwin\n---cut---\n\n\nRegards.", "time": "18:29", ...
Building a Windows Service
[ { "date": "2019-05-22", "forum": "FiveWin for Harbour/xHarbour", "text": "OK ... I can build the application and get an .exe. ( I'm using Microsoft Visual Studio 2019 ). As an .exe it runs as expected but is not visible. That is fine.\n\nWhen I try to run it from the Developer's Command Prompt using...
Building a Windows Service
[ { "date": "2019-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Still looking for input ... but I did get it to install and \"run\" ( or at least it says it is running ).\n\nFollowing the example suggested above:\n\nI place the .exe that is to be run as a service in a folder where the data is ...
Building a Windows Service
[ { "date": "2018-03-17", "forum": "Utilities / Utilidades", "text": "Sometimes we may need to build a small Windows app using C language to solve a specific issue. Here you have how to do it <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nA veces pod...
Building a standalone Windows C app
[ { "date": "2019-03-22", "forum": "Utilities / Utilidades", "text": "cd c:\\harbour\\contrib\\hbzebra\n\n[b:2p01mj5b]For bcc64[/b:2p01mj5b]\n\ngo.bat\n[code=fw:2p01mj5b]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">for</span> %%f in <span style=\"color: #...
Building c:\harbour\contrib\hbzebra library
[ { "date": "2014-06-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Designing your dialogs: ([b:3gvf8cjv]Important[/b:3gvf8cjv]: Visual Studio Express does not provide it, you need a superior version)\n\n[img:3gvf8cjv]http&#58;//i61&#46;tinypic&#46;com/ou8kmr&#46;jpg[/img:3gvf8cjv]\n\nBuilding you...
Building your app and dialogs from Visual Studio IDE
[ { "date": "2014-06-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Here you have the full project file, including the dialog RC:\n\n[url:3tnnw2do]https&#58;//bitbucket&#46;org/fivetech/fivewin-contributions/downloads/tutor02_vstudio2102_ide&#46;zip[/url:3tnnw2do]\n\nYou just need to add fiveh32.l...
Building your app and dialogs from Visual Studio IDE
[ { "date": "2012-02-13", "forum": "FiveWin for Harbour/xHarbour", "text": "To All\n\nStrange behavior in a program I just upgraded to FWH1201 .. I have a Mdi window with a Menu and button bar .. I have a MdiChild that overwrites the Menu and also has a button bar. The Mdichild has a xBrowse with an Ado r...
Buildmenu on MdiChild causes error when child is Maximized
[ { "date": "2012-02-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\nJust for a quick test, don't Close() the recordset:\n\n// oRsUser:CLose()\n\nand try it again, please. thanks", "time": "22:46", "topic": "Buildmenu on MdiChild causes error when child is Maximized", "username...
Buildmenu on MdiChild causes error when child is Maximized
[ { "date": "2012-02-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio\n\nI tried that and NO it does not error if you rem out closing the recordset .. seems to only have something to do with maximizing the mdichild .. under normal conditions .. everything works fine.\n\nIf I take out the Bui...
Buildmenu on MdiChild causes error when child is Maximized
[ { "date": "2012-02-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\nDo you close it from the menu ? If so, try to close it from the right top red button\n\nI guess the problem comes from a generated paint event and as the recordset in closed then it errors", "time": "03:14", "topi...
Buildmenu on MdiChild causes error when child is Maximized
[ { "date": "2012-02-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio\n\nThe Test program fails on any close event when the MdiChild is Maximized with a BuildMenu associated on the MdiCHild.\n\nRick", "time": "14:04", "topic": "Buildmenu on MdiChild causes error when child is Maximiz...
Buildmenu on MdiChild causes error when child is Maximized
[ { "date": "2012-02-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\nPlease try these possibilities after you close the recordSet:\n\na) oXBrowse:nDataType := 0\n\nb) oXBrowse:bKeyCount := { || 0 }", "time": "21:23", "topic": "Buildmenu on MdiChild causes error when child is Maximi...
Buildmenu on MdiChild causes error when child is Maximized
[ { "date": "2012-02-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio\n\nI have tried both of your suggestions without success \n\n[code=fw:2c421na4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">//-------------------------------</span><...
Buildmenu on MdiChild causes error when child is Maximized
[ { "date": "2012-02-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\nPlease try with:\n\noBrw:bKeyNo := { || nil } // or { || 0 }\n\nthanks", "time": "15:21", "topic": "Buildmenu on MdiChild causes error when child is Maximized", "username": "Antonio Linares" } ]
Buildmenu on MdiChild causes error when child is Maximized
[ { "date": "2012-02-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio\n\nYES .. FIXED .. it was the combination of KeyCount and KeyNo .. Is this a modification you will be making in xBrowse or is this code something I will need to include in my applications ?\n\nAgain, Many Thanks\nRick Lipk...
Buildmenu on MdiChild causes error when child is Maximized
[ { "date": "2017-10-31", "forum": "FiveWin for Harbour/xHarbour", "text": "I realize this is a very specific situation but perhaps someone else has the answer.\n\nI have built my application using FWH 17.xx, Harbour, and Visual Studio Community 2017. I use the following bat file to set the variables and...
Builds on Mac Parallels with Visual Studio
[ { "date": "2017-10-31", "forum": "FiveWin for Harbour/xHarbour", "text": "I've seen on two different computers that Visual Studio 2017 is sometimes installed in the folder %ProgramFiles% and sometimes in the folder %ProgramFiles(x86)%\n\nPlease copy this line to clipboard and paste in console window...
Builds on Mac Parallels with Visual Studio
[ { "date": "2017-10-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Even though it is 64 bit visual studio, it gets installed in <x86>\n\nHOWEVER, I did take out the first IF exists line ( the file did not exist in that location so it should have been skipped ), and now all is running and building...
Builds on Mac Parallels with Visual Studio
[ { "date": "2017-10-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Not always\n[img:3doi6etp]https&#58;//s1&#46;postimg&#46;org/8gnmbzw7y7/VS2017&#46;png[/img:3doi6etp]", "time": "22:09", "topic": "Builds on Mac Parallels with Visual Studio", "username": "cnavarro" } ]
Builds on Mac Parallels with Visual Studio
[ { "date": "2017-10-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Interesting ... maybe I missed a prompt. It's in and working ... so I will leave it alone.", "time": "22:38", "topic": "Builds on Mac Parallels with Visual Studio", "username": "TimStone" } ]
Builds on Mac Parallels with Visual Studio
[ { "date": "2017-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nWhy don't you use Bootcamp ?\n\nI have been using it for years", "time": "10:33", "topic": "Builds on Mac Parallels with Visual Studio", "username": "Antonio Linares" } ]
Builds on Mac Parallels with Visual Studio
[ { "date": "2017-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":2qb0aiw8]Tim,\n\nWhy don't you use Bootcamp ?\n\nI have been using it for years[/quote:2qb0aiw8]\n\nBecause I want to use Windows and Mac programs at the same time. I can do this using Coherence Mode a...
Builds on Mac Parallels with Visual Studio
[ { "date": "2017-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "very good reason <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "08:28", "topic": "Builds on Mac Parallels with Visual Studio", "username": "Antonio Linare...
Builds on Mac Parallels with Visual Studio
[ { "date": "2018-01-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI need to embed in your program text editor for RTF files. Can I use any ActiveX editor or do I need to create a RichEdit ?", "time": "21:43", "topic": "Built-in text editor", "username": "Natter" } ]
Built-in text editor
[ { "date": "2018-01-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Richedit", "time": "21:46", "topic": "Built-in text editor", "username": "nageswaragunupudi" } ]
Built-in text editor
[ { "date": "2018-01-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you mr.Rao. As In RichEdit to describe tables ?", "time": "21:55", "topic": "Built-in text editor", "username": "Natter" } ]
Built-in text editor
[ { "date": "2018-01-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Please, To see how the main features of the Richedit control are implemented, see the examples TestRtf.prg and TestRtf5.prg (this example explains how to insert a table) into the samples folder of Fivewin", "time": "00:46", ...
Built-in text editor
[ { "date": "2018-01-07", "forum": "FiveWin for Harbour/xHarbour", "text": "I've looked at examples with RichEdit and wrote the editor. But there are no examples for working with tables.\n Many years ago there was a class TAppBox (for embedding other applications in your window).", "time": "08:33", ...
Built-in text editor
[ { "date": "2018-01-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[b:2ntkt84s]RTF - Rich Text Format (.rtf extension) - working with tables[/b:2ntkt84s]\n\n[url:2ntkt84s]http&#58;//www&#46;pindari&#46;com/rtf3&#46;html[/url:2ntkt84s]", "time": "10:32", "topic": "Built-in text editor", ...
Built-in text editor
[ { "date": "2018-01-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Natter\":3g30z2t8]I've looked at examples with RichEdit and wrote the editor. But there are no examples for working with tables.\n Many years ago there was a class TAppBox (for embedding other applications in your window...
Built-in text editor
[ { "date": "2018-01-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Use the example TestRtf5.ptg. I can not inser a table. All works correctly but table doesn't appear.\n\nFW 17.12", "time": "08:51", "topic": "Built-in text editor", "username": "Natter" } ]
Built-in text editor
[ { "date": "2018-01-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Please try with \n\n[code=fw:2dcdk4e0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; oRtf:<span style=\"color: #000000;\">InsertTable</span><span style=\"color: #000000;\">&#40;</span> nRows, nCols <s...
Built-in text editor
[ { "date": "2018-01-11", "forum": "FiveWin for Harbour/xHarbour", "text": "I even rewrote (overread) method InsertTable() in your program. RTInsertTable5() returns TRUE. All good, but table is not inserted", "time": "14:37", "topic": "Built-in text editor", "username": "Natter" } ]
Built-in text editor
[ { "date": "2018-01-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Please look\n\n[img:jqlckw14]https&#58;//s10&#46;postimg&#46;org/daplwhpnt/rtf02&#46;gif[/img:jqlckw14]", "time": "18:58", "topic": "Built-in text editor", "username": "cnavarro" } ]
Built-in text editor
[ { "date": "2012-05-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola a todos,\n\nSiguiendo un ejemplo de Pere Codornet he intentado SIN EXITO hacer la impresion con BullZip PDF con el codigo siguiente\n\n[code=fw:2jc9pp44]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><...
BullZip PDF
[ { "date": "2012-05-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Antonio:\n\nSi solo necesitas imprimir el PDF, puedes hacer esto: ( es un ejemplo ).\n[code=fw:ot98k54e]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">FUNCTION</span> PDF<span...
BullZip PDF
[ { "date": "2012-05-16", "forum": "FiveWin para Harbour/xHarbour", "text": "jll,\n\nGracias por responder.\n\nNo, lo que necesito es generar el pdf con la impresora virtual BullZip PDF, que como comentaba no me funciona.\n\nA ver si pudiera imprimir el pdf.\n\nSaludos", "time": "18:23", "topic": ...
BullZip PDF
[ { "date": "2012-05-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola, quizás sea esto lo que necesitas:\nPrinter oPrn NAME \"Impresión de Clientes\" to \"Bullzip PDF Printer\" // funciona si esta la impresora Virtual Bullzip instalada.\n\nSaludos\n\nRuben Fernandez", "time": "22:22", ...
BullZip PDF
[ { "date": "2012-05-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Rubén,\n\n\nYo creo que eso que me comentas ya lo hace el codigo que puse, el trozo es este:\n\n[code=fw:3awd7mki]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">PRINT</span> ...
BullZip PDF
[ { "date": "2012-05-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Antonio,\n\nA mi me funciona correctamente con este codigo:\n[code=fw:pibyqxmo]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff000...
BullZip PDF
[ { "date": "2012-05-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Pere,\n\nSolucionado ! \n\nHe probado tu ejemplo y me ha funcionado... he buscado la diferencia con el mio y esta en que hay que [u:e72hq1yf]incluir el path en el nombre del .pdf[/u:e72hq1yf] resultante.\n\nMuchas gracias. ...
BullZip PDF
[ { "date": "2012-05-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Antonio, \n\nVamos a mejorar un poco el programa, abrir el pdf después de crearlo.\nComo no depende de nosotros i no sabemos cuando tardará, tenemos un fichero que existe mientras no esta creado el pdf.\n\n[code=fw:14z0cl6b]...
BullZip PDF
[ { "date": "2012-05-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Pere,\n\nSi me permites, el inkey(1) lo reemplazaria por:\n\n[code=fw:3keqedj2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">IF</span> File<span style=\"color: #000000;\">&#...
BullZip PDF
[ { "date": "2012-05-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Pere,\n\nCon la opcion:\n[code=fw:1cx2ljmn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oApp:<span style=\"color: #000000;\">SetValue</span><span style=\"color: #000000;\">&#40;</span><span style=\"color:...
BullZip PDF
[ { "date": "2012-05-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Atención Pere,\n\nHe puesto el test que llevamos entre manos en la ofi de mi cliente y en el momento de generar el pdf le aparece ¡ una caja de dialogo ¡ para seleccionar impresora. ¿ Se te ocurre por qué puede estar pasando ? El...
BullZip PDF
[ { "date": "2012-05-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio, \nSeguramente el nombre de la impresora, fijate bien ( normalmente pone en sesion XXx), esto también forma parte del nombre de la impresora.\n\nEstoy de acuerdo, el problema es cuando lo quieres guardar a algun sitio con...
BullZip PDF
[ { "date": "2012-05-18", "forum": "FiveWin para Harbour/xHarbour", "text": "Pere,\n\nMe da la sensacion que es lo que tu dices... que el nombre de la impresora no coincide... lo digo porque me pasa lo mismo con el PDFCreator.\n\nPero el problema es que en la lista de impresoras obtenida con GetPrinters()...
BullZip PDF
[ { "date": "2012-05-18", "forum": "FiveWin para Harbour/xHarbour", "text": "Pere,\n\nParece que el problema pueda estar en lo que devuelve [b:19dgmxdn]GetProfString( \"Devices\", 0 )[/b:19dgmxdn] en ambiente Terminal Server 2008. He abierto un nuevo hilo a ver si alguien puede echar una luz.\n\nSaludos",...
BullZip PDF
[ { "date": "2012-05-18", "forum": "FiveWin para Harbour/xHarbour", "text": "Pere,\n\nFinalmente pude decirle la impresora Bullzip con SetPrintDefault(); el problema ahora es que en el cliente (Terminal Server) le da un error de que no puede generar el archivo. A mi en la ofi si me lo hace bien. \n\nHas p...
BullZip PDF
[ { "date": "2012-05-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Antonio, \n\n\nPrueba con esto:\n\n[code=fw:2jlzz44n]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">Function</span> Main<span style=\"color: #000000;\">&#40;</span><span...
BullZip PDF
[ { "date": "2012-05-22", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Pere,\n\nNo te he podido responder antes...\n\nLa verdad es que el tema del pdf me tiene bastante desanimado ya...\n\nHe probado Image2Pdf (dll), PdfCreator y Bullzip Pdf. Los 3 *si* me han funcionado a mi en mi ofi. Pero en...
BullZip PDF
[ { "date": "2012-05-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Utilizo el image2pdf para convertir los emf de las preview en archivos pdf pero no la dll sino el exe bajo linea de comandos sin problemas, inlcusive en un servidor con server 2008, y por escritorio remoto tambien.\n\nLa linea qu...
BullZip PDF
[ { "date": "2012-05-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Tecnisoftware,\n\nGracias por responder.\n\nMira, lo que me pasa con el image2pdf sobre el TS 2008 es que no traduce bien el font. Yo utilizo archivos .Wmf. \nHe contactado con Adrian de Utility Warrior, y por lo que me dice es q...
BullZip PDF
[ { "date": "2012-05-25", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola\n\nPara generar pdfs lo mejor es el PDFCREATOR\n\n1. INSTALAS PDFCREATOR\n\n2. LO CONFIGURAS:\n PDFCREATOR-OPCIONES-AUTOGUARDADO\n USAR AUTOGUARDADO\n NOMBRE DE ARCHIVO: TITLE\n Y ASIGNAS UNA CARPETA DONDE S...
BullZip PDF
[ { "date": "2007-07-18", "forum": "FiveWin for CA-Clipper", "text": "Hi All,\n\n\nAgain it`s been a long time since I was on this forum. I`m picking up where I left a few months ago.\n\nFor a while I thought I was crazy, but I went into heavy testing the TGet of FiveWin and found a few exasperating bugs....
Bunch of bug in TGet
[ { "date": "2007-07-18", "forum": "FiveWin for CA-Clipper", "text": "Hi,\n\n\nIf anyone is interested in trying out these scenario, I have created 4 small test program that demonstrates the problems.\n\n\nRegards\n\nGilbert", "time": "03:23", "topic": "Bunch of bug in TGet", "username": "Gilb...
Bunch of bug in TGet
[ { "date": "2007-07-18", "forum": "FiveWin for CA-Clipper", "text": "Gilbert,\n\nAre you using FW for Clipper ? What version ?\n\n> If anyone is interested in trying out these scenario, I have created 4 small test program that demonstrates the problems. \n\nYes, please", "time": "07:48", "topic":...
Bunch of bug in TGet
[ { "date": "2007-07-18", "forum": "FiveWin for CA-Clipper", "text": "Hi Antonio,\n\nI`m using Clipper 5.3 and FiveWin 2.5\n\nFor the sample program I will send them to your personal email.\n\n\nRegards\n\nGilbert", "time": "11:15", "topic": "Bunch of bug in TGet", "username": "Gilbert" } ]
Bunch of bug in TGet
[ { "date": "2010-01-02", "forum": "All products support", "text": "Auguroni!\n\nEMG", "time": "20:02", "topic": "Buon 2010", "username": "Enrico Maria Giordano" } ]
Buon 2010
[ { "date": "2010-01-02", "forum": "All products support", "text": "Auguri a tutti", "time": "16:17", "topic": "Buon 2010", "username": "MarcoBoschi" } ]
Buon 2010
[ { "date": "2010-01-03", "forum": "All products support", "text": "Tantissimi auguri <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> <!-- s:D ...
Buon 2010
[ { "date": "2010-01-04", "forum": "All products support", "text": "Auguri a tutti!!!", "time": "08:56", "topic": "Buon 2010", "username": "Dino Alessandri" } ]
Buon 2010
[ { "date": "2007-12-21", "forum": "All products support", "text": "[img:a3hspfzv]http&#58;//img212&#46;imageshack&#46;us/img212/6392/auguriwe2&#46;jpg[/img:a3hspfzv]", "time": "11:05", "topic": "Buon Natale e Felice 2008", "username": "Silvio" } ]
Buon Natale e Felice 2008
[ { "date": "2007-12-21", "forum": "All products support", "text": "Auguroni anche da parte mia!\n\nEMG", "time": "12:07", "topic": "Buon Natale e Felice 2008", "username": "Enrico Maria Giordano" } ]
Buon Natale e Felice 2008
[ { "date": "2007-12-21", "forum": "All products support", "text": "Tantissimi auguri anche da parte mia. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->", "time": "16:18", "topic": "Buon Natale e Felice 2008", "username": "Massimo Linoss...
Buon Natale e Felice 2008
[ { "date": "2023-05-02", "forum": "FiveWin for Harbour/xHarbour", "text": "What matters is the state of conservation, not the year of registration, happy birthday!!!", "time": "09:25", "topic": "Buon compleanno, caro Enrico", "username": "Silvio.Falconi" } ]
Buon compleanno, caro Enrico
[ { "date": "2023-05-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Happy birthday my friend !!! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "08:29", "topic": "Buon compleanno, caro Enrico", "username": "Antonio Linares"...
Buon compleanno, caro Enrico
[ { "date": "2023-05-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Happy Birthday and Many happy returns of the day", "time": "08:53", "topic": "Buon compleanno, caro Enrico", "username": "nageswaragunupudi" } ]
Buon compleanno, caro Enrico
[ { "date": "2023-05-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you, my friends! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "08:56", "topic": "Buon compleanno, caro Enrico", "username": "Enrico Maria Giordano"...
Buon compleanno, caro Enrico
[ { "date": "2023-05-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nHappy Birthay giovanotto! Buona giornata <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nC.", "time": "09:19", "topic": "Buon compleanno, caro Enrico", ...
Buon compleanno, caro Enrico
[ { "date": "2023-05-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Auguri Enrico , \n\nMaurizio", "time": "10:12", "topic": "Buon compleanno, caro Enrico", "username": "Maurizio" } ]
Buon compleanno, caro Enrico
[ { "date": "2023-05-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Querido Enrico, \nQue tengas un muy feliz cumpleaños junto a los tuyos.", "time": "12:46", "topic": "Buon compleanno, caro Enrico", "username": "jose_murugosa" } ]
Buon compleanno, caro Enrico
[ { "date": "2023-05-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Tantissimi auguri Enrico, buon compleanno !!!", "time": "18:10", "topic": "Buon compleanno, caro Enrico", "username": "Massimo Linossi" } ]
Buon compleanno, caro Enrico
[ { "date": "2023-05-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Zorionak Enrico !!!!", "time": "20:43", "topic": "Buon compleanno, caro Enrico", "username": "Baxajaun" } ]
Buon compleanno, caro Enrico
[ { "date": "2023-05-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Feliz Cumpleaños Enrico\nAbrazo", "time": "21:40", "topic": "Buon compleanno, caro Enrico", "username": "cnavarro" } ]
Buon compleanno, caro Enrico
[ { "date": "2023-05-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Many thanks to all! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "22:27", "topic": "Buon compleanno, caro Enrico", "username": "Enrico Maria Giordano" ...
Buon compleanno, caro Enrico
[ { "date": "2023-05-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Feliz cumpleaños estimado Enrico que los vientos a favor te acompañen !!", "time": "01:33", "topic": "Buon compleanno, caro Enrico", "username": "wilsongamboa" } ]
Buon compleanno, caro Enrico
[ { "date": "2023-05-04", "forum": "FiveWin for Harbour/xHarbour", "text": "[b:1rsp3a86]Auguri in super ritardo [/b:1rsp3a86]", "time": "09:19", "topic": "Buon compleanno, caro Enrico", "username": "MarcoBoschi" } ]
Buon compleanno, caro Enrico
[ { "date": "2009-04-10", "forum": "All products support", "text": "Buona Pasqua a Voi e alle Vostre Famiglie <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->", "time": "15:53", "topic": "Buona Pasqua", "username": "MarcoBoschi" } ]
Buona Pasqua
[ { "date": "2009-04-10", "forum": "All products support", "text": "Buona Pasqua anche da parte mia!\n\nEMG", "time": "17:07", "topic": "Buona Pasqua", "username": "Enrico Maria Giordano" } ]
Buona Pasqua
[ { "date": "2009-04-11", "forum": "All products support", "text": "Buona Pasqua e un pensiero a chi ha avuto la terribile esperienza del terremoto.", "time": "07:18", "topic": "Buona Pasqua", "username": "Massimo Linossi" } ]
Buona Pasqua
[ { "date": "2009-04-11", "forum": "All products support", "text": "Buona Pasqua a tutti!!!", "time": "07:38", "topic": "Buona Pasqua", "username": "Dino Alessandri" } ]
Buona Pasqua
[ { "date": "2016-07-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi !\n\nCan I burn files to CD/DVD drive ?", "time": "21:37", "topic": "Burn files to CD/DVD", "username": "Natter" } ]
Burn files to CD/DVD