messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2007-02-27", "forum": "FiveWin para Harbour/xHarbour", "text": "Disculpen la ignoracia, pero es posible seguir trabajando sobre una red privada virtual con dbf o necesariamente necesito usar algun motor de base de datos relacional. \nSin animo de molestar, por favor alguien usa la clase Eagle...
CONSULTA SOBRE UNA RED VPN
[ { "date": "2007-02-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Con VPN y DBFs puros y duros, imposible.\n\nForzosamente vas a necesitar un motor de base de datos.\n\nSi vas a usar DBFs lo mejor es Advantage Database Server, no tienes que mover mucho tu codigo y tiene una excelente respuesta ...
CONSULTA SOBRE UNA RED VPN
[ { "date": "2008-07-08", "forum": "FiveWin para CA-Clipper", "text": "Estimados Amigos:\r\n\r\nUtilizo la Tprinter en mis reportes, pero me gustaria poder parametrizar la impresora en tiempo de ejecucion, es decir, poder imprimir en la impresora que yo desee sin seleccionarla manualmente.\r\n\r\nalgo asi...
CONSULTA TPRINTER
[ { "date": "2008-07-08", "forum": "FiveWin para CA-Clipper", "text": "Prueba asi:\r\n\r\nPRINTER oPrn TO \"\\\\SERVIDOR\\IMPRESORA1\"", "time": "18:41", "topic": "CONSULTA TPRINTER", "username": "Antonio Linares" } ]
CONSULTA TPRINTER
[ { "date": "2008-07-08", "forum": "FiveWin para CA-Clipper", "text": "Gracias Antonio, pero me sigue apareciendo el cuadro de Seleccion de impresora y eso es lo que necesito que NO SALGA.\r\n\r\nSi tienes otra idea lo agradeceria.", "time": "19:22", "topic": "CONSULTA TPRINTER", "username": ...
CONSULTA TPRINTER
[ { "date": "2011-04-29", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola compañeros\n\nEstoy intentando usar la TSbutton del Maestro Manuel Mercado, me parece fabulosa, pero tengo algunas dudas:\n\n1. Cuando era necesario partir una descripcion a 2 o 3 lineas con la BTNBMP, usaba el CRLF\n\n ...
CONSULTA TSBUTTON
[ { "date": "2013-10-22", "forum": "FiveWin para Harbour/xHarbour", "text": "Estimados Amigos...llevo varios días programando un sin fin de cosas... y tengo el siguiente problema.\n\nNecesito dividir un Numero X en Z partes desiguales... por ejemplo\n\n10.000 dividirlo en 13 partes desiguales....\n10.000 ...
CONSULTA URGENTE!!! RANDOM
[ { "date": "2013-10-22", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigo Ozono, no se entiende muy bien que es lo que estás preguntando. Supongo que necesitas generar un número aleatorio para tu división en partes desiguales.\n\nPara ello está la función nRandom(x) que genera un número aleatoio ...
CONSULTA URGENTE!!! RANDOM
[ { "date": "2013-10-22", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"ozono1981\":2zwfxwf3]Estimados Amigos...llevo varios días programando un sin fin de cosas... y tengo el siguiente problema.\n\nNecesito dividir un Numero X en Z partes desiguales... por ejemplo\n\n10.000 dividirlo en 13 ...
CONSULTA URGENTE!!! RANDOM
[ { "date": "2013-10-22", "forum": "FiveWin para Harbour/xHarbour", "text": "Una version mejorada (creo), seguro que se puede hacer mejor, no lo he probado a fondo\n\n[code=fw:13y7ffi5]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <sp...
CONSULTA URGENTE!!! RANDOM
[ { "date": "2013-10-22", "forum": "FiveWin para Harbour/xHarbour", "text": "Ozono,\n\nHaber si esto te puede ayudar. Escribo directamente el código sin probarlo.\n\n[code=fw:31cznfld]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />funct dividir<span style=\"color: #000000;\">&#40;</...
CONSULTA URGENTE!!! RANDOM
[ { "date": "2013-10-22", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias A Todos Amigos... voy a trabajar en las pruebas y les comento, desde ya mis mas sinceras \n\nGRACIAS!!!!\n\nUn Abrazo.", "time": "16:12", "topic": "CONSULTA URGENTE!!! RANDOM", "username": "ozono1981" } ]
CONSULTA URGENTE!!! RANDOM
[ { "date": "2013-10-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Muchacho Muchas Gracias por la ayuda prestada, acabo de terminar lo que me tuvo pegado varios días así que muy agradecido de verdad.\n\nSaludos Cordiales desde Chile\nMoisés", "time": "16:35", "topic": "CONSULTA URGENTE!!...
CONSULTA URGENTE!!! RANDOM
[ { "date": "2013-10-25", "forum": "FiveWin para Harbour/xHarbour", "text": "Ozono, si en vez de nNum := nRandom( nRand ) escribes: nNum := nRandom( nRand )+1 te aseguras de que nunca te va a dar 0 y te quitas de complicaciones\n\nUn saludo. Y suerte...", "time": "11:44", "topic": "CONSULTA URGENT...
CONSULTA URGENTE!!! RANDOM
[ { "date": "2023-11-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenas compañeros,\n\nCuando se pulsa doble click en alguna columna en la cabecera del Browse.\n\nHay alguna variable o metodo que devuelva sobre que columna se ha dado doble click?\n\nGracias", "time": "20:37", "topic": ...
CONSULTA XBROWSE
[ { "date": "2023-11-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Right now, this is not possible.\nFor this we need to make some change in the xbrowse.prg:\n\nChange:\nPlease locate these lines of code at the end of METHOD LDblClick( nRow, nCol, nKeyFlags )\n[code=fw:f12zxc91]<div class=\"fw\"...
CONSULTA XBROWSE
[ { "date": "2023-11-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Muchas gracias, voy a probar.", "time": "00:03", "topic": "CONSULTA XBROWSE", "username": "Pg_cts" } ]
CONSULTA XBROWSE
[ { "date": "2008-02-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Estimados con experiencia ADO, trate siguiendo todos los pasos aqui mencionados de probar ADORDD con el siguiente ejemplo usando FWH 8.01 y Xharbour 1.1.0, me tira el siguiente error: \n\nEjemplo compilado: \n \n[code:x3jcrhv5]#i...
CONSULTA Y ERROR CON ADORDD
[ { "date": "2008-02-04", "forum": "FiveWin para Harbour/xHarbour", "text": "Has comprobado que la tabla tenga registros en el servidor ?\n\nCon que herramienta lo has comprobado ? gracias", "time": "10:43", "topic": "CONSULTA Y ERROR CON ADORDD", "username": "Antonio Linares" } ]
CONSULTA Y ERROR CON ADORDD
[ { "date": "2008-02-04", "forum": "FiveWin para Harbour/xHarbour", "text": "Estimado Antonio,\n\nNo en el server remoto no he comprobado si hay registros ahora lo haré, pero con el ejemplo de apertura de la base MDB de Acces no muestra nada el browse y si hay registros en la base, el ADORDD.PRG que compi...
CONSULTA Y ERROR CON ADORDD
[ { "date": "2014-05-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola \n\nalguien sabe como se puede llamar una funcion que se encuentra en un servidor web, esta se llama autenticar() a la que se le pasa unos parametros de usuario y contraseña, esta responde verdarero o falso\n\nyo lo hice d...
CONSULTAR UNA FUNCION EN WEBSERVICE
[ { "date": "2014-05-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Quique\n\nMe proporcionas un correo personal para hacerte algunos comentarios y si funcionan, lo publicamos en el foro ?\n\nsaludos", "time": "15:50", "topic": "CONSULTAR UNA FUNCION EN WEBSERVICE", "username": "...
CONSULTAR UNA FUNCION EN WEBSERVICE
[ { "date": "2014-05-08", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"devtuxtla\":22uvd3vz]Hola Quique\n\nMe proporcionas un correo personal para hacerte algunos comentarios y si funcionan, lo publicamos en el foro ?\n\nsaludos[/quote:22uvd3vz]\n<!-- e --><a href=\"mailto:elmoceballos@gmai...
CONSULTAR UNA FUNCION EN WEBSERVICE
[ { "date": "2017-05-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigo como puedo llevar el contador de registro y ademas ordenar la informacion asi como esta imagen\ncon la classe #include \"taskpanel.ch\"\n\n\n [url=https&#58;//postimg&#46;org/image/55n2jmsqv/:16q32gn9][img:16q32gn9]https&#5...
CONTADOR Y ORDENAR REGISTROS
[ { "date": "2017-05-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigo, como referencia:\n\n\n[img:1hlptgk3]http&#58;//i68&#46;tinypic&#46;com/dmpf8w&#46;jpg[/img:1hlptgk3]\n\ncontador de registro, en la columna dos del primer browse, para usarlo en la taskpanel deberias pasar los parametros o...
CONTADOR Y ORDENAR REGISTROS
[ { "date": "2017-05-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola,\nPues es como dice Armando, pero yo lo hago drectamente sobre el alias del dbf\n\n[code=fw:3n95f4oy]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">tran<span style=\"color: #000000;\">&#40;</span>FI-><span s...
CONTADOR Y ORDENAR REGISTROS
[ { "date": "2020-09-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Compañeros, buenas tardes:\n\nMi APP genera perfectamente el XML y lo firma digitalmente. Pero ahora me surge la una duda con 3 campos: (organo gestor, oficina contable y unidad tramitadora).\n\nEstos 3 campos son obligatorio cua...
CONTENIDO FACTURA ELECTRÓNICA
[ { "date": "2020-10-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Lorenzo como lo firma digitalmente. \n\nsaludos desde Chile", "time": "18:36", "topic": "CONTENIDO FACTURA ELECTRÓNICA", "username": "jbrita" } ]
CONTENIDO FACTURA ELECTRÓNICA
[ { "date": "2020-10-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola jbrita, \n\nperdona por el retraso en esta respuesta.\n\n- De manera automática y sin necesidad de intervención del usuario: Firmo a través de AutoFirmaCommandLine. Busca en este foro y encontrarás el proceso para hacerlo.\n...
CONTENIDO FACTURA ELECTRÓNICA
[ { "date": "2009-04-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Can you add a question mark button to a WINDOW's caption bar and if yes how?\nThanks in advance\nOtto", "time": "22:13", "topic": "CONTEXTHELP", "username": "Otto" } ]
CONTEXTHELP
[ { "date": "2009-04-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello, Otto!\nIt has to be something like:\n#define WS_EX_CONTEXTHELP 1024\n#define GWL_EXSTYLE (-20) \nSetWindowLong( oWnd:hWnd, GWL_EXSTYLE, nOr( GetWindowLong( oWnd:hWnd, GWL_EXSTYLE ), WS_EX_CONTEXTHELP ) )\nBut for me it's al...
CONTEXTHELP
[ { "date": "2009-04-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Sergey,\n\nI found this topic in an non FW-forum:\n\n<!-- m --><a class=\"postlink\" href=\"http://codeguru.earthweb.com/forum/showthread.php?t=46721\">http://codeguru.earthweb.com/forum/show ... hp?t=46721</a><!-- m -->\n[q...
CONTEXTHELP
[ { "date": "2019-10-06", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenos días Amigos,,,\nMi pregunta es la siguiente. con un software (de hecho en FW), ¿Hay alguna forma de controla el paso de una persona por determinado lugar?, \nla idea es saber cuantas personas entraron a un ambiente, \nGrac...
CONTOL DE PASO
[ { "date": "2019-10-06", "forum": "FiveWin para Harbour/xHarbour", "text": "Willi, intenta dar algún detalle más: con qué quieres que se identifiquen....?, di algo mas", "time": "19:29", "topic": "CONTOL DE PASO", "username": "cnavarro" } ]
CONTOL DE PASO
[ { "date": "2019-10-06", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias por tu atención, \nla idea es controla el acceso a un local, un forma es mediante la huella dactilar o una tarjeta de banda magnética, pero ese control es para los usuarios registrados, pero para los usuarios eventuales, ...
CONTOL DE PASO
[ { "date": "2019-10-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Se me ocurre con un sensor en la entrada del local. Lo que habría que ver es si puedes comunicarte con el sensor desde FWH.\n\nSaludos", "time": "00:18", "topic": "CONTOL DE PASO", "username": "horacio" } ]
CONTOL DE PASO
[ { "date": "2019-10-07", "forum": "FiveWin para Harbour/xHarbour", "text": "¿Es posible instalar un torniquete electrónico para el control de acceso en el sitio?\n\nAlgo asi:\n\n[img:3ruba9g2]https&#58;//i&#46;imgur&#46;com/sXKOXLg&#46;jpg[/img:3ruba9g2]\n\nSaludos.", "time": "13:56", "topic": "C...
CONTOL DE PASO
[ { "date": "2019-10-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Willi:\nEscuchaste hablar de Arduinos?\nEsa seria una buena opción. Un arduino con un infrarrojo y un receptor que controle cuando se interrumpe realice una accion (en tu caso podria ser lanzar un programa que incremente un ...
CONTOL DE PASO
[ { "date": "2019-10-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Willi \n\nLo que te comenta Cesar es correcto, seria el mejor medio, inclusive tiene subrutinas y modulos de conexión por internet\nes un mundo aparte pero que podría intercambiar datos con Fh\n\nLubin", "time": "19:39", ...
CONTOL DE PASO
[ { "date": "2019-10-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Estimado.\nHay mucha tecnologia para eso así como precios yo utilizo tecnología española por medio de un puerto 485 exelente producto. \nÉchame una email o visita mi web ahí podrás ver con un convertido 485 a USB con una app des...
CONTOL DE PASO
[ { "date": "2020-12-12", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola gente !\nUna pregunta fácil (creo)\n\n¿ Hay alguna función que me indique si internet está funcionando ?\n\nGracias !", "time": "00:37", "topic": "CONTROL CONEXION A INTERNET", "username": "pedroluis" } ]
CONTROL CONEXION A INTERNET
[ { "date": "2020-12-12", "forum": "FiveWin para Harbour/xHarbour", "text": "[code=fw:2clb41s4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">if</span> !IsInternet<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span></div>...
CONTROL CONEXION A INTERNET
[ { "date": "2020-12-12", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias Jose !!!\nfuncionó de 10 !!!\n\nPedro Lavallén - Argentina - SanLuis\nMail: <!-- e --><a href=\"mailto:pedro.lavallen@gmail.com\">pedro.lavallen@gmail.com</a><!-- e -->\n\n <!-- s:D --><img src=\"{SMILIES_PATH}/icon_big...
CONTROL CONEXION A INTERNET
[ { "date": "2006-01-16", "forum": "FiveWin para CA-Clipper", "text": "Hola amigo bueno mi consulta es la siguiente:\ntengo una base BASE.DBF con dos campos\n\nCODIGO DETALLE \nT-01 ... \nT-02 .... \n\nT-11 ... \nT-12 ... \n\nD-01 \nD-02 \n\nD-21 \nD-22 \nBueno la idea es que tengo dos pestañas en el fold...
CONTROL DE FOLDER
[ { "date": "2006-01-23", "forum": "FiveWin para CA-Clipper", "text": "Si vas a mostrar la misma DBF en dos páginas distintas de un folder, es preciso que abras dos veces la misma DBF, la segunda con una ALIAS distinto, para que así el pintado de una no interfiera con el pintado de la otra, ya que al pint...
CONTROL DE FOLDER
[ { "date": "2020-07-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Amigos,\nDonde hay el control TXIMAGE en un recurso .RES\nGracias", "time": "05:47", "topic": "CONTROL TXIMAGE EN .RES", "username": "Willi Quintana" } ]
CONTROL TXIMAGE EN .RES
[ { "date": "2020-07-14", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Willi Quintana\":1bub2gfd]Hola Amigos,\nDonde hay el control TXIMAGE en un recurso .RES\nGracias[/quote:1bub2gfd]No entiendo muy bien tu pregunta. \nSi te refieres a añadir un control TXimage será un control personalizad...
CONTROL TXIMAGE EN .RES
[ { "date": "2020-07-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias por tu atención, efectivamente, no tengo idea de como crear un control personalizado para XIMAGE\nuso el Pelles C\nSalu2", "time": "15:55", "topic": "CONTROL TXIMAGE EN .RES", "username": "Willi Quintana" } ...
CONTROL TXIMAGE EN .RES
[ { "date": "2020-07-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Ok.\n\nNo uso Pelles C, pero elijes control personalizado, custom control creo que te pone y cuando te pregunte la clase colocar TXImage y listo.\n\nLuego usas el REDEFINE como con cualquier otro control.\n\nSaludos.\n\nJose.", ...
CONTROL TXIMAGE EN .RES
[ { "date": "2020-07-15", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias a todos, la persistencia es la clave del éxito, pude crear un control TXIMAGE ( más fácil no podía ser)\nSalu2", "time": "13:33", "topic": "CONTROL TXIMAGE EN .RES", "username": "Willi Quintana" } ]
CONTROL TXIMAGE EN .RES
[ { "date": "2011-08-22", "forum": "FiveWin for Harbour/xHarbour", "text": "On Restaurant Appliation I control id the reservation day is equal to the day inserted from user ( when he want create the a new reservation)\n\nNow the problem is another because on a day we can have many reservation for a table...
CONTROL an HOUR
[ { "date": "2011-08-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\na suggestion:\n\nconvert the time reservation in day seconds o minutes period, then a new reservation period (2 hours) can't be inside the period of any previous reservation,\n\nregards\n\nMarcelo", "time": "15:19", ...
CONTROL an HOUR
[ { "date": "2011-08-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Do you think about use DateTime variables?", "time": "16:34", "topic": "CONTROL an HOUR", "username": "Patrizio" } ]
CONTROL an HOUR
[ { "date": "2011-08-22", "forum": "FiveWin for Harbour/xHarbour", "text": "HOw ?\nAny sample please ?\n\nI make\n IF RESERVATION->(DbSeek( nTable))\n IF RESERVATION->DATAIN==cday\n msgAlert( i18n( \"there is allready a reservation for this day.\...
CONTROL an HOUR
[ { "date": "2023-09-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Estimados Amigos, espero que estén bien, tengo el siguiente problema, estoy trabajando con xbrowse, en una lectura de una tabla con unos 10 campos, el punto es que cuando hago click sobre el campo codigo se ordena por el, luego h...
CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE
[ { "date": "2023-09-01", "forum": "FiveWin para Harbour/xHarbour", "text": "[url:2vngzfpm]https&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=39375&sid=ab87f2a76b9669f92a83fc0c8a388e43&sid=ab87f2a76b9669f92a83fc0c8a388e43#p263330[/url:2vngzfpm]", "time": "22:43", "topic": "CONT...
CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE
[ { "date": "2006-03-02", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola a todos vuelvo con los browses, tengo un twbrwose donde pinto todos los clientes, y tengo un combo donde indico el campo por el cual indexar, hay alguna forma que apretando las teclas CTRL-AVPAG pasara al siguiente orden de ...
CONTROLAR TWBROWSE
[ { "date": "2006-03-03", "forum": "FiveWin para Harbour/xHarbour", "text": "Manolo,\n\nComprueba si esa combinación de teclas pasan por bKeyDown ó bKeyChar y desde ahí puedes hacerlo:\n[code:1sfm8gbg]\noBrw&#58;bKeyDown = &#123; | nKey, nFlags | If&#40; nKey == K_PGDN &#46;and&#46; GetKeyState&#40; VK_CO...
CONTROLAR TWBROWSE
[ { "date": "2020-11-11", "forum": "mod_harbour", "text": "Hello,\n\nNow the router is working very efficiently:\n\nThere are 2 hash tables.\n[code=fw:ibzzq18j]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp;hRouting<span style=\"color: #000000;\">&#91;</span> &nbsp;<span style...
CONTROLLER and ROUTER
[ { "date": "2006-08-07", "forum": "FiveWin for Harbour/xHarbour", "text": "I must create a window with a wbrowse ( size 450,450) and many buttons\n\nI wanted that the user when shrink the window or increase the window with the mouse the procedure must repaint all the controls (lbx and buttons) :\n\nth...
CONTROLS IN A WINDOW
[ { "date": "2006-08-07", "forum": "FiveWin para Harbour/xHarbour", "text": "I must create a window with a wbrowse ( size 450,450) and many buttons \n\nI wanted that the user when shrink the window or increase the window with the mouse the procedure must repaint all the controls (lbx and buttons) : \n\nth...
CONTROLS IN A WINDOW
[ { "date": "2006-08-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio,\n\nWindows may do it automatically, if you want to force it then you can do oWnd:Refresh()", "time": "21:59", "topic": "CONTROLS IN A WINDOW", "username": "Antonio Linares" } ]
CONTROLS IN A WINDOW
[ { "date": "2006-08-07", "forum": "FiveWin for Harbour/xHarbour", "text": "ok ,\nperhaps you not understand me \nor I not I explain you well\nI'm sorry for my english...\n\n\nwhen I shrink the window or increase the window with the mouse all controls on this window(olbx and buttons) must be shrunk they...
CONTROLS IN A WINDOW
[ { "date": "2006-08-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio,\n\nDo you mean that you want the controls to resize as the window resizes too ? If yes, then you have to code it yourself. Its not difficult.", "time": "23:01", "topic": "CONTROLS IN A WINDOW", "username": "Ant...
CONTROLS IN A WINDOW
[ { "date": "2006-08-08", "forum": "FiveWin for Harbour/xHarbour", "text": "yes you have understand NOw !!!!\n\nCan I have a small sample ?\n\nIs there an sample of this on samples of fwh ?", "time": "07:35", "topic": "CONTROLS IN A WINDOW", "username": "Silvio" } ]
CONTROLS IN A WINDOW
[ { "date": "2006-08-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio,\n\nYou have to change the position of the controls changing DATAs nTop, nLeft and dimensions using DATAs nWidth and nHeight. i.e.:\n\nfor n ...\noWnd:aControls[ n ]:nTop = ...\noWnd:aControls[ n ]:nLeft = ...\noWnd:aContro...
CONTROLS IN A WINDOW
[ { "date": "2006-08-08", "forum": "FiveWin for Harbour/xHarbour", "text": "CAN i USE THE CLAUSOLE :\nACTIVATE WINDOWS OwND ;\nON RESIZE....\n\nBUT i NOT kNOW HOW MAKE IT \nLOOK THIS TEST SAMPLE :\n\n[code:3vvijj8e]\n#include \"Fivewin&#46;ch\"\n\n\nFUNCTION MAIN&#40;&#41; \n\n LOCAL oWnd \n\n LOCAL...
CONTROLS IN A WINDOW
[ { "date": "2006-08-11", "forum": "FiveWin for Harbour/xHarbour", "text": "I try this but if I try the program make the same :\n[code:8zdhjx0l]\nfunction Main&#40;&#41;\n\n local oBar\n\n DEFINE WINDOW oWnd MDI ;\n TITLE \"Browsing a DataBase\"\n\n DEFINE BUTTONBAR oBar 3D OF oWnd\n\n DEFIN...
CONTROLS IN A WINDOW
[ { "date": "2006-08-11", "forum": "FiveWin for Harbour/xHarbour", "text": "I don't know what you exactly want to do but this is a sample that can give you at least some ideas:\n\n[code:3lsd1t5r]#include \"Fivewin&#46;ch\"\n\n\nFUNCTION MAIN&#40;&#41;\n\n LOCAL oWnd\n\n LOCAL cVar &#58;= SPACE&#40; ...
CONTROLS IN A WINDOW
[ { "date": "2006-08-12", "forum": "FiveWin for Harbour/xHarbour", "text": "I suppose that the goal is that when the window is reduced with 50% , also the objects (nWidth , nHeight) are reduced with 50%\n\nSame can be done with ntop , nleft \n\nFrank\n\n[code:3cu2scpd]\n# include \"Fivewin&#46;ch\" \n\n\n...
CONTROLS IN A WINDOW
[ { "date": "2006-08-12", "forum": "FiveWin for Harbour/xHarbour", "text": "OK \ni WANTED TO RESIZE ALL CONTROLS ON THE WND \ni MADE A WINDOW MAXIMIZED BUT i WANTED THE USER CAN RESIZE THE WINDOW TO A SMALL WINDOW SEEING ALL THE CONTROLS AND OPERATING INTO \n\ni TRY YOUR SAMPLE WITH MY MODIFIES\n [cod...
CONTROLS IN A WINDOW
[ { "date": "2006-08-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Try it:\n[code:1wg20ati]&#46;&#46;&#46;\n ACTIVATE WINDOW oDlg MAXIMIZED ON INIT ResizeDlg&#40; oCassa &#41;\n&#46;&#46;&#46;[/code:1wg20ati]\n\n\n[code:1wg20ati]\n// Now set the default oDlg measure\n#define WIN_DEFAULT_WIDTH 1...
CONTROLS IN A WINDOW
[ { "date": "2006-08-12", "forum": "FiveWin for Harbour/xHarbour", "text": "the sample not work for me \n\nthe samples of emg and frank is good but if I rezise the window the procedura must resize all the controls and I must see all ( listbox, button,get ecc.) into smal window if you open outlook window a...
CONTROLS IN A WINDOW
[ { "date": "2006-08-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Also nTop and nleft can be changed\n\n[code:lhezvj65]\nSTATIC FUNCTION RESIZECONTROLS&#40;nSizeType,nWidth,nHeight, oWnd &#41; \n\n LOCAL oCtl \n\n LOCAL i , aHlp&#91;4&#93; , j , Factor &#58;= Hash&#40;&#41;\n\n\t\tSTATIC a...
CONTROLS IN A WINDOW
[ { "date": "2006-08-12", "forum": "FiveWin for Harbour/xHarbour", "text": "GOOOOOOOODDD MR FRANK\n\n How I can make to resize also the font into listbox and buttons ?\n\nI use only this font into wnd\n\nDEFINE FONT oFont NAME \"MS Sans Serif\" SIZE 0, -20 \n\n\n\n BEST BEST REGARDS", "time": "15:50",...
CONTROLS IN A WINDOW
[ { "date": "2006-08-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio,\n\nNow you have a working sample from resizing also the fonts\n\nFonts are only resized when the vertical factor exceeds 10 , 20 , 30 .. % from 1 . This can be changed in the increment ( 10 or -10 ) from currentheight\n\nF...
CONTROLS IN A WINDOW
[ { "date": "2006-08-19", "forum": "FiveWin for Harbour/xHarbour", "text": "THANK \nI try it for 1 min 41 secs \nI open and close the window all run ok \nthen it made an error at RESIZECONTROLS(313)\n\nthis is log file \n\n[code:3rjkq7no]\nApplication\n===========\n Path and name&#58; C&#58;\\work\\PRG\...
CONTROLS IN A WINDOW
[ { "date": "2006-08-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio\n\n1) When you run mine example , run it ok ?\n\n2) I suppose that you try it in your aplication , but i can't recognize the linenumber \n\nCalled from: => RESIZECONTROLS(313) \n Which line in resizecontrol ?\n\nAlso the v...
CONTROLS IN A WINDOW
[ { "date": "2006-08-19", "forum": "FiveWin for Harbour/xHarbour", "text": "yes your sample run ok\n\nthe line 313 at mine application is\naHlp[1] := aCoordinates[i,1]*F[\"V\"] // nTop", "time": "22:37", "topic": "CONTROLS IN A WINDOW", "username": "Silvio" } ]
CONTROLS IN A WINDOW
[ { "date": "2013-08-12", "forum": "FiveWin para Harbour/xHarbour", "text": "Necesito crear menues personalizados dependiendo de los niveles de usuarios los cuales las opciones a mostrar estaran en una tabla mysql o una dbf, se que en el foro habia algo parecido o un sample, pero tengo bastante rato busca...
CONTRUIR UN MENU en ventana principal desde una tabla o dbf
[ { "date": "2013-08-12", "forum": "FiveWin para Harbour/xHarbour", "text": "En lo personal, tengo una una variable publica x una cadena con 150 digitos: ej. '0001000100010000111111110001111111111...\ncada caracter indica el numeto de permiso en el sistema de cada opcion dentro del menu, para contruir el ...
CONTRUIR UN MENU en ventana principal desde una tabla o dbf
[ { "date": "2013-08-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Fijate si este hilo te ayuda\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=20108&p=106243&hilit=+setmenu#p106243\">viewtopic.php?f=6&t=20108&p=106243&hilit=+setmenu#p106243<...
CONTRUIR UN MENU en ventana principal desde una tabla o dbf
[ { "date": "2013-08-13", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"horacio\":2rxec7dd]Fijate si este hilo te ayuda\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=20108&p=106243&hilit=+setmenu#p106243\">viewtopic.php?f=6&t=20108&p=10...
CONTRUIR UN MENU en ventana principal desde una tabla o dbf
[ { "date": "2013-08-13", "forum": "FiveWin para Harbour/xHarbour", "text": "FUNCTION MenuPrincipal(oWnd)\n\n LOCAL cPatTem := \"C:\\TEMP\\\"\n LOCAL cNombas := 'Menu'+ALLTRIM(STR(hb_random(10000000),8,0))+M->cCiaAct+cNroUsr\n LOCAL cFilTem := cNombas+'.TMD'\n LOCAL cFilTeI := cNombas+'.CDX'\n L...
CONTRUIR UN MENU en ventana principal desde una tabla o dbf
[ { "date": "2013-08-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Saludos russimicro, estoy revisando lo que me distes, creo es lo que ando buscando, luego te comento, estamos a la orden por aca en Venezuela, saludos... <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" t...
CONTRUIR UN MENU en ventana principal desde una tabla o dbf
[ { "date": "2013-08-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Yo lo hago de ésta manera:\n[code=fw:75iwrp0c]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">// --------------------------------------------------------------------//</span><br /><...
CONTRUIR UN MENU en ventana principal desde una tabla o dbf
[ { "date": "2013-08-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Saludos cmsoft, es lo que busco, la igual que del otro colega de Colombia, leer y revisare sus .prg, la unica diferencia entre comillas, es que en vez de una dbf uso una tabla con mysql, ya habia creado la tabla con los campo par...
CONTRUIR UN MENU en ventana principal desde una tabla o dbf
[ { "date": "2013-08-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola,\n\nPara mi la cuestión principal de los menues configurables sería separar la construccion del menu de su configuración.\nPara ello necesitaríamos que el comando MENUITEM dispusiera de un tag (etiqueta) ID. Otra opción serí...
CONTRUIR UN MENU en ventana principal desde una tabla o dbf
[ { "date": "2013-08-13", "forum": "FiveWin para Harbour/xHarbour", "text": "José Luis,\n\nMira si te sirve:\n\nFUNCTION BldMenu()\n*----------------------------------------------------------------*\n\tLOCAL oMainMenu, oMnuItem, lRight, cValue, cMnuAlias, i:= 1, nRec, fAction, cFileBmp, cResName\n\tLOCAL ...
CONTRUIR UN MENU en ventana principal desde una tabla o dbf
[ { "date": "2013-08-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Jose Luis:\nPor si te interesa, te dejo la función pero para una tabla MySql con Dolphin. También le agregré al menú el estilo 2007 con íconos en el menú\n[code=fw:1arhheq2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monos...
CONTRUIR UN MENU en ventana principal desde una tabla o dbf
[ { "date": "2013-08-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Muchas gracias CMSOFT, estoy descargando y analizando lo enviado para adaptarlo a mi sistema, luego comento, saludos... <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: -...
CONTRUIR UN MENU en ventana principal desde una tabla o dbf
[ { "date": "2008-12-02", "forum": "Utilities / Utilidades", "text": "<!-- m --><a class=\"postlink\" href=\"http://www.formatoz.com/index.html\">http://www.formatoz.com/index.html</a><!-- m -->\r\n\r\nFormatFactory is a multifunctional media converter.\r\nProvides functions below:\r\nAll to MP4/3GP/MPG/A...
CONVIERTE DE TODO A TODO...Excelente Aplicacion y Free
[ { "date": "2021-01-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nIf I do \n[code=fw:2e5rl6hi]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">copy fields NTWKNUM,NODENUM,MODNUM,SLOTNUM,<span style=\"color: #0000ff;\">NAME</span>,PTDESC,KEYWORD,NODETYP,POINT_TYPE <span styl...
COPY FIELDS TO with variable
[ { "date": "2021-01-29", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:1roiy59b]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />&nbsp; &nbsp; &nbsp; &nbsp;Formats: <span style=\"color: #000000;\">COPY</span> <span style=\"color: #0000ff;\">TO</span> <file> <span s...
COPY FIELDS TO with variable
[ { "date": "2021-01-29", "forum": "FiveWin for Harbour/xHarbour", "text": "João,\n\nI know that is the format, but I wanted to store the fields in a variable, because, I want the fields, depending of the content of a database.\n\nThat was not working with the command.\n\nI found a solution with __dbCopy...
COPY FIELDS TO with variable
[ { "date": "2021-01-29", "forum": "FiveWin for Harbour/xHarbour", "text": "[url:1vopx3mx]https&#58;//vivaclipper&#46;wordpress&#46;com/tag/copy-to/[/url:1vopx3mx]\n\n[url:1vopx3mx]https&#58;//www&#46;itlnet&#46;net/programming/program/Reference/c53g01c/ngc5219&#46;html[/url:1vopx3mx]\n\n[url:1vopx3mx]htt...
COPY FIELDS TO with variable
[ { "date": "2018-11-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\nWhat is the best instruction in other to copy one TABLE from one MS SQL database to another on another MS SQL SERVER ?\n\nThanks for your samples .\n\nPhilippe", "time": "12:01", "topic": "COPY FILE MS SQL Server", ...
COPY FILE MS SQL Server
[ { "date": "2018-11-20", "forum": "FiveWin for Harbour/xHarbour", "text": "<!-- m --><a class=\"postlink\" href=\"https://stackoverflow.com/questions/3602346/duplicating-a-table-using-microsoft-sql-server-mangement\">https://stackoverflow.com/questions/360 ... -mangement</a><!-- m -->\n[code=fw:1spoi42j]...
COPY FILE MS SQL Server
[ { "date": "2018-11-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks for this first anser .\n\nIt seem that tables are locate on the same DATABASE but how to do it with different databases that may be on different MS SQL Server .\n\nI want to copy a table of product for one SERVER to another...
COPY FILE MS SQL Server
[ { "date": "2018-11-21", "forum": "FiveWin for Harbour/xHarbour", "text": "[b:1p927628]Copying table from one database (catalog) to another database on the same server:[/b:1p927628]\n[code=fw:1p927628]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #0000ff;\">SE...
COPY FILE MS SQL Server