messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2013-04-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimado Victor\n\nPudiste resolver el problema , me ocurre lo mismo que a vos Gracias , el modem soporta caller id en hyperterminal\nfunciona perfecto\n\nGracias\nFabian",
"time": "22:15",
"topic": "Capturar numero... | Capturar numero telefonico con fivewin |
[
{
"date": "2013-04-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Que tal Fabian:\n\nUfff despues de meses de no postear se siente bien responder de nuevo al foro, desgraciadamente no pude seguir con el proyecto, pues no encontre solución, y el tiempo de espera del proyecto se agoto, la verdad ... | Capturar numero telefonico con fivewin |
[
{
"date": "2013-04-07",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Victor\n\nYa encontre la solucion , Gracias\n\nFabian",
"time": "04:01",
"topic": "Capturar numero telefonico con fivewin",
"username": "Databaselab2002"
}
] | Capturar numero telefonico con fivewin |
[
{
"date": "2013-04-07",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Fabian:\n\nQue gusto que te halla funcionado, porfa comentame como lo solucionaste, me interesa terminar esta parte que aún esta pendiente.. Gracias. <!-- s:P --><img src=\"{SMILIES_PATH}/icon_razz.gif\" alt=\":P\" title=\"Razz\"... | Capturar numero telefonico con fivewin |
[
{
"date": "2006-11-10",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Alguien sabe si existe algo implementado en fivewin o harbour que permita capturar pantalla o trozo de pantalla del mismo programa hecho con fivewin, sin depender de un programa externo.\nMe refiero a que quiero capturar un trozo... | Capturar pantalla desde un programa fivewin. |
[
{
"date": "2006-11-10",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Andres \n\n Tengo el mismo problema que tu , si encuentras alguna solucion por favor , la pones por aqui.\n\n Una duda como le pasas el punto al mapa, se le podria pasar por ejemplo una localidad o provincia ?\n\n Un salud... | Capturar pantalla desde un programa fivewin. |
[
{
"date": "2006-11-10",
"forum": "FiveWin para Harbour/xHarbour",
"text": "... se me ocurre.\n\n WndBitmap( Self:hWnd ) // to image\no\n WndCopy( Self:hWnd, .F., .T. ) // to clipboard",
"time": "16:09",
"topic": "Capturar pantalla desde un programa fivewin.",
"username": "Al... | Capturar pantalla desde un programa fivewin. |
[
{
"date": "2006-11-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola \n\nDe esta forma se puede copiar toda la ventana. \n\n[code:1jifhd2d]#include \"fivewin.ch\"\nfunction main()\n local oWnd, oBrush\n DEFINE BRUSH oBrush STYLE \"NULL\"\n syswait(0.3)\n DEFINE... | Capturar pantalla desde un programa fivewin. |
[
{
"date": "2020-02-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buenos días para todos,\n\nEl caso es el siguiente: \n\nEn el menu de nuestra aplicación, se hace el llamado a un prg desde el menu, de la siguiente manera:\n\n[code=fw:145bwjvc]<div class=\"fw\" id=\"{CB}\" style=\"font-family: ... | Capturar parámetros llamado desde prg SOLUCIONADO |
[
{
"date": "2020-02-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[code=fw:dimew4mp]<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... | Capturar parámetros llamado desde prg SOLUCIONADO |
[
{
"date": "2020-02-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "PCOUNT()",
"time": "21:20",
"topic": "Capturar parámetros llamado desde prg SOLUCIONADO",
"username": "postinelli"
}
] | Capturar parámetros llamado desde prg SOLUCIONADO |
[
{
"date": "2020-02-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "PCOUNT()\n Determine the position of the last actual parameter passed\n------------------------------------------------------------------------------\n Syntax\n\n PCOUNT() --> nLastArgumentPos\n\n Returns\n\n PCOUNT() ret... | Capturar parámetros llamado desde prg SOLUCIONADO |
[
{
"date": "2020-02-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "postinelli y karinha, gracias por responder\n\nPero la función pcount() cuenta los parámetros, pero como los capturo? cual es el array que cuenta?\n\nGracias",
"time": "22:35",
"topic": "Capturar parámetros llamado desde ... | Capturar parámetros llamado desde prg SOLUCIONADO |
[
{
"date": "2020-02-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Leandro\n[code=fw:3mkth0kd]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> <span style=\"color: #00C800;\">local</span> aParams := hb_aParams<span style=\"color: #000000;\">(</span><span sty... | Capturar parámetros llamado desde prg SOLUCIONADO |
[
{
"date": "2020-02-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Leandro:\n\nA ver si es lo que necesitas?\n\n[code=fw:vov4f6gs]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// Programa que llama a otro</span><br />Date2Txt<span style=\"c... | Capturar parámetros llamado desde prg SOLUCIONADO |
[
{
"date": "2020-02-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "// SAMPLES\\PARAM.PRG\n\n[code=fw:1xixywey]<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 /><sp... | Capturar parámetros llamado desde prg SOLUCIONADO |
[
{
"date": "2020-02-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias a todos por la respuestas,\n\nfinalmente lo pude solucionar de la forma que sugirió Cristobal,\n\n[code=fw:2avjugpc]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#in... | Capturar parámetros llamado desde prg SOLUCIONADO |
[
{
"date": "2021-07-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola a todos,\n\n¿Es posible capturar/interceptar la pulsación de la tecla ESC en un DIALOG?\n\nGracias,",
"time": "22:26",
"topic": "Capturar pulsación de tecla ESC en DIALOG",
"username": "FiveWiDi"
}
] | Capturar pulsación de tecla ESC en DIALOG |
[
{
"date": "2021-07-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Esto?\n\n[code=fw:131fuv5f]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> <span style=\"color: #00C800;\">LOCAL</span> nKey := VK_RETURN<br /><br /> <span style=\"color: #00... | Capturar pulsación de tecla ESC en DIALOG |
[
{
"date": "2021-07-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[code=fw:3s6gx6i2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> <span style=\"color: #00D7D7;\">#define</span> DLGC_WANTALLKEYS <span style=\"color: #000000;\">4</span><br /><br />  ... | Capturar pulsación de tecla ESC en DIALOG |
[
{
"date": "2021-07-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Carlos,\n\n ACTIVATE DIALOG oDlg CENTERED\n\n MsgInfo( oDlg:nResult )\n\nnResult vale 2 cuando se ha cancelado el diálogo",
"time": "11:15",
"topic": "Capturar pulsación de tecla ESC en DIALOG",
"username": "Antoni... | Capturar pulsación de tecla ESC en DIALOG |
[
{
"date": "2021-07-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias Karinha.\n\nSeguiré las indicaciones de Antonio y adaptaré la función a mis necesidades.\n\nSaludos,",
"time": "22:39",
"topic": "Capturar pulsación de tecla ESC en DIALOG",
"username": "FiveWiDi"
}
] | Capturar pulsación de tecla ESC en DIALOG |
[
{
"date": "2021-07-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":1mzss3b3]Carlos,\n\n ACTIVATE DIALOG oDlg CENTERED\n\n MsgInfo( oDlg:nResult )\n\nnResult vale 2 cuando se ha cancelado el diálogo[/quote:1mzss3b3]\n\nGracias Antonio, finalmente he tocado un poco la... | Capturar pulsación de tecla ESC en DIALOG |
[
{
"date": "2021-07-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muy bien",
"time": "22:56",
"topic": "Capturar pulsación de tecla ESC en DIALOG",
"username": "Antonio Linares"
}
] | Capturar pulsación de tecla ESC en DIALOG |
[
{
"date": "2021-07-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Mira:\n\n[code=fw:2fp9ssjk]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// \\SAMPLES\\MSGLIST1.PRG</span><br /><br /><span style=\"color: #00D7D7;\">#Include</span> <span s... | Capturar pulsación de tecla ESC en DIALOG |
[
{
"date": "2021-07-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Don't know if this is what you are looking for .. \n\n[code=fw:27d173gz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG<... | Capturar pulsación de tecla ESC en DIALOG |
[
{
"date": "2006-03-24",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Alguien sabe alguna forma fácil de hacer que el ratón no pueda salir de los límites de un diálogo. Supongo que deberá utilizarse SetCapture() pero no he conseguido implementar nada que funciona.\nGracias\nRafael",
"time": "2... | Capturar ratón sobre un diálogo |
[
{
"date": "2006-03-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Rafael,\n\nEn MsDos se podía hacer, pero en Windows creo que no existe la opción de restringir el movimiento del ratón a un área específica.",
"time": "09:08",
"topic": "Capturar ratón sobre un diálogo",
"username": "... | Capturar ratón sobre un diálogo |
[
{
"date": "2006-03-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Antonio:\n¿Hay alguna función que permita mover el cursor a una posición determinada (he probado MouseTo() pero no me resuelve el problema)\n\nSi fuera así, supongo que sería tan fácil como en bMMove hacer algo así:\n[code:2jjwce... | Capturar ratón sobre un diálogo |
[
{
"date": "2006-03-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Rafael,\n\nSí existe la función <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->\n\nThe ClipCursor function confines the cursor to a rectangular area on the screen. If a subsequent ... | Capturar ratón sobre un diálogo |
[
{
"date": "2006-03-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Olá Rafael, \n\nCompile e teste este exemplo.\n\n[code:2ihjs9be]\n#include \"fivewin.ch\"\n\n*************\nfunction MAIN\n*************\n\nlocal oDlg\n\ndefine dialog oDlg from 0, 0 to 400, 600 pixel\n\n* Posiciona o cursor ... | Capturar ratón sobre un diálogo |
[
{
"date": "2006-03-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Rossine, Antonio:\n\n¡Estupendo! Muchísimas gracias a los dos\n\nRafael",
"time": "20:36",
"topic": "Capturar ratón sobre un diálogo",
"username": "Rafael Clemente"
}
] | Capturar ratón sobre un diálogo |
[
{
"date": "2017-01-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola a todos,\n\nA ver si me sabéis decir como puedo recuperar la respuesta de una web cuando la llamo así:\n\noActiveX = TActiveX():New( oWndWeb, \"Shell.Explorer\" )\n\noWndWeb:oClient = oActiveX\noWndWeb:Resize()\n\noActiveX&#... | Capturar respuesta de WEB. |
[
{
"date": "2017-01-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Carlos,\n\nRevisa el ejemplo FWH\\samples\\webexp.prg",
"time": "11:41",
"topic": "Capturar respuesta de WEB.",
"username": "Antonio Linares"
}
] | Capturar respuesta de WEB. |
[
{
"date": "2017-01-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Esto también puede servirte:\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?p=198067#p198067\">viewtopic.php?p=198067#p198067</a><!-- l -->",
"time": "11:42",
"topic": "Cap... | Capturar respuesta de WEB. |
[
{
"date": "2006-08-30",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Tengo un form con dos campos que rellenadolo, podria tratar la respuesta obtenida, para localizar teléfonos... alguien ha visto código harbour/xharbour/fivewin que haga algo parecido ?",
"time": "22:00",
"topic": "Captura... | Capturar respuesta de un http post desde un form via web |
[
{
"date": "2006-08-31",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"juanato\":b62neiiu]Tengo un form con dos campos que rellenadolo, podria tratar la respuesta obtenida, para localizar teléfonos... alguien ha visto código harbour/xharbour/fivewin que haga algo parecido ?[/quote:b62neiiu]... | Capturar respuesta de un http post desde un form via web |
[
{
"date": "2006-09-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Me referia rené, en que los datos residen en un servidor del cual queremos aceder para recoger información... ni las páginas que albergan el form las hemos diseñado nosotros, ni tenemos acceso para escritura a ese servidor... lo ... | Capturar respuesta de un http post desde un form via web |
[
{
"date": "2006-09-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Si no tienes acceso a las tablas esta bastante complicado.\n\nSi tuvieses acceso al servidor ya sea por la IP o por un dominio seria super facil leer tablas sin importar en que formato estan, (DBF o SQL) la conexion s podria hace... | Capturar respuesta de un http post desde un form via web |
[
{
"date": "2014-10-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola,\n\n Pues eso, que no sé como hacer que con intro en un ttreeview sea como aceptar o con ESC me pueda salir o ejecutar una acción.\n\n No sé como capturar estas teclas en un tree. ¿ Se puede hacer ?",
"time": "19:33",
... | Capturar tecla ESC y RETURN en TTreeview |
[
{
"date": "2014-10-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Fijate si te sirve\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=29404\">viewtopic.php?f=6&t=29404</a><!-- l -->\n\nSaludos",
"time": "23:01",
"topic": "Capturar tec... | Capturar tecla ESC y RETURN en TTreeview |
[
{
"date": "2014-10-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Horacio,\n¿Pero como capturo return y Esc?",
"time": "23:08",
"topic": "Capturar tecla ESC y RETURN en TTreeview",
"username": "jmartial"
}
] | Capturar tecla ESC y RETURN en TTreeview |
[
{
"date": "2014-10-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[code=fw:al0ji6s7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oTree:<span style=\"color: #000000;\">bKeyDown</span> := <span style=\"color: #000000;\">{</span>|n| ProcKeyTree<span style=\"color: #00... | Capturar tecla ESC y RETURN en TTreeview |
[
{
"date": "2014-10-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Carlos,\n\n¿ Ese código lo has probado con un ttreeview ?\n\nPorque yo pongo otree:bkeydown :={|nkey| msginfo(nkey) }\nY nunca muestra nada con Enter ni Esc.",
"time": "05:13",
"topic": "Capturar tecla ESC y RETURN e... | Capturar tecla ESC y RETURN en TTreeview |
[
{
"date": "2014-10-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[url:eiszyemk]http://fivetechsupport.com/forums/viewtopic.php?f=3&t=18109&start=0[/url:eiszyemk]",
"time": "13:36",
"topic": "Capturar tecla ESC y RETURN en TTreeview",
"username": "karinha"
}
] | Capturar tecla ESC y RETURN en TTreeview |
[
{
"date": "2014-10-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Joaquin,\n\nPrueba a implementar el método KeyDown() en la clase TTreeView",
"time": "13:45",
"topic": "Capturar tecla ESC y RETURN en TTreeview",
"username": "Antonio Linares"
}
] | Capturar tecla ESC y RETURN en TTreeview |
[
{
"date": "2014-10-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Antonio,\n\nEsta es la única forma en la que he conseguido ejecutar bKeydown. Pero no estoy muy seguro de que sea correcto.\n\nHe cambiado este método en la clase Ttreeview:\n\n[code=fw:32lvomhh]<div class=\"fw\" id=\"{CB}\" styl... | Capturar tecla ESC y RETURN en TTreeview |
[
{
"date": "2014-10-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Joaquín,\n\nPara mantener la lógica de FiveWin, lo has intentado asi ?\n\ncase nMsg == WM_KEYDOWN\n ...\n\nó \n\ncase nMsg == WM_CHAR",
"time": "15:00",
"topic": "Capturar tecla ESC y RETURN en TTreeview",
"username... | Capturar tecla ESC y RETURN en TTreeview |
[
{
"date": "2014-10-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Antonio,\n\nEse es el principal problema, al pulsar Intro, se recibe nMsg==135\n\nQue según veo, corresponde al define WM_GETDLGCODE. No recibe ni Keydown ni Char. \n\nNo sé como habría que hacerlo correctamente para capturar R... | Capturar tecla ESC y RETURN en TTreeview |
[
{
"date": "2014-10-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Antonio,\n\nDime si así sería correcto:\n\nEn la definición de los métodos de la clase:\n\n[code=fw:f8vegsgd]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">METHOD</span> GetD... | Capturar tecla ESC y RETURN en TTreeview |
[
{
"date": "2014-10-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Joaquín,\n\nTodo ok, lo único que cambiaria es esto:\n\n[code=fw:2mko7een]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #00C800;\">case</span> nMsg == WM_KEYDOWN<br /> ... | Capturar tecla ESC y RETURN en TTreeview |
[
{
"date": "2014-10-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Antonio,\n\nComo me ha funcionado perfectamente y me captura tanto Return como ESCAPE, es con los siguientes pasos:\n\n - Quitamos el método HandleEvent, parece ser que no sirve para nada, se usaría el del padre.\n \n - Se rede... | Capturar tecla ESC y RETURN en TTreeview |
[
{
"date": "2014-10-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Joaquin,\n\ncorrecto, gracias <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "05:37",
"topic": "Capturar tecla ESC y RETURN en TTreeview",
"username": "An... | Capturar tecla ESC y RETURN en TTreeview |
[
{
"date": "2020-10-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Amigos.\nNo logro capturar cuando se presionan las teclas VK_UP y VK_DOWN en xBrowse.\n\nEsto no funciona:\n[code=fw:3nfry0ar]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oBrw:<span style=\"color: #000000;\">bK... | Capturar tecla en xbrowse? |
[
{
"date": "2020-10-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Francisco, modifica el metodo asi\n\n[code=fw:1z4jkzdo]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">METHOD</span> KeyDown<span style=\"color: #000000;\">(</span> nKey, ... | Capturar tecla en xbrowse? |
[
{
"date": "2020-10-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Cristobal.\nTrabajé en una copia de txBrowse.prg, y funciona bien, aunque tuve que omitirle la parte ::CloseMessage() porque daba error.\nMuchas gracias.",
"time": "22:38",
"topic": "Capturar tecla en xbrowse?",
"us... | Capturar tecla en xbrowse? |
[
{
"date": "2020-10-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Posiblemente ese método no existe en la clase que estás utilizando.\nSaludos",
"time": "02:38",
"topic": "Capturar tecla en xbrowse?",
"username": "cnavarro"
}
] | Capturar tecla en xbrowse? |
[
{
"date": "2020-10-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Maestro.\nEs correcto, En mi version de xbrowse no aparece.\nMany thanks",
"time": "00:10",
"topic": "Capturar tecla en xbrowse?",
"username": "FranciscoA"
}
] | Capturar tecla en xbrowse? |
[
{
"date": "2012-11-30",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Se me plantea un nuevo reto y estoy un poco perdido, a ver si me pueden indicar el camino. Tenemos instalado un samarthTV (dlna) y me han planteado la idea de poder poner imágenes de nuestros programas para que sirvan de publicid... | Capturar trozos de pantalla |
[
{
"date": "2012-11-30",
"forum": "FiveWin para Harbour/xHarbour",
"text": "He visto algo de Daniel, pero me da problemas, alguna idea?\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=19403&p=137655#p137655\">viewtopic.php?f=6&t=19403&p=137655#p137655... | Capturar trozos de pantalla |
[
{
"date": "2012-11-30",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola. A ver si te vale esto:\n\n[code=fw:23ftij9t]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00D7D7;\">#define</span> SRCCOPY <span style=\"color: #000000;\">13369376</span><... | Capturar trozos de pantalla |
[
{
"date": "2012-12-07",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Sí esto es,voy a mirar como lo sincronizo y comento cosas. \nGracias.\n\nPD.: Buscando he encontrado esto con proyectos dlna, creo que es un muy buen complemento para nuestros programas: [url:1nfzi7dq]http://elinux.org/DL... | Capturar trozos de pantalla |
[
{
"date": "2011-05-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Amigos:\nNecesito saber como puedo saber o capturar el momento en que se produce un error.... \nEjemplo: Estoy usando \n[b:2eexg2gk]oExcel := TOleAuto():New( \"Excel.Application\", .F. )\noExcel:WorkBooks:Open(cNombre_archiv... | Capturar un error |
[
{
"date": "2011-05-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Puedes usar try, catch, end para controlar cualquier tipo de errores. Espero te sirva\nSalu2",
"time": "00:31",
"topic": "Capturar un error",
"username": "horacio"
}
] | Capturar un error |
[
{
"date": "2011-05-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias Horacio, funciona !!!! pero ya que estamos ( y esto es para Antonio) .. como se captura lo siguiente en el error.log.......\n\nApplication\n===========\n Path and name: S:\\Sistemas\\Proyectos\\Auditoria\\Menu.Exe (32 b... | Capturar un error |
[
{
"date": "2011-05-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Puedes hacer de la siguiente manera:\nTry\n//tu rutina\nCatch oError\n ? oError : Description, oError : Operation\nEnd\nSalu2",
"time": "16:00",
"topic": "Capturar un error",
"username": "horacio"
}
] | Capturar un error |
[
{
"date": "2011-05-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Horacio: Muchisimas gracias por las respuestas ... todo muy claro ...\n\nUn Abrazo",
"time": "17:54",
"topic": "Capturar un error",
"username": "cmarucco"
}
] | Capturar un error |
[
{
"date": "2006-12-23",
"forum": "FiveWin para Pocket PC",
"text": "<!-- m --><a class=\"postlink\" href=\"http://fivetechsoft.com/forums/viewtopic.php?t=5417\">http://fivetechsoft.com/forums/viewtopic.php?t=5417</a><!-- m -->",
"time": "11:50",
"topic": "Capturar una firma",
"username": "An... | Capturar una firma |
[
{
"date": "2015-10-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buenos días,\n\nexiste alguna función para capturar una subcadena entre > ......... < ?\n\nTengo la siguiente cadena:\n\n<Cell><Data ss:Type=\"String\">UHJvdmlkZXI9T3JhT0xFREIuT3JhY2xlO0RhdGEgU291cmNlPUJBQU5MTjtVc2VyIElkPUJBQU47U... | Capturar una subcadena entre > ...... < |
[
{
"date": "2015-10-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola\n\nEsto te puede servir\n\n[code=fw:1vml8bpc]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />cCadena := <Cell><Data ss:<span style=\"color: #000000;\">Type</span>=<span style=\"color: #ff0000;\">\"Strin... | Capturar una subcadena entre > ...... < |
[
{
"date": "2015-10-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Si la subcadena siempre está encerrado en el mismo tag <data>, busco el cierre del tag '</data>', corto todo desde ahí, y luego la cadena que buscas es lo que queda desde el ultimo '<'\n\n[code=fw:3505tx5p]<div class=\"fw\" id=\"... | Capturar una subcadena entre > ...... < |
[
{
"date": "2015-10-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "De momento, tambien algo de lo que hay aqui te puede servir\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=31216#p180700\">viewtopic.php?f=6&t=31216#p180700</a><!-- l -->",
... | Capturar una subcadena entre > ...... < |
[
{
"date": "2012-06-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Necesito capturar una ventana de una aplicación externa. Sé que existe una clase que maneja estas situaciones, no recuerdo como se llama. Alguien sabe ??. Desde ya muchisimas gracias",
"time": "01:46",
"topic": "Capturar ... | Capturar una ventana ( Resuelto ) |
[
{
"date": "2012-06-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Que información necesitas de esa ventana externa ? O que necesitas hacerle ?",
"time": "02:52",
"topic": "Capturar una ventana ( Resuelto )",
"username": "Antonio Linares"
}
] | Capturar una ventana ( Resuelto ) |
[
{
"date": "2012-06-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Antonio, genero un archivo excel con la clase TFileXls, pero cuando abre excel lo hace minimizado. Me gustaría maximizarlo. Alguna vez use una clase que podia capturar una ventana. Gracias por responder.",
"time": "12:13",
... | Capturar una ventana ( Resuelto ) |
[
{
"date": "2012-06-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "He encontrado que con FindWindow( cClassName, Title ) puedo obtener el handle de la ventana. Al querer maximizarla utilizo SendMessage( FindWindow( cClassName, Title ), WM_MAXIMIZE ) pero me dice que no está definido WM_MAXIMIZE.... | Capturar una ventana ( Resuelto ) |
[
{
"date": "2012-06-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Bueno, finalmente lo resolví de esta manera\n\n[code=fw:2y0aroqj]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />ShowWindow<span style=\"color: #000000;\">(</span> FindWindow<span style=\"color: #000000;... | Capturar una ventana ( Resuelto ) |
[
{
"date": "2012-06-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Bien <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "14:46",
"topic": "Capturar una ventana ( Resuelto )",
"username": "Antonio Linares"
}
] | Capturar una ventana ( Resuelto ) |
[
{
"date": "2015-03-06",
"forum": "FiveTouch",
"text": "[img:3hzsun8d]https://bitbucket.org/fivetech/screenshots/downloads/fivetouch_controls_demo.PNG[/img:3hzsun8d]",
"time": "08:34",
"topic": "Capturas de pantalla de FiveTouch",
"username": "Antonio Linares"
}
] | Capturas de pantalla de FiveTouch |
[
{
"date": "2015-03-08",
"forum": "FiveTouch",
"text": "Usando browses:\n\n[img:2aix85xo]https://bitbucket.org/fivetech/screenshots/downloads/fivetouch_browses.JPG[/img:2aix85xo]",
"time": "08:59",
"topic": "Capturas de pantalla de FiveTouch",
"username": "Antonio Linares"
}
] | Capturas de pantalla de FiveTouch |
[
{
"date": "2010-01-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello FiveWinners.\n\nsomeone knows how to capture screen content and save to a file. JPG?\n\nAnd as you can reduce the file size. Jpg?\n\nAs does Windows 7 at its bottom bar.\n\nThank you very much",
"time": "12:48",
"top... | Capture Screen and save to file |
[
{
"date": "2010-01-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=17947&p=93759#p93759\">viewtopic.php?f=6&t=17947&p=93759#p93759</a><!-- l -->",
"time": "15:08",
"topic": "Capture Screen a... | Capture Screen and save to file |
[
{
"date": "2010-02-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "/*------------------------------------------------------------------------------*/\nFunction ImprimePantalla( oDlg, cFile )\n/*------------------------------------------------------------------------------*/\n\n /* Esta funcion ... | Capture Screen and save to file |
[
{
"date": "2021-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nHow I capture key or mouse click in tree object?\n\nThanks in advance.",
"time": "13:00",
"topic": "Capture click ou key in tree",
"username": "wartiaga"
}
] | Capture click ou key in tree |
[
{
"date": "2021-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "oTree:bChanged = { | oItem |... }\n\nPlease review FWH\\samples\\pim.prg",
"time": "13:27",
"topic": "Capture click ou key in tree",
"username": "Antonio Linares"
}
] | Capture click ou key in tree |
[
{
"date": "2021-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":34d1x246]oTree:bChanged = { | oItem |... }\n\nPlease review FWH\\samples\\pim.prg[/quote:34d1x246]\n\nThanks Antonio but I don't have this sample in samples examples. I understand that bChanged I can cap... | Capture click ou key in tree |
[
{
"date": "2021-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "pim.prg\n[code=fw:1xq3ivd4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">// FiveWin PIM (personal information manager)</span><br /><br /><span style=\"color: #00D7D7;\">#include</s... | Capture click ou key in tree |
[
{
"date": "2021-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "oTree:bKeyChar = { | nKey | If( nKey == 13, MsgInfo( \"enter\" ),) }",
"time": "14:26",
"topic": "Capture click ou key in tree",
"username": "Antonio Linares"
}
] | Capture click ou key in tree |
[
{
"date": "2021-08-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":2o4wmvis]pim.prg\n[code=fw:2o4wmvis]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">// FiveWin PIM (personal information manager)</span><br /><br /><span s... | Capture click ou key in tree |
[
{
"date": "2014-10-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "there is a sample on fwh folder \n\nhere run ok \nperkaps you must change \n\n[code=fw:17m2l7w6]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #... | Capture signature with Pad or Touchscreen |
[
{
"date": "2014-10-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Has anyone used a Pad or Touchscreen to capture a signature? I have tried the sample program in the samples folder but it does not work very will. I might have to look into the Inking routines in the development tools or an 3rd pa... | Capture signature with Pad or Touchscreen |
[
{
"date": "2014-10-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I agree there is a sample with Fivewin. But like I said in my post it does not work well with Pad/Pen or Touchscreen. It is barely usable with a mouse but with touchscreen or pen it does not work very well at all.",
"time": "1... | Capture signature with Pad or Touchscreen |
[
{
"date": "2014-11-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have it so that it works using your finger to sign but the pen still has problems. I need to know when the pen actually touches the screen and not just hovers above it. When it is hovering above the screen (not touching) and you... | Capture signature with Pad or Touchscreen |
[
{
"date": "2014-11-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is the modified sample that seems to work pretty well. With mouse, hold the button down while you sign. With pen it inks when the tip is on the glass.\n[code=fw:2r6acc0n]<div class=\"fw\" id=\"{CB}\" style=\"font-family: mono... | Capture signature with Pad or Touchscreen |
[
{
"date": "2014-11-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gale,\n\nmany thanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "23:06",
"topic": "Capture signature with Pad or Touchscreen",
"username": "Antonio Li... | Capture signature with Pad or Touchscreen |
[
{
"date": "2009-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I need to catch a credit card swipe from a a reader strip. It basically acts as keyboard input.\n\nI can do this but its not very \"elegant\". I created a MsgGet( ), hide the field, and have an accept and cancel button. \n\nWhe... | Capturing a credit card swipe |
[
{
"date": "2009-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I don't have any such code, but I do have an idea.\n\nInstead of Accept and Cancel buttons, just use a DO WHILE loop with maybe a one second delay and keep checking the get to see if it contains any data. When it does, do the vali... | Capturing a credit card swipe |
[
{
"date": "2012-02-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "To All\n\nI have been asked if a user stretches an xBrowse column to be able to capture the width of that column and then restore the with of that column when the user returns.\n\nIs there a way to know what the widths of each xBr... | Capturing the width of a xBrowse Column |
[
{
"date": "2012-02-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick a sample :\n\nReturns a Array of Column-width :\n[code=fw:11m41pti]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// a array to save the Column-width of all Columns</span... | Capturing the width of a xBrowse Column |
[
{
"date": "2012-02-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe\n\nThank you !\n\nRick",
"time": "18:18",
"topic": "Capturing the width of a xBrowse Column",
"username": "Rick Lipkin"
}
] | Capturing the width of a xBrowse Column |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.