messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2013-11-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Manuel,\n\nNo se cual pueda ser tu problema.\nDesaconsejo utilizar el APPEND FROM DELIMITED por el delimitador.\nImaginate que tienes un asterisco en el telefono o en la direccion: pues ya la tenemos liada.\n\nAsi que te aconsejo... | APPEND FROM DELIMITED |
[
{
"date": "2013-11-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "hmpaquito, muchas gracias por el consejo.",
"time": "10:55",
"topic": "APPEND FROM DELIMITED",
"username": "Manuel Aranda"
}
] | APPEND FROM DELIMITED |
[
{
"date": "2013-11-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Manuel,\nSi aún no lo has solucionado, ¿podríamos ver, al menos, las primeras 10 líneas del .txt?\nSaludos.",
"time": "20:49",
"topic": "APPEND FROM DELIMITED",
"username": "FranciscoA"
}
] | APPEND FROM DELIMITED |
[
{
"date": "2007-08-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I am not able to append from a dbf file when it has a .CDX file associated with it. The only way I can do it is to delete the cdx file first, then do an \"INDEX ON...\" to rebuild it after I append from it. Is this a limitation ... | APPEND FROM not working when CDX file exist |
[
{
"date": "2007-08-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Can you show a reduced sample of the problem?\n\nEMG",
"time": "22:39",
"topic": "APPEND FROM not working when CDX file exist",
"username": "Enrico Maria Giordano"
}
] | APPEND FROM not working when CDX file exist |
[
{
"date": "2007-08-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico - \nYou can download a sample that shows the problem from <!-- m --><a class=\"postlink\" href=\"http://www.softraksystems.com/download/append.zip\">http://www.softraksystems.com/download/append.zip</a><!-- m --> Run the e... | APPEND FROM not working when CDX file exist |
[
{
"date": "2007-08-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Page not found. Please paste here the PRG showing the problem.\n\nEMG",
"time": "15:02",
"topic": "APPEND FROM not working when CDX file exist",
"username": "Enrico Maria Giordano"
}
] | APPEND FROM not working when CDX file exist |
[
{
"date": "2007-08-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico - \nNow the download link works. Sorry I didn't test it before.\n\nCharles",
"time": "15:45",
"topic": "APPEND FROM not working when CDX file exist",
"username": "CharlesPratt"
}
] | APPEND FROM not working when CDX file exist |
[
{
"date": "2007-08-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The following sample works fine here:\n\n[code:gzeb0yxy]REQUEST DBFCDX\n\n\nFUNCTION MAIN()\n\n RDDSETDEFAULT( \"DBFCDX\" )\n\n DBCREATE( \"ERRTEST\", { { \"TEST\", \"C\", 35, 0 } } &#... | APPEND FROM not working when CDX file exist |
[
{
"date": "2007-08-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nIt has been some time since I used \"Append\".\n\nBut if I remember well, the file from which you append, must be closed.\n\nCould that solve your problem ?\n\nGood luck.",
"time": "01:24",
"topic": "APPEND FROM... | APPEND FROM not working when CDX file exist |
[
{
"date": "2007-08-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, you are right, as COPY TO opens the destination file in exclusive mode.\n\nEMG",
"time": "07:46",
"topic": "APPEND FROM not working when CDX file exist",
"username": "Enrico Maria Giordano"
}
] | APPEND FROM not working when CDX file exist |
[
{
"date": "2007-08-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico - \nThe following code is very simple, and causses the error to occur. Rather than using dbcreate as you did, I am using the customer.dbf from the FWH samples folder. The first time you run this, un-comment the COPY TO CU... | APPEND FROM not working when CDX file exist |
[
{
"date": "2007-08-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Same error with Clipper. The reason is that you can't use aliases inside the index key. Change as follows:\n\n[code:2e06dvv1]INDEX ON FIELD->LAST TAG LAST\nINDEX ON FIELD->SALARY TAG SALARY[/code:2e06dvv1]\n\nEMG",
"time": "16... | APPEND FROM not working when CDX file exist |
[
{
"date": "2007-08-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "That fixes it. Many thanks, Enrico. I have some code to change in some of my apps.\n\nCharles",
"time": "18:37",
"topic": "APPEND FROM not working when CDX file exist",
"username": "CharlesPratt"
}
] | APPEND FROM not working when CDX file exist |
[
{
"date": "2020-11-15",
"forum": "mod_harbour",
"text": "Dear Antonio,\nWhere do I find AP_GETENV in source code.\nIn apache.prg I see: extern HB_VMPROCESSSYMBOLS, HB_VMEXECUTE, AP_GETENV, AP_BODY, HB_URLDECODE\nCan you please explain to me what this means.\nThank you so much.\nBest regards,\nOtto",
... | AP_GETENV |
[
{
"date": "2020-11-16",
"forum": "mod_harbour",
"text": "Dear Otto,\n\n[url:3row6b4s]https://github.com/FiveTechSoft/mod_harbour/blob/master/source/in.c[/url:3row6b4s]\n\n[code=fw:3row6b4s]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">HB_FUNC... | AP_GETENV |
[
{
"date": "2020-11-16",
"forum": "mod_harbour",
"text": "Dear Otto,\n\n> extern HB_VMPROCESSSYMBOLS, HB_VMEXECUTE, AP_GETENV, AP_BODY, HB_URLDECODE\n\nTo force the link of those symbols",
"time": "08:40",
"topic": "AP_GETENV",
"username": "Antonio Linares"
}
] | AP_GETENV |
[
{
"date": "2007-01-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "alguien me podria facilitar un ejemplo operativo de TREE\n\nGRACIAS",
"time": "20:42",
"topic": "ARBOLES",
"username": "A&C"
}
] | ARBOLES |
[
{
"date": "2007-01-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Amigo\n\nRevisas el ejemplo TESTTREE.PRG en SAMPLES, ok?",
"time": "00:11",
"topic": "ARBOLES",
"username": "Rochinha"
}
] | ARBOLES |
[
{
"date": "2016-07-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola amigo como Actualizo los Total en este Archivo TestMerg,prg ya que le agregue el edit \n\n\n WITH OBJECT oBrw:aCols[ 5 ]\n :nEditType := EDIT_GET\n :nFooterType := AGGR_SUM\n END\npero no actuliza... | ARCHIVO TESTMERG.PRG |
[
{
"date": "2016-07-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Agregale oBrw:MakeTotals() despues de salir de la edicion.",
"time": "17:15",
"topic": "ARCHIVO TESTMERG.PRG",
"username": "cmsoft"
}
] | ARCHIVO TESTMERG.PRG |
[
{
"date": "2018-08-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimados amigos\nEstoy usando en Rpreview en una aplicacion y me encuentro con que es imposible borrar los metafiles que se generan en el \\TEMP de windows.\nCuando la aplicación arranca hago un aEval(Directory(Gentenv('TEMP')+... | ARCHIVOS *.EMF DEL PREVIEW - Imposible borrarlos |
[
{
"date": "2018-08-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Intenta asi, al salir del sistema(programa principal),\n\n[code=fw:2pxr1ehw]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">FUNCTION</span> LIBERA_TODO<span style=\"color: #00... | ARCHIVOS *.EMF DEL PREVIEW - Imposible borrarlos |
[
{
"date": "2018-08-07",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Karinha un gusto conocerte!\nmuchas gracias por tu aporte.\nLo probe pero los *.EMF siguen sin permitir ser borrados hasta que no salgo totalmente de la aplicación o entro de nuevo.\nPor lo que veo la Rpreview los genera y l... | ARCHIVOS *.EMF DEL PREVIEW - Imposible borrarlos |
[
{
"date": "2018-08-07",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Creo, sea mejor generar todo en *.PDF, yo hago asi y no tengo problemas y és más seguro.\n\n[img:3sj8hviv]https://i.imgur.com/t2rlh6w.png[/img:3sj8hviv]",
"time": "15:38",
"topic": "ARCHIVOS *.EMF DEL PREV... | ARCHIVOS *.EMF DEL PREVIEW - Imposible borrarlos |
[
{
"date": "2018-08-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[code=fw:3rturfsg]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><span style=\"color: #00D7D7;\">#I... | ARCHIVOS *.EMF DEL PREVIEW - Imposible borrarlos |
[
{
"date": "2018-08-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hora Karinha\nGracias por seguir ocupandote del tema.\nTe explico...cuando recien entras a la aplicacion o cuando ejecutas la Libera_todo despues de haber terminado la aplicación (saliste de la oWnd del main)\nlos archivo se borr... | ARCHIVOS *.EMF DEL PREVIEW - Imposible borrarlos |
[
{
"date": "2018-08-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Mira en RPREVIEW.PRG si el comando DELETEMETAFILE(), está funcionando; Saludos.",
"time": "14:31",
"topic": "ARCHIVOS *.EMF DEL PREVIEW - Imposible borrarlos",
"username": "karinha"
}
] | ARCHIVOS *.EMF DEL PREVIEW - Imposible borrarlos |
[
{
"date": "2018-08-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "el DeleteEnhMetafiles() no los borra \nEstuve mirando con el comando OPENFILES del sistema y me muestra que todos los *.emf estan abiertos por la aplicación (el oWnd main del EXE de FWH)\nHasta que no salgo de la misma no se libe... | ARCHIVOS *.EMF DEL PREVIEW - Imposible borrarlos |
[
{
"date": "2018-08-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Que raro. \nEn mi versión FWH 1204, los EMF son borrados inmediatamente después de cerrar el preview.\nPor supuesto si no cierras el preview no se puede borrarlos.\n\nTienes modificada la classe tprinter, metodo end()?\n\nSeria b... | ARCHIVOS *.EMF DEL PREVIEW - Imposible borrarlos |
[
{
"date": "2018-08-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Tengo el fwh 18 y la clase tprinter y rpreview estan originales.\nCompare el metodo end() con el de versiones anteriores y es igual. \nHay algo que mantiene los emf capturados y impide actuar al ferase() del metodo end().\nHe pro... | ARCHIVOS *.EMF DEL PREVIEW - Imposible borrarlos |
[
{
"date": "2008-12-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Problema SOLUCIONADO, favor de hacer caso omiso al mensaje anterior.\r\n\r\n Gracias\r\n\r\n\r\n Ricardo E. Guardado Flores",
"time": "18:49",
"topic": "ARCHIVOS . MEM",
"username": "ricardog"
}
] | ARCHIVOS . MEM |
[
{
"date": "2008-09-26",
"forum": "FiveWin para CA-Clipper",
"text": "Hola\r\n\r\nTodos venimos de Clipper, y soliamos utilizar el famomo HEADMAIN.MEM que no era mas que un file donde guardabamos variables de memoria, herede esta costumbre al paso al FiveWin (16 bits) aun, y sospecho que me esta generand... | ARCHIVOS .MEM |
[
{
"date": "2008-09-27",
"forum": "FiveWin para CA-Clipper",
"text": "Luis,\r\n\r\nQue variables estas guardando en ese fichero MEM ?\r\n\r\nDesde donde y cuando las restauras ?",
"time": "00:00",
"topic": "ARCHIVOS .MEM",
"username": "Antonio Linares"
}
] | ARCHIVOS .MEM |
[
{
"date": "2008-09-27",
"forum": "FiveWin para CA-Clipper",
"text": "Hola Antonio\r\n\r\nGracias por tu respuesta, en ese file guardo los nombres de las tablas que utilizo, Pictures y otras :\r\n\r\nUSE &FIL01\r\n\r\nUSE &FIL02..... \r\n\r\nComo comprenderas son casi com cincuenta, y parametros de mis s... | ARCHIVOS .MEM |
[
{
"date": "2008-09-27",
"forum": "FiveWin para CA-Clipper",
"text": "Luis,\r\n\r\n> ahora con regular exito. \r\n\r\nEl problema cual es ? GPFs ?\r\n\r\nDonde ocurren ? Has puesto trazas en tu programa usando MsgInfo() para localizar el punto exacto en donde se genera un GPF ?\r\n\r\nTendrás que generar... | ARCHIVOS .MEM |
[
{
"date": "2008-09-27",
"forum": "FiveWin para CA-Clipper",
"text": "El problema es que se ha vuelto inestable, debido a los problemas de GPF, en las listas de articulos muestra un grafico con el ON CHANGE del LISTBOX y si lo pasa muy rapido da error stck fault 650, uso la TIMAGE para poder mostrar JPG... | ARCHIVOS .MEM |
[
{
"date": "2008-09-27",
"forum": "FiveWin para CA-Clipper",
"text": "Hola Luis:\r\n\r\nSeguramente ese problema es que estas usando NViewlib o \r\nalgo parecido. Ese fue unos de mi problemas en 16 bits.\r\n\r\n(Si las imagenes son JPG prueba primerpo con BMPs)\r\n\r\nAhoar con 32 bits, no ocurre, usas J... | ARCHIVOS .MEM |
[
{
"date": "2016-08-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimados, tiempo atras.. plantee mal una consulta con respecto a trabajar con ciertos archivos, que no conocia.. lei mejor y son archivos del tipo JSON, me falto conocer mas... el caso es que busque aca.. pero no sale algo muy c... | ARCHIVOS JSON |
[
{
"date": "2016-08-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?p=191101#p191101\">viewtopic.php?p=191101#p191101</a><!-- l -->",
"time": "19:50",
"topic": "ARCHIVOS JSON",
"username": "An... | ARCHIVOS JSON |
[
{
"date": "2016-06-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Luis descargate desde este enlace los archivos que utilizo para la librería tpdf, y también la librería que esta enlazada con bcc582 y harbour\n\n<!-- m --><a class=\"postlink\" href=\"https://www.4shared.com/zip/JFhHppTpce/tpdfh... | ARCHIVOS PDF |
[
{
"date": "2016-06-10",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buenos Dias\n\nEs necesario crear archivos PDF desde mi aplicacion, encontre información en el Foro referente a PDFLIB y TPDF (no se sin lo mismo) use la segunda por que encontre un link que puso Karinha:\n\ncomo clase propia de ... | ARCHIVOS PDF |
[
{
"date": "2016-06-10",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Lucho,,,\nve esto..\n\n[code=fw:ys0vgrql]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oPdf:<span style=\"color: #000000;\">PdfSetFont</span><span style=\"color: #000000;\">(</span> <span style=\"... | ARCHIVOS PDF |
[
{
"date": "2016-06-10",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Willy\n\nGracias por tu respuesta\n\nno corre, me da error:\n\noPdf:PdfSetFont( \"COURIER NEW\", 0, nFontPdf )\n\nque valores puede contener nFontPDf;\nle puse valor 10 y pasó\n\n\nPdfSay(oPdf, \"EMPRESA\", 2.5, 2.5, \"TIMES... | ARCHIVOS PDF |
[
{
"date": "2016-06-10",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Willy\n\nMe debe faltar algunos #define\nHe resuelto los mensajes, agregué las variables\n\ny me dió el mismo resultado\n\n\"Error al procesar pagina. Número fuera de rango\"\n\nDebe ser algo relacionado con la construccion de la... | ARCHIVOS PDF |
[
{
"date": "2016-06-10",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Luis,,,, faltaba las cabeceras\n[code=fw:2ptw549r]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /># include <span style=\"color: #ff0000;\">\"fivewin.ch\"</span> &nb... | ARCHIVOS PDF |
[
{
"date": "2016-06-10",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Willy\n\nAgregué las cabaceras\n\n# include \"report.ch\"\n# include \"dtpicker.ch\"\n# include \"xbrowse.ch\"\n\ntambien\n\noPdf:PdfInfo( \"COTIZACION\", \"\" ,\"\", \"\" )\n\ny sigue el mismo error\n\nError al procesar pagina, ... | ARCHIVOS PDF |
[
{
"date": "2016-06-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Fijate en este ejemplo que esta funcionando y podes reemplazar las variables y probalo\n\n Y fijate si tenés las cabeceras\n#include \"PdfHbDoc.ch\"\n#include \"Pdf.ch\"\n\n[code=fw:1mou49ln]<div class=\"fw\" id=\"{CB}\" style=\"... | ARCHIVOS PDF |
[
{
"date": "2016-06-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Me olvidé de esta función\n\n[code=fw:mxlicr2x]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">FUNCTION</span> titpdef<span style=\"color: #000000;\">(</span> oPdf <span style=\... | ARCHIVOS PDF |
[
{
"date": "2016-06-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias\n\nlo pruebo y comento",
"time": "01:03",
"topic": "ARCHIVOS PDF",
"username": "LuisPonce"
}
] | ARCHIVOS PDF |
[
{
"date": "2016-06-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Willy y SurGom\n\nme da el mismo error\n\n\"Error al procesar pagina, numero fuera de rango\"\n\nAbre el Adobe Reader, el documento en blanco y el mensaje de error\n\ne incluir el PDF.ch, me da errores en los FONTS, NORMAL, BOLD.... | ARCHIVOS PDF |
[
{
"date": "2016-06-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola SurGom\n\nEsa libreria es para xHarbour??, la bajo y te aviso\n\nGracias",
"time": "18:36",
"topic": "ARCHIVOS PDF",
"username": "LuisPonce"
}
] | ARCHIVOS PDF |
[
{
"date": "2016-06-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Fijate que la librería que te envío es para harbour. Compila los prg con xharbour\n\n\n\nLuis",
"time": "01:27",
"topic": "ARCHIVOS PDF",
"username": "surGom"
}
] | ARCHIVOS PDF |
[
{
"date": "2016-06-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Esta está compilada con xharbour\n\n<!-- m --><a class=\"postlink\" href=\"https://www.4shared.com/file/MzS1IZWtba/tpdf.html\">https://www.4shared.com/file/MzS1IZWtba/tpdf.html</a><!-- m -->",
"time": "01:33",
"topic": "A... | ARCHIVOS PDF |
[
{
"date": "2018-03-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Saludos Luis\n\nRetomo este post, logre compilar los 2 ejemplos el de la PDFLIB y el de la TLIB, pero en ambos casos cuando ejecuto me sale el siguiente mensaje :\n\n\"Error al procesar pagina, numero fuera de rango\"\n\nNecesito... | ARCHIVOS PDF |
[
{
"date": "2018-03-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "La solución es usar harupdf . Mirate en el foro , existen bastantes posts sobre el asunto .\nHarupdf esta dentro de las contrib de harbour y tenemos una clase de Carlos Mora que la hace casi compatible con tprinter de fwh .\nsi ... | ARCHIVOS PDF |
[
{
"date": "2018-03-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=33439\">viewtopic.php?f=6&t=33439</a><!-- l -->",
"time": "09:34",
"topic": "ARCHIVOS PDF",
"username": "hmpaquito"
... | ARCHIVOS PDF |
[
{
"date": "2018-03-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimados, gracias por su apoyo\n\nAl final, decidi por modificar la rpreview.prg del FWH, segun sea el caso muestra el preview y espera, lo normal o muestra el preview y genera automaticamente el PDF que era lo que necesitaba.",... | ARCHIVOS PDF |
[
{
"date": "2017-01-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "amigo tengo este codigo\n\ncArchivoTxt :=memoread(\"C:\\SYSTEMA\\PTO_CORSSA\\salida.txt\")\nIf Empty(cArchivoTxt)\n MsgAlert(\"Archivo Vacio\",\"Atencion\" )\n\nElseIf !File(cArchivoTxt)\n MsgAlert(\"Archivo no se ... | ARCHVIO TXT |
[
{
"date": "2017-01-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "alguna ayuda es urgente el problema\n\nsaludos",
"time": "14:24",
"topic": "ARCHVIO TXT",
"username": "jbrita"
}
] | ARCHVIO TXT |
[
{
"date": "2017-01-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[code=fw:3ml8hxjc]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#Include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><br /><span style=\"color: #00C800... | ARCHVIO TXT |
[
{
"date": "2017-01-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "I think it's happening because you are using a long name in the path (\\PTO_CORSSA). Try change to this:\n\ncArchivoTxt := memoread(Lfn2Sfn(\"C:\\SYSTEMA\\PTO_CORSSA\\salida.txt\"))",
"time": "14:40",
"topic": "ARCHVIO ... | ARCHVIO TXT |
[
{
"date": "2017-01-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Very good Vilian,\n\n[code=fw:33z7oekk]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// FiveWin long filenames management.</span><br /><br /><span style=\"color: #00D7D7;\">... | ARCHVIO TXT |
[
{
"date": "2017-01-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"jbrita\":1xij67l9]amigo tengo este codigo\n\ncArchivoTxt :=memoread(\"C:\\SYSTEMA\\PTO_CORSSA\\salida.txt\")\nIf Empty(cArchivoTxt)\n MsgAlert(\"Archivo Vacio\",\"Atencion\" )\n\nElseIf !File(cArchivoTxt)\n ... | ARCHVIO TXT |
[
{
"date": "2017-01-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Es pequeñito pero mal diseñado desde el principio\nCabia a esto:\n[code=fw:3ffmyjs2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> cMyFile := <span style=\"color: #ff0000;\">\"C:<span style=\"color: #00... | ARCHVIO TXT |
[
{
"date": "2008-07-09",
"forum": "Off Topic / Otros temas",
"text": "Hello all,\r\n I'm looking for an ARM9 based development kit, with the SDRAM of at least 64M, ethernet, audio and LCD connection. Better would it be if it would be Samsung S3C24x0 based. I have been looking around for a long time and f... | ARM9 Samsung S3C24x0 based dev kit? |
[
{
"date": "2008-07-09",
"forum": "Off Topic / Otros temas",
"text": "Do you mean a Pocket PC hardware or are you looking for a software development tool for that hardware ?",
"time": "10:56",
"topic": "ARM9 Samsung S3C24x0 based dev kit?",
"username": "Antonio Linares"
}
] | ARM9 Samsung S3C24x0 based dev kit? |
[
{
"date": "2008-07-10",
"forum": "Off Topic / Otros temas",
"text": "Hi Antonio..\r\nI mean hardware, a development board\r\n I finally found one kit named AT2440 yesterday at [url:os6w1pwp]http://www.developmentboard.net[/url:os6w1pwp]\r\n. What do you think of it?\r\nI think it would be pe... | ARM9 Samsung S3C24x0 based dev kit? |
[
{
"date": "2010-07-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "how I can del an element of a array and refresh the array ?\nI have a array aData sample \n56,.t.\n102,.f.\n103,.f.\n I want delete only the array element with .t. and refresh the array aData",
"time": "00:55",
"topic": ... | ARRAY |
[
{
"date": "2010-07-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "// I want delete only the array element with .t. and refresh the array aData\n\nPRIVATE aData[5][2]\naData[1] := { [color=#FF0000:eemvntuc]56[/color:eemvntuc], .T. }\naData[2] := { 102, .F. }\naData[3] := { 103, .F. }\naData[4] :=... | ARRAY |
[
{
"date": "2010-07-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is simpler\n[code=fw:290xxoy2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">AEval<span style=\"color: #000000;\">(</span> AClone<span style=\"color: #000000;\">(</span> aData <span style=\"color: #00... | ARRAY |
[
{
"date": "2010-07-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Take note, in Rao's code, ADel() has 3 parameter. The 3rd parameter is an xHarbour extension which I think is not supported by Harbour",
"time": "10:56",
"topic": "ARRAY",
"username": "hua"
}
] | ARRAY |
[
{
"date": "2010-07-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"hua\":5aavhqyb]Take note, in Rao's code, ADel() has 3 parameter. The 3rd parameter is an xHarbour extension which I think is not supported by Harbour[/quote:5aavhqyb]\nThis works with Harbour too. Just link xhb.lib. Harbo... | ARRAY |
[
{
"date": "2010-07-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Rao:\n[quote=\"nageswaragunupudi\":3m6sxp1e]\nThis works with Harbour too. Just link xhb.lib. Harbour make file in samples folder includes this lib[/quote:3m6sxp1e]The function in xhb.lib that does the job is named xhb_adel()... | ARRAY |
[
{
"date": "2010-07-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Mr. Mercado. \nYes. You are right.\nIf we need syntax compatibility with xharbour, we need to include xhb.ch in the program file and link it with xhb.lib.\n\nThe logic I posted above is faulty.\nHere is the corrected one\n[... | ARRAY |
[
{
"date": "2010-07-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "thanks to all.\nI corrected the error .",
"time": "09:21",
"topic": "ARRAY",
"username": "MdaSolution"
}
] | ARRAY |
[
{
"date": "2021-04-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Amigos algun ejemplo de array folderex , BUSQUEDA y xbrowse\n\nsaludos",
"time": "17:32",
"topic": "ARRAY + FOLDER + XBROWSE + BUSQUEDA",
"username": "jbrita"
}
] | ARRAY + FOLDER + XBROWSE + BUSQUEDA |
[
{
"date": "2021-04-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Ningun colega a tenido la oportunidad de trabajar con estos controles al mismo tiempo\n\nsaludos",
"time": "15:25",
"topic": "ARRAY + FOLDER + XBROWSE + BUSQUEDA",
"username": "jbrita"
}
] | ARRAY + FOLDER + XBROWSE + BUSQUEDA |
[
{
"date": "2012-03-07",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Saludos, he necesitado los titulos de las columnas de un xBrowse para alimentar un combobox y asi que el usuario decida por donde hacer el rodenamiento o busqueda, mi pregunta es, existe una VAR en la clase xBrowse que me devuelv... | ARRAY CON TITULOS DE LAS COLUMNAS EN XBROWSE(SOLUCIONADO) |
[
{
"date": "2012-03-07",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Jose\n\nLa forma como lo haces es la correcta, no se guarda los \"prompt\" de las columnas en un array aparte pues ya estan creados en los objetos columnas, eso evita tener informacion repetida",
"time": "17:41",
"topic":... | ARRAY CON TITULOS DE LAS COLUMNAS EN XBROWSE(SOLUCIONADO) |
[
{
"date": "2012-03-07",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Ok Daniel, gracias por el dato, por lo menos no estaba tan perdido, jejeje, saludos... <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: -->",
"time": "19:47",
"to... | ARRAY CON TITULOS DE LAS COLUMNAS EN XBROWSE(SOLUCIONADO) |
[
{
"date": "2009-10-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Can I see if an array is empty or Full ?\nI must show a ok.bmp if aNumbers[1] is full or if is Empty I must show No.bmp",
"time": "10:02",
"topic": "ARRAY EMpty",
"username": "Silvio"
}
] | ARRAY EMpty |
[
{
"date": "2009-10-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:2i78qvfb]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">iif<span style=\"color: #000000;\">(</span>aNumbers<span style=\"color: #000000;\">[</span><span style=\"color: #000000;\">1</span><span sty... | ARRAY EMpty |
[
{
"date": "2006-10-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Alguien me podria explicar como usar BROWSE con ARRAY, \n\nyo uso TSBROWSE,, ahi defino con ADD COLUMN TO Obrw ARRAY ELEMENT \n\nalgun ejemplo util \n\nGRACIAS",
"time": "23:11",
"topic": "ARRAY EN BROWSE ( TSBROWSE)",
... | ARRAY EN BROWSE ( TSBROWSE) |
[
{
"date": "2006-10-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "te envie algo a tu privado, espero te ayude, es de ayuda de otros colegas.",
"time": "02:24",
"topic": "ARRAY EN BROWSE ( TSBROWSE)",
"username": "joseluisysturiz"
}
] | ARRAY EN BROWSE ( TSBROWSE) |
[
{
"date": "2006-10-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Asi lo tengo yo\nSaludos\n\n[code:25jo9lws]\n\n oBrw := TXBrowse():New( oDlg )\n oBrw:CreateFromResource( 100 )\n\n oBrw:SetArray( aDatos, .t. ) // .t. para q... | ARRAY EN BROWSE ( TSBROWSE) |
[
{
"date": "2006-10-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Yo uso el wbrowse de Hernán y funciona muy bien con arrays\n\n\n@15,1 listbox listrubros fields str(arubros[listrubros:nat][1],10,0)),;\n arubros[listrubros:nat,2],;\n\t\t arubr... | ARRAY EN BROWSE ( TSBROWSE) |
[
{
"date": "2006-10-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "mandame tu correo y te mando un ejemplo. El mio es <!-- e --><a href=\"mailto:horacio_dellacasa@yahoo.com.ar\">horacio_dellacasa@yahoo.com.ar</a><!-- e -->\n\nSaludos",
"time": "18:21",
"topic": "ARRAY EN BROWSE ( TSBROWS... | ARRAY EN BROWSE ( TSBROWSE) |
[
{
"date": "2007-09-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I remember to have read that array rdd is available. Can any one help me where can i get it please?\n\nNageswara Rao",
"time": "12:27",
"topic": "ARRAY RDD",
"username": "nageswaragunupudi"
}
] | ARRAY RDD |
[
{
"date": "2007-09-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It is in the xHarbour CVS:\n\nsource\\rdd\\usrrdd\\rdds\\arrayrdd.prg\n\nEMG",
"time": "18:07",
"topic": "ARRAY RDD",
"username": "Enrico Maria Giordano"
}
] | ARRAY RDD |
[
{
"date": "2007-09-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you very much pls\nRegards\nNageswaraRao",
"time": "01:30",
"topic": "ARRAY RDD",
"username": "nageswaragunupudi"
}
] | ARRAY RDD |
[
{
"date": "2013-07-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "For Harbour already exists a more complete version of this class With Index support, and for xharbour exist same ?",
"time": "15:23",
"topic": "ARRAY RDD",
"username": "vilian"
}
] | ARRAY RDD |
[
{
"date": "2009-05-04",
"forum": "FiveWin for Pocket PC",
"text": "Hello Antonio,\nI found out that a kind of „recordset” approach - oLbx with ARRAY - works much faster than using the database.\nAre you aware of advantages / disadvantages of using ARRAYS.\nThanks in advance\nOtto\n\nWith ARRAY (much fas... | ARRAY or DATABASE with oLbx? |
[
{
"date": "2009-05-04",
"forum": "FiveWin for Pocket PC",
"text": "Otto,\n\nAn array is entirely hold in memory, it does not need any disk access, thus it is faster.\n\nAnyhow, if you are doing your tests in the Pocket PC memory card, please keep in mind that the memory card as harddisk is slower than u... | ARRAY or DATABASE with oLbx? |
[
{
"date": "2009-05-04",
"forum": "FiveWin for Pocket PC",
"text": "Hello Antonio,\nI made more tests and found out that it is the \"select for to\" what makes it slow.\n\nBest regards,\nOtto",
"time": "12:35",
"topic": "ARRAY or DATABASE with oLbx?",
"username": "Otto"
}
] | ARRAY or DATABASE with oLbx? |
[
{
"date": "2009-05-04",
"forum": "FiveWin for Pocket PC",
"text": "Otto,\n\n> \"select for to\"\n\nYes, as it works as a filter. You should always use conditional indexes instead",
"time": "13:12",
"topic": "ARRAY or DATABASE with oLbx?",
"username": "Antonio Linares"
}
] | ARRAY or DATABASE with oLbx? |
[
{
"date": "2009-05-04",
"forum": "FiveWin for Pocket PC",
"text": "Hello Antonio,\n\nconditional is the solution.\nNow it is high speed. \n\nBest regards,\nOtto",
"time": "14:39",
"topic": "ARRAY or DATABASE with oLbx?",
"username": "Otto"
}
] | ARRAY or DATABASE with oLbx? |
[
{
"date": "2007-06-01",
"forum": "FiveWin for CA-Clipper",
"text": "I need to use array longer than 4096 elements (multidimensional if possible), and it is verry important to be used in LISTBOX.\n\nSome sugestions ?[/b]",
"time": "12:08",
"topic": "ARRAY over 4096 elements",
"username": "avi... | ARRAY over 4096 elements |
[
{
"date": "2007-06-01",
"forum": "FiveWin for CA-Clipper",
"text": "Clipper arrays are limited to 4096 elements. There is a workaround that consists on using the latest element to point to another array:\n\naTest[ 4096 ] = Array( 4096 )\n\nAnyhow we do recommend you to port your Clipper application to H... | ARRAY over 4096 elements |
[
{
"date": "2007-06-01",
"forum": "FiveWin for CA-Clipper",
"text": "Hi Antonio and thanks for fast answer.\n\n-> aTest[ 4096 ] = Array( 4096 )\n\n\n I will try to use this ....but how to use it in LISTBOX and view that 9191 elements ?\n\nBest regards,\n Pande.",
"time": "13:31",
"... | ARRAY over 4096 elements |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.