messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2008-03-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Buen día para todos...\n\n laugusto, prueba de esta forma a ver si te funciona:\n\n Replace FI_TPCAB With Alltrim( Str( oTFI_TPCAB:nAt ))", "time": "14:22", "topic": "Combobox bajo fhw7.01 no retorna el indice", ...
Combobox bajo fhw7.01 no retorna el indice
[ { "date": "2008-03-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Quando você criar a variavel:\n\naFic[13] := \"\" aqui ele retorna o campo texto selecionado\n\nagora se fizer assim:\n\naFic[13] := 0, ela devera lhe trazer o numero da COMBO", "time": "15:15", "topic": "Combobox bajo f...
Combobox bajo fhw7.01 no retorna el indice
[ { "date": "2008-03-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenas Tardes, \n\nAntonio Castro, vou intentar com Replace FI_TPCAB With Alltrim( Str( oTFI_TPCAB:nAt )), no creo que compilar junto com meu projeto el combobox.prg de versiones anteriores sea la solucion;\n\nRonaldo, eu inicial...
Combobox bajo fhw7.01 no retorna el indice
[ { "date": "2008-03-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Luiz Augusto,\n\nInicializa aFic[13] con 1\n\naFic[ 13 ] := 1\n\nREDEFINE COMBOBOX ...", "time": "20:28", "topic": "Combobox bajo fhw7.01 no retorna el indice", "username": "Antonio Linares" } ]
Combobox bajo fhw7.01 no retorna el indice
[ { "date": "2011-08-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nWhy combobox control (dropdown list) inside a folder dont display doted focus line?\nAny tricks?\n\nThanks in advance.\n\nWanderson.", "time": "20:33", "topic": "Combobox behaviour", "username": "Wanderson" } ...
Combobox behaviour
[ { "date": "2018-04-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Estoy trabajando los combo con busquedas, pero es muy dificl para el usuario ver que cadena de busqueda esta actuando en el control en cada momento.\n\nHe intentado representarla con el tooltip, pero no me lo pinta.\n\nAlguna ide...
Combobox cSearchKey
[ { "date": "2018-04-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Manuel,\n\nNo lo he probado pero... ¿Y si pones al lado del combo un TSay transparente que muestre el contenido de ::oComboBox:cSearchKey? Habrá que hacerle un update en el onchange del combobox. Además que esté por defecto ...
Combobox cSearchKey
[ { "date": "2018-04-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Carlos,\n\nMi intención era representar la cadena de búsqueda sin necesidad de crear un control fuera, de combobox.\n\nGracias, por tu ayuda.", "time": "09:08", "topic": "Combobox cSearchKey", "username": "manuelcaler...
Combobox cSearchKey
[ { "date": "2011-03-25", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:3r8a6712]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">bChange:=oDbCombo:<span style=\"color: #000000;\">bChange</span><br />oDbCombo:<span style=\"color: #000000;\">bChange</span>:=<span style=\"color: ...
Combobox change events
[ { "date": "2011-03-25", "forum": "FiveWin for Harbour/xHarbour", "text": "I'm having a problem controlling the behavior of a combobox change event response.\n\nEvery time I update the array of list items, oClaim_Num:SetItems( aClaims ), the change event response is triggered. Is there any way I can res...
Combobox change events
[ { "date": "2011-03-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Regretably that didn't change anything. \n\nThanks for your help.\n\nDon", "time": "13:14", "topic": "Combobox change events", "username": "DonDrew" } ]
Combobox change events
[ { "date": "2011-03-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Don,\n\nIf you do this do you hear a beep?\n\noCombo:bChange:=msgbeep()\noCombo:SetItems(aMyNewArray)\noCombo:bChange:=nil\n\nJames", "time": "01:43", "topic": "Combobox change events", "username": "James Bott" } ]
Combobox change events
[ { "date": "2011-03-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes.", "time": "07:48", "topic": "Combobox change events", "username": "DonDrew" } ]
Combobox change events
[ { "date": "2011-03-28", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"James Bott\":35yrozlw]oCombo:bChange:=msgbeep()[/quote:35yrozlw]\n\nIt should be\n\n[code=fw:35yrozlw]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oCombo:<span style=\"color: #000000;\">bChange</span>:=...
Combobox change events
[ { "date": "2011-03-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes, of course.\n\nThanks, Enrico.", "time": "15:56", "topic": "Combobox change events", "username": "James Bott" } ]
Combobox change events
[ { "date": "2011-04-05", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"DonDrew\":2wr93wnf]I'm having a problem controlling the behavior of a combobox change event response.\n\nEvery time I update the array of list items, oClaim_Num:SetItems( aClaims ), the change event response is triggered....
Combobox change events
[ { "date": "2012-08-16", "forum": "FiveWin for Harbour/xHarbour", "text": "I would find a way to assign a color to a combobox. The following sample only colors the boundaries of the combobox and its popup list:\n\n[code=fw:3la0hkf7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span sty...
Combobox color
[ { "date": "2012-08-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Any suggestions? <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nEMG", "time": "16:16", "topic": "Combobox color", "username": "Enrico Maria Giordano" } ]
Combobox color
[ { "date": "2012-08-29", "forum": "FiveWin for Harbour/xHarbour", "text": "here run ok\n\n[img:gi14gyhr]http&#58;//img17&#46;imageshack&#46;us/img17/8725/emgcombocolor&#46;png[/img:gi14gyhr]\n\n\n\nHow it should be?", "time": "09:00", "topic": "Combobox color", "username": "Eoeo" } ]
Combobox color
[ { "date": "2012-08-30", "forum": "FiveWin for Harbour/xHarbour", "text": "I forgot to mention that the problem shows up only when the manifest file is linked in. In such situation the combobox is not colored at all (except the dropdown part).\n\nEMG", "time": "17:48", "topic": "Combobox color", ...
Combobox color
[ { "date": "2012-09-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Any ideas? I need to color the combobox. It was possible under XP but not under Vista and newer Windows releases.\n\nEMG", "time": "12:47", "topic": "Combobox color", "username": "Enrico Maria Giordano" } ]
Combobox color
[ { "date": "2012-10-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Bump <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "15:07", "topic": "Combobox color", "username": "Enrico Maria Giordano" } ]
Combobox color
[ { "date": "2013-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Any solution ?", "time": "09:48", "topic": "Combobox color", "username": "Silvio.Falconi" } ]
Combobox color
[ { "date": "2013-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nIf you are using themes then you are telling Windows to control the painting.\n\nIf you want to control the painting, try to create the combobox from the ON INIT clause of the dialog.", "time": "12:22", "topic":...
Combobox color
[ { "date": "2013-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":3kgqxeyd]Enrico,\n\nIf you are using themes then you are telling Windows to control the painting.[/quote:3kgqxeyd]\n\nYes, but why I can change textbox color, even with themes?\n\nEMG", "time": "12:3...
Combobox color
[ { "date": "2013-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nBecause Windows controls that painting and does not allows it. And you have authorized Windows to do it, telling it to use themes <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-...
Combobox color
[ { "date": "2013-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote=\"Antonio Linares\":1dnszfl5]Enrico,\n\nBecause Windows controls that painting and does not allows it. And you have authorized Windows to do it, telling it to use themes <!-- s:-) --><img src=\"{SMILIES_PATH}/ic...
Combobox color
[ { "date": "2013-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nBecause the themes change combobxes but on GETs only change the borders.\n\nWindows themes change the appareance of the combos entirely, but not on the GETs.", "time": "20:34", "topic": "Combobox color", "us...
Combobox color
[ { "date": "2013-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[quote=\"Antonio Linares\":o2ktydjr]Enrico,\n\nBecause the themes change combobxes but on GETs only change the borders.\n\nWindows themes change the appareance of the combos entirely, but not on the GETs.[/quote:o2ktyd...
Combobox color
[ { "date": "2007-05-30", "forum": "FiveWin para Harbour/xHarbour", "text": "Existe alguna manera usando un combobox, poderle definir un array de los valores que queremos grabar.\n\nDel estilo \n[code:139wbxfa]\nREDEFINE COMBOBOX oCbx VAR cVar ITEMS &#123;'Mensual','Semanal','Diaria'&#125; VALUES &#123;'M...
Combobox con array de opc. visualizar y array valor a grabar
[ { "date": "2007-05-30", "forum": "FiveWin para Harbour/xHarbour", "text": "Biel,\n\nPodrías usar SubStr( cVar, 1, 1 ) ó tambien, en el caso de un valor numérico SubStr( oCbx:aItems[ nVar ], 1, 1 )", "time": "16:58", "topic": "Combobox con array de opc. visualizar y array valor a grabar", "us...
Combobox con array de opc. visualizar y array valor a grabar
[ { "date": "2007-05-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio\n\nel problema es que luego al editar la ficha el combo no se posicionaria, porque los string no coinciden, aunque el valor si estaria bien grabado.\nDe hecho no hace falta hacer substr, ya que si coincide que lo que quie...
Combobox con array de opc. visualizar y array valor a grabar
[ { "date": "2007-05-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Biel,\n\nte mande a tu correo privado una modificacion del DBCOMBO que hace lo que deseas, por lo que entendi.\n\nsaludos\n\nMarcelo\n\n[quote=\"Biel EA6DD\":2msr89fd]Antonio\n\nel problema es que luego al editar la ficha el comb...
Combobox con array de opc. visualizar y array valor a grabar
[ { "date": "2007-06-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Marcelo,\n\nno he recibido nada en el correo, te agradeceria nuevo envio a <!-- e --><a href=\"mailto:bmaimo@piema.info\">bmaimo@piema.info</a><!-- e -->\n\ngracaias", "time": "17:17", "topic": "Combobox con array de...
Combobox con array de opc. visualizar y array valor a grabar
[ { "date": "2007-06-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Biel.\ndisculpa la indiscresion, pero cuando te \"metas\" al mundo SQL el truncado SI será un problema. \nLa sugerencia que te da Antonio es buena\nNosotros tb tenemos campos de 1 Byte y coincidencias varias para ese caracter.\nS...
Combobox con array de opc. visualizar y array valor a grabar
[ { "date": "2007-06-02", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Julio,\ngracias por el comentario, no habia caido en el posible problema con SQL, efectivamente es mejor ya programarlo con el SubStr, para evitarse futuros problemas.", "time": "22:30", "topic": "Combobox con array ...
Combobox con array de opc. visualizar y array valor a grabar
[ { "date": "2007-06-04", "forum": "FiveWin para Harbour/xHarbour", "text": "Ya tengo el tema resuelto, con la clase dbCombo de fivewin se puede hacer exactamente lo que yo queria.\n[code:3vkm40v4]\nREDEFINE DBCOMBO oDbf&#58;TipoFra ID 4001 OF oDlg ITEMS &#123;'D','S','M'&#125; PROMPTS &#123;'Diaria','Sem...
Combobox con array de opc. visualizar y array valor a grabar
[ { "date": "2010-12-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio, foro :\n\nCreo recordar ( no estoy muy seguro ) que existe la manera de seleccionar varios items de un combobox, ya busque en los post y nada.\n\nSerias tan amable en confirmar esto ? \n\nGracias y Saludos", "time": ...
Combobox con seleccion
[ { "date": "2010-03-12", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola foro,\nQuiero saber si se puede hacer esto con un combobox que cambio en tiempo de ejecucion...\nDado un valor de una variable, el arreglo para los items del combobox cambia, mi arreglo es mutlidimensional algo asi:\naValor:...
Combobox con valor logico
[ { "date": "2010-03-12", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola,\n\nlo unico que veo que puedes hacer es utilizar oComboBox:SetItems( aItems )\n\ndonde aItems seran los elementos que tu desees se muestre {'Uni','Dos','Cinco'}, esto lo puedes cambiar en tiempo de ejecucion, por lo que el ...
Combobox con valor logico
[ { "date": "2009-04-17", "forum": "All products support", "text": "Salve a tutti,\nè possibile utilizzare per un combobox un elemento di un array Multidimensionale ?\n\nIn pratica ho un array tipo:\n\naArray:={}\naadd(aArray,{1,\"Marco\"})\naadd(aArray,{2,\"Enrico\"})\naadd(aArray,{3,\"Paolo\"})\n\ndove ...
Combobox di un array multidimensionale
[ { "date": "2009-04-17", "forum": "All products support", "text": "Penso che tu debba creare degli array temporanei unidimensionali appositamente per il combo.\n\nEMG", "time": "15:02", "topic": "Combobox di un array multidimensionale", "username": "Enrico Maria Giordano" } ]
Combobox di un array multidimensionale
[ { "date": "2009-04-17", "forum": "All products support", "text": "E' più o meno quello che sto facendo adesso, in pratica mi sono creato una nuova classe \"combolist\" che crea un nuovo array monodimensionale at runtime.\nVolevo giusto sapere se c'è una soluzione utilizzando la classe standard.", "t...
Combobox di un array multidimensionale
[ { "date": "2009-04-17", "forum": "All products support", "text": "// Passi alla combo un array a una sola dimensione\n@ 1, 1 COMBOBOX oCombo VAR cVariab ITEMS aMyFunc( aArray, 2 )\n\n// il numero di record lo ricavi così: aArray[ oCombo:nAt , 1 ]\n@ 3 , 2 BUTTON oButton ACTION MsgInfo( \"Numero di recor...
Combobox di un array multidimensionale
[ { "date": "2009-04-17", "forum": "All products support", "text": "abbiamo postato praticamente tutti insieme è banale come soluzione non avevo letto Enrico e il tuo secondo post\nCiao", "time": "15:21", "topic": "Combobox di un array multidimensionale", "username": "MarcoBoschi" } ]
Combobox di un array multidimensionale
[ { "date": "2009-04-17", "forum": "All products support", "text": "<!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: -->", "time": "15:24", "topic": "Combobox di un array multidimensionale", "username": "Enrico Maria Giordano" } ]
Combobox di un array multidimensionale
[ { "date": "2009-04-17", "forum": "All products support", "text": "che fiacca oggi <!-- s:? --><img src=\"{SMILIES_PATH}/icon_confused.gif\" alt=\":?\" title=\"Confused\" /><!-- s:? -->", "time": "15:28", "topic": "Combobox di un array multidimensionale", "username": "MarcoBoschi" } ]
Combobox di un array multidimensionale
[ { "date": "2009-04-21", "forum": "All products support", "text": "Grazie.", "time": "09:24", "topic": "Combobox di un array multidimensionale", "username": "Marco Turco" } ]
Combobox di un array multidimensionale
[ { "date": "2011-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "I need a help about combobox.\n\nIf a set dropdownlist in resource i cannot see the doted line focus in combobox, if a set dropdown i see the focus inside combo but they turns editable, i have a array with combo elements and dont...
Combobox doubt
[ { "date": "2009-02-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Daniel, hello Frank,\nthank you for your help.\nFrank, I would prefer staying with combobox for this task.\n\nDaniel, your suggestion is working.\n\n[code=fw:3v8vjqvk]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monosp...
Combobox dropdown style - search
[ { "date": "2009-02-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Otto,\n\nI found this code snippet in my archiv, maybe it helps.\n\n[code=FW:2rd1dtmw]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">/*<br />Purpose  : Provides incremental searc...
Combobox dropdown style - search
[ { "date": "2009-02-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Uwe,\n\nthank you for your help.\nMy problem is not the way of displaying the data.\nThe problem is that if I press for example key “B” that the combobox does not search for the first country starting with “B”.\nI am waitin...
Combobox dropdown style - search
[ { "date": "2009-02-15", "forum": "FiveWin for Harbour/xHarbour", "text": "I can’t get \"search\" working in a dropdown style combobox .\nWhat is wrong with my code?\nThanks in advance\nOtto\n[code=fw:2fluyz4j]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <br /><span style=\"color: #B9...
Combobox dropdown style - search
[ { "date": "2009-02-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Otto,\n\nFor selected Countrys, change the defined Length 220 Pixel to 200 Pixel\nAs well You can do some fine-adjustment, to bring some not exact adjusted text in vertical-line.\n\n[img:2ljfhza4]http&#58;//www&#46;pflegepl...
Combobox dropdown style - search
[ { "date": "2009-02-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you Uwe.\nBut you changed the style to CBS_DROPDOWNLIST.\nI need CBS_DROPDOWN.\n\nI think I need the help of Antonio.\nThis worked in FIVEWIN 16 bit but I can’t get this functionality in FWH.\nThank you and best regards,\nO...
Combobox dropdown style - search
[ { "date": "2009-02-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto\n\nThanks, it works fine.\n\nMaybe You like this little change ?\n\n[img:1u8eiit0]http&#58;//www&#46;pflegeplus&#46;com/pictures/combo1&#46;jpg[/img:1u8eiit0]\n\n[code=fw:1u8eiit0]<div class=\"fw\" id=\"{CB}\" style=\"font-fa...
Combobox dropdown style - search
[ { "date": "2009-02-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Hallo Uwe,\nkönntest du mir bitte deine exe mailen eventuell auch deine combobox.prg.\nDanke.\nMit freundlichem Gruß\nOtto", "time": "16:17", "topic": "Combobox dropdown style - search", "username": "Otto" } ]
Combobox dropdown style - search
[ { "date": "2009-02-16", "forum": "FiveWin for Harbour/xHarbour", "text": "I tried to search with:\n\n[code=fw:1os8ahd2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oCbx:<span style=\"color: #000000;\">oGet</span>:<span style=\"color: #000000;\">bKeyChar</span> = <span style=\"color: #...
Combobox dropdown style - search
[ { "date": "2009-02-16", "forum": "FiveWin for Harbour/xHarbour", "text": "hello otto...\n\nmaybe this is a way... please check it\n\n[code=fw:3tk6b6v2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">   oCbx:<span style=\"color: #000000;\">bKeyDown</span> = <span style=\"color: #000000;\"...
Combobox dropdown style - search
[ { "date": "2009-02-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nCombobox has some limitations : it can only use one dimensional array. In your sample a two dimensional array should be much better , each column can be a search column and the layout is much better.\n\nI made a comboclas...
Combobox dropdown style - search
[ { "date": "2009-02-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Frank,\n\nAs I can’t get working incremental search in combobox I would like to test your solution with xBrowse.\nWould you be so kind to send me following functions:\nMAKE2DIM\nNM_ALFA\nMAKEGETBOX\n\nThanks in advance\nOtto...
Combobox dropdown style - search
[ { "date": "2009-02-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Otto,\n\nThat works, but it might be just the basics, to work on. I think, it can be done better.\nThe edit Char is always on the left-hand-side. Maybe there ia a way to place the cursor ?\nThe result is shown with some spac...
Combobox dropdown style - search
[ { "date": "2009-02-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nTry this:\n\nREDEFINE COMBOBOX oCbx VAR cItem ITEMS aItems ;\n ID 110 OF oDlg\noCbx:lIncSearch:=.t.\n\nlIncSearch is a new var in ver 8.08 and it defaults to .f., so you have to turn it on to get incremental searchin...
Combobox dropdown style - search
[ { "date": "2009-02-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello James\nThank you for your help.\nI tried your suggestion: oCbx:lIncSearch:=.t. \nBut does not turn on the searching.\n\n Uwe, your incremental function has the same problem as my own attempts. The get field is not filled.\n...
Combobox dropdown style - search
[ { "date": "2009-02-17", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Otto\":2oco6c84]Hello Frank,\n\nAs I can’t get working incremental search in combobox I would like to test your solution with xBrowse.\nWould you be so kind to send me following functions:\nMAKE2DIM\nNM_ALFA\nMAKEGETBOX\n...
Combobox dropdown style - search
[ { "date": "2009-02-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Otto,\n\nFirst, you have to remove CBS_SORT from the RC or the order in the aItems array is not the same as the displayed in the combobox.\n\nSecond, besides James suggestion to set oCbx:lIncSearch := .T., you have to set thi...
Combobox dropdown style - search
[ { "date": "2009-02-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nI changed the code but it does not work.\nThe changes you suggest make a DROPDOWNLIST behavior out of the DROPDOWN box.\n\nYou can’t insert a new text. \nI need the dropdown behavior this means you can select an item o...
Combobox dropdown style - search
[ { "date": "2009-02-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nOk, I see what you want. Please make this change in Class TComboBox Method KeyChar:\n[code=fw:2ao2wczf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">...<br />      <span style=\"color: #00C800;\">if</spa...
Combobox dropdown style - search
[ { "date": "2009-02-18", "forum": "FiveWin for Harbour/xHarbour", "text": "> We may need a new DATA to select this new behavior.\n\nWe can avoid it if we check if oCbx:oGet is != nil", "time": "10:49", "topic": "Combobox dropdown style - search", "username": "Antonio Linares" } ]
Combobox dropdown style - search
[ { "date": "2009-02-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nThis modified Class TComboBox Method KeyChar() seems to work fine, respecting spaces and evaluating ON CHANGE <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n[code=fw:1...
Combobox dropdown style - search
[ { "date": "2009-02-18", "forum": "FiveWin for Harbour/xHarbour", "text": "To avoid case sensitive make this change in the proposed Method KeyChar():\n[code=fw:a8goqyj0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />nNewAt = AScan<span style=\"color: #000000;\">&#40;</span> ::<span...
Combobox dropdown style - search
[ { "date": "2009-02-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Antonio,\n\nVK_TAB is working now. \nThanks again,\nOtto", "time": "22:48", "topic": "Combobox dropdown style - search", "username": "Otto" } ]
Combobox dropdown style - search
[ { "date": "2009-02-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nMay I suggest also modifying TCombobox so that incremental searching works when the style is DROPDOWN (and lIncSearch=.t.). According to Otto, this is not working.\n\nRegards,\nJames", "time": "17:21", "topic":...
Combobox dropdown style - search
[ { "date": "2009-02-18", "forum": "FiveWin for Harbour/xHarbour", "text": "James,\n\nThats is what we are doing. It only works when lIncSearch is .T. and the style is dropdown.\n\nAccording to Otto tests, we are close to get it fully functional. Still there are some behaviors to solve.", "time": "18:...
Combobox dropdown style - search
[ { "date": "2009-02-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nThis is a modified Method KeyChar() that provides support for VK_TAB. Here it is working fine.\n\nI appreciate your feedback, thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!...
Combobox dropdown style - search
[ { "date": "2009-02-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Antonio,\n\nin your last change of the method you didn't include the change\n //nNewAt = AScan( ::aItems, {|x| x = ::cSearchKey } ) \n nNewAt = AScan( ::aItems, {|x| Upper( x ) = Upper( ::cSearchKey ) } ) \n\nBe...
Combobox dropdown style - search
[ { "date": "2009-02-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n[url:ky9yc2xw]http&#58;//www&#46;atzwanger&#46;info/kartei2/kartei2&#46;htm[/url:ky9yc2xw]\n\nPlease help me with this problem. I want to edit the field \"briefanrede\". But the changes go away. \nThanks in advance\nOt...
Combobox dropdown style - search
[ { "date": "2009-03-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Antonio,\n\nAs a workaround for I changed the KeyChar method in [b:msbzhagt]TGet[/b:msbzhagt].\n\nI inserted a \nreturn Super:KeyChar( nKey, nFlags )\nat the beginning of the method.\n\nNow search in [b:msbzhagt]combobox[/b:...
Combobox dropdown style - search
[ { "date": "2009-03-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Antonio,\n\nWhy do we need a TGet with CBS_Dropdown? Is this only for the TAB order?\n\nIf I commend out the following lines searching works but the Tab order is false.\n\nRegards,\nOtto\n\n[code=fw:gb677khh]<div class=\"fw\...
Combobox dropdown style - search
[ { "date": "2009-03-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Otto,\n\nA combobox with the style CBS_DROPDOWN automatically creates and manages a child TGet (standard Windows behavior). \n\nWhat we do from FiveWin is to redefine that TGet so we have full control on it. If you comment ou...
Combobox dropdown style - search
[ { "date": "2010-03-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Is ther a version of dropdown combobox by programming \"from source code\" ?", "time": "09:25", "topic": "Combobox dropdown style - search", "username": "jds" } ]
Combobox dropdown style - search
[ { "date": "2007-05-03", "forum": "All products support", "text": "Salve,\nsapere se è possibile riportare in un combobox solo un elemento di un array multidimensionale ?\n\nPer esempio dato un array di 2 dimensioni tipo:\n\naArray:=array(0,2)\naadd(aArray,{01,\"Primo\"})\naadd(aArray,{02,\"Secondo\"})\n...
Combobox e array multimensionali
[ { "date": "2007-05-03", "forum": "All products support", "text": "Non credo si possa. Quello che puoi fare è definire l'array in modo diverso:\n\n[code:3t6whfex]aArray = &#123; &#123; 01, 02, 03 &#125;, &#123; \"Primo\", \"Secondo\", \"Terzo\" &#125; &#125;[/code:3t6whfex]\n\ne poi usare aArray[ 2 ] com...
Combobox e array multimensionali
[ { "date": "2012-11-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Eso, quiero poner un combobox en una buttonbar pero me arroja este error\n\n[code=fw:3070ho1a]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />Application<br />===========<br />&nbsp; &nbsp;Path and <span sty...
Combobox en Buttonbar
[ { "date": "2012-11-12", "forum": "FiveWin para Harbour/xHarbour", "text": "Añade a la Clase TComboBox esta DATA:\n\nDATA lGroup INIT .F.", "time": "11:22", "topic": "Combobox en Buttonbar", "username": "Antonio Linares" } ]
Combobox en Buttonbar
[ { "date": "2012-11-12", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias Antonio. Solucionado !!!\n\nSaludos", "time": "12:32", "topic": "Combobox en Buttonbar", "username": "horacio" } ]
Combobox en Buttonbar
[ { "date": "2011-09-22", "forum": "FiveWin para Harbour/xHarbour", "text": "En los samples no encuentro como hacerlo, se puede?\n\nmuchas gracias", "time": "16:15", "topic": "Combobox en Ribbon", "username": "MarioG" } ]
Combobox en Ribbon
[ { "date": "2011-09-22", "forum": "FiveWin para Harbour/xHarbour", "text": "Mario,\n\nAqui tienes un ejemplo de como hacerlo:\n\n[code=fw:24px0tqo]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"...
Combobox en Ribbon
[ { "date": "2011-09-23", "forum": "FiveWin para Harbour/xHarbour", "text": "muchas gracias Antonio\nes lo que necesitaba", "time": "12:35", "topic": "Combobox en Ribbon", "username": "MarioG" } ]
Combobox en Ribbon
[ { "date": "2006-11-26", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola,\n\nGracias al aporte de Uds. estoy trabajando ya con el Browse de Hernán usando comboboxes en las celdas <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> , pero no son ...
Combobox en WBrowse de Hernán
[ { "date": "2013-09-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Quiero poner un ComboBox en una ButtonBar y me genera el siguiente error\n\n[code=fw:22si1jyi]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp; &nbsp;<span style=\"color: #000000;\">&#91;</span> ...
Combobox en buttonbar
[ { "date": "2013-09-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias a ambos por responder. Cristobal, yo hago lo mismo que vos. Tomo el fuente de la clase y lo incorporo a mi proyecto con las modificaciones que pretendo hacer. Y al hacerlo de esta manera me aparece el error, si quito el f...
Combobox en buttonbar
[ { "date": "2013-09-24", "forum": "FiveWin para Harbour/xHarbour", "text": "[code=fw:3itis0az]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><br /><span style=\"color: #00C800...
Combobox en buttonbar
[ { "date": "2013-09-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias Karinha por responder, efectivamente tu ejemplo funciona perfectamente. He hecho una pequeña modificación en la clase bar.prg ( que no me dibuje el borde ) y lo he incorporado a mi proyecto, es aquí donde da el error. Si ...
Combobox en buttonbar
[ { "date": "2013-09-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Mis desculpas Horácio, no uso HARBOUR. Solo XHARBOUR.\n\nCreo que el Maestro Antonio puede aydarte.\n\nSalu2.", "time": "21:20", "topic": "Combobox en buttonbar", "username": "karinha" } ]
Combobox en buttonbar
[ { "date": "2013-09-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Horacio\nYo uso\n[quote:gvmueqs8]\n FWH 12.03 + Harbour \nHarbour 3.2.0dev (Rev. 17516)\nCopyright (c) 1999-2012, <!-- m --><a class=\"postlink\" href=\"http://harbour-project.org/\">http://harbour-project.org/</a><!-- m -->\n[/q...
Combobox en buttonbar
[ { "date": "2013-09-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Horacio,\n\nAñade esta líneas a tu programa:\n\n#include \"FiveWin.ch\"\n#include \"xhbcls.ch\"\n\n...\n\nEXTEND CLASS TComboBox WITH DATA lGroup INIT .F.\n\n\nCristobal,\n\nTotalmente de acuerdo contigo con el uso de las variabl...
Combobox en buttonbar
[ { "date": "2013-09-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio\n[quote:30plxuew]\ncon el uso de las variables static en clases. Es algo que iremos modificando para que se pueda heredar sin ninguna limitación\n[/quote:30plxuew]\n\nNo solo las variables static. A mi me están dando más ...
Combobox en buttonbar
[ { "date": "2013-09-25", "forum": "FiveWin para Harbour/xHarbour", "text": "Crsitobal,\n\nMuy cierto, no habia caido en eso... gracias <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "00:52", "topic": "Combobox en buttonbar", "user...
Combobox en buttonbar
[ { "date": "2012-05-04", "forum": "FiveWin para Harbour/xHarbour", "text": "Estoy implementado una ribbon con diversos controles, entre ellos dos combos pero no funcionan, quedan como frizados. Hay algún tip para poder usar combos en ribbon ???. Muchas gracias", "time": "12:16", "topic": "Combobo...
Combobox en ribbon