messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2011-07-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Antonio,\n\nGracias por responder.\n\n¿ Quisiste decir que pregunte en el ::keydown() por las 2 teclas ?\n\nSeria asi por ejemplo\n\nMETHOD KeyDown(nKey, nFlags)\n\nIF nKey == 43 .OR. nKey == OTRO_VALOR_DE_LA_TECLA_MAS \n ....... | Codigos de tecla |
[
{
"date": "2011-07-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "En algunos casos tengo búsquedas que se disparan si presiono alguna tecla, cuando utilizo el teclado numérico ( y la búsqueda es numérica ) el primer caracter que me muestra es uno alfanumérico. Pero si utilizo la calculadora de ... | Codigos de tecla |
[
{
"date": "2011-07-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Horacio,\n\nPuedes mostrar el código que usas ? <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "20:41",
"topic": "Codigos de tecla",
"username": "Antonio ... | Codigos de tecla |
[
{
"date": "2011-12-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I am having a problem with a small piece of code using Codejock Calendar. Perhaps someone can tell me what is wrong. The configuration with xHarbour(.com)/xCC works fine, but the Harbour 3.0/MSVC 2010 does not.\n\n[u:eqvns3aj]He... | Coding issue / Harbour 3/ MSVC |
[
{
"date": "2022-03-31",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola,\n\nTeniendo en la celda excel el dato formateado 104,24 internamente, realmente, la celda contiene 104,2412343 que es lo que devuelve Harbour\n\n¿ Cómo podria hacer para que Harbour devuelva 104,24, es decir, el número ya f... | Coger dato real de excel (SOLUCIONADO) |
[
{
"date": "2022-04-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Podrias pasarlos Str( xx,2) y luego devolver a numero con Val()",
"time": "05:25",
"topic": "Coger dato real de excel (SOLUCIONADO)",
"username": "CARLOS ATUNCAR"
}
] | Coger dato real de excel (SOLUCIONADO) |
[
{
"date": "2022-04-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias por tu interés, pero el truco era coger de la celda la propiedad :text y no :value\n\nLo incomodo es que :text podria contener coma decimal o punto decimal, dependiendo del formato de la celda. Y averiguar eso podria ser ... | Coger dato real de excel (SOLUCIONADO) |
[
{
"date": "2008-01-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muy buenas foro, tengo un pequeño problema a la hora de coger el texto del item seleccionado de un TTreeView, mira yo utilizo\n\noTree:GetSelected():GetParent():cPrompt\n\n(estoy cogiendo el texto del padre del hijo seleccionado)... | Coger el texto del item seleccionado en un TTreeView |
[
{
"date": "2010-11-29",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Como podría coger un fichero gráfico (foto, etc...) o de datos (zip, doc, etc...) o ficheros en general siendo este el enlace (por ejemplo): [b:2q5nh832]http://www.fivetechsoft.com/images/logo5t2.gif[/b:2q5nh832]\n\nEs decir, con... | Coger fichero grafico/datos desde HTTP |
[
{
"date": "2010-11-29",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Me contesto yo solo... (lo encontre)\n\n[code=fw:2wrd6e8q]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oHttp:=CreateObject<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"WinHTTP.Wi... | Coger fichero grafico/datos desde HTTP |
[
{
"date": "2010-11-30",
"forum": "FiveWin para Harbour/xHarbour",
"text": "JMGARCIA,\n\nSabe como chamar esta função direto no site: analise(login,senha,string)\n\nExemplo de Conexão:\n\nLinguagem PHP + Class nusoap\n\n<?php\n\ninclude_once('lib/nusoap.php');\n\n// link do web service\n$wsdl = 'http://w... | Coger fichero grafico/datos desde HTTP |
[
{
"date": "2010-11-30",
"forum": "FiveWin para Harbour/xHarbour",
"text": "JM Garcia:\n\nGracias por la solucion, en algun momento puede que la necesitemos..",
"time": "20:29",
"topic": "Coger fichero grafico/datos desde HTTP",
"username": "Patricio Avalos Aguirre"
}
] | Coger fichero grafico/datos desde HTTP |
[
{
"date": "2014-05-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"SGS\":22ig5blu]JMGARCIA,\n\nSabe como chamar esta função direto no site: analise(login,senha,string)\n\nExemplo de Conexão:\n\nLinguagem PHP + Class nusoap\n\n<?php\n\ninclude_once('lib/nusoap.php');\n\n// link do web se... | Coger fichero grafico/datos desde HTTP |
[
{
"date": "2014-05-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "JM,\n\nMuy bueno, gracias por compartirlo <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "17:04",
"topic": "Coger fichero grafico/datos desde HTTP",
"user... | Coger fichero grafico/datos desde HTTP |
[
{
"date": "2008-11-06",
"forum": "FiveWin para Pocket PC",
"text": "Muy buenas estoy intentando coger la version del fichero .exe de la PocketPc, he cogido una funcion programada en C pero me da muchos errores al compilar.\r\n\r\n¿ Me podreis decir algo sobre esto ?\r\n\r\nUn Saludo.",
"time": "10:4... | Coger la version del fichero .exe |
[
{
"date": "2008-11-06",
"forum": "FiveWin para Pocket PC",
"text": "Estas usando FWH\\samples\\FileVer.prg ?",
"time": "10:58",
"topic": "Coger la version del fichero .exe",
"username": "Antonio Linares"
}
] | Coger la version del fichero .exe |
[
{
"date": "2008-11-06",
"forum": "FiveWin para Pocket PC",
"text": "Si estoy usando esa funcion pero me dá errores como:\r\n\r\nAlmacen.prg(1318) : error C2664: 'GetFileVersionInfoSizeW' : cannot convert parameter 1 from 'char *' to 'unsigned short *'\r\n Types pointed to are unrelated; conversio... | Coger la version del fichero .exe |
[
{
"date": "2008-11-10",
"forum": "FiveWin para Pocket PC",
"text": "Muy buenas, ¿alguien sabe porqué me dan los errores anteriores?\r\n\r\nUn Saludo.",
"time": "09:07",
"topic": "Coger la version del fichero .exe",
"username": "softruz"
}
] | Coger la version del fichero .exe |
[
{
"date": "2008-11-10",
"forum": "FiveWin para Pocket PC",
"text": "Softruz,\r\n\r\nMuéstranos el código de esa función. Por lo que puedo ver... hay que hacer algún trabajo extra para que funcione 100x100 en PPC.",
"time": "22:17",
"topic": "Coger la version del fichero .exe",
"username": "... | Coger la version del fichero .exe |
[
{
"date": "2008-11-11",
"forum": "FiveWin para Pocket PC",
"text": "Tienes que cambiar todas las llamadas a Global...() por Local...()\r\n\r\nY en la función GetFileVersionInfoSize() te está pidiendo un puntero a una cadena \"wide\" en vez de a una cadena tradicional (char *). Tienes que usar AnsiToWide... | Coger la version del fichero .exe |
[
{
"date": "2012-04-24",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Necesito la mejor forma de coger un fichero pot HTTP (puerto 80)\nEs del tipo [b:1u7i0gvm]192.168.1.253/values.xml[/b:1u7i0gvm] por ejemplo.\n\nDespués sería cuestión de tratar ese XML que eso ya es otro cantar.\n\nGracias.",
... | Coger un fichero por HTTP |
[
{
"date": "2012-04-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola,\n\nMira este post\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=11915&start=15\">viewtopic.php?f=3&t=11915&start=15</a><!-- l -->\n\nEspero que te sirva.",
"time": "... | Coger un fichero por HTTP |
[
{
"date": "2012-04-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias LucasDeBeltran, es lo que buscaba... <!-- s:P --><img src=\"{SMILIES_PATH}/icon_razz.gif\" alt=\":P\" title=\"Razz\" /><!-- s:P -->",
"time": "12:11",
"topic": "Coger un fichero por HTTP",
"username": "JmGarc... | Coger un fichero por HTTP |
[
{
"date": "2015-05-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimados\n\nCual es el Cogido Barra equivalente a int2of5x1, 36 de la funcion de Cayetano Gome ?\n\ngracias\n\nDavid",
"time": "11:04",
"topic": "Cogido Barra equivalente a int2of5x1, 36",
"username": "davidObarrio"
... | Cogido Barra equivalente a int2of5x1, 36 |
[
{
"date": "2019-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It´s possible?\n\n[img:1vntzwg3]http://acessosoft.com.br/images/chartpercent.png[/img:1vntzwg3]",
"time": "05:02",
"topic": "ColCharts in xBrowse with percent",
"username": "shark"
}
] | ColCharts in xBrowse with percent |
[
{
"date": "2019-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "shark,\n\nplease have a look at sample -> [color=#0000FF:ug2g38im]xbrprogb.prg [/color:ug2g38im]\n\n[img:ug2g38im]http://www.pflegeplus.com/IMAGES/Progbar.jpg[/img:ug2g38im]\n\nregards\nUwe <!-- s:D --><img src=\"{... | ColCharts in xBrowse with percent |
[
{
"date": "2019-05-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Shark,\n\nYou could probably turn off the cells lines (or paint them white) in the example Uwe mentioned to get a closer look to your sample.\n\nJames",
"time": "00:42",
"topic": "ColCharts in xBrowse with percent",
"u... | ColCharts in xBrowse with percent |
[
{
"date": "2019-05-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"ukoenig\":26nmpiuc]shark,\n\nplease have a look at sample -> [color=#0000FF:26nmpiuc]xbrprogb.prg [/color:26nmpiuc]\n\n[img:26nmpiuc]http://www.pflegeplus.com/IMAGES/Progbar.jpg[/img:26nmpiuc]\n\nregards\n... | ColCharts in xBrowse with percent |
[
{
"date": "2019-05-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You can draw text using FW_SayText() over the same rectangle after drawing with FW_DrawShape()",
"time": "07:38",
"topic": "ColCharts in xBrowse with percent",
"username": "nageswaragunupudi"
}
] | ColCharts in xBrowse with percent |
[
{
"date": "2008-04-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimados Srs.\n\nTengo un cliente con una maquina Zebex PDL-10L con una base CRD-10 Cradle y me ha podido que la ponga en funcionamiento.\n\nEl problema es que lo tiene sin ningún tipo de CD y/o manual.\n\nA través de la página ... | Colectores de datos |
[
{
"date": "2008-04-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola foro,\n\nEsta claro que nadie a tenido que trabajar con maquinas Zebex. Es una pena.\n\nLo que creo que si me podíais ayudar es a como funciona el envío de ordenes a los puerto comm y recoger la información devuelta.\n\nUso ... | Colectores de datos |
[
{
"date": "2008-04-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Fgondi:\nPor la experiencia que tengo en comunicaciones seriales, todo depende del protocolo del aparato al que quieras comunicarte. Por ejemplo \n\nabrirpuerto\nmandar_enq\nleer_ack\nmandardatos\nleer_ack\nmandardatos\nleer... | Colectores de datos |
[
{
"date": "2008-04-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola,\n\nMuchas gracias cmsoft por tu respuesta. Por lo que leo de este tipo máquinas, usa ese mismo protocolo.\n\nLo que no se es como introduccirlo con código xHarbour/FWH\n\n[code:2vrvt95o]AbrirPuerto\n[/code:2vrvt95o]Lo OpenC... | Colectores de datos |
[
{
"date": "2008-04-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola foro,\n\nNadie puede ayudarme?\n\nGracias por vuestro tiempo",
"time": "09:21",
"topic": "Colectores de datos",
"username": "fgondi"
}
] | Colectores de datos |
[
{
"date": "2008-04-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Fernando,\n\nfwh\\samples\\TestComm.prg sirve cuando es una comunicación rápida. Se envian datos y se lee una respuesta inmediata.\n\nfwh\\samples\\phone.com es cuando la comunicación no es inmediata, sino que hay demoras y enton... | Colectores de datos |
[
{
"date": "2008-04-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Disculpá la tardanza:\nAca te pongo el código que yo utilizo:\n[code:1b1u2r00]FUNCTION crearbcc(p1)\nLOCAL bcc,i\nbcc = CHR(0)\nFOR i = 1 TO LEN(p1)\n bcc := charxor(bcc,SUBSTR(p1,i,1)&#... | Colectores de datos |
[
{
"date": "2008-04-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola cmsoft,\n\nMuchisimas gracias por tu respuesta.\n\nAhora entiendo como puedo obtener respuesta del aparato a las ordenes que le envío.\n\nCon esto ya puedo probar el protocolo propio, que es practicamente identico al que usa... | Colectores de datos |
[
{
"date": "2020-10-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola a todos\n\nPara agregar un registro en un ambiente de red a un fichero dbf/cdx venía utilizando el codigo:\n\n[code=fw:2hfx34ez]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">nIntentos := <span style=\"color... | Colgado al agregar un registro |
[
{
"date": "2020-10-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[code=fw:27fn3o9h]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">FUNCTION</span> NEWRECORD<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</s... | Colgado al agregar un registro |
[
{
"date": "2020-10-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Karinha, gracias por contestar\n\nLo que me propones es lo mismo que hago yo, pero como en ocasiones se generaban registros vacios le agrege el movimiento del puntero en el area de trabajo y ahora en determinadas ocasiones (no se... | Colgado al agregar un registro |
[
{
"date": "2020-10-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Vacios, cuando? podrias poner ejemplo simples?\n\nNo me gusta esa lógica que presenta tú. Desculpas, se la escrita no está correcta... és portunhol. jajajaja.\n\nSaludos.",
"time": "22:03",
"topic": "Colgado al agregar un... | Colgado al agregar un registro |
[
{
"date": "2020-10-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"miarcod\":3p0ag64s]Karinha, gracias por contestar\n\nLo que me propones es lo mismo que hago yo, pero como en ocasiones se generaban registros vacios le agrege el movimiento del puntero en el area de trabajo y ahora en d... | Colgado al agregar un registro |
[
{
"date": "2020-10-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buenos dias,\n\nEl programa se queda colgado, no siempre, solo en algunas ocasiones cuando se ejecuta la funcion dboto\n\n[code=fw:1qhthnsj]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> <span style=\"col... | Colgado al agregar un registro |
[
{
"date": "2020-10-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buenas\n\nRecuerdo que me pasaba lo mismo (hace muchos años), en entorno de red (REDES NOVELL).\n\nCreo recordar que el problema es que no das tiempo a que se grabe fisicamente el registro. Debes darle un instante y forzar el gra... | Colgado al agregar un registro |
[
{
"date": "2020-10-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"miarcod\":gy6s2tzd]Hola a todos\n\nPara agregar un registro en un ambiente de red a un fichero dbf/cdx venía utilizando el codigo:\n\n[code=fw:gy6s2tzd]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">nInt... | Colgado al agregar un registro |
[
{
"date": "2020-07-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "All,\n\nI use Collaboration Data Objects for sending emails via gmail. Once I get it working it seems to work well. Problem I run into is when moving it to another site and the ports may not be open. Is see that inbound we need... | Collaboration Data Objects |
[
{
"date": "2015-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi to all!\n\nHow do I fix this code for printing 2 copies and collate copies ?\n\n\n[code=fw:2h6ahjzy]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span sty... | Collate Copies |
[
{
"date": "2015-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have this problem using an old program Visual Obiect and Report Pro too!",
"time": "15:18",
"topic": "Collate Copies",
"username": "MarcoBoschi"
}
] | Collate Copies |
[
{
"date": "2015-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco,\n\ntry\n\n[code=fw:r99wcqui]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">PRNSETCOLLATE<span style=\"color: #000000;\">(</span> lCollate <span style=\"color: #000000;\">)</span> --> lSuccess<... | Collate Copies |
[
{
"date": "2015-12-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ok,\n I will try next year!\nMany thanks Enrico",
"time": "11:07",
"topic": "Collate Copies",
"username": "MarcoBoschi"
}
] | Collate Copies |
[
{
"date": "2017-01-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nI'v spend more time i looking up samples, topics enz... than actualy programming. (I don't mind, since it's only for personel use) and the learing curve is nice.\n\nMaybe it is possible to write a program that is able to... | Collecting all samples (source) from the forum |
[
{
"date": "2017-01-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marc,\n\nwhat I can do is, creating a downloadlist of all my tools with infos.\nOver the years there are many, scattered inside the forum. \n\nregards\nUwe <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" tit... | Collecting all samples (source) from the forum |
[
{
"date": "2017-01-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe,\n\nThat would be great !\n\nI've already found some nice samples from you <!-- s:wink: --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\":wink:\" title=\"Wink\" /><!-- s:wink: --> They are with all files included and so ver... | Collecting all samples (source) from the forum |
[
{
"date": "2017-01-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Marc Venken\":9defu66a]Hello,\n\nI'v spend more time i looking up samples, topics enz... than actualy programming. (I don't mind, since it's only for personel use) and the learing curve is nice.\n\nMaybe it is possible to... | Collecting all samples (source) from the forum |
[
{
"date": "2017-01-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[color=#4000FF:i9djjeph]AWESOME !![/color:i9djjeph] <!-- s:P --><img src=\"{SMILIES_PATH}/icon_razz.gif\" alt=\":P\" title=\"Razz\" /><!-- s:P --> \n\nThis is realy a great example and a very usefull tool !\n\nMaybe we can make a ... | Collecting all samples (source) from the forum |
[
{
"date": "2017-01-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It is very interesting\n\nI think adding the headline ( topic title ) and a maybe provided download-link would be useful.\nBecause of big sourcefiles, frequently I''m including a download-link with the complete sample or tool.\n\n... | Collecting all samples (source) from the forum |
[
{
"date": "2017-01-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Excellent , Thank you Mr. Rao",
"time": "11:05",
"topic": "Collecting all samples (source) from the forum",
"username": "bpd2000"
}
] | Collecting all samples (source) from the forum |
[
{
"date": "2017-01-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I would add the topic title and also the possibility to save it to a DBF so next time it will start faster <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "11:48",
... | Collecting all samples (source) from the forum |
[
{
"date": "2017-01-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Is it possible to include download-links as well and execute the download,\nthe same like open them from inside a topic ?\n\n[img:1ehsxofn]http://www.pflegeplus.com/IMAGES/Download4.jpg[/img:1ehsxofn]\n\nregards\nU... | Collecting all samples (source) from the forum |
[
{
"date": "2017-01-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This sample is calling the FW board for every topic in a loop, and is then downloading the source.\n\nCould It be possible with this code to download pic's in a loop from a server ? \nPics are maybe not possible\n\nI've a file wi... | Collecting all samples (source) from the forum |
[
{
"date": "2010-05-25",
"forum": "FiveWin for Pocket PC",
"text": "Hi all,\n\nDoes anyone have recommendations for a \"reasonable\" collection of .bmp files for use as button images?\n\nThanks,\n\nRoss",
"time": "15:21",
"topic": "Collection of .BMP files?",
"username": "Ross_ValuSoft"
}
] | Collection of .BMP files? |
[
{
"date": "2010-05-26",
"forum": "FiveWin for Pocket PC",
"text": "Ross,\n\n[url:3jvbzk8a]http://findicons.com/search/work[/url:3jvbzk8a]\n\n[url:3jvbzk8a]http://webtreats.mysitemyway.com/category/icons/[/url:3jvbzk8a]\n\nThanks to Felix P. Grande for his great findings! <!-- s:-) --... | Collection of .BMP files? |
[
{
"date": "2010-05-26",
"forum": "FiveWin for Pocket PC",
"text": "[quote=\"Antonio Linares\":266plu10]Ross,\n\n[url:266plu10]http://findicons.com/search/work[/url:266plu10]\n\n[url:266plu10]http://webtreats.mysitemyway.com/category/icons/[/url:266plu10]\n\nThanks to Felix P. Grande ... | Collection of .BMP files? |
[
{
"date": "2017-03-21",
"forum": "All products support",
"text": "Salve,\nDovrei tradurre un sorgente scritto in C collegandomi ad una DLL in xHarbour e FWH 9.05. Ho usato la classe tStruct (non so se nel corso del tempo ha subito cambiamenti),\nma il risultato è che non riesco a collegarmi al device. Q... | Collegare una DLL con C Struttura |
[
{
"date": "2017-03-21",
"forum": "All products support",
"text": "Invece di usare AS PTR prova ad usare una LPSTR e assegnala poi alla proprietà cBuffer della struct.\n\nEMG",
"time": "19:00",
"topic": "Collegare una DLL con C Struttura",
"username": "Enrico Maria Giordano"
}
] | Collegare una DLL con C Struttura |
[
{
"date": "2017-03-22",
"forum": "All products support",
"text": "Ho provato ad usare cBuffer ... ma ancora niente. Potrebbero essere i tipi di dati in TETHParameters ? Ho usato la funzione StrPtr() per passare il puntatore alla struttura:\n\nSTRUCT TETHParameters\nMEMBER IPAddress As STRING LEN 16\nME... | Collegare una DLL con C Struttura |
[
{
"date": "2017-03-22",
"forum": "All products support",
"text": "Non devi usare puntatori ma solo stringhe, altrimenti non credo ti funzionerà mai. Le stringhe poi devi prepararle (se sono in input) o interpretarle (se sono in output) secondo il tracciato desiderato. Non so se mi sono spiegato bene.\n\... | Collegare una DLL con C Struttura |
[
{
"date": "2017-03-22",
"forum": "All products support",
"text": "Dov'è che sbaglio ?\n\n STRUCT TETHParameters\n MEMBER IPAddress As STRING LEN 16\n MEMBER Port As STRING LEN 6 // STRING ?? _INT ??\n ENDSTRUCT\n ETHParameters:=ThisStruct(TETHParameters)\n ECRData :=ThisS... | Collegare una DLL con C Struttura |
[
{
"date": "2017-03-22",
"forum": "All products support",
"text": "Ti consiglio di fare direttamente un wrapper in C, è più semplice.\n\nEMG",
"time": "16:24",
"topic": "Collegare una DLL con C Struttura",
"username": "Enrico Maria Giordano"
}
] | Collegare una DLL con C Struttura |
[
{
"date": "2017-05-24",
"forum": "All products support",
"text": "Ho risolto con wrapper in C, ma c'era anche una inesatezza nel .h del produttore !!!\ntypedef struct\n{\nchar IPAddress[16]; //xxx.xxx.xxx.xxx\nchar[5] Port; // invece di int Port;\n} TETHParameters;\n\nGrazie per il suggerime... | Collegare una DLL con C Struttura |
[
{
"date": "2017-05-24",
"forum": "All products support",
"text": "--- volevo scrivere char Port[5]",
"time": "17:38",
"topic": "Collegare una DLL con C Struttura",
"username": "a.tixi@htech.it"
}
] | Collegare una DLL con C Struttura |
[
{
"date": "2014-02-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimados amigos:\n\nNecesito colocar un bmp chico, que esta en recursos, debajo a la izquierda de la ventana principal.\nAlgo así como el nombre del programa, etc. \n\nSaludos.",
"time": "14:20",
"topic": "Colocar BMP de... | Colocar BMP desde recursos en ventana |
[
{
"date": "2014-02-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola... prueba asi:\n\n....\n DEFINE MSGITEM OF oWnd:oMsgBar ;\n BITMAPS \"ABOUT\" ; // imagen en la barra inferior\n ACTION MsgInfo(\"hola\") ;\n TOOLTIP \"Acerca De...\"",
... | Colocar BMP desde recursos en ventana |
[
{
"date": "2014-02-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias Willi, excelente.\n\nSaludos.",
"time": "00:52",
"topic": "Colocar BMP desde recursos en ventana",
"username": "RDFernandez"
}
] | Colocar BMP desde recursos en ventana |
[
{
"date": "2009-10-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola a todos\n\nCómo hago para que la hora apareza a la derecha en SET MESSAGE despues de un texto colocado con MSGITEM?\nHe tratado asi\n[code=fw:2btr2x3g]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nb... | Colocar CLOCK a la derecha en SET MESAGGE |
[
{
"date": "2009-10-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "acaso probastes esto??\n \n SET MESSAGE OF oWnd TO TXT_PREVIEW CENTERED ;\n NOINSET CLOCK DATE KEYBOARD",
"time": "22:07",
"topic": "Colocar CLOCK a la derecha en SET MESAGGE",
"username": "ADBLANCO"
... | Colocar CLOCK a la derecha en SET MESAGGE |
[
{
"date": "2009-10-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias Angel\n\nYa intenté de esta forma\n[code=fw:4z59ya7w]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />SET <span style=\"color: #0000ff;\">MESSAGE</span> <span style=\"color: #0000ff;\">OF</span> oWnd ... | Colocar CLOCK a la derecha en SET MESAGGE |
[
{
"date": "2009-10-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Solo se me ocurre que te inventes una rutina que le mandes el mensaje y siempre le sume el nombre de la empresa.\n\nNo lo he intentado nunca, yo tengo el nombre de la empresa en el encabezado del windows principal, me pareció men... | Colocar CLOCK a la derecha en SET MESAGGE |
[
{
"date": "2009-10-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias Manuel\n\nSeguiré esperando..., quizas alguien tenga la solución.\n\n\nSaludos\n\nAdhemar",
"time": "14:25",
"topic": "Colocar CLOCK a la derecha en SET MESAGGE",
"username": "acuellar"
}
] | Colocar CLOCK a la derecha en SET MESAGGE |
[
{
"date": "2009-10-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Adhemar:\n\nSería más ilustrativo si colocas una imagén del problema.\n\nYo tengo el nombre de la empresa y se muestra bien.\n\nSaludos",
"time": "15:02",
"topic": "Colocar CLOCK a la derecha en SET MESAGGE",
"usernam... | Colocar CLOCK a la derecha en SET MESAGGE |
[
{
"date": "2009-10-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Armando\n\nColocando\n[code=fw:1wn6ppyp]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />SET <span style=\"color: #0000ff;\">MESSAGE</span> <span style=\"color: #0000ff;\">OF</span> oWnd <span style=\"color: ... | Colocar CLOCK a la derecha en SET MESAGGE |
[
{
"date": "2009-10-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Adhemar...\nPrueba lo siguiente:\n\n[code=fw:21442urw]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> Mensaje:=<span style=\"color: #ff0000;\">\"Mystic Soft(c)2009 ''Software solution'' Versión 1.00 ... | Colocar CLOCK a la derecha en SET MESAGGE |
[
{
"date": "2009-10-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Adhemar:\n\nEntiendo lo que requieres y, hasta donde mis conocimientos me ayudan, me parece que va a ser dificil conseguirlo, me explico;\n\n1.- He intentado compilar tu segundo ejemplo y me tira un error, creo que tambien deberí... | Colocar CLOCK a la derecha en SET MESAGGE |
[
{
"date": "2009-10-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Adhemar:\n\nEsteban le ha dado al clavo\n\n[code=fw:cbcq3vpo]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />SET <span style=\"color: #0000ff;\">MESSAGE</span> <span style=\"color: #0000ff;\">OF</span> oWind... | Colocar CLOCK a la derecha en SET MESAGGE |
[
{
"date": "2009-10-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias Esteban\n\nFunciona Perfecto\n\nTenía la esperanza de que alguien tenía la solución. ESTE FORO ES PODEROSO\n\nGracias a todos por la ayuda.\n\nSaludos\n\nAdhemar",
"time": "18:16",
"topic": "Colocar CLOCK a la de... | Colocar CLOCK a la derecha en SET MESAGGE |
[
{
"date": "2009-10-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Perfecto!!! <!-- s:wink: --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\":wink:\" title=\"Wink\" /><!-- s:wink: --> \nSaludos, Esteban.",
"time": "19:14",
"topic": "Colocar CLOCK a la derecha en SET MESAGGE",
"user... | Colocar CLOCK a la derecha en SET MESAGGE |
[
{
"date": "2013-05-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buenos dias a todos\nEstoy haciendo pruebas con OLE y me encuentro el siguiente problema:\n\n[b:1vrhfomz]Excel:[/b:1vrhfomz] he conseguido incrustar en un Dialog de un Folder que es lo que necesito\nHe seguido las instrucciones q... | Colocar Excel/Word en Aplicacion |
[
{
"date": "2016-08-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Sr. Cristobal Navarro, espero que te ajude, testei com HARBOUR e funcionou perfeitamente. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\n\n/****************************... | Colocar Excel/Word en Aplicacion |
[
{
"date": "2016-08-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "El mensaje era muy antiguo y ya lo solucioné, pero\nMuchas gracias por el código\n\nSaludos",
"time": "23:02",
"topic": "Colocar Excel/Word en Aplicacion",
"username": "cnavarro"
}
] | Colocar Excel/Word en Aplicacion |
[
{
"date": "2016-08-29",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Sr. Cristobal,\n\né possível ABRIR um DOCUMENTO e ao fechar a JANELA WINDOW salvar o documento?\n\nobrigado",
"time": "03:49",
"topic": "Colocar Excel/Word en Aplicacion",
"username": "MGA"
}
] | Colocar Excel/Word en Aplicacion |
[
{
"date": "2016-08-30",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"SGS\":g3axquts]Sr. Cristobal,\n\né possível ABRIR um DOCUMENTO e ao fechar a JANELA WINDOW salvar o documento?\n\nobrigado[/quote:g3axquts]\n\nDisculpa, no entiendo bien tu mensaje\nQuieres abrir un documento y que no pe... | Colocar Excel/Word en Aplicacion |
[
{
"date": "2016-08-31",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Sr. Cristobal,\n\nMe gustaría abrir un documento, cambiar y guardar. <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->",
"time": "11:49",
"topic": "Colocar Excel/Word en Apl... | Colocar Excel/Word en Aplicacion |
[
{
"date": "2016-08-31",
"forum": "FiveWin para Harbour/xHarbour",
"text": "SGS, veja o link <!-- m --><a class=\"postlink\" href=\"https://msdn.microsoft.com/pt-br/library/office/ff194819.aspx\">https://msdn.microsoft.com/pt-br/librar ... 94819.aspx</a><!-- m -->\ntem um exemplo em VBA\n\nalgo do tipo\n... | Colocar Excel/Word en Aplicacion |
[
{
"date": "2016-08-31",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Obrigado System",
"time": "14:34",
"topic": "Colocar Excel/Word en Aplicacion",
"username": "MGA"
}
] | Colocar Excel/Word en Aplicacion |
[
{
"date": "2016-08-31",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Sr. Cristobal,\n\nEn un oficce con la versión : 16.0.7070.2033 , que está pasando en el siguiente problema de la pantalla . \n\nSe desalineado con la ventana. \n\nUsted sabe si se puede solucionar el problema?\n\nGracias\n\n[url=... | Colocar Excel/Word en Aplicacion |
[
{
"date": "2016-08-31",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Mira a ver si te ayuda\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=21028&p=111782&hilit=excel+application#p111658\">viewtopic.php?f=6&t=21028&p=111782&hilit=excel+applicat... | Colocar Excel/Word en Aplicacion |
[
{
"date": "2016-08-31",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Sr. Cristobal, obrigado!",
"time": "17:44",
"topic": "Colocar Excel/Word en Aplicacion",
"username": "MGA"
}
] | Colocar Excel/Word en Aplicacion |
[
{
"date": "2015-07-25",
"forum": "EasyReport, EasyDialog y EasyPreview",
"text": "Dear Antonio,\nI think it is METHOD Say( nRow, nCol, cText, oFont, nWidth, nClrText, nBkMode, nPad ) CLASS VRD.\nBest regards,\nOtto",
"time": "22:10",
"topic": "Colocar Negrilla en mitad del texto",
"username"... | Colocar Negrilla en mitad del texto |
[
{
"date": "2015-07-21",
"forum": "EasyReport, EasyDialog y EasyPreview",
"text": "Compañeros del foro tengan buena tarde.\n\nTengo almacenado un texto en una dbf. Pero requiero que en la mitad del texto se impriman negrillas. ejemplo\n\nNota: [b:2zun6dzg]Si a la fecha del recibido de la presente notific... | Colocar Negrilla en mitad del texto |
[
{
"date": "2015-07-22",
"forum": "EasyReport, EasyDialog y EasyPreview",
"text": "Leandro,\n\nTienes ya algún ejemplo creado para probarlo con EasyReport ?",
"time": "10:41",
"topic": "Colocar Negrilla en mitad del texto",
"username": "Antonio Linares"
}
] | Colocar Negrilla en mitad del texto |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.