messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2005-10-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nI try to use comboxes , and change oCombox:aItems in the dialog.\n\nI started with samples/Combox.prg , and try to change oCbx2:aItems (second combobox)\n\n1)oCbx2:bGotFocus := ;\n {|| oCbx2:aItems := { \"1:One... | Combobox , changing aitems dynimacaly |
[
{
"date": "2005-10-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Frank Demont\":3cfal3wu]\n\nI try to use comboxes , and change oCombox:aItems in the dialog.\n\nI started with samples/Combox.prg , and try to change oCbx2:aItems (second combobox)\n\n1)oCbx2:bGotFocus := ;\n {|... | Combobox , changing aitems dynimacaly |
[
{
"date": "2007-02-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gente:\nAl agregar un ítem en un Combobox pretendo que luego este se vea ordenando alfabéticamente.\nLeyendo en la clase observo que no existe un :Sort() por lo que luego de hacer:\noCmb:Add( \"Mi dato\" ), hago\naSort( oCmb:aIte... | Combobox - Restablecer orden |
[
{
"date": "2007-02-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"MarioG\":3vwy0ds4]Gente:\nAl agregar un ítem en un Combobox pretendo que luego este se vea ordenando alfabéticamente.\nLeyendo en la clase observo que no existe un :Sort() por lo que luego de hacer:\noCmb:Add( \"Mi dato\... | Combobox - Restablecer orden |
[
{
"date": "2007-02-23",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Mario,\n\n\noCmb:Add( \"Mi dato\" ), hago\naTmpItems := ACLONE( oCmb:aItems )\naSort( aTmpItems )\noCmb:SetItems( aTmpItems )\noCmb:Refresh() \n\n\nNo lo probé, pero supongo deberia funcionar.\n\nSaludos",
"time": "09:58",
... | Combobox - Restablecer orden |
[
{
"date": "2007-02-24",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Williams; no son problemas de recursos\nPedro; anduvo!\n\nmuchas gracias",
"time": "02:07",
"topic": "Combobox - Restablecer orden",
"username": "MarioG"
}
] | Combobox - Restablecer orden |
[
{
"date": "2013-09-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi all\n\ni have problem with evaluation combobox in 13.07\n\nmy code like this:\n\n[code=fw:1gr0ue49]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">..<br />..<br /> <span style=\"color: #0000ff;\">redefine</... | Combobox - bValid |
[
{
"date": "2013-09-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The problem is SOLVED.\n\nin my setting file .RMK, the parameter build is 13.04\nconsequence from COPY-PASTE <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: -->",
"time":... | Combobox - bValid |
[
{
"date": "2013-10-07",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Adjunto código e imagen utilizando ambos controles\n\nEs la primera vez que utilizo combometro, es correcto el código?\n[code=fw:1lr2ov7n]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /> @ nFIG+nInc*... | Combobox / Combometro |
[
{
"date": "2013-10-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Cristobal,\n\nTienes un ejemplo de uso de ComboMetro en FWH\\samples\\touch.prg",
"time": "09:16",
"topic": "Combobox / Combometro",
"username": "Antonio Linares"
}
] | Combobox / Combometro |
[
{
"date": "2013-10-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Cristóbal,\n\nMuy lindo ese Dbu, es el look del futuro.\n\n¿Dónde se puede encontrar?.\n\nGracias;))",
"time": "09:29",
"topic": "Combobox / Combometro",
"username": "elvira"
}
] | Combobox / Combometro |
[
{
"date": "2013-10-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Elvira, disculpa la intromisión pero es que me lo has puesto que ni pintado.\nDe acuerdo en que será el futuro inmediato porque así lo ha decidido Microsoft, pero lo de lindo discrepo absolutamente. Aunque claro, sobre gustos....... | Combobox / Combometro |
[
{
"date": "2013-10-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Elvira, espero tenerlo terminado en esta semana, muchas gracias\nManuel, permíteme el siguiente comentario:\nLa mayor parte de mi tiempo desde hace muchos años lo he dedicado a realizar pruebas sobre \"pantallas\" de aplicaciones... | Combobox / Combometro |
[
{
"date": "2013-10-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":1izosrsz]Cristobal,\n\nTienes un ejemplo de uso de ComboMetro en FWH\\samples\\touch.prg[/quote:1izosrsz]\n\nAntonio, ya lo habia mirado, pero se me habia pasado el detalle que el nHeigth que ponemos en... | Combobox / Combometro |
[
{
"date": "2013-10-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Cristóbal,\n\n¿Y cómo solucionas lo del preview?.\n\nLa ventana que usas y usa el look Metro ocupa toda la pantalla y oculta la barra de inicio e inferior, pero el preview actual no ocupa todo y no se acabaría de ver bien.\n\nMuc... | Combobox / Combometro |
[
{
"date": "2013-10-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"elvira\":uu4bsghb]Cristóbal,\n\n¿Y cómo solucionas lo del preview?.\n\nLa ventana que usas y usa el look Metro ocupa toda la pantalla y oculta la barra de inicio e inferior, pero el preview actual no ocupa todo y no se a... | Combobox / Combometro |
[
{
"date": "2013-10-10",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Cristóbal,\n\nMuy bonito la verdad.\n\nMira, para el preview quizás podría servirte esto:\n[img:23qebumz]http://i39.tinypic.com/2s7828i.png[/img:23qebumz]\n\nSería cuestión de hablar con Antonio para meter un nuev... | Combobox / Combometro |
[
{
"date": "2013-10-10",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Lucas, gracias\n\nTu diseño es impecable, tanto en la elección de colores como de iconos (en eso es en lo que estoy trabajando yo). Me encanta como concepto y se nota que hay mucho, mucho trabajo detrás.\nAdemás, a la hora de pas... | Combobox / Combometro |
[
{
"date": "2015-12-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In earlier versions of FWH, I had the ability to use a CBS_DROPDOWN Combobox control that would auto fill from the array when someone started typing the characters. I had a combobox.prg dated 8/7/13 that I was linking into my app... | Combobox AutoFill |
[
{
"date": "2015-12-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nHave you tried oComboBox:lIncSearch := .T. ?",
"time": "23:05",
"topic": "Combobox AutoFill",
"username": "Antonio Linares"
}
] | Combobox AutoFill |
[
{
"date": "2015-12-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "OK ... apparently I missed that in the notes. \n\nI looked in the Wiki ... both the command and class ... not mentioned\nI looked at the source and missed it in the DATA line\n\nI need to remember to also do a search in WhatsNew ... | Combobox AutoFill |
[
{
"date": "2011-09-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola amigos\n\nEstoy pasando mi codigo de la FWH 9.06 a la FWH 10.10 y me he encontrado, que la busqueda incremental (incremental search) en la clase combobox no trabaja correctamente en esta version.\n\nAlguien ha hallado como s... | Combobox Busqueda Incremental |
[
{
"date": "2011-09-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola\n\nOlvide mencionar que es desde recursos.\nY por cierto en el combobox tipo CBS_SIMPLE, la busqueda funciona perfectamente, no asi en CBS_DROPDOWNLIST, al omitir \n[code=fw:3ofhczr4]<div class=\"fw\" id=\"{CB}\" style=\"fon... | Combobox Busqueda Incremental |
[
{
"date": "2011-09-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "aprovechando tu post\n\ncon esta funcion se puede realizar la busqueda tipo google?\n\nal ir escribiendo va mostrando los registros que van cumpliendo con dicha busqueda, es posible?\n\ngracias anticipadas\n\nTomas Hernandez",
... | Combobox Busqueda Incremental |
[
{
"date": "2011-09-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Tomas\n\nBueno cuando funcionaba...\nTe ubicaba a medida que escribias en el elemento a que correspondia.\nLo que hace la busqueda de google es filtrar, y eso se puede hacer pero el problema es que los combos se cargan a mem... | Combobox Busqueda Incremental |
[
{
"date": "2011-09-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola \n\nHe intentado compilar la clase Combobox de la FWH 9.06, que era con la que me funcionaba la busqueda incremental,y despues de hacer un par de malabares funciono, Ya que en la FWH 10.10 no anda bien\nEspero no tener lios... | Combobox Busqueda Incremental |
[
{
"date": "2011-09-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Una pregunta en la 11.08\n\nYa se soluciono esto de la busqueda incremental ??\n\nEstos detalles podran parecer pequeños, pero soy muy significantes al menos en mis aplicaciones <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gi... | Combobox Busqueda Incremental |
[
{
"date": "2011-10-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"Blessed\":39nasxma]Hola Tomas\n\nBueno cuando funcionaba...\nTe ubicaba a medida que escribias en el elemento a que correspondia.\nLo que hace la busqueda de google es filtrar, y eso se puede hacer pero el problema es qu... | Combobox Busqueda Incremental |
[
{
"date": "2011-12-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "// CAMBIOS EN LA CLASE DBCOMBO.PRG ... Y ME ESTA FUNCIONANDO\n\nCLASS TDBCombo FROM TComboBox\n\nDATA cSearchBackup // JOHNSON RUSSI - DIC 20 DE 2011\n\n///\n\nMETHOD New( nRow, nCol, bSetGet, aItems, nWidth, nHeight, oWnd, nH... | Combobox Busqueda Incremental |
[
{
"date": "2011-11-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola a todos\nTrasladando mi codigo a la FWH 11.09, di con un problema en la busqueda incremental en los combobox en:\n\n[code=fw:4yipcqaq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #00... | Combobox Busqueda Incremental 11.09 |
[
{
"date": "2011-11-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "muchas gracias por tu gentileza.\n\nel problema lleva tiempo.\n\na ver si lo incluyen en fw 11.10.",
"time": "16:17",
"topic": "Combobox Busqueda Incremental 11.09",
"username": "lucasdebeltran"
}
] | Combobox Busqueda Incremental 11.09 |
[
{
"date": "2009-02-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muy buenas, ¿alguien me podría decir como puedo agrandar el boton del combobox y de la lista horizontal?\n\nUn Saludo.",
"time": "10:17",
"topic": "Combobox Con boton Más grande",
"username": "softruz"
}
] | Combobox Con boton Más grande |
[
{
"date": "2009-02-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Juan,\n\nEl combobox pinta su propio boton, asi que no puede cambiarse.",
"time": "11:55",
"topic": "Combobox Con boton Más grande",
"username": "Antonio Linares"
}
] | Combobox Con boton Más grande |
[
{
"date": "2015-09-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "To All\n\nI am migrating an application and I have a field called Status which I am using in a combobox .. However I ran across a problem .. what happens if the data in the table ( in this case = \"Dispute\" ) is not found in the ... | Combobox Data |
[
{
"date": "2015-09-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick,\n\nIs sounds like you have a referential integrity issue. Can't you just add \"Dispute\" to the array, or are there lots more possible items that aren't in the list?\n\nIf so, you could create a UNIQUE index on the field and... | Combobox Data |
[
{
"date": "2015-09-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James\n\nI am in the process of converting some old Excel data and this data is a mess. As I import the data I am building the lookup tables as I go, so technically, the imported data will be in the lookup tables I create as I loo... | Combobox Data |
[
{
"date": "2015-09-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick,\n\n[quote:bgfx0ndm]My question is two fold .. what happens if someone deletes a record in one of the look up tables and as I build my array for the combobox during data entry[/quote:bgfx0ndm]\n\nI would question why would yo... | Combobox Data |
[
{
"date": "2015-09-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James\n\nIf I keep the comboboxes .. I will definitely only allow deletes on the look up data .. only if I check to see if the value exists in the main table .. I haven't made up my mind yet .. I like the incremental search featur... | Combobox Data |
[
{
"date": "2015-09-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick,\n\n[quote:4fogbtn6]If I keep the comboboxes .. I will definitely only allow deletes on the look up data .. only if I check to see if the value exists in the main table .. [/quote:4fogbtn6]\n\nI'm not clear what you are sayin... | Combobox Data |
[
{
"date": "2015-09-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James\n\nI am multi-tasking .. If I allow deletes on the look up tables .. I will first look to the main data to see if that value exists .. if it does .. I WILL NOT allow any deletes on the lookup data that makes up the Ccombobox... | Combobox Data |
[
{
"date": "2015-09-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick,\n\nGot it.\n\nMultitasking--the life of every programmer. I think we are all prematurely wearing out our brains...\n\nJames",
"time": "18:23",
"topic": "Combobox Data",
"username": "James Bott"
}
] | Combobox Data |
[
{
"date": "2012-09-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "To All\n\nI have built a Combobox from Resource and using the styles CBS_DROPDOWN ( preferred ) and CBS_DROPDOWNLIST ( do not want to use ) has profound font differences when you want to disable the control with this syntax :\n[co... | Combobox Diff with Style CBS_DROPDOWN and CBS_DROPDOWNLIST |
[
{
"date": "2012-09-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Try assigning the system font\n\n[code=fw:rrwtirsu]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">FONT</span> oFont <span style=\"color... | Combobox Diff with Style CBS_DROPDOWN and CBS_DROPDOWNLIST |
[
{
"date": "2012-10-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico\n\nI have tried your suggestion and applied the font to the Dialog\n[code=fw:loexhbwt]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: ... | Combobox Diff with Style CBS_DROPDOWN and CBS_DROPDOWNLIST |
[
{
"date": "2012-10-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:1n8rmdaz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><br /><span style=\"color: #B900B9;\">//-... | Combobox Diff with Style CBS_DROPDOWN and CBS_DROPDOWNLIST |
[
{
"date": "2012-10-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico\n\nThat worked .. never would have got that one without your help!!\n\nThanks\nRick Lipkin",
"time": "14:53",
"topic": "Combobox Diff with Style CBS_DROPDOWN and CBS_DROPDOWNLIST",
"username": "Rick Lipkin"
}
... | Combobox Diff with Style CBS_DROPDOWN and CBS_DROPDOWNLIST |
[
{
"date": "2012-10-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You're welcome, my friend! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nEMG",
"time": "16:07",
"topic": "Combobox Diff with Style CBS_DROPDOWN and CBS_DROPDOWNLIST"... | Combobox Diff with Style CBS_DROPDOWN and CBS_DROPDOWNLIST |
[
{
"date": "2023-02-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi,\n\nhere a Demo how to use Ownerdraw with Comboxbox\nit also show how to access System Icon \"on-fly\" so it will look same as Windows OS\n[img:181eo7ky]https://i.postimg.cc/NF66p0GD/Combobox-Demo-Ownerdraw.jpg[... | Combobox Ownerdraw with Icon from DLL Sample |
[
{
"date": "2011-05-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear friends,\n in this combobox\nREDEFINE COMBOBOX oCliente VAR cCliente ID 105 OF oDlg ITEMS aItems\noCliente:lIncSearch = .T.\noCliente:oGet:bKeyChar = { | nKey | oCLiente:KeyChar( nKey ) }\noCliente:oGet:cPicture = ... | Combobox Picture |
[
{
"date": "2011-05-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "oCliente:oGet:bKeyChar = { | nKey | oCLiente:KeyChar( ASC(UPPER(CHR(nKey )))) }\n\nking regards\n\nmarco",
"time": "13:58",
"topic": "Combobox Picture",
"username": "MarcoBoschi"
}
] | Combobox Picture |
[
{
"date": "2007-02-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nWhen the user presses a character to move to the item within a COMBOBOX, it does not work. I updated to version 7.01.",
"time": "19:39",
"topic": "Combobox Problem",
"username": "cdmmaui"
}
] | Combobox Problem |
[
{
"date": "2007-02-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I noticed that too.\n\nTo solve it for the moment, I linked in the COMBOBOX.PRG from FW 2.7.\n\nNow it's working fine.\n\nRegards,\n\nMichel",
"time": "00:05",
"topic": "Combobox Problem",
"username": "driessen"
}
] | Combobox Problem |
[
{
"date": "2007-02-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Michel,\n\nThank you. Can you send me the 2.7 PRG as I over wrote my version with the update.",
"time": "00:16",
"topic": "Combobox Problem",
"username": "cdmmaui"
}
] | Combobox Problem |
[
{
"date": "2007-02-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "No problem.\n\nHere it is.\n\nJust copy and paste and you've got is.\n\nMichel\n\n*edited by admin*",
"time": "01:16",
"topic": "Combobox Problem",
"username": "driessen"
}
] | Combobox Problem |
[
{
"date": "2007-03-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"cdmmaui\":15fd64lt]When the user presses a character to move to the item within a COMBOBOX, it does not work. I updated to version 7.01.[/quote:15fd64lt]\nYes, confirm!\n\nfor solve, replace the method KeyChar with this:\... | Combobox Problem |
[
{
"date": "2007-03-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "FWH 7.01 implements incremental search in comboboxes, thats why if you press two chars, one after another, if searches for the item that starts with both chars (implemented by Ugo). \n\nUgo, thanks for the fix <!-- s:-) --><img sr... | Combobox Problem |
[
{
"date": "2007-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio -\nUsing the following code in my clipper/Fivewin apps, the \"get\" next to the dropdown arrow automatically shows the first element of aYr. The xHarbour/Fivewin version shows a blank get. \n\nLOCAL oDlg, oYr, cYr, aYr :... | Combobox Question |
[
{
"date": "2007-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Charles:\n\nTry this:\n\nLOCAL oDlg, oYr, cYr, aYr := {} \naYr := GetYrs() \ncYr := aYr[ 1 ]\n\nREDEFINE COMBOBOX oYr ; \nVAR cYr ; \nITEMS aYr ; \nID 101 of oDlg \n\nRegards\n\nManuel Mercado",
"time": "03:24",
"topic"... | Combobox Question |
[
{
"date": "2007-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Charles,\n\n>Using the following code in my clipper/Fivewin apps, the \"get\" next to the dropdown arrow automatically shows the first element of aYr. \n\nThis is actually isn't the best behavior. How can you show if the user hasn... | Combobox Question |
[
{
"date": "2007-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi James - \nThanks for your response. You're right about the best programming form, etc. However, in my case, a lot of my combos are years and/or months. in the case of years, the current year is shown in the get and the dropd... | Combobox Question |
[
{
"date": "2007-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Charles,\n\nYou can easily modify Class TComboBox source code to make it work the way you want:\n[code:u40zt12v]\nMETHOD Default() CLASS TComboBox\n...\n if Empty( cStart ) // instead of: if cStar... | Combobox Question |
[
{
"date": "2007-12-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks, Antonio. This will do the job for me. \n\nRegards,\n\nCharles",
"time": "19:59",
"topic": "Combobox Question",
"username": "CharlesPratt"
}
] | Combobox Question |
[
{
"date": "2009-09-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I've noticed this for a long time ... never found an answer to it.\n\nIf I have a series of controls defined in an .rc file, all with a vertical size of 10, if one is a combobox, dropdown, then on the actual dialog it will be a la... | Combobox Size |
[
{
"date": "2009-09-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The height of a combobox is tied to the font used, as far as I know.\n\nEMG",
"time": "13:18",
"topic": "Combobox Size",
"username": "Enrico Maria Giordano"
}
] | Combobox Size |
[
{
"date": "2009-09-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nI agree with Enrico.\n\nAlso, some comboboxes contain a Get so you may be able to change oCmbo:oGet:nHeight. I haven't tried this.\n\nJames",
"time": "14:51",
"topic": "Combobox Size",
"username": "James Bott"
... | Combobox Size |
[
{
"date": "2009-09-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It just looks bad. The same font is used for edits and comboboxes ! \n\nIn the code, we use:\n\n REDEFINE COMBOBOX abcITEMS aCol ID 2211 OF oDvm STYLE CBS_DROPDOWN MESSAGE \"Enter the color of this unit\" UPDATE\n\nAnd the RC is... | Combobox Size |
[
{
"date": "2009-09-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nDid you try:\n\noCmbo:oGet:nHeight := 10\noCmbo:oGet:refresh()\n\nOr you may have to do:\n\noCmbo:oGet:setSize( oCmbo:oGet:nWidth, 10, .t. )\n\nJames",
"time": "20:34",
"topic": "Combobox Size",
"username": "Ja... | Combobox Size |
[
{
"date": "2009-09-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Actually I found that setting the height of my edit boxes on the dialog is probably easiest. I have them set to 13 and they now match the combo box.\n\nI'm manually realligning all the dialogs ... so it actually cleans up nicely ... | Combobox Size |
[
{
"date": "2009-09-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "That's the height I use too.\n\nEMG",
"time": "08:18",
"topic": "Combobox Size",
"username": "Enrico Maria Giordano"
}
] | Combobox Size |
[
{
"date": "2013-09-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Fivewiners\n\nfavor llevo rato con este tema.. toy comenzado a migrar y utilizar TMsql pero no logro algo basico como este combobox...\naqui como lo hago en mi actual DBF y como intento con TmSql\n\nCRE0 COMBOBOX CON LOS DATOS DE... | Combobox TMySql v/s Dbf |
[
{
"date": "2013-09-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Y si abris la consulta ordenada?\n\n***ABRO LAS TABLAS \n::oCliente := ::oMain:oCon:Query( \"SELECT * FROM MAANALIS ORDER BY ....\" ) // con el orden que tiene analisis.cdx\n::oTipo_Cte := ::oMain:oCon:Query( \"SELECT * FROM TIP... | Combobox TMySql v/s Dbf |
[
{
"date": "2013-07-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi, all.\nIs there any way to avoid it hitting the bChange combobox when using the UP, DOWN keys?\n\nWhat I want to do is use these keys to scroll through the items of combobox, and that this run the code bChange until the ENTER k... | Combobox and VK_UP, VK_DOWN keys SOLUCIONADO |
[
{
"date": "2007-06-15",
"forum": "FiveWin for Pocket PC",
"text": "Antonio,\n\nIs this possible to use combobox control with database alias (one or more character fields) where items are read from database ?\n\nThanks\nPawel",
"time": "10:22",
"topic": "Combobox and database",
"username": "p... | Combobox and database |
[
{
"date": "2007-06-15",
"forum": "FiveWin for Pocket PC",
"text": "Pawel,\n\nIn FWH there is a Class TDbCombo where items are read from a DBF.\n\nIf you want it, we can email it to you, so you can test it with FWPPC. It should work",
"time": "10:28",
"topic": "Combobox and database",
"userna... | Combobox and database |
[
{
"date": "2007-06-15",
"forum": "FiveWin for Pocket PC",
"text": "Antonio,\n\nYes, please.\n\nThanks\nPawel",
"time": "11:14",
"topic": "Combobox and database",
"username": "pawelu"
}
] | Combobox and database |
[
{
"date": "2007-06-15",
"forum": "FiveWin for Pocket PC",
"text": "Already sent <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "12:13",
"topic": "Combobox and database",
"username": "Antonio Linares"
}
] | Combobox and database |
[
{
"date": "2009-04-06",
"forum": "FiveWin for Pocket PC",
"text": "No tenho a classe TDbCombo, dá para enviar um exemplo,, como utilizar essa classe com uma tabela .dbf\n\nObrigado\n\n Sérgio Gonçalves",
"time": "15:42",
"topic": "Combobox and database",
"username": "rasptty"
}
] | Combobox and database |
[
{
"date": "2009-04-06",
"forum": "FiveWin for Pocket PC",
"text": "Sergio,\n\nHere you have it,\n\ndbcombo.prg\n[code=fw:tm10goab]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">/*<br />File Name: DBCombo.prg<br />Author: E... | Combobox and database |
[
{
"date": "2009-04-07",
"forum": "FiveWin for Pocket PC",
"text": "pederias me enviar um exemplo como utilizar esta classe\nex. tabela1.dbf\n\nObrigado",
"time": "11:51",
"topic": "Combobox and database",
"username": "rasptty"
}
] | Combobox and database |
[
{
"date": "2009-04-08",
"forum": "FiveWin for Pocket PC",
"text": "DbCombo.ch is also required:\n\nDbCombo.ch\n[code=fw:2kynq2h8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />*********************************************************************<br />* File <span style=\"color: #0... | Combobox and database |
[
{
"date": "2009-04-08",
"forum": "FiveWin for Pocket PC",
"text": "This is an example for FWH, and it should work for FWPPC too:\n\ntest.prg\n[code=fw:10d7v9xl]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">/*<br />Program : DBC1.PRG<br />Purpose : ... | Combobox and database |
[
{
"date": "2009-04-08",
"forum": "FiveWin for Pocket PC",
"text": "Dá o seguinte erro:\nerror LNK2001: unresolved external symbol HB_FUN_TDBCOMBO\n\nSérgio",
"time": "16:01",
"topic": "Combobox and database",
"username": "rasptty"
}
] | Combobox and database |
[
{
"date": "2013-01-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi all,\nanother question about combobox.\nIs there a way to use a combobox to display only the second element of a multiarray ?\n\nFor example, I have a multi array like this:\n\naItems:={}\naadd(aItems,{\"01\",\"Marc\"})\naadd(a... | Combobox and multiarray |
[
{
"date": "2013-01-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "@ r, c COMBOBOX oCbx ........ ITEMS ArrTranspose( aItems )[ 2 ] .......",
"time": "16:38",
"topic": "Combobox and multiarray",
"username": "nageswaragunupudi"
}
] | Combobox and multiarray |
[
{
"date": "2013-01-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi nageswaragunupudi,\nthanks for the suggest. It runs well used as command line, but I'm unable to create a command \"COMBOLIST\" that automatically use this function with multidimensional array taking always the 2nd element. \n\... | Combobox and multiarray |
[
{
"date": "2013-01-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "ArrTranspose(<aItems>)\\[2\\]",
"time": "23:55",
"topic": "Combobox and multiarray",
"username": "nageswaragunupudi"
}
] | Combobox and multiarray |
[
{
"date": "2013-01-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you.",
"time": "09:32",
"topic": "Combobox and multiarray",
"username": "Marco Turco"
}
] | Combobox and multiarray |
[
{
"date": "2007-05-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\nis there any way to manage a multidimensional array in a combobox ?\n\nI have a two dimension array like this:\n\naArray:=array(0,2) \naadd(aArray,{01,\"Primo\"}) \naadd(aArray,{02,\"Secondo\"}) \naadd(aArray,{03,\"Terzo\"}) ... | Combobox and multimensional arrays |
[
{
"date": "2007-05-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco,\n\nYou may review samples\\TestArr2.prg. Its a browse, not a combobox, but it uses a multidimensional array",
"time": "11:35",
"topic": "Combobox and multimensional arrays",
"username": "Antonio Linares"
}
] | Combobox and multimensional arrays |
[
{
"date": "2013-08-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello friends.\nWhy if a combobox has focus and we do scroll with the mouse in any other control of a dialog, change combobox items?. And if we do several scrolls up and down, always away from the combobox, the items themselves ar... | Combobox and scroll mouse SOLVED |
[
{
"date": "2013-08-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Francisco,\n\n[quote=\"FranciscoA\":3ujkc7r9]This is the correct behavior of the combobox, or ... Right?[/quote:3ujkc7r9]\n\nYes, it's the correct behavior. Please check other applications, even MS ones.\n\nEMG",
"time": "07:5... | Combobox and scroll mouse SOLVED |
[
{
"date": "2013-08-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico, thanks for answering.\nIndeed, he had already seen the behavior in MS programs like Excel / Word, but these do not change the combobox's Get value, only move their items, when you uses the mouse's scroll away from the comb... | Combobox and scroll mouse SOLVED |
[
{
"date": "2013-08-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Francisco,\n\nIf your combobox is using ON CHANGE then it will be evaluated everytime the selection changes.\n\nAs I commented you, use oComboBox:bCloseUp instead of ON CHANGE on those cases",
"time": "08:05",
"topic": "Co... | Combobox and scroll mouse SOLVED |
[
{
"date": "2013-08-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\nExcuse me, I forgot actualize this post.\nBest regards.",
"time": "20:58",
"topic": "Combobox and scroll mouse SOLVED",
"username": "FranciscoA"
}
] | Combobox and scroll mouse SOLVED |
[
{
"date": "2008-03-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buenos dias, \n\nSr. Antonio\n\nEn la version de fhw701 el combobox no me retorna el indice e sin el contenido, vea el ejemplo:\n\nnOp := { \"meu\", \"seu\", \"deles\" }\n\nSi seleciono \"meu\" en el combobox, el retorno es \"meu... | Combobox bajo fhw7.01 no retorna el indice |
[
{
"date": "2008-03-10",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buen día para todos...\n\n Que tal amigo laugusto, por casualidad probaste el ejemplo TestComb.prg que está en Samples?.",
"time": "21:31",
"topic": "Combobox bajo fhw7.01 no retorna el indice",
"username": "ARCC"
... | Combobox bajo fhw7.01 no retorna el indice |
[
{
"date": "2008-03-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Amigo alguna vez a mi me paso algo igual. Y el problema radicaba en que en PELLESC, existe una propiedad llamada SORT o algo asi. Intenta desabilitando esa opción.\n\nSaludos\n\nEspero te sirva.",
"time": "00:25",
"topic"... | Combobox bajo fhw7.01 no retorna el indice |
[
{
"date": "2008-03-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Luiz Augusto,\n\nPuedes mostrar el código en donde creas el combobox ? gracias",
"time": "00:49",
"topic": "Combobox bajo fhw7.01 no retorna el indice",
"username": "Antonio Linares"
}
] | Combobox bajo fhw7.01 no retorna el indice |
[
{
"date": "2008-03-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buenas, \n\nGracias por me contestar Antonio, mi código es com segue:\n\n\n\n[code:2gh2hszx]\n // Tipo de Cabelo\n TPCABT := { \"A - Natural \", \"B - Seco \", \"C - Grosso \", \"D - c/Química \",;\n ... | Combobox bajo fhw7.01 no retorna el indice |
[
{
"date": "2008-03-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buenas, \n\nAntonio Castro, antes de atualizarme a fwh701, el combobox me retornava el indice del array;\n\nLeandro Alfonso, no uso pellesc e sin el workshop;\n\nAntonio Linhares, intentei compilar el combobox.prg de source\\clas... | Combobox bajo fhw7.01 no retorna el indice |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.