messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2020-02-06",
"forum": "Off Topic / Otros temas",
"text": "Exelente. Tambien hemos desarrollado App.",
"time": "05:25",
"topic": "B4a free",
"username": "Busmatic_wpb"
}
] | B4a free |
[
{
"date": "2008-03-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I must insert an image jpg as background in a window \nbut I know this only for bitmap and not run for jpg\n\nsample \n#define OSFONDO \"D48.JPG\"\n...\nDEFINE BITMAP oBmpSFONDO SFONDO FILENAME OSFONDO\n\n...\n\nACTIVATE WINDOW ... | BACKGROUND ON A WINDOW |
[
{
"date": "2008-03-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I made also this :\n\n oBmpSFONDO = TImage():Define( , OSFONDO )\n\n oWnd:oWndClient:bPainted := {|hDC| PalBmpDraw( hDC, 0, 0,oBmpSFONDO:hBitmap,,;\n oWnd:oWndClient:nWidth, oWnd:oWndClient:... | BACKGROUND ON A WINDOW |
[
{
"date": "2008-03-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\n\nDo MsgInfo( oBmpSFONDO:hBitmap ) to check that you have a valid handle there.",
"time": "14:03",
"topic": "BACKGROUND ON A WINDOW",
"username": "Antonio Linares"
}
] | BACKGROUND ON A WINDOW |
[
{
"date": "2008-03-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Silvio:\n\nThis works for me:\n[code:1tb4wumm] @ 0, 0 IMAGE oImg FILENAME C:\\MG\\IMAGES\\MGLogom.jpg\" OF oWnd:oWndClient ;\n SIZE GetSysMetrics( 0 ), GetSysMetrics( 17 ) - GetS... | BACKGROUND ON A WINDOW |
[
{
"date": "2008-03-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I try this sample but not run ok \n\n[code:feqzftf1]\n#include \"FiveWin.ch\"\n\n\n\n#define OSFONDO \"D48.JPG\"\n\n\n static oWnd\n\n\n\nfunction Main()\n\n local oBar\n\n DEFINE WINDOW oWnd TITLE \"Test\" ... | BACKGROUND ON A WINDOW |
[
{
"date": "2008-03-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Silvio:\n[quote=\"Silvio\":3flbb92p]I try this sample but not run ok[/quote:3flbb92p]\nFor a MDICHILD try this:\n\n@0,0 IMAGE oImg FILENAME OSFONDO OF oWChld SIZE oWChld:nWidth, oWChld:nHeight PIXEL ADJUST\n\nJust remember that... | BACKGROUND ON A WINDOW |
[
{
"date": "2007-03-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gente como executar e restaurar backup no mysql ?\n\n\nAlguem poderia fornecer um exemplo de como criar uma rotina para esta finalidade?\n\nAokisantos",
"time": "20:44",
"topic": "BACKUP MYSQL como ?",
"username": "AO... | BACKUP MYSQL como ? |
[
{
"date": "2007-03-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "SOLUCIONADO <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "21:02",
"topic": "BACKUP MYSQL como ?",
"username": "AOKISANTOS"
}
] | BACKUP MYSQL como ? |
[
{
"date": "2007-03-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Me podrias Indicar como lo hiceste... \n\nDe antemano Gracias <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "07:20",
"topic": "BACKUP MYSQL como ?",
... | BACKUP MYSQL como ? |
[
{
"date": "2007-03-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"leandro\":1ywki5hr]Me podrias Indicar como lo hiceste... \n\nDe antemano Gracias <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->[/quote:1ywki5hr]\n\nLeandr,\n\nMe ... | BACKUP MYSQL como ? |
[
{
"date": "2007-03-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "En PHP:\n[code:2915gxkt]\n<?php\n\n//Copyright (C) 2000-2006 Antonio Grandío Botella http://www.antoniograndio.com\n//Copyright (C) 2000-2006 Inmaculada Echarri San Adrián http://www.inmaecha... | BACKUP MYSQL como ? |
[
{
"date": "2007-03-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "segue a solução:\n\n<!-- m --><a class=\"postlink\" href=\"http://www.fivewin.com.br/forum/topic.asp?TOPIC_ID=9423\">http://www.fivewin.com.br/forum/topic.asp?TOPIC_ID=9423</a><!-- m -->\n\n\nAokisantos",
"time": "12:43",
... | BACKUP MYSQL como ? |
[
{
"date": "2007-04-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Holas, si se le asigna la usuario el priviliegio >\"files\", se puede usar la siguiente orden\n\n\"SELECT * INTO OUTFILE '/BACKS/listado.txt' FROM listado\"\n\ndonde listado.txt contendra la infoirmacion de la tabla listado en fo... | BACKUP MYSQL como ? |
[
{
"date": "2014-08-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Saludos, estoy usando xHarbour, alguien ha hecho respaldo y restauracion de las database mysql con la clase TDolphin.? ...logre hacer el backup, luego probe restaurarlo con navicat y no me trajo las tablas, parece que el .SQL no ... | BACKUP/RESTORE DATABASE MYSQL CON TDOLPHIN |
[
{
"date": "2014-08-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola...\nYo uso estas sentencias para el backup y el restore,,,,( el detalle esta en que no guarda las estructuras,,, pero es mucho mas rápido que mysqldump)...\npero,,, solo backupeas y las restauras desde tu aplicación,,,, \n\... | BACKUP/RESTORE DATABASE MYSQL CON TDOLPHIN |
[
{
"date": "2014-08-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Willi, esa opcion la estoy probando, pero como dices, solo guarda la data y no la estructura de la tabla, intente usar mysqldump en un excute() y aun no me funciona bien, creo me falta un parametro, estoy leyendo sobre su uso, le... | BACKUP/RESTORE DATABASE MYSQL CON TDOLPHIN |
[
{
"date": "2014-08-24",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola,,,\nUn detalle, esas funciones que te indique, solo funcionan en el server... no en las estaciones de trabajo,,, esto es valido por un tema de seguridad,,, así que desde cualquier estación no se puede sacar backups.... ya su... | BACKUP/RESTORE DATABASE MYSQL CON TDOLPHIN |
[
{
"date": "2014-08-24",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Ya lo pille Willi, pero el detalles es que solo respalda la data y no la estructura de las tablas, pude hacer respaldo y estauracion con TDolphin, pero tengo una tabla con 700 registros, para respaldarla todo bien, pero cuando in... | BACKUP/RESTORE DATABASE MYSQL CON TDOLPHIN |
[
{
"date": "2014-08-24",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola...\nHago backups con una 60m tablas y algunas de ellas con 500,000 registros,,, con los comandos que te mencione,,, y además los zipe con password... asi nadie (o casi nadie) las puede ver... echale un ojo a este código\n[co... | BACKUP/RESTORE DATABASE MYSQL CON TDOLPHIN |
[
{
"date": "2014-08-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Jose Luis,\n\nyo hago el mysqldump por medio de un .bat\n\ncFile := \"backup.bat\"\nlEsc := .f.\n\n FErase( cFile )\n\n if ! FILE( cFile )\n\n nHand := FCreate( cFile )\n FWrite(nHand, cComando )\n FClose(nHand... | BACKUP/RESTORE DATABASE MYSQL CON TDOLPHIN |
[
{
"date": "2007-11-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "when I write a say into BAR style 2007 the say not is trasparent \nwhen I insert the clausole trasparent to say it make error",
"time": "09:37",
"topic": "BAR 2007",
"username": "Silvio"
}
] | BAR 2007 |
[
{
"date": "2007-11-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You have to use oBar:Say() method instead.\n\nEMG",
"time": "11:50",
"topic": "BAR 2007",
"username": "Enrico Maria Giordano"
}
] | BAR 2007 |
[
{
"date": "2007-11-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I not see none method on Tbar \n\nI have \n\n DEFINE BUTTONBAR obar 3D OF oWnd SIZE 42,42 2007\n\n @ 8, 987 SAY oSay PROMPT \"Manager \" SIZE 200,15 OF obar FONT oFont PIXEL\n\nHow I can do ?",
"time": "23:59",
"topic": ... | BAR 2007 |
[
{
"date": "2007-11-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\n\noBar:bPainted := { || oBar:Say( ... ) }\n\nPlease review source\\classes\\rpreview.prg for a oBar:Say( ... ) full sample",
"time": "00:21",
"topic": "BAR 2007",
"username": "Antonio Linares"
}
] | BAR 2007 |
[
{
"date": "2007-11-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "thanks antonio I resolve It",
"time": "01:21",
"topic": "BAR 2007",
"username": "Silvio"
}
] | BAR 2007 |
[
{
"date": "2005-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Friends,\n\nHas anybody implemented Barcoding, reading and Printing using FWH.\n\nKindly give me some examples.\n\n- Ramesh Babu P",
"time": "04:03",
"topic": "BARCODING, READING AND PRINTING USING FWH",
"username":... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2005-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "If you need a aprofessional tools looks at <!-- w --><a class=\"postlink\" href=\"http://www.combit.net\">www.combit.net</a><!-- w -->\n\nRegards Maurizio",
"time": "09:26",
"topic": "BARCODING, READING AND PRINTING USING ... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2005-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Maurizio,\nDo you work with combit list and label report in your app ?\nIf affermative could you pls. share with me a sample app to interface FWH to L&L ?\n\nThanks in advance\n\nMarco",
"time": "09:52",
"topic": "BARCO... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2005-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"RAMESHBABU\":242dfpx9]Hi Friends,\n\nHas anybody implemented Barcoding, reading and Printing using FWH.\n\nKindly give me some examples.\n\n- Ramesh Babu P[/quote:242dfpx9]\n\nHello,\n\nthere are many possibilities, free ... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2005-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Barlib works great with xHarb and FWH\n\n<!-- m --><a class=\"postlink\" href=\"http://www.arrakis.es/~cayetano/barlib.htm\">http://www.arrakis.es/~cayetano/barlib.htm</a><!-- m -->\n\nRick Lipkin\nSC Dept of Health, USA",
"ti... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2005-11-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Rick Lipkin\":3w213owo]Barlib works great with xHarb and FWH\n[/quote:3w213owo]\n\nIs it free or payable?",
"time": "05:38",
"topic": "BARCODING, READING AND PRINTING USING FWH",
"username": "srrao"
}
] | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2005-11-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Free.\n\nEMG",
"time": "10:59",
"topic": "BARCODING, READING AND PRINTING USING FWH",
"username": "Enrico Maria Giordano"
}
] | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2005-11-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "As stated by Rick :\n\nBarlib really works great with xHarb and FWH.\n\nIs there any class available to read the barcodes into FWH through the \nbarcode reader and which barcode reader is simple, costeffective and good to work wit... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2005-11-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Keyboard-emulation barcode readers are the easiest to use as they don't require any special action from the programming side.\n\nEMG",
"time": "10:27",
"topic": "BARCODING, READING AND PRINTING USING FWH",
"username": ... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2005-11-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"RAMESHBABU\":2z00bqan]Is there any class available to read the barcodes into FWH through the \nbarcode reader and which barcode reader is simple, costeffective and good to work with FWH.\n- Ramesh Babu P[/quote:2z00bqan]\... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2005-11-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks to Mr.Enrico and RF. \n\nYou have suggested the right and easiest way to implement barcode reading. \n\nNow I am now comfortable in implementing the barcodes in FWH.\n\n- Ramesh Babu P",
"time": "16:00",
"topic": "... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2006-07-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nWhere can I get BARLIB.LIB with documentation?\n\nThank you,",
"time": "01:01",
"topic": "BARCODING, READING AND PRINTING USING FWH",
"username": "cdmmaui"
}
] | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2006-07-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi cdmmaui\n\n[quote:1jg1r70g]Where can I get BARLIB.LIB with documentation? [/quote:1jg1r70g]\n\nSend a request mail to my e-mail ID.\nI will send a copy of BARLIB.ZIP \n\n- Ramesh Babu P",
"time": "02:42",
"topic": "BARC... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2006-07-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Ramesh,\n\nThank you for your response. I have sent the request to your email.\n\nSincerely,",
"time": "02:46",
"topic": "BARCODING, READING AND PRINTING USING FWH",
"username": "cdmmaui"
}
] | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2006-07-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Ramesh,\n\nDid you receive my request via email?\n\nThank you,",
"time": "04:29",
"topic": "BARCODING, READING AND PRINTING USING FWH",
"username": "cdmmaui"
}
] | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2006-07-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I recently incorporate barcode printing and reading using de Cayetano's code. It was quite simple to do and althought not all the codes support by the library was correctly recognise, it was enought for me with the Ean13.\n\nIn a ... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2006-07-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "<!-- m --><a class=\"postlink\" href=\"http://hyperupload.com/download/021bdf8b63/BarLib.rar.html\">http://hyperupload.com/download/021bdf8 ... b.rar.html</a><!-- m -->\n\nAqui encontrarán la clase barlib con ejemplos y la poca do... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2006-07-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I agree that Barlib is a wonderful barcode library and I use it since years. But please notice that it has some resource leakages. As an example, in banner.prg che command RELEASE is incorrectly used:\n\nrelease ofont\nrelease ope... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2006-07-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I've noticed that with barlib barcodes are not displayed when previewing. Bar codes work well only when creating the print job without PREVIEW.\n\nCan someone confirm this?\n\nThank you,\n\n\n\nReinaldo.",
"time": "19:27",
... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2006-07-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "No, I'm using Barlib and preview without problems.\n\nEMG",
"time": "19:54",
"topic": "BARCODING, READING AND PRINTING USING FWH",
"username": "Enrico Maria Giordano"
}
] | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2006-07-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mi amigo;\n\nThank you for your reply. BTW - congrats on the WC.\n\nI went back and checked my code. Indeed I'm not using barlib, I'm using VRDBcode instead. \n\nHas anybody been able to preview barcodes using the VRDBcode clas... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2006-08-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I could see a preview o the barcode but only when print 'one' barcode on the page.\n\nI have modify also the VRDCODE class o fix a bug when print big size barcodes and add support for circular style barcodes.\n\nIf you are interes... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2006-08-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Santi,\n\nPlease upload it to <!-- w --><a class=\"postlink\" href=\"http://www.hyperupload.com\">www.hyperupload.com</a><!-- w --> and post here the download url. Thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2006-08-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Using VRDBCODE class if you want to do a preview of a report you must use oPrn:hDcOut instead oPrn:hDc when create the codebars.\n\nGreetings.\nSantiago Pérez.",
"time": "20:05",
"topic": "BARCODING, READING AND PRINTING U... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2006-08-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "thanks santiago, i try this :\n[code:2jnxa82d]\nFunction PrintBarCode()\nLocal oPrn\nLocal oBc6\n\nprinter oPrn preview\npage\n\n oBC6 := VRDBarcode():New( oPrn:hDcOut , \"12345678\", 80, 80, 10, 10... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2006-08-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ok, I will implement the banner option also.\n\nCreate a 180º barcode could be a problem because I use solid circles to get a good barcode image. The arcs can't be easily fill with a color. \n\nPerhaps a good solution it's to over... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2006-08-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I sent you My test program .\nCreating a 180° barcode you can use only black COLOR\nYOu must give th epossibility to create option 90°, 180°, 270°, 360°\n\nYes the solution is good but you must write the code also on the center o... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2006-08-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "To : Ramesh\n\nYou sent me barlib, to my email.\n\nIs that you mean the barlib on this forum ?\n\nthank\n\nAreang",
"time": "01:47",
"topic": "BARCODING, READING AND PRINTING USING FWH",
"username": "areang"
}
] | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2006-08-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Areang\n\n[quote:h2vg6245]Is that you mean the barlib on this forum ? [/quote:h2vg6245]\n\nSorry!. I don't remember exactly.\n\n- Ramesh Babu P",
"time": "02:33",
"topic": "BARCODING, READING AND PRINTING USING FWH",
... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2006-08-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "<!-- m --><a class=\"postlink\" href=\"http://fivetechsoft.com/forums/viewtopic.php?t=3929\">http://fivetechsoft.com/forums/viewtopic.php?t=3929</a><!-- m -->",
"time": "07:08",
"topic": "BARCODING, READING AND PRINTING US... | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2006-08-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank Antonio\n\nThis lib work fine.\n\n\nAreang",
"time": "07:20",
"topic": "BARCODING, READING AND PRINTING USING FWH",
"username": "areang"
}
] | BARCODING, READING AND PRINTING USING FWH |
[
{
"date": "2006-06-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estoy utilizando desde hace tiempo BARLIB.\nMe surgio un pequeño problema al querer utilizar Impresora Laser, antes usaba a Injet (chorro tinta).\n\n\txCor := ::oPrn:Cmtr2Pix(nArriba,nIzq)\n\tyCor := ::oPrn:Cmtr2Pix(nAbajo,nDerec... | BARLIB |
[
{
"date": "2006-06-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Eduardo.\nSerias tan amable de facilitarme algun ejemplo ( prg chiquito ) para imprimir codigos de barra?\nYo uso en la actualidad fwh+hb y requiero imprimir un codigo de barras en una nota de venta y no he tenido tiempo para pro... | BARLIB |
[
{
"date": "2009-06-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Un saludo al foro, estoy utilizando esta libreria utilizando la opcion de impresion en centimetros pero cuando incluyo la opcion BANNER si imprime el codigo de barra pero el letrero que va abajo del codigo no lo imprime.\n\nEj.\n... | BARLIB opcion Banner |
[
{
"date": "2015-01-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Saludos, viendo unos sistemas modelos, me llamo la atencion un browse que contiene la barra del footer pero con botones y otros objetos, es posible hacer eso con nuestro xBrowse, creo seria algo muy favorable, seria como una butt... | BARRA O BOTONES EN FOOTER DE XBROWSE |
[
{
"date": "2015-01-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Has visto la funcion: XBrowse ( array ) por ejemplo?, aunque puede ser tambien una base de datos (depende de la version de FWH)",
"time": "04:26",
"topic": "BARRA O BOTONES EN FOOTER DE XBROWSE",
"username": "cnavarr... | BARRA O BOTONES EN FOOTER DE XBROWSE |
[
{
"date": "2015-01-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"cnavarro\":3b8bmg54]Has visto la funcion: XBrowse ( array ) por ejemplo?, aunque puede ser tambien una base de datos (depende de la version de FWH)[/quote:3b8bmg54]\nSaludos Navarro, gracias por tu rapida respuesta, el ... | BARRA O BOTONES EN FOOTER DE XBROWSE |
[
{
"date": "2017-04-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33970\">viewtopic.php?f=3&t=33970</a><!-- l -->",
"time": "16:05",
"topic": "BARRA O BOTONES EN FOOTER DE XBROWSE",
"u... | BARRA O BOTONES EN FOOTER DE XBROWSE |
[
{
"date": "2008-04-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi again!\n\nThis error is happening when I pressing the CTRL+VK_LEFT on xBrowse:\n\n[b:15nbczvh]Error BASE/1132 Bound Error: array access from Errorsys, line 360[/b:15nbczvh]\n[img:15nbczvh]http://lh4.ggpht.com/ferrei... | BASE/1132 Bound Error: array access from Errorsys, line 360 |
[
{
"date": "2008-04-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Júlio,\n\nAre you using FWH 6.12 ? That version is from December 2006 !!!\n\nThere are lots of changes, enhancements and new features since then.",
"time": "13:42",
"topic": "BASE/1132 Bound Error: array access from Errors... | BASE/1132 Bound Error: array access from Errorsys, line 360 |
[
{
"date": "2008-04-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":12ots2oh]Júlio,\n\nAre you using FWH 6.12 ? That version is from December 2006 !!!\n\nThere are lots of changes, enhancements and new features since then.[/quote:12ots2oh]\n\nOk Linares but, in my versio... | BASE/1132 Bound Error: array access from Errorsys, line 360 |
[
{
"date": "2008-04-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Júlio,\n\nI can not tell you for sure right now. We will have to look for it and see what we changed then.",
"time": "16:05",
"topic": "BASE/1132 Bound Error: array access from Errorsys, line 360",
"username": "Antonio... | BASE/1132 Bound Error: array access from Errorsys, line 360 |
[
{
"date": "2008-04-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":l24ra16n]Júlio,\n\nI can not tell you for sure right now. We will have to look for it and see what we changed then.[/quote:l24ra16n]\n\nOk Linares, please!\n\nI have detected that this only happens when ... | BASE/1132 Bound Error: array access from Errorsys, line 360 |
[
{
"date": "2020-05-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nI got an error message:\n\n[code=fw:363nx61f]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> Error occurred <span style=\"color: #00C800;\">at</span>: <span style=\"color: #000000;\">04</span>/<span style... | BASE/39 Write not allowed in MariaDB |
[
{
"date": "2020-05-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nI think I found my mistake.\n\nin oTb_YAPILAN:D_BOS(YENIKAYIT)\n[code=fw:2y2faoci]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> oRec:<span style=\"color: #000000;\">SetDefault</span><span style=\"color: ... | BASE/39 Write not allowed in MariaDB |
[
{
"date": "2020-05-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rowset:\noRs:SetDefault( field, uValue, lReadOnly ) // default lReadOnly is .t.",
"time": "16:07",
"topic": "BASE/39 Write not allowed in MariaDB",
"username": "nageswaragunupudi"
}
] | BASE/39 Write not allowed in MariaDB |
[
{
"date": "2020-05-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":2l7sxlaf]Rowset:\noRs:SetDefault( field, uValue, lReadOnly ) // default lReadOnly is .t.[/quote:2l7sxlaf]\n\nI could not find SetDefault in [url:2l7sxlaf]http://wiki.fivetechsoft.com/doku&#... | BASE/39 Write not allowed in MariaDB |
[
{
"date": "2020-05-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You will find it in the WIKI\n<!-- m --><a class=\"postlink\" href=\"http://wiki.fivetechsoft.com/doku.php?id=fivewin_class_fwmariarowset\">http://wiki.fivetechsoft.com/doku.php?i ... ariarowset</a><!-- m -->",
"time": "11:11"... | BASE/39 Write not allowed in MariaDB |
[
{
"date": "2020-06-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Mr. Rao,\n\nI am stuck in here.",
"time": "18:44",
"topic": "BASE/39 Write not allowed in MariaDB",
"username": "Horizon"
}
] | BASE/39 Write not allowed in MariaDB |
[
{
"date": "2020-06-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":14a3cu7b]Rowset:\noRs:SetDefault( field, uValue, lReadOnly ) // default lReadOnly is .t.[/quote:14a3cu7b]\n\nHi Mr. Rao,\n\nIs it valid for TDataRow class?",
"time": "18:11",
"topic": "BASE/39 ... | BASE/39 Write not allowed in MariaDB |
[
{
"date": "2020-06-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "There is a similar method in TDataRow also.\n\nBut it should be enough if you set default in the rowset class.",
"time": "04:48",
"topic": "BASE/39 Write not allowed in MariaDB",
"username": "nageswaragunupudi"
}
] | BASE/39 Write not allowed in MariaDB |
[
{
"date": "2020-06-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":ukzhx1i3]There is a similar method in TDataRow also.\n\nBut it should be enough if you set default in the rowset class.[/quote:ukzhx1i3]\n\nHi Mr. Rao,\n\nI have a procedure for every table to set defa... | BASE/39 Write not allowed in MariaDB |
[
{
"date": "2020-06-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:2jl8mcl9]Is there any lReadOnly parameter in TDataRow? I need .f.[/quote:2jl8mcl9]\nYes",
"time": "10:24",
"topic": "BASE/39 Write not allowed in MariaDB",
"username": "nageswaragunupudi"
}
] | BASE/39 Write not allowed in MariaDB |
[
{
"date": "2020-06-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Mr. Rao,\n\n[code=fw:2nnaedol]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oRec:<span style=\"color: #000000;\">SetDefault</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"K... | BASE/39 Write not allowed in MariaDB |
[
{
"date": "2020-06-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I will check this.",
"time": "11:37",
"topic": "BASE/39 Write not allowed in MariaDB",
"username": "nageswaragunupudi"
}
] | BASE/39 Write not allowed in MariaDB |
[
{
"date": "2020-06-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "waiting ...",
"time": "18:54",
"topic": "BASE/39 Write not allowed in MariaDB",
"username": "Horizon"
}
] | BASE/39 Write not allowed in MariaDB |
[
{
"date": "2020-06-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Syntax for SetDefault in TDataRow class\n[code=fw:2y9id1h8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">SetDefault<span style=\"color: #000000;\">(</span> ncField, uDefault, lCanModify <span style=\"color: #... | BASE/39 Write not allowed in MariaDB |
[
{
"date": "2020-06-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":35aw6vzz]Syntax for SetDefault in TDataRow class\n[code=fw:35aw6vzz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">SetDefault<span style=\"color: #000000;\">(</span> ncField, uDefa... | BASE/39 Write not allowed in MariaDB |
[
{
"date": "2020-06-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:3usi1yws]So you say the opposite is working with rowset.\n[/quote:3usi1yws]\n\nYes.",
"time": "01:40",
"topic": "BASE/39 Write not allowed in MariaDB",
"username": "nageswaragunupudi"
}
] | BASE/39 Write not allowed in MariaDB |
[
{
"date": "2020-09-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Buenas noches\nTengo una tabla con la siguiente estructura en un campo:\n[code=fw:1h8ywu33]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">id_categ TINYINT<span style=\"color: #000000;\">(</span><span style... | BASE/39 Write not allowed in MariaDB |
[
{
"date": "2020-09-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Por favor!\nComo lo soluciono?... no puedo avanzar!\n\nmuchas gracias",
"time": "03:40",
"topic": "BASE/39 Write not allowed in MariaDB",
"username": "MarioG"
}
] | BASE/39 Write not allowed in MariaDB |
[
{
"date": "2020-09-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Horizon\":2iav08gv]Hi,\n\nI think I found my mistake.\n\nin oTb_YAPILAN:D_BOS(YENIKAYIT)\n[code=fw:2iav08gv]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> oRec:<span style=\"color: #000000;\">SetDefault... | BASE/39 Write not allowed in MariaDB |
[
{
"date": "2009-03-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Olá Antonio,\n\nVocê teria o fluxo para gerar a lib do fivewin usando FWH + HARBOUR + MSVC ?",
"time": "13:05",
"topic": "BAT de compilação para FWH + HARBOUR + MSVC",
"username": "Rossine"
}
] | BAT de compilação para FWH + HARBOUR + MSVC |
[
{
"date": "2009-03-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Rossine,\n\nPuedes modificar este simple BAT para que use MSVC:\n[code=fw:2f436l34]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">for</span> %%f in <span style=\"color: #0000... | BAT de compilação para FWH + HARBOUR + MSVC |
[
{
"date": "2009-03-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Rossine,\n\nMira como Kleyber esta modificando el BAT:\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=14669&p=76500#p76499\">viewtopic.php?f=6&t=14669&p=76500#p76499</a><!-- ... | BAT de compilação para FWH + HARBOUR + MSVC |
[
{
"date": "2009-04-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Sr. Antonio,\n\nGostariamos de recompilar fwh8.02 com o novo xharbour 1.2.1, seria possível o Sr, informar a melhor maneira de faze-lo. \n\nOu seja, é possível o Senhor fornecer um BAT de Compilação?\n\n\nMuito obrigado",
"ti... | BAT para Recompilar FWH802 com xHB1.21 |
[
{
"date": "2009-04-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Puedes usar HARB2LIB.EXE <!-- m --><a class=\"postlink\" href=\"http://www.fivewin.com.br/exibedicas.asp?id=582\">http://www.fivewin.com.br/exibedicas.asp?id=582</a><!-- m -->\n\nMuchos saludos!",
"time": "13:55",
"topic"... | BAT para Recompilar FWH802 com xHB1.21 |
[
{
"date": "2009-04-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Alejandro, obrigado por responder.\n\nEu já utilizo o harb2lib, mais minha pergunta é, o mesmo já não esta desatualizado?",
"time": "14:51",
"topic": "BAT para Recompilar FWH802 com xHB1.21",
"username": "MGA"
}
] | BAT para Recompilar FWH802 com xHB1.21 |
[
{
"date": "2009-04-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Yo utilice el HARB2LIB.EXE para compilar la FWH 9.04 con la version xHarbour 1.1.0 de abril del 2008 (por usar libs de terceros que no funcionan con las versiones posteriores de xHarbour).\nLas aplicaicones me funcionan estables.... | BAT para Recompilar FWH802 com xHB1.21 |
[
{
"date": "2021-06-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola foro,\n\nMe preguntaba... Hay alguna forma de rellenar un EDIT o MEMO con información con BBCode (<b></b> para negrita, <u></u> para subrayado, etc...)?\n\nO de cambiar interactivamente ciertas cosas dentro de un get multili... | BBCode para Edit - Memo |
[
{
"date": "2021-06-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Puedes plantearte usar un control RICHEDIT, aunque evidentemente tendrías que realizar en la cadena del mensaje un STRTRAN de los tags que te vienen del BBCODE a los tags que utiliza el RICHEDIT.",
"time": "00:33",
"topic... | BBCode para Edit - Memo |
[
{
"date": "2021-06-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "An easy way is the save it as a temporary HTML file and view it as HTML.\n\nExample:\n[code=fw:11u812q2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #00C800;\">local</span> cText := <spa... | BBCode para Edit - Memo |
[
{
"date": "2021-06-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Mr Rao.,\n\nThanks a lot, it's what I'm looking for!",
"time": "15:03",
"topic": "BBCode para Edit - Memo",
"username": "nlerdafehn"
}
] | BBCode para Edit - Memo |
[
{
"date": "2009-07-29",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estoy pasando una aplicación con bases distribuidas a MySql. Esta aplicación es para la liquidación de sueldos. Cada vez que termina un periodo de liquidación genero un nuevo directorio donde guardo el periodo ya liquidado ( esto... | BBDD en mysql |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.