messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2016-05-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Para quien lo necesite el Link Actualizado..\n\n<!-- m --><a class=\"postlink\" href=\"http://www.mediafire.com/download/c8lft8wobhb6jaj/Asociar.rar\">http://www.mediafire.com/download/c8lft ... sociar.rar</a><!-- m -->\n\nSaludo...
Asociar Extencion de Archivos a mi Aplicación
[ { "date": "2016-05-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Victor, gracias", "time": "20:26", "topic": "Asociar Extencion de Archivos a mi Aplicación", "username": "cnavarro" } ]
Asociar Extencion de Archivos a mi Aplicación
[ { "date": "2007-09-26", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenas Foro!, tengo este codigo asociado a un xbrowse:\n\n[code:16ol8xez]\nfunction press_on_browse&#40;nKey,self&#41;\n msginfo&#40;nkey&#41;\n do case \n case nkey = VK_F2 &#46;and&#46; &#58;&#58;lInsertButton\n ...
Asociar teclas a un xBrowse
[ { "date": "2007-09-26", "forum": "FiveWin para Harbour/xHarbour", "text": "Se me ha olvidado comentaros que no es problema de VK_ESPAPE, ya que cuando pulso sobre la tecla ESCAPE, no se muestra nada en el msginfo.\n\nSALUDOS", "time": "17:17", "topic": "Asociar teclas a un xBrowse", "usernam...
Asociar teclas a un xBrowse
[ { "date": "2007-09-26", "forum": "FiveWin para Harbour/xHarbour", "text": "CUAL ÉS LA VERSION DE TU FIVEWIN?\n\nPROBASTES CON bKeyDown()??", "time": "18:31", "topic": "Asociar teclas a un xBrowse", "username": "karinha" } ]
Asociar teclas a un xBrowse
[ { "date": "2007-09-26", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias Karina\n\nes la FW 2.8 Octubre de 2006", "time": "18:45", "topic": "Asociar teclas a un xBrowse", "username": "Mike Serra" } ]
Asociar teclas a un xBrowse
[ { "date": "2007-09-26", "forum": "FiveWin para Harbour/xHarbour", "text": "la llamada a press_on_browse la realizo asi:\n\n[code:32vhr5eg]\n &#58;&#58;oBrowse&#58;bKeydown&#58;=&#123;|nkey|press_on_browse&#40;nKey,self&#41;&#125;\n [/code:32vhr5eg]", "time": "18:46", "topic": "Asociar tecl...
Asociar teclas a un xBrowse
[ { "date": "2007-09-27", "forum": "FiveWin para Harbour/xHarbour", "text": "Cuando presionas ESC se sale del Browse o se queda alli?\n\n\nSi se sale del Browse entonces tienes que modificar el metodo KEYDOWN\nde la clase XBROWSE", "time": "17:03", "topic": "Asociar teclas a un xBrowse", "use...
Asociar teclas a un xBrowse
[ { "date": "2007-09-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Lo curioso es que no hace nada, es decir, si os fijais en la función del principio del post hay un msginfo(nkey), si pulso cualquier tecla me sale caracter ascii de la tecla pulsada, del F1, F2, F3, A, B, C, la que sea, pero si p...
Asociar teclas a un xBrowse
[ { "date": "2007-09-28", "forum": "FiveWin para Harbour/xHarbour", "text": "fijate en el metodo KEYDOWN de la clase XBROWSE y entenderas porque. En mi caso tuve que modificarlo para poder captar todas las teclas sin excepcion.\n\nJaime", "time": "17:06", "topic": "Asociar teclas a un xBrowse", ...
Asociar teclas a un xBrowse
[ { "date": "2007-09-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Revisando un poco el código, yo el metodo KeyDown de xBrowse lo veo bien. Claro está que si le añades CASE nKey==27 ..., conseguiras variar el comportamiento.\n\nPero en realidad el hecho de no evaluar bKeyDown, es debido a el me...
Asociar teclas a un xBrowse
[ { "date": "2007-09-29", "forum": "FiveWin para Harbour/xHarbour", "text": "Muchas Gracias a los 2 (Jaime y Gabriel). Esperaré noticias.", "time": "06:30", "topic": "Asociar teclas a un xBrowse", "username": "Mike Serra" } ]
Asociar teclas a un xBrowse
[ { "date": "2006-05-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Colegas, espero puedan ayudarme en esta dificultad.... <!-- s:oops: --><img src=\"{SMILIES_PATH}/icon_redface.gif\" alt=\":oops:\" title=\"Embarassed\" /><!-- s:oops: --> \n\nNecesito asociar a los botones de una dialog que manip...
Asociar teclas de función a funciones específicas
[ { "date": "2006-05-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Oye Jose,\n\nyo lo hago asi como son botones los que quieres activar yo uso\n\nCASE nKey==VK_F2\n o123:SetFocus() \n o123:Click()\n \nsiendo o123 \n\n REDEFINE BUTTON o123 ID 123 OF oDlgLot ...
Asociar teclas de función a funciones específicas
[ { "date": "2006-05-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Sr...\ndebe funcionar,, yo oo hago asi\n\nSetKey(VK_F12,{||AbreCajonDinero(aSerieNumero)}) \n\n\nSalu2", "time": "04:22", "topic": "Asociar teclas de función a funciones específicas", "username": "Willi Quintana...
Asociar teclas de función a funciones específicas
[ { "date": "2006-05-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias amigos por su ayuda, verdaderamente la mayoría de las veces este foro me saca de un apuro.\n\nEl error, (que se desprende de vuestros amables mensajes) es que estaba escribiendo mal la variable k_f2 en lugar de vk_f2 y as...
Asociar teclas de función a funciones específicas
[ { "date": "2006-05-10", "forum": "FiveWin para Harbour/xHarbour", "text": "I use this \n\nMaurizio \n\n//---------------------------------\nDEFINE BUTTON oBtn RESOURCE \"TEST\" OF oBar ACTION Msginfo(\"PRESS F2\")\n oBtn[1]:cargo := VK_F2\n oDlg:bKeyDown = { | nKey | CheckKey(nKey,oBar)}\n//----...
Asociar teclas de función a funciones específicas
[ { "date": "2012-09-11", "forum": "FiveWin for Harbour/xHarbour", "text": "To All\n\nI have never had to sort an array before .. I have looked at the asort documentation and looked at some posts in this forum .. and the answer seems a bit 'blurry' to me. <!-- s:? --><img src=\"{SMILIES_PATH}/icon_confus...
Asort 101
[ { "date": "2012-09-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Rick\n\nReal simple and works well.\n\nSyntax -\n ASORT(<aTarget>, [<nStart>], [<nCount>], [<bOrder>]) --> aTarget\n\nExample\n ::aAll:=ASORT(::aAll,,,{|x,y| x[1]<y[1]})\n\nYour code\n aSorted := ASORT(aLine,,,{|x,y| x[...
Asort 101
[ { "date": "2012-09-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Rick;\n\n[quote:30hjkwf3]Syntax\nASort( <aArray>, [<nStart>], [<nCount>], [<bSort>] ) --> aArray\n\nArguments\n<aArray> \nThe array to be sorted. \n<nStart> \nThis is a numeric expression indicating the first element in the arr...
Asort 101
[ { "date": "2012-09-12", "forum": "FiveWin for Harbour/xHarbour", "text": "To All\n\nThanks .. this seemed to be my solution\n\naSort( aSerial,,, { |x,y| x[4] < y[4] } ) \n\nThanks\nRick\n\nps .. be sure you do not use AUTOSORT on your xBrowse ( I did <!-- s:oops: --><img src=\"{SMILIES_PATH}/icon_redfa...
Asort 101
[ { "date": "2020-03-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear friends,\n\nI must found the last number (field 1) of this array if the cCode ( field 2) is \"01\"\n\n Local aData:= { ;\n {4,\"01\",\"17/03/2020\",\"17/03/2020\"} ,;\n {7,\"02\",\"17/03/2020\",\"18/0...
Asort array base two elements and found the last number
[ { "date": "2020-03-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio,\n Try RASCAN\n[code=fw:za1l9gcy]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">FUNCTION</span> MAIN<span style=\"color: #000000;\">&#40;</span><span style=\"color: #...
Asort array base two elements and found the last number
[ { "date": "2020-03-22", "forum": "FiveWin for Harbour/xHarbour", "text": "thanks, I understood that I am doing something bigger than my abilities and when I have a problem that is easy for you it becomes difficult for me, perhaps because the mind is occupied by other thoughts and worries and I do not fi...
Asort array base two elements and found the last number
[ { "date": "2016-05-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi all,\nI need to order the following array by date and by name (inside a date). \nDo you have any suggest about ?\n\n* date is the first element, name is the second\naArray:={}\naadd(aArray,{\"01/10/2015\",\"Marc\"}) \naadd(aArr...
Asort based on two array elements
[ { "date": "2016-05-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Marco,\n\nmaybe using a third element?\n\naadd(aArray,{ \"01/10/2015\", \"Marc\", DTOS( CTOD( \"01/10/2015\" ) ) + \"Marc\" } )", "time": "15:46", "topic": "Asort based on two array elements", "username": "Diego De...
Asort based on two array elements
[ { "date": "2016-05-19", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:3h8olczr]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">ASort<span style=\"color: #000000;\">&#40;</span> aArray, <span style=\"color: #00C800;\">nil</span>, <span style=\"color: #00C800;\">nil</span>, <s...
Asort based on two array elements
[ { "date": "2016-05-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Solved, thank you Nages", "time": "16:44", "topic": "Asort based on two array elements", "username": "Marco Turco" } ]
Asort based on two array elements
[ { "date": "2016-11-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola estoy ordenando una tabla, pero el ordenador del cliente es lento y me gustaría añadirle un meter para que viera el progreso y no se pusiera \"nervioso\" pero nunca lo he hecho.\n\n¿Alguien puede ponerme algún ejemplo? \n \n...
Asort con meter
[ { "date": "2016-11-10", "forum": "FiveWin para Harbour/xHarbour", "text": "No creo que se pueda hacer, porque para ello habría que tener información que aSort() no da: el nº de elemento por el que va en la ordenación. \n\nUn workaround es utilizar MsgRun() o similar y al menos poner un texto \"Espere......
Asort con meter
[ { "date": "2016-11-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Ok. Eso había pensado yo sobre el meter y Asort, pero por si acaso.\n\nProbare con MsgRun() así por lo menos saldré del paso.\n\nGracias.", "time": "13:24", "topic": "Asort con meter", "username": "Garbi" } ]
Asort con meter
[ { "date": "2016-11-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Paco,\n\nComo ASort() permite evaluar un bloque de código, desde él se podria incrementar una variable estática externa que indicaría el elemento por el que va\n\nCreo que se podria hacer asi\n\n[url:hjzd72n7]http&#58;//www&#46;f...
Asort con meter
[ { "date": "2016-11-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio,\n\nMe parece que Asort() utiliza el algoritmo de la burbuja, no estoy muy seguro.\nTampoco estoy seguro que el algoritmo de la burbuja use tantas comparaciones como elementos tiene el array.\n\nSaludos", "time": "09:...
Asort con meter
[ { "date": "2016-11-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Paco,\n\nEste ejemplo funciona, pero la sorpresa es que el bloque de código se evalúa 10 veces, puesto que hacen falta\nmás iteraciones para ordenarlos. Haria falta una primera pasada para contar el total de iteraciones y una seg...
Asort con meter
[ { "date": "2016-11-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Estos ejemplos se pueden probar desde Fivedit sin necesidad de crear un PRG ni tener que construir el EXE <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "10:12", ...
Asort con meter
[ { "date": "2016-11-15", "forum": "FiveWin para Harbour/xHarbour", "text": "Muchas Gracias por vuestra ayuda,", "time": "12:04", "topic": "Asort con meter", "username": "Garbi" } ]
Asort con meter
[ { "date": "2013-05-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenas tardes\nNo consigo que los GETS Redefinidos desde una DLL tengan un aspecto \"plano\" \nAdjunto imagen en la que aparece en primer lugar como me aparecen y en segundo lugar cómo me gustarían que apareciesen sin tener en cu...
Aspecto de GET
[ { "date": "2013-05-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Prueba a quitar a la definición del campo en PellesC, el estilo de windows \"border\"\nWS_BORDER", "time": "20:32", "topic": "Aspecto de GET", "username": "fgondi" } ]
Aspecto de GET
[ { "date": "2013-05-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias Fernando, efectivamente sale \"plano\", pero no me sale el borde \"azul\" que aparece en la imagen que he puesto como ejemplo y no se distingue bien\nSaludos", "time": "20:39", "topic": "Aspecto de GET", "user...
Aspecto de GET
[ { "date": "2013-05-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Cristobal,\n\nUsas el fichero de manifiesto desde el RC ?\n\n 1 24 \"WindowsXP.Manifest\" \n\nEl fichero lo tienes en FWH/samples/winxp/WindowsXP.Manifest", "time": "21:10", "topic": "Aspecto de GET", "username": "An...
Aspecto de GET
[ { "date": "2013-05-01", "forum": "FiveWin para Harbour/xHarbour", "text": "No lo uso Antonio\n¿Como lo puedo incorporar ahora a la DLL?\nGracias", "time": "21:13", "topic": "Aspecto de GET", "username": "cnavarro" } ]
Aspecto de GET
[ { "date": "2013-05-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Solucionado, gracias \n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=23620&p=126983&hilit=1+24+windowsxp+manifest+en+DLL#p126943\">viewtopic.php?f=6&t=23620&p=126983&hilit=1+...
Aspecto de GET
[ { "date": "2013-05-30", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenos dias\nTengo el mismo problema con los GETS que incluyo en un TPanel por codigo, su apariencia no es la correcta\nLo he \"solucionado\" incluyendo en mi PRG:\n[code=fw:2piehap6]<div class=\"fw\" id=\"{CB}\" style=\"font-fam...
Aspecto de GET
[ { "date": "2015-02-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola. Quisiera en mi programa poder editar los datos de un xbrowse y que tengan el aspecto de la edición de datos de ourxdbu:\n- no hay que dar doble intro para editar y pasar al siguiente campo\n- el campo a editar está resaltad...
Aspecto en xbrowse
[ { "date": "2015-02-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Download de los fuentes, és este?\n\n[url:1q9rqqyg]http&#58;//sourceforge&#46;net/p/ourxdbu/code/HEAD/tree/source/[/url:1q9rqqyg]\n\nSaludos.", "time": "15:58", "topic": "Aspecto en xbrowse", "username": "karinha" }...
Aspecto en xbrowse
[ { "date": "2015-02-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Si, ese es. lo descargué, lo revisé y me perdí", "time": "16:00", "topic": "Aspecto en xbrowse", "username": "informaticaeloy" } ]
Aspecto en xbrowse
[ { "date": "2015-02-09", "forum": "FiveWin para Harbour/xHarbour", "text": "No se si he entendido el alcance de tu pregunta\nHas comprobado la claúsula FASTEDIT de XBrowse?", "time": "16:57", "topic": "Aspecto en xbrowse", "username": "cnavarro" } ]
Aspecto en xbrowse
[ { "date": "2008-09-04", "forum": "Off Topic / Otros temas", "text": "This is an interesting article.\r\n\r\nAssertions in Production Code?\r\n<!-- m --><a class=\"postlink\" href=\"http://dobbscodetalk.com/index.php?option=com_myblog&show=Assertions-in-Production-Code-.html&Itemid=29\">http://dobbscodet...
Assertions in Production Code?
[ { "date": "2008-09-04", "forum": "Off Topic / Otros temas", "text": "James,\r\n\r\nLets make a comparison with the security of a house:\r\n\r\nYou can place gates, security windows, alarms, security guards, etc. but will it be 100% totally safe ? Wouldn't there be a way to bypass all that security ?\r\n...
Assertions in Production Code?
[ { "date": "2008-09-04", "forum": "Off Topic / Otros temas", "text": "Antonio,\r\n\r\nOh, I agree. But some of the comments like:\r\n\r\n>Professionally written production code is bug free, so there is no need for asserts.\r\n>An assert firing causes the program to abort, which may not be permissible, ma...
Assertions in Production Code?
[ { "date": "2008-09-04", "forum": "Off Topic / Otros temas", "text": "James,\r\n\r\nyes, I fully agree with you", "time": "20:41", "topic": "Assertions in Production Code?", "username": "Antonio Linares" } ]
Assertions in Production Code?
[ { "date": "2006-02-18", "forum": "FiveWin for Harbour/xHarbour", "text": "I am trying to assign a dialog from source as below :\n[code]\n@ 1,1 FOLDER oFld1 of oDlg;\n PROMPT \"List\", \"contracts\", \"Sites\", \"Departments\" ,;\n \"Machines\", \"Operators\", \"Jobs\",;\n \"Machines\", \"...
Assign Dialog from source to Folder Action
[ { "date": "2007-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Everybody,\n\nIs there a way to assign the function of a button to an arrow key so when the user uses the left or right arrow key it functions as if they clicked a button?\n\n\nThanks,\n\nJeff", "time": "02:49", "topic"...
Assign a button control to arrow key
[ { "date": "2007-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nIf the button has the focus, then you may use oBtn:bKeyChar or oBtn:bKeyDown to detect those keystrokes and fire the button action", "time": "10:46", "topic": "Assign a button control to arrow key", "username"...
Assign a button control to arrow key
[ { "date": "2007-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nActually I have 4 buttons that I would like to give the user the option to either click a button or an arrow key.\n\nEx. Left Arrow = BUTTON1\n Right Arrow = BUTTON2\n Up Arrow = BUTTON3\n Down Ar...
Assign a button control to arrow key
[ { "date": "2007-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nWhich control has the focus ? The keystrokes will go to the focused control\n\nAny of the buttons ? Or other control ?", "time": "21:47", "topic": "Assign a button control to arrow key", "username": "Antonio L...
Assign a button control to arrow key
[ { "date": "2007-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "The area where the buttons are has the focus.\n\nJeff", "time": "22:11", "topic": "Assign a button control to arrow key", "username": "Jeff Barnes" } ]
Assign a button control to arrow key
[ { "date": "2007-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Is that area a dialogbox ? a window ?", "time": "22:15", "topic": "Assign a button control to arrow key", "username": "Antonio Linares" } ]
Assign a button control to arrow key
[ { "date": "2007-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Sorry, I guess I should have mentioned that.\n\nIt's a Window.\n\n\nI've tried:\n\n SETKEY( K_UP, { || MsgInfo( \"UP pressed\" ) } )\n SETKEY( K_DOWN, { || MsgInfo( \"DOWN pressed\" ) } ) \n SETKEY( K_LEFT, { || Msg...
Assign a button control to arrow key
[ { "date": "2007-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nWhen a window or a dialogbox has several controls, one of them has the focus. So you should assign bKeyDown or bKeyChar to all of them:\n\noBtn1:bKeyChar = { | nKey | MsgInfo( nKey ) }\noBtn2:bKeyChar = { | nKey | MsgInfo...
Assign a button control to arrow key
[ { "date": "2007-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nIt seems to work with all the keys except the arrow keys <!-- s:cry: --><img src=\"{SMILIES_PATH}/icon_cry.gif\" alt=\":cry:\" title=\"Crying or Very sad\" /><!-- s:cry: --> \n\nWhen I press an arrow key the focus mov...
Assign a button control to arrow key
[ { "date": "2007-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nUse bKeyDown instead of bKeyChar and try it again", "time": "15:58", "topic": "Assign a button control to arrow key", "username": "Antonio Linares" } ]
Assign a button control to arrow key
[ { "date": "2007-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nI've tried both ... and still the arrow keys just move to the next control.\n\n\n\nJeff", "time": "16:01", "topic": "Assign a button control to arrow key", "username": "Jeff Barnes" } ]
Assign a button control to arrow key
[ { "date": "2007-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nPlease try this too besides the bKeyChar/bKeyDown:\n\noBtn1:nDlgCode = DLGC_WANTALLKEYS\noBtn2:nDlgCode = DLGC_WANTALLKEYS\noBtn3:nDlgCode = DLGC_WANTALLKEYS\noBtn4:nDlgCode = DLGC_WANTALLKEYS", "time": "16:11", "...
Assign a button control to arrow key
[ { "date": "2007-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nStill no luck. Again, the focus is moved to the next control.\n\n\nJeff", "time": "21:14", "topic": "Assign a button control to arrow key", "username": "Jeff Barnes" } ]
Assign a button control to arrow key
[ { "date": "2007-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nWe are going to build a sample and try to get it working", "time": "22:04", "topic": "Assign a button control to arrow key", "username": "Antonio Linares" } ]
Assign a button control to arrow key
[ { "date": "2007-04-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Antonio.", "time": "00:24", "topic": "Assign a button control to arrow key", "username": "Jeff Barnes" } ]
Assign a button control to arrow key
[ { "date": "2007-04-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\n\nOk, its working <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nYou have to modify Class TButton Method KeyDown() this way:\n[code:356sx7m8]\nMETHOD KeyDown&#40; nKey...
Assign a button control to arrow key
[ { "date": "2007-04-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Success <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nThanks Antonio, it is now working.\n\n\nJeff", "time": "23:36", "topic": "Assign a button control to arr...
Assign a button control to arrow key
[ { "date": "2007-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Jeff Barnes\":3r6nx70q]Thanks Antonio.[/quote:3r6nx70q]", "time": "14:54", "topic": "Assign a button control to arrow key", "username": "akis" } ]
Assign a button control to arrow key
[ { "date": "2007-05-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Is there anything wrong with the way I have created the columns at runtime?\n\nAnd how do I remove these columns and replace them with others? I want to change the columns in the listbox when the user changes the database order f...
Assigning columns to listbox programmatically
[ { "date": "2007-05-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Prueba con esto?\n\n[code:11d95pce]FOR i &#58;= 1 TO LEN&#40; aFlds &#41;\n MakeBrow&#40; aFld, oListBox, aTitle, aWidths, i &#41;\nNEXT i\n\n//BLABLA\n\nfunction MakeBrow&#40; aFld, oLisBox, aTitle, aWidths, i &#41;\nlocal c...
Assigning columns to listbox programmatically
[ { "date": "2007-05-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi, maybe I was misunderstood. The code DOES WORK, I am just not sure if it is 'good' programming practice to use a &macro like this. If its ok, I will leave it as it is because it works.\n\nWhat I still do need to know is how t...
Assigning columns to listbox programmatically
[ { "date": "2007-05-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Ollie,\n\n> I want the columns shown to be different\n\nYou just need to refresh the browse oBrowse:Refresh()", "time": "07:56", "topic": "Assigning columns to listbox programmatically", "username": "Antonio Linares" ...
Assigning columns to listbox programmatically
[ { "date": "2007-05-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok, I get that, but how do I REMOVE the columns I don't want, so I can add new columns?", "time": "08:10", "topic": "Assigning columns to listbox programmatically", "username": "Ollie" } ]
Assigning columns to listbox programmatically
[ { "date": "2007-05-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Ollie,\n\noBrowse:aColumns := {}\n\n... add columns", "time": "09:26", "topic": "Assigning columns to listbox programmatically", "username": "Antonio Linares" } ]
Assigning columns to listbox programmatically
[ { "date": "2023-07-28", "forum": "FiveWin for Harbour/xHarbour", "text": "If I sub-class class TPrinter;\n[code=fw:3edyu1xn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">class</span> XPrinter <span style=\"color: #0000ff;\">from</span> TPrinter</div>[/co...
Assigning lUseHaruPdf when TPrinter is sub-classed
[ { "date": "2023-07-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Hua,\n\n::lUseHaruPdf", "time": "11:15", "topic": "Assigning lUseHaruPdf when TPrinter is sub-classed", "username": "Antonio Linares" } ]
Assigning lUseHaruPdf when TPrinter is sub-classed
[ { "date": "2023-07-28", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:2d2d8to5]xPrinter():lUseHaruPdf or TPrinter():lUseHaruPdf[/quote:2d2d8to5]\nYou can use any.", "time": "14:11", "topic": "Assigning lUseHaruPdf when TPrinter is sub-classed", "username": "nageswaragunupudi" } ...
Assigning lUseHaruPdf when TPrinter is sub-classed
[ { "date": "2023-07-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks for the replies Antonio and Rao", "time": "19:17", "topic": "Assigning lUseHaruPdf when TPrinter is sub-classed", "username": "hua" } ]
Assigning lUseHaruPdf when TPrinter is sub-classed
[ { "date": "2023-07-31", "forum": "FiveWin for Harbour/xHarbour", "text": "I get this error message\n[code=fw:25vukz9c]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> &nbsp; Error description: <span style=\"color: #000000;\">Error</span> BASE/<span style=\"color: #000000;\">1005</span> &...
Assigning lUseHaruPdf when TPrinter is sub-classed
[ { "date": "2023-07-31", "forum": "FiveWin for Harbour/xHarbour", "text": "When tested using lUseFWPdf, pdfs are generated but\n1. User is prompted for a file name for the pdf\n2. The word \"FiveWin Report\" is embedded into the pdf\n\nWould still like to use Haru pdf to see what size is the pdf generate...
Assigning lUseHaruPdf when TPrinter is sub-classed
[ { "date": "2023-07-31", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"hua\":mehhlj4s]I get this error message\n[code=fw:mehhlj4s]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">   Error description: <span style=\"color: #000000;\">Error</span> BASE/<span style=\"color: #0000...
Assigning lUseHaruPdf when TPrinter is sub-classed
[ { "date": "2023-07-31", "forum": "FiveWin for Harbour/xHarbour", "text": "I see so when lUseHaruPdf = .t. I am actually using FWPDf not TPrinter.\nUnderstood. Thanks", "time": "09:11", "topic": "Assigning lUseHaruPdf when TPrinter is sub-classed", "username": "hua" } ]
Assigning lUseHaruPdf when TPrinter is sub-classed
[ { "date": "2023-07-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Is it possible to print to a pdf driver such as Microsoft Print To Pdf, CutePdf, etc programmatically without prompting user for filename?", "time": "09:28", "topic": "Assigning lUseHaruPdf when TPrinter is sub-classed", ...
Assigning lUseHaruPdf when TPrinter is sub-classed
[ { "date": "2023-08-01", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"hua\":n1hi78bw]IS it possible to print to a pdf driver such as Microsoft Print To Pdf, CutePdf, etc programmatically without prompting user for filename?[/quote:n1hi78bw]\nBy default, FWH uses Microsoft Word to read emf a...
Assigning lUseHaruPdf when TPrinter is sub-classed
[ { "date": "2023-08-01", "forum": "FiveWin for Harbour/xHarbour", "text": "To avoid having to re-code my report routine I tried using :lUseFWPdf\n[code=fw:2hukgzt4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">     XTPrinter<span style=\"color: #000000;\">&#40;</span><span style=\"color...
Assigning lUseHaruPdf when TPrinter is sub-classed
[ { "date": "2023-08-01", "forum": "FiveWin for Harbour/xHarbour", "text": "We can not comment on your derived class. \nbut\n[code=fw:1po7ov5q]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">PRINT</span> oPrn FILE cPdf</div>[/code:1po7ov5q]\ndoes not ask for...
Assigning lUseHaruPdf when TPrinter is sub-classed
[ { "date": "2023-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks for the info Rao. The dialog now no longer appears\nUnfortunately when it's printing in a loop (a bunch of staffs tax calculation), it will eventually generates internal error\n[code=fw:3h1i4uu9]<div class=\"fw\" id=\"{CB}\...
Assigning lUseHaruPdf when TPrinter is sub-classed
[ { "date": "2023-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Using original printer class or derived class?\nUsing 'FILE cPdf\" ?", "time": "04:58", "topic": "Assigning lUseHaruPdf when TPrinter is sub-classed", "username": "nageswaragunupudi" } ]
Assigning lUseHaruPdf when TPrinter is sub-classed
[ { "date": "2023-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": ">Using original printer class or derived class?\nUsing derived class as I don't want to rewrite the report.\n\n>Using 'FILE cPdf\" ?\nYes", "time": "08:03", "topic": "Assigning lUseHaruPdf when TPrinter is sub-classed", ...
Assigning lUseHaruPdf when TPrinter is sub-classed
[ { "date": "2023-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:27up9e7a]Unfortunately when it's printing in a loop (a bunch of staffs tax calculation), it will eventually generates internal error\n[/quote:27up9e7a]\nAfter how many times in the loop?", "time": "08:55", "topic": ...
Assigning lUseHaruPdf when TPrinter is sub-classed
[ { "date": "2023-08-03", "forum": "FiveWin for Harbour/xHarbour", "text": "About 18 and some of the generated pdfs are blank with a filesize of 1.4KB only", "time": "09:10", "topic": "Assigning lUseHaruPdf when TPrinter is sub-classed", "username": "hua" } ]
Assigning lUseHaruPdf when TPrinter is sub-classed
[ { "date": "2023-08-05", "forum": "FiveWin for Harbour/xHarbour", "text": "I tested this program to generate 200 pdf files silently and all 200 files were created in 1.1 seconds and no crash, no errors and no log files about excess font release.\nI have used native fwh library without modifications.\nI t...
Assigning lUseHaruPdf when TPrinter is sub-classed
[ { "date": "2023-08-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Rao. \nI was using :lUseFWPdf instead of :lUseHaruPdf in my test that ends up with internal error.\nI'll try to slowly shift to :lUseHaruPdf and see how it goes", "time": "03:21", "topic": "Assigning lUseHaruPdf whe...
Assigning lUseHaruPdf when TPrinter is sub-classed
[ { "date": "2012-10-31", "forum": "FiveWin for Harbour/xHarbour", "text": "I have an application that generates a daily report with the ability to view reports from previous dates. For this genre a file, write it to disk and lifted him TTxtFile class. The object generated with class I show that a xBrowse...
Assigning object xBrowse
[ { "date": "2010-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "I have noticed that in FIVEWIN the assign is done with = and := .\n\nCould someone explain when to use = and when := .\n\nThanks in advance\nOtto", "time": "11:01", "topic": "Assignment = or := ?", "username": "Otto" ...
Assignment = or := ?
[ { "date": "2010-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "= is the normal assignment operator while := in the inline version of the same operator. As an example:\n\nREDEFINE BUTTON ACTION x = 1 // wrong!\n\nREDEFINE BUTTON ACTION x := 1 // ok!\n\nx = 1 // ok!\nx := 1 // ok! It's ...
Assignment = or := ?
[ { "date": "2010-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nIf you have the Clipper help file, there are good descriptions in there.\n\nRegards,\nJames", "time": "20:02", "topic": "Assignment = or := ?", "username": "James Bott" } ]
Assignment = or := ?
[ { "date": "2010-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Enrico, hello James,\n\nThank you for explaining to me.\nFor example in TRBGroup-class assignments are made with := in TBtnBmp classe with = \n( VB6 style which I don’t like). I thought that there is maybe a difference w...
Assignment = or := ?