messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2005-10-12",
"forum": "FiveWin for CA-Clipper",
"text": "Gilbert:\n\noCombo:SetItems(aItems)\noCombo:Refresh()\n\nIf necessary:\n\noCombo:Reset()\n\n\nRegards,\n\n[quote=\"Gilbert Vaillancourt\":2rljo3g7]Hi All,\n\nHow can I refresh the display and list of a combobox once it`s content has cha... | ComboBox Refresh |
[
{
"date": "2005-10-12",
"forum": "FiveWin for CA-Clipper",
"text": "Hi\n\nSorry for my english <!-- s;) --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\";)\" title=\"Wink\" /><!-- s;) -->\n\nREDEFINE COMBOBOX oCmbX VAR cVarX ID 119 OF oFold:aDialogs[1] ITEMS aDtsX\n\nIn a new array you put the new val... | ComboBox Refresh |
[
{
"date": "2005-10-12",
"forum": "FiveWin for CA-Clipper",
"text": "Hi,\n\nThanks Guys <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nRegards,\n\nGilbert\n\n[/u]",
"time": "04:04",
"topic": "ComboBox Refresh",
"username": "Anonymo... | ComboBox Refresh |
[
{
"date": "2008-02-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Pues eso, a ver si me explico.\n\nDeseo poner algo parecido al combobox pero con posibilidad de poder \"teclear\" lo que se quiera en un get que este \"encima\" de este combo.\nAsí cada vez que se teclee algo al dar al <intro> pa... | ComboBox con get y añadir lo del get al array del combo |
[
{
"date": "2008-02-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "JmGarcia, prueba con esto.... en teoria debería funcionar:\n\n\nDefine dialog\n redefine combobox ocombobox var ccombo... on change(cambiarget())\n redefine get oget var cget .... valid (newitem(cget))\n....\nactivate ... | ComboBox con get y añadir lo del get al array del combo |
[
{
"date": "2008-02-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Loren, tengo un problema: Como \"junto\" el get y el combo en el mismo espacio fisico.\nCon el mismo numero de ID de recurso no va.\nMontando un recurso encima de otro tengo que tabular para cambiar de get/combo combo/get.\n\nAd... | ComboBox con get y añadir lo del get al array del combo |
[
{
"date": "2008-02-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola JMGarcia:\n\nNo se si es lo que estás buscando pero yo lo hago de esta manera y da resultado. Tengo una DBF con los conceptos que cargo en un array aConceptos y que muestro con un Combobox así:\n REDEFINE COMBOBOX oConcepto... | ComboBox con get y añadir lo del get al array del combo |
[
{
"date": "2008-02-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"JmGarcia\":29gdww7n]Así cada vez que se teclee algo al dar al <intro> pase a aumentar el array del combo para posterior selección[/quote:29gdww7n]Eso es una propiedad ya definida en TComboBox (Estilo CB_DROPDOWN), revisa... | ComboBox con get y añadir lo del get al array del combo |
[
{
"date": "2008-02-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "A ver si con este grafico me explico:\n\n[img:2hjyp6vm]http://www.jmgarcia.org/GetCombobox.jpg[/img:2hjyp6vm]",
"time": "16:20",
"topic": "ComboBox con get y añadir lo del get al array del combo",
"use... | ComboBox con get y añadir lo del get al array del combo |
[
{
"date": "2008-02-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"mmercado\":34w5qh4o]Eso es una propiedad ya definida en TComboBox (Estilo CB_DROPDOWN), revisa \\FWH\\Samples\\Combos.prg...[/quote:34w5qh4o]He revisado el ejemplo PRG y el RC, creo que ya lo tengo.\n\nAhora solo me falt... | ComboBox con get y añadir lo del get al array del combo |
[
{
"date": "2008-02-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Me contesto yo mismo:\n\n[quote=\"JmGarcia\":3w501656]Ahora solo me falta que al pulsar <INTRO> o un BOTON pueda saltar a una funcion definida por mi.[/quote:3w501656]Con esto esta hecho [b:3w501656]oCombo:bKeyDown:={|nK|iif(nK==... | ComboBox con get y añadir lo del get al array del combo |
[
{
"date": "2008-02-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"JmGarcia\":j4li1rmk]\nLa clausula ON CHANGE no me vale ya que al seleccionar un item del combobox sale por ahi y puede que no haya terminado de rellenar el campo[/quote:j4li1rmk]\nPodrías agregar lo siguiente:\n\n[code:j... | ComboBox con get y añadir lo del get al array del combo |
[
{
"date": "2008-02-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"mmercado\":2nr9rp4c][code:2nr9rp4c]cBuffer := SubStr( oCbx:oGet:oGet:Buffer, 1, nPos - 1 )[/code:2nr9rp4c][/quote:2nr9rp4c]\nMe da este error [b:2nr9rp4c]Error BASE/1110 Argument error: SUBSTR[/... | ComboBox con get y añadir lo del get al array del combo |
[
{
"date": "2008-02-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"JmGarcia\":2etbse8x]Por otro lado: como funciona esta subrrutina. Puedo entender que según vas tecleando se puede llegar a completar el texto si algun item del array del combo comienza igual...[/quote:2etbse8x]\n\nTomand... | ComboBox con get y añadir lo del get al array del combo |
[
{
"date": "2008-02-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Manuel,\n\nQue son las funciones SetDebug() y fDebug()",
"time": "08:26",
"topic": "ComboBox con get y añadir lo del get al array del combo",
"username": "Manuel Valdenebro"
}
] | ComboBox con get y añadir lo del get al array del combo |
[
{
"date": "2008-02-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"Manuel Valdenebro\":jczzt9qz]Manuel,\nQue son las funciones SetDebug() y fDebug()[/quote:jczzt9qz]A mi no me las encuentra:\n[color=blue:jczzt9qz]Error: Unresolved external '_HB_FUN_SETDEBUG' referenced from E:\\COMBOS_... | ComboBox con get y añadir lo del get al array del combo |
[
{
"date": "2008-02-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Manuel:\n[quote=\"Manuel Valdenebro\":t9o7rofs]Que son las funciones SetDebug() y fDebug()[/quote:t9o7rofs]\nEs un debugger rústico casero que utilizo en mis desarrollos para testear valores de variables y detectar puntos d... | ComboBox con get y añadir lo del get al array del combo |
[
{
"date": "2008-02-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"JmGarcia\":3c59dm7b][quote=\"mmercado\":3c59dm7b]Tomando el mismo ejemplo de FWH Samples[/quote:3c59dm7b]Pues si funciona, vere de adaptarlo a mi codigo.\nMuchas gracias Manuel.[/quote:3c59dm7b]Pues sigo si poder adaptar... | ComboBox con get y añadir lo del get al array del combo |
[
{
"date": "2006-12-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Amigos del foro:\n\nBuen inicio de semana, estoy usando la clase TSbrowse 7.01 de Manual Mercado y modificada por José Murugosa.\n\nCuando en una columna uso un ComboBox me tira un error al salir de dicha celda.\n\n Path and na... | ComboBox en TSBrowse |
[
{
"date": "2017-12-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola gente!\nTengo el siguiente código\n[code=fw:1765r27s]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">XBROWSE</span> ::<span s... | ComboBox en xBrowse |
[
{
"date": "2017-12-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Mario:\nDeberias llenar aTickets en la columna 3 el valor por defecto que queres ponerle (1 a 4)",
"time": "13:09",
"topic": "ComboBox en xBrowse",
"username": "cmsoft"
}
] | ComboBox en xBrowse |
[
{
"date": "2017-12-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Nooooo... <!-- s:oops: --><img src=\"{SMILIES_PATH}/icon_redface.gif\" alt=\":oops:\" title=\"Embarassed\" /><!-- s:oops: --> \nTan sencillo como eso!... bueno sencillo despues que lo sabes <!-- s:D --><img src=\"{SMILIES_PATH}... | ComboBox en xBrowse |
[
{
"date": "2021-06-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Amigos foreros:\n\nAlgún ejemplo de un ComboBox en xBrowse?\n\nGracias",
"time": "04:31",
"topic": "ComboBox en xBrowse",
"username": "Armando"
}
] | ComboBox en xBrowse |
[
{
"date": "2021-06-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Armando buenos días, como estas?\n\nFragmento de codigo testxbrw.prg\n[code=fw:276ixy3u]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">STATIC</span> <span style=\"color: #00C... | ComboBox en xBrowse |
[
{
"date": "2021-06-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Leandro:\n\nMuchas gracias. Por cierto ¿Cómo sigue tu tío?, espero que mucho mejor.\n\nSaludos",
"time": "21:41",
"topic": "ComboBox en xBrowse",
"username": "Armando"
}
] | ComboBox en xBrowse |
[
{
"date": "2021-06-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "De nada amigo\n\nGracias a Dios, muy bien, ya esta otra vez retomando la programación. Muchas gracias por preguntar.",
"time": "23:57",
"topic": "ComboBox en xBrowse",
"username": "leandro"
}
] | ComboBox en xBrowse |
[
{
"date": "2021-06-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Leandro:\n\nExcelente noticia\n\nsaludos de mi parte",
"time": "05:33",
"topic": "ComboBox en xBrowse",
"username": "Armando"
}
] | ComboBox en xBrowse |
[
{
"date": "2006-09-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I need to edit a field in txbrowse with an array of DBF field values. How can I implement combobox inside Txbrowse?",
"time": "18:14",
"topic": "ComboBox inside Txbrowse",
"username": "Ehab Samir Aziz"
}
] | ComboBox inside Txbrowse |
[
{
"date": "2006-09-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I am sorry I do not undestand Spanish but if I converted fixed arrays into the program to field of database I have error messages :\nError description: Error BASE/1068 Argument error: array access\n\n[code:23wblisb]\n#INCLUDE \"F... | ComboBox inside Txbrowse |
[
{
"date": "2007-10-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "hola a todos...\nme gustaria desplegar una lista desde el combobox, pero que fuera mas ancha que el espacio fisico en el cual pongo dicho combobox.\n\nTengo una lista para desplegar y su ancho soporta por ejemplo 10 caracteres...... | ComboBox mas amcho que el definido.... |
[
{
"date": "2007-10-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "la amigo no entiendo tu pregunta, uno modifica el ancho del combobox a como uno quiera, de todos modos te pongo un ejemplo de como yo los uso, espero te sirva\n\n SOCIEDADES={}\n AADD(SOCIEDADES,\"COMPAÑIA ANONIMA \")... | ComboBox mas amcho que el definido.... |
[
{
"date": "2007-10-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Julio,\n\nPrueba con:\n\n#define CB_SETDROPPEDWIDTH 0x0160\n\noCombo:SendMsg( CB_SETDROPPEDWIDTH, nWidth )",
"time": "19:07",
"topic": "ComboBox mas amcho que el definido....",
"username": "Antonio Linares"
}
] | ComboBox mas amcho que el definido.... |
[
{
"date": "2007-10-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Maestro : \nEl parametro nWidth ... a que corresponderia ?\nSaludos",
"time": "19:38",
"topic": "ComboBox mas amcho que el definido....",
"username": "dbzap"
}
] | ComboBox mas amcho que el definido.... |
[
{
"date": "2007-10-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Al ancho que deseas darle en pixeles",
"time": "20:04",
"topic": "ComboBox mas amcho que el definido....",
"username": "Antonio Linares"
}
] | ComboBox mas amcho que el definido.... |
[
{
"date": "2007-10-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "y alguna funcion que comvierta caracteres en pixels ?\no algun ejemplo que me lo demuestre ?\ngracias",
"time": "20:13",
"topic": "ComboBox mas amcho que el definido....",
"username": "dbzap"
}
] | ComboBox mas amcho que el definido.... |
[
{
"date": "2007-10-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "no resulta....\nla imagen queda recortada y el item mayor queda bajo el vscroll....\ntengo la imagen ( en pequeño ) pero no se como adjuntarla\ngracias\n\neste es el codigo :\n[code:3a8skt1l]\n...\nLocal aTipos :=... | ComboBox mas amcho que el definido.... |
[
{
"date": "2007-10-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Julio,\n\nEl mensaje tienes que enviarlo desde la claúsula ON INIT ya que antes el control no tiene un handle de ventana válido:\n\nACTIVATE DIALOG oDlg ;\nON INIT oTipo:SendMsg( CB_SETDROPPEDWIDTH, 280 )",
"time": "21:59",
... | ComboBox mas amcho que el definido.... |
[
{
"date": "2007-10-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Perfecto !!!\n\nPero para terminarla, existira una funcion que convierta de caracteres a pixeles ?\n\nMil gracias",
"time": "22:10",
"topic": "ComboBox mas amcho que el definido....",
"username": "dbzap"
}
] | ComboBox mas amcho que el definido.... |
[
{
"date": "2007-10-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "GetTextWidth( 0, cTexto, oFont:hFont ) --> nPixels",
"time": "00:18",
"topic": "ComboBox mas amcho que el definido....",
"username": "Antonio Linares"
}
] | ComboBox mas amcho que el definido.... |
[
{
"date": "2007-10-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Antonio,\n\n[quote=\"Antonio Linares\":1yco6taa]GetTextWidth( 0, cTexto, oFont:hFont ) --> nPixels[/quote:1yco6taa]\n\nViendo estas líneas, no sería posible crear una cláusula AUTOWIDTH para los SAY?\n\nAlgo así como:\n\"METHOD N... | ComboBox mas amcho que el definido.... |
[
{
"date": "2008-05-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\r\nMy comboboxes do not search.\r\nI have a problem with combobox and I don’t know what’s wrong.\r\nThe combobox is defined as DROPDOWN\r\n(DROPDOWNLIST works ok).\r\n\r\n\r\nI watched with Spy but I can’t find wher... | ComboBox search problem |
[
{
"date": "2008-05-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\r\n\r\n>The combobox is defined as DROPDOWN \r\n\r\nThis style is for data entry of a new item that is not in the list. I don't know that the incremental search ever worked with this style. I haven't thought about it, but if... | ComboBox search problem |
[
{
"date": "2008-05-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello James,\r\nthank you for your answer.\r\n\r\nIn FW this combobox (DROPDOWN) works you can search and you can insert new data.\r\nIn my mail I mixed up Dropdown and DropdownList. Only list works.\r\nI had a look into WINDOW-cl... | ComboBox search problem |
[
{
"date": "2008-05-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello James,\r\n\r\nI think the KeyDown method in COMBOBOX class is missing.\r\nIf you copy the code of the method KeyChar to a new\r\nMETHOD KeyDown( nKey, nFlags ) CLASS TComboBox\r\nall is working.\r\nDo you think this could be... | ComboBox search problem |
[
{
"date": "2008-05-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\r\n\r\nI still need to know the answers to my questions. Which version of FW was the Combobox working as you expected?\r\n\r\nHow was it working? Was it just jumping to the first occurance of a single letter typed by the use... | ComboBox search problem |
[
{
"date": "2008-05-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello James,\r\n\r\nIn my mail I mixed up Dropdown and DropdownList. Only list works. \r\nYou are right that Dropdown didn't work.\r\nRegards,\r\nOtto",
"time": "16:44",
"topic": "ComboBox search problem",
"username": ... | ComboBox search problem |
[
{
"date": "2008-05-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\r\n\r\n>In my mail I mixed up Dropdown and DropdownList. Only list works. \r\n>You are right that Dropdown didn't work. \r\n\r\nUnderstood.\r\n\r\nBut, I still need the answers to my above questions.\r\n\r\nIf we are going t... | ComboBox search problem |
[
{
"date": "2008-05-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello James,\r\nI think it should be a kind of an auto complete function. \r\nI am uncertain to how exactly the search should work. But I am sure about that there should be one.\r\nRegards,\r\nOtto",
"time": "22:19",
"topi... | ComboBox search problem |
[
{
"date": "2016-01-31",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Saludotes\n\nYa habia expuesto al de esto, como puedo hacer para que mis combobox tengan la misma longitud de altura (nHeight) que mis gets, que los tengo a 12 pxls con una fuente arial de 12,\nlos combos tambien la fuente es igu... | ComboBox, nHeight del get |
[
{
"date": "2016-02-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Creo recordar que ese tema ya se incluyó en la version de Fwh 15.07\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=16&t=31201&start=0&hilit=combobox+height\">viewtopic.php?f=16&t... | ComboBox, nHeight del get |
[
{
"date": "2013-07-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio or Nages,\n\nI have found an unreleased resource in the new comboMetro control.\n\nTouch.prg contains this line:\n @ nRow,120 COMBOMETRO cCountry ITEMS { \"America\", \"Europe\", \"Asia\", \"Africa\",;\n \"Oceania\"... | ComboMetro - brush not released bug |
[
{
"date": "2013-07-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr James\n\nWe shall look into this. I think this problem exists with combobox also.\nThanks for pointing out and we shall try to fix this asap.",
"time": "04:38",
"topic": "ComboMetro - brush not released bug",
"usern... | ComboMetro - brush not released bug |
[
{
"date": "2013-06-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "ComboMetro paints 1 pixel more than a get field\nThanks in advance\nOtto\n[img:2ib4dyuh]http://www.atzwanger-software.com/fh/metrocombobox.jpg[/img:2ib4dyuh]",
"time": "22:46",
"topic": "ComboMetro paintin... | ComboMetro painting |
[
{
"date": "2014-11-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "New Function \"ComboWBlock\". Creates a View/Edit code block to edit a\n\ncell via a ComboBox control. \n\nSyntax: \nComboWBlock( <oBrw>, <uField>, <nCol>, <aItems> ) \nParameters (all required): \n<oBrw> = The TSBrowse object\n<... | ComboWBlock en TSBrowse |
[
{
"date": "2014-11-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Amigos:\n\nUso ComboWBlock en la clase TSBrowse pero no logro hacer funcionar\nla búsqueda incremental <!-- s:oops: --><img src=\"{SMILIES_PATH}/icon_redface.gif\" alt=\":oops:\" title=\"Embarassed\" /><!-- s:oops: --> \n\n[code... | ComboWBlock en TSBrowse |
[
{
"date": "2014-11-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "karinha \n\nMuchas gracias por tu interés, dime, es posible lograr la búsqueda incremental?\nen tu ejemplo no veo donde hacerla.\n\nSaludos",
"time": "15:31",
"topic": "ComboWBlock en TSBrowse",
"username": "Armando"
... | ComboWBlock en TSBrowse |
[
{
"date": "2014-11-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Mira se ayuda:\n\n[url:27x1u75r]http://forums.fivetechsupport.com/viewtopic.php?p=52039[/url:27x1u75r]\n\n[url:27x1u75r]http://fivetechsupport.com/forums/viewtopic.php?f=6&t=17587&start=0[/url:27x1u75r... | ComboWBlock en TSBrowse |
[
{
"date": "2014-11-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Friends:\n\nI use ComboWBlock in class TSbrowse but I can't make the\nincremental search\n\n[code=fw:1ewei7hr]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oBrw: <span style=\"color: #000000;\">SetData</spa... | ComboWBlock in TSBrowse |
[
{
"date": "2009-10-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimados;\nTengo un comobox al que inicialmente, a su cVarCmb le asigno el valor \"\"\nLuego de seleccionar un valor de la lista y guardar el registro procedo a blanquear el Dlg, poniendo nuevamente, cVarCmb:= \"\", no obstante... | Combobox |
[
{
"date": "2009-10-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Como tenes definido tu ComboBox?\n\nEnseñame parte de tu codigo\n\nAtentamente,\nJulio Ponce\nSuproye",
"time": "17:43",
"topic": "Combobox",
"username": "jponce"
}
] | Combobox |
[
{
"date": "2009-10-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Julio;\nEn un Dlg, tengo 3 combos alineados cuyos array son:\n\n[code=fw:3fzrorxp]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> <span style=\"color: #00C800;\">DATA</span> aDias AS ARRAY <span... | Combobox |
[
{
"date": "2009-10-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "DATA aDias AS ARRAY INIT { \"01\", \"02\", \"03\", \"04\", \"05\", ;\n \"06\", \"07\", \"08\", \"09\", \"10\", ;\n \"11\", \"12\", \"13\",... | Combobox |
[
{
"date": "2009-10-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Mario, porque no pruebas con agregar un elemento vacío a tus matrices de datos, te pongo como ejemplo en rojo en tus matrices de datos:\n\n DATA aDias AS ARRAY INIT {[color=#FF0040:3ic35vf7] [b:3ic35vf7]\"\"[/b:3ic35vf... | Combobox |
[
{
"date": "2009-10-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Carlos\nen lugar de andar buscando por el lado dificil, en general, hay que comenzar por buscar soluciones sencillas <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: --> \n\n... | Combobox |
[
{
"date": "2010-01-08",
"forum": "FiveWin for Pocket PC",
"text": "Porque este exemplo abajo as opçoes do combobox não aparecem, não consigo usar combobox no fivepocket.\n\n\n\n#include \"fwce.ch\"\n#include \"dll.ch\"\n#define MB_ICONINFORMATION 0x40\n\nstatic aBTypes:= {'Repce','Akác','Hárs','Geszteny... | Combobox |
[
{
"date": "2010-01-08",
"forum": "FiveWin for Pocket PC",
"text": "Marco,\n\nTry to increase the height of the combobox control in your RC file.\n\nPlease post your RC here if posible. The section where you declare the combobox, thanks",
"time": "19:45",
"topic": "Combobox",
"username": "Ant... | Combobox |
[
{
"date": "2010-01-10",
"forum": "FiveWin for Pocket PC",
"text": "Antonio,\n\nO problema náo é altura, já testei isso, nenhum exemplo de combobox que eu testo inclusive do SAMPLES náo aparece as opções.\nJá testei vários exemplos e nenhum funciona no fivepocket.",
"time": "00:08",
"topic": "Com... | Combobox |
[
{
"date": "2010-01-11",
"forum": "FiveWin for Pocket PC",
"text": "Marco,\n\nPlease try FWPPC\\samples\\combos.prg. \n\nIt should work fine, thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "00:21",
"topic": "Combobox",
"use... | Combobox |
[
{
"date": "2010-01-12",
"forum": "FiveWin for Pocket PC",
"text": "Também já testei Antônio, e mesma coisa, mas tudo bem. Gostaria de ver outra coisa agora, você teria algum exemplo de listbox com checkbox?",
"time": "00:18",
"topic": "Combobox",
"username": "lsmarco"
}
] | Combobox |
[
{
"date": "2010-01-14",
"forum": "FiveWin for Pocket PC",
"text": "Marco,\n\nLa forma de hacerlo es usar un browse que muestre un bitmap de dos, uno para marcado y otro para no marcado.\n\nEn el ejemplo FWPPC\\samples\\Tutor10.prg se muestra un bitmap en una columna del browse. Lo que has de hacer es te... | Combobox |
[
{
"date": "2011-03-19",
"forum": "FiveWin for Pocket PC",
"text": "Hi,\n\nI thought with a Combobox you could have both the ability to select from the dropdown list or manually enter some text.\n\nIn a FWH app I have I am able to do this but with the FWPPC app I can't. I can onlt select from the dropdow... | Combobox |
[
{
"date": "2011-03-19",
"forum": "FiveWin for Pocket PC",
"text": "Got it working ... had to add: STYLE CBS_DROPDOWN",
"time": "19:45",
"topic": "Combobox",
"username": "Jeff Barnes"
}
] | Combobox |
[
{
"date": "2011-03-19",
"forum": "FiveWin for Pocket PC",
"text": "Well ... maybe not working correctly.\n\nWith the style added some strange things happen.\n\nOn handheld:\nNo longer \"waits\" for the dialog to be closed\n\nOn emulator:\nSeems to work but when I try to exit my app I get a GPF\n\nWithou... | Combobox |
[
{
"date": "2011-04-08",
"forum": "FiveWin for Pocket PC",
"text": "Antonio, Any ideas?",
"time": "22:12",
"topic": "Combobox",
"username": "Jeff Barnes"
}
] | Combobox |
[
{
"date": "2012-06-19",
"forum": "FiveWin for Pocket PC",
"text": "<<BUMP>>\n\nStill experiencing this issue... anyone know how to solve this??",
"time": "13:51",
"topic": "Combobox",
"username": "Jeff Barnes"
}
] | Combobox |
[
{
"date": "2012-06-28",
"forum": "FiveWin for Pocket PC",
"text": "Jeff,\n\nWe are going to check it, sorry we missed this thread",
"time": "09:08",
"topic": "Combobox",
"username": "Antonio Linares"
}
] | Combobox |
[
{
"date": "2012-09-15",
"forum": "FiveWin for Pocket PC",
"text": "Hi Antonio,\n\nAny update on this one?",
"time": "10:41",
"topic": "Combobox",
"username": "Jeff Barnes"
}
] | Combobox |
[
{
"date": "2013-02-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\nis it possible to have Combometro with style DropDown.\nThat user can either enter a text or just select an item from the list.\nThank in advance\nOtto",
"time": "16:05",
"topic": "Combobox",
"username"... | Combobox |
[
{
"date": "2013-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\nare there plans to extend the combom class?\nThanks in advance and best regards,\nOtto",
"time": "07:05",
"topic": "Combobox",
"username": "Otto"
}
] | Combobox |
[
{
"date": "2013-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\nDo you mean to work as a standard combobox besides what we already have in combobox for Metro ?",
"time": "14:12",
"topic": "Combobox",
"username": "Antonio Linares"
}
] | Combobox |
[
{
"date": "2013-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\nyes with style DropDown and that user can either enter a text or just select an item from the list.\nThanks in adv ance\nand best regards,\nOtto",
"time": "16:00",
"topic": "Combobox",
"username": "Ott... | Combobox |
[
{
"date": "2013-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\nActually the user can select from a list. Is text editing just missing ? thanks",
"time": "17:26",
"topic": "Combobox",
"username": "Antonio Linares"
}
] | Combobox |
[
{
"date": "2013-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\nyes it is missing.\nBest regards,\nOtto",
"time": "18:39",
"topic": "Combobox",
"username": "Otto"
}
] | Combobox |
[
{
"date": "2013-06-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\ndo you plan to extend comboMetro?\nThanks in advance\nOtto",
"time": "22:52",
"topic": "Combobox",
"username": "Otto"
}
] | Combobox |
[
{
"date": "2013-06-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\nAs far as I remember the ComboMetro used a TXBrowse, in that case we could edit inline on it.\n\nWould that be fine for you ?",
"time": "17:55",
"topic": "Combobox",
"username": "Antonio Linares"
}
] | Combobox |
[
{
"date": "2013-06-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\nyes that would be fine.\nThank you in advance\nOtto",
"time": "22:04",
"topic": "Combobox",
"username": "Otto"
}
] | Combobox |
[
{
"date": "2013-07-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\nBecause my question is quite urgent for me I put a small repetition.\nThanks in advance\nOtto",
"time": "06:43",
"topic": "Combobox",
"username": "Otto"
}
] | Combobox |
[
{
"date": "2013-07-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "We shall look into this on priority",
"time": "17:18",
"topic": "Combobox",
"username": "nageswaragunupudi"
}
] | Combobox |
[
{
"date": "2019-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[img:67gd2gwd]https://i.postimg.cc/15QxGNgz/jjjjj.png[/img:67gd2gwd]\n\n\n\n I wish when the user select on 4th item of the first combobox is activate the second combobox\n\n[b:67gd2gwd]the test code[/b:67gd2gwd]\... | Combobox with WHEN command |
[
{
"date": "2019-02-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Look at this,\n\n[code=fw:h0e98rlc]<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=... | Combobox with WHEN command |
[
{
"date": "2019-02-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Silvio\n\nJust add oDlg:AEvalWhen() in the ON CHANGE clause of the first COMBOBOX.\n\nThis is the revised program:\n[code=fw:16i2w8bw]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7... | Combobox with WHEN command |
[
{
"date": "2019-02-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Rao",
"time": "21:28",
"topic": "Combobox with WHEN command",
"username": "Silvio.Falconi"
}
] | Combobox with WHEN command |
[
{
"date": "2018-09-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "En este ejemplo, creando un COMBOBOX desde código fuente se procesa correctamente el Valid al salir del control, en cambio desde recursos no es así.\n\nEsto funciona OK\n[code=fw:7tf5g28u]<div class=\"fw\" id=\"{CB}\" style=\"fon... | Combobox (DropDown) no procesa correctamente el Valid |
[
{
"date": "2018-09-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Angel, prueba así por favor.\n\ncCombo:bValid:= {|| MsgInfo( \"Hola\") , .t.} \t\no\ncCombo:bLostFocus := .......\nEspero te funcione.\nSaludos",
"time": "20:24",
"topic": "Combobox (DropDown) no procesa correctament... | Combobox (DropDown) no procesa correctamente el Valid |
[
{
"date": "2018-09-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"D.Fernandez\":ac0k0hck]Hola Angel, prueba así por favor.\n\ncCombo:bValid:= {|| MsgInfo( \"Hola\") , .t.} \t\no\ncCombo:bLostFocus := .......\nEspero te funcione.\nSaludos[/quote:ac0k0hck]\n\nYa lo probé, pero sin éxito,... | Combobox (DropDown) no procesa correctamente el Valid |
[
{
"date": "2018-09-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[code=fw:3lq85gnp]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> @ <span style=\"color: #000000;\">2</span>, <span style=\"color: #000000;\">2</span> <span style=\"color: #0000ff;\">COMBOBOX</s... | Combobox (DropDown) no procesa correctamente el Valid |
[
{
"date": "2018-09-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"karinha\":2ai78myo][code=fw:2ai78myo]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> @ <span style=\"color: #000000;\">2</span>, <span style=\"color: #000000;\">2</span> <span style=\"color: #000... | Combobox (DropDown) no procesa correctamente el Valid |
[
{
"date": "2018-09-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "// SAMPLES\\COMBOS.PRG - Modificado. 18/09/2018 - <!-- e --><a href=\"mailto:kapiabafwh@gmail.com\">kapiabafwh@gmail.com</a><!-- e -->\n\n[code=fw:1g4eqtrj]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><sp... | Combobox (DropDown) no procesa correctamente el Valid |
[
{
"date": "2018-09-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Si pones un Msginfo en el Valid verás que salta cuando recibe el foco, no así cuando se sale del control que sería lo lógico.\n\n[code=fw:hscd5br3]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"colo... | Combobox (DropDown) no procesa correctamente el Valid |
[
{
"date": "2018-09-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Bueno, solucionado, cuando se trata de un CBS_DROPDOWN el valid hay que ponerlo en el GET del combo, así : \n\n[code=fw:120c1gwj]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oCbx2:<span style=\"color: #000000;\... | Combobox (DropDown) no procesa correctamente el Valid |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.