messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2013-12-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Gustavo,\n\nPlease link hbsix.lib from xHarbour", "time": "14:49", "topic": "Antonio: linking errors (Not solved)", "username": "Antonio Linares" } ]
Antonio: linking errors (Not solved)
[ { "date": "2013-12-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio:\n\nThe latest xHarbour does not have the hbsix library. ALso in my FW 1309 batch (buildx.bat) file I have the following:\n[code=fw:22szbug3]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">echo %hdirl%\\hb...
Antonio: linking errors (Not solved)
[ { "date": "2013-12-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Gustavo,\n\nhbsix.lib is included here:\n[url:2tgwcdjm]https&#58;//code&#46;google&#46;com/p/harbour-and-xharbour-builds/downloads/detail?name=xharbour_20131007&#46;zip[/url:2tgwcdjm]", "time": "11:25", "topic": "Antonio: ...
Antonio: linking errors (Not solved)
[ { "date": "2017-01-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, above function seems not included in FWH-libs for Community 2015! (FWH 16/04)", "time": "17:04", "topic": "Antonio: nStrCrC()", "username": "byte-one" } ]
Antonio: nStrCrC()
[ { "date": "2017-01-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Günther,\n\nIncluded for next FWH version\n\nthanks", "time": "21:37", "topic": "Antonio: nStrCrC()", "username": "Antonio Linares" } ]
Antonio: nStrCrC()
[ { "date": "2017-01-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Hallo Günther,\nvorerst liebe Grüße aus Osttirol.\nBist du mit deiner Software von der RKSV betroffen.\nlg\nOtto", "time": "13:50", "topic": "Antonio: nStrCrC()", "username": "Otto" } ]
Antonio: nStrCrC()
[ { "date": "2017-01-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Hallo Otto, nein bin nicht betroffen. Mache Software für (Schützen-)Vereine und den öffentlichen Dienst.\nLiebe Grüße nach Osttirol!", "time": "18:32", "topic": "Antonio: nStrCrC()", "username": "byte-one" } ]
Antonio: nStrCrC()
[ { "date": "2006-09-22", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio:\n\nNo logro compilar los ejemplos que vienen en \\samples\nme da el siguiente error:\n\nTurbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland\nError: Unresolved external '_HB_FUN_CLASSCREATE' referenced from P:\\F...
Antonio: no puedo compilar los ejemplos
[ { "date": "2006-09-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Intenta con el archivo bat que te envie a tu hotmail.", "time": "05:34", "topic": "Antonio: no puedo compilar los ejemplos", "username": "fleal" } ]
Antonio: no puedo compilar los ejemplos
[ { "date": "2006-09-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Db10.prg no pertenece a FiveH.lib. Es sólo para Xbase++.", "time": "07:04", "topic": "Antonio: no puedo compilar los ejemplos", "username": "Antonio Linares" } ]
Antonio: no puedo compilar los ejemplos
[ { "date": "2006-09-25", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias, recompile la libreria sin db10 y se soluciono el problema, gracias!!!", "time": "15:08", "topic": "Antonio: no puedo compilar los ejemplos", "username": "TecniSoftware" } ]
Antonio: no puedo compilar los ejemplos
[ { "date": "2007-08-12", "forum": "FiveWin para Harbour/xHarbour", "text": "¿Como se anula que se cierre una ventana de un dialogo con escape?\n\nSaludos.", "time": "09:56", "topic": "Anular Salida de dialog con scape", "username": "Verhoven" } ]
Anular Salida de dialog con scape
[ { "date": "2007-08-12", "forum": "FiveWin para Harbour/xHarbour", "text": "lSalir = .F.\n\nACTIVATE DIALOG oDlg VALID lSalir\n\nEl diálogo no terminará con escape, ní intentándo cerrarlo, hasta que lSalir sea .T.", "time": "10:06", "topic": "Anular Salida de dialog con scape", "username": "A...
Anular Salida de dialog con scape
[ { "date": "2007-08-12", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":12rch0lc]lSalir = .F.\n\nACTIVATE DIALOG oDlg VALID lSalir\n\nEl diálogo no terminará con escape, ní intentándo cerrarlo, hasta que lSalir sea .T.[/quote:12rch0lc]\n\nEstá en lo correcto Antonio. Si te ...
Anular Salida de dialog con scape
[ { "date": "2007-08-12", "forum": "FiveWin para Harbour/xHarbour", "text": "Otra opción para evitar la tecla ESC sería\n\nACTIVATE DIALOG oDlg NOWAIT CENTERED VALID ! GetAsyncKey(VK_ESCAPE)\n\nSaludos", "time": "20:33", "topic": "Anular Salida de dialog con scape", "username": "Armando" } ]
Anular Salida de dialog con scape
[ { "date": "2007-08-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Yo utilizo una pequeña funcion:\n\n[b:2d7131qe]FUNCTION NoScape()\nRETURN !( GetKeyStat( 27 ) )[/b:2d7131qe]\n\nLa aplico así\n\nACTIVATE DIALOG oDlg VALID [b:2d7131qe]NoScape()[/b:2d7131qe]\n\nó si necesito otra validación\n\nAC...
Anular Salida de dialog con scape
[ { "date": "2005-11-10", "forum": "FiveWin para CA-Clipper", "text": "Hola a todos:\n\n¿Qué tengo que hacer para que en la barra de mensajes se siga viendo la \nfecha y la hora pero que al pulsar sobre ellas no acceda a 'Propiedad de \nfecha y hora?.\n\nUn saludo.", "time": "01:13", "topic": "Anu...
Anular acceso 'Propiedades de Fecha y Hora' en barra mensaje
[ { "date": "2005-11-11", "forum": "FiveWin para CA-Clipper", "text": "<oBar>:oClock:bAction = { || nil }\n<oBar>:oDate:bAction = { || nil }", "time": "01:44", "topic": "Anular acceso 'Propiedades de Fecha y Hora' en barra mensaje", "username": "Antonio Linares" } ]
Anular acceso 'Propiedades de Fecha y Hora' en barra mensaje
[ { "date": "2005-11-12", "forum": "FiveWin para CA-Clipper", "text": "Muchas gracias,Antonio.\n\nFuncionó estupendamente.\n\nUn saludo.", "time": "03:16", "topic": "Anular acceso 'Propiedades de Fecha y Hora' en barra mensaje", "username": "Canarias" } ]
Anular acceso 'Propiedades de Fecha y Hora' en barra mensaje
[ { "date": "2010-09-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Cuando se abre una ventana hija (oChild) siempre se produce un parpadeo. ¿Cómo se evita?\nGracias.", "time": "23:31", "topic": "Anular parpadeo de oWndChilds", "username": "FranciscoA" } ]
Anular parpadeo de oWndChilds
[ { "date": "2010-09-25", "forum": "FiveWin para Harbour/xHarbour", "text": "Francisco,\n\nEjecuta este ejemplo y selecciona en el menu \"childs\", \"new\". Aqui no aparece ningún parpadeo:\n[code=fw:pmcb0gt7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#...
Anular parpadeo de oWndChilds
[ { "date": "2010-09-25", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio, gracias por contestar. \nQuizás no empleé el concepto adecuado (parpadeo). Cuando se abre una Child, ésta trae un tamaño pre-definido, ó el tamaño que le asignas al definirla. Cuando se activa, se nota el cambio entre el...
Anular parpadeo de oWndChilds
[ { "date": "2010-09-25", "forum": "FiveWin para Harbour/xHarbour", "text": "Francisco,\n\nPrueba este ejemplo:\n[code=fw:xdg90tnn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><br ...
Anular parpadeo de oWndChilds
[ { "date": "2010-09-25", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias Antonio, resuelto.\nAl establecer el tamaño en el ON INIT de la propia oChil, mejoró notablemente.\n\nDEFINE WINDOW oChild MDICHILD OF oWnd TITLE cTitu +\" \"+ cAlias ;\n FROM 0, 0 TO oWnd:nHeight-140...
Anular parpadeo de oWndChilds
[ { "date": "2006-08-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio\n\nHoy lunes 21 al navegar al foro veo que tienes publicidad en el foro. Es correcto o te han hecho travesuras los Hackers?\n\nSaludos\n\nArmando", "time": "18:41", "topic": "Anuncios en el Foro?", "username":...
Anuncios en el Foro?
[ { "date": "2006-08-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Armando,\n\nEs correcto. Lo vamos a tener en pruebas un mes ó así, a ver que tal funciona <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "21:43", "topic": "An...
Anuncios en el Foro?
[ { "date": "2006-08-22", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio:\n\nLa publicidad ahora esta saliendo con popup, y verdad que se pone latera la cosa\n\nSaludos\nPatricio", "time": "15:16", "topic": "Anuncios en el Foro?", "username": "Patricio Avalos Aguirre" } ]
Anuncios en el Foro?
[ { "date": "2006-08-22", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio, en principio creí que mi barra anti-popup no funcionaba. Pero es cierto hoy me están saliendo Popups a diestro y siniestro que ralentizan mucho la consulta del foro. Sin embargo estos días atrás, no salian, tampoco podía...
Anuncios en el Foro?
[ { "date": "2006-08-22", "forum": "FiveWin para Harbour/xHarbour", "text": "Ya están quitados los popups. Ha sido un error de configuración. Sí, son incomodísimos.", "time": "20:10", "topic": "Anuncios en el Foro?", "username": "Antonio Linares" } ]
Anuncios en el Foro?
[ { "date": "2006-08-23", "forum": "FiveWin para Harbour/xHarbour", "text": "No sé si será casualidad, pero despues de entrar ayer en el foro, empezaron a salirme las ventanitas y el antivirus me dectecto un spyware (23100247.exe) que me ha costado el ciento y la madre eliminarlo.", "time": "15:47", ...
Anuncios en el Foro?
[ { "date": "2006-08-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Manuel,\n\nLas dos empresas de publicidad que estamos usando son bien conocidas y no creo que esten distribuyendo spyware. Los popups se quitaron y no han vuelto a aparecer. Si notamos algo raro por supuesto que eliminaríamos de ...
Anuncios en el Foro?
[ { "date": "2009-09-06", "forum": "Off Topic / Otros temas", "text": "[url:24i9tgd9]http&#58;//en&#46;wikipedia&#46;org/wiki/CrunchPad[/url:24i9tgd9]\n\n[url:24i9tgd9]http&#58;//www&#46;techcrunch&#46;com/2008/07/21/we-want-a-dead-simple-web-tablet-help-us-build-it/[/url:24i9tgd9]\n\n[url:24i9tgd9]http&#...
Anxiously waiting for CrunchPad :-)
[ { "date": "2009-09-07", "forum": "Off Topic / Otros temas", "text": "Wow, fantastic <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> <!-- s:D ...
Anxiously waiting for CrunchPad :-)
[ { "date": "2012-10-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nDEFINE FONT oFont1 NAME \"ARIAL\" SIZE 0,-10\n[color=#FF0000:2rhgizf5]DEFINE FONT oFont2 NAME 'TAHOMA' SIZE 0,-12 NESCAPEMENT 900[/color:2rhgizf5]\n\ndoes TReport support vertical text or maybe a useful Reportgenerator ?...
Any Reports or reportgen. supports VERTICAL text ?
[ { "date": "2012-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Ukoenig:\n\nEasyReport supports vertical text.\n\nHere is an image\n\n[url=http&#58;//subefotos&#46;com/ver/?7fad593218990bcf3eec9ec8d54c1b50o&#46;jpg:1sqz274p][img:1sqz274p]http&#58;//thumbs&#46;subefotos&#46;com/7fad593218990bcf...
Any Reports or reportgen. supports VERTICAL text ?
[ { "date": "2012-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Fastreport can, choose text font like @xxx , \n\nRegards!\n\nShuming Wang", "time": "02:47", "topic": "Any Reports or reportgen. supports VERTICAL text ?", "username": "ShumingWang" } ]
Any Reports or reportgen. supports VERTICAL text ?
[ { "date": "2012-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Fast Report", "time": "14:17", "topic": "Any Reports or reportgen. supports VERTICAL text ?", "username": "sambomb" } ]
Any Reports or reportgen. supports VERTICAL text ?
[ { "date": "2012-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "why not ask to charles to insert on his vrd ?", "time": "09:46", "topic": "Any Reports or reportgen. supports VERTICAL text ?", "username": "Eoeo" } ]
Any Reports or reportgen. supports VERTICAL text ?
[ { "date": "2012-10-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Ukoenig !\n.\n.\n.\nFollow the project below ( MR-Print ), Now available a method to print text From 0° to 360°\n.\n.\n.\nGitHub CVS ( repository ):\n[url:cl6v3a76]https&#58;//github&#46;com/MRonaldo/MR-Tools/downloads[/url:cl6...
Any Reports or reportgen. supports VERTICAL text ?
[ { "date": "2007-07-30", "forum": "FiveLinux / FiveDroid (Android)", "text": "I really need a timer for one part of my application. I don't suppose anyone has done one for xHarbour/FiveLinux? Anyone with any pointers as to how I might go about creating one? Please someone!\n\nI would be eternally grate...
Any chance of a timer?
[ { "date": "2007-07-30", "forum": "FiveLinux / FiveDroid (Android)", "text": "Doug,\n\nWe may have them ready for today <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "11:32", "topic": "Any chance of a timer?", "username": "Antoni...
Any chance of a timer?
[ { "date": "2007-07-30", "forum": "FiveLinux / FiveDroid (Android)", "text": "Doug,\n\nThis is already working fine. We email you new files:\n[code:3f7efrjj]\n#include \"FiveLinux&#46;ch\"\n\nfunction Main&#40;&#41;\n\n local oWnd, oTmr\n\n DEFINE WINDOW oWnd TITLE \"Testing timers\"\n\n DEFINE TIM...
Any chance of a timer?
[ { "date": "2007-07-30", "forum": "FiveLinux / FiveDroid (Android)", "text": "Antonio\n\nI hope that your customers appreciate the wonderful effort you put in to supporting your products and your preparedness to try to meet their needs.\n\nDoug", "time": "13:31", "topic": "Any chance of a timer?"...
Any chance of a timer?
[ { "date": "2007-07-30", "forum": "FiveLinux / FiveDroid (Android)", "text": "Doug,\n\nThanks for your kind words <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "13:35", "topic": "Any chance of a timer?", "username": "Antonio Lina...
Any chance of a timer?
[ { "date": "2006-01-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nin FWH25, a button like &Zoek (Search) worked when using the ALT key in combination with the Z, and standing in a GET. Since i've upgraded (FWH27/xHarbour 0.99.51), using the ALT-Z combination clears the GET, and that's it....
Any change in ALT-Z with FWH27?
[ { "date": "2006-01-13", "forum": "FiveWin for Harbour/xHarbour", "text": "John,\n\nDo you see the underscore \"_\" under the \"Z\" ? Could you please post a screenshot here ? (use imageshack.com to host the image)", "time": "19:38", "topic": "Any change in ALT-Z with FWH27?", "username": "An...
Any change in ALT-Z with FWH27?
[ { "date": "2006-01-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio,\n\nWhen pressing the ALT key, the underscores appear. \n\nThis is what's in my RC file:\nPUSHBUTTON \"&Zoek\", 303, 126, 224, 50, 14\n...\nEDITTEXT 305, 14, 224, 110, 13\n\n\nAnd in my app:\nREDEFINE BUTTON oZoek ID 30...
Any change in ALT-Z with FWH27?
[ { "date": "2006-01-14", "forum": "FiveWin for Harbour/xHarbour", "text": "John,\n\nThis sample works ok:\n<!-- m --><a class=\"postlink\" href=\"http://hyperupload.com/download/d385d963/john.zip.html\">http://hyperupload.com/download/d385d963/john.zip.html</a><!-- m -->\n\nCould you please test it there...
Any change in ALT-Z with FWH27?
[ { "date": "2006-01-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nyour example works fine. So it seems the extra code i use, makes the contents of the GET dissapear. Strangely enough, this worked in the previous version...\n\nThanks,\n\nJohn.", "time": "10:03", "topic": "Any ...
Any change in ALT-Z with FWH27?
[ { "date": "2006-01-14", "forum": "FiveWin for Harbour/xHarbour", "text": "John,\n\nIf you could provide us a sample to reproduce the problem, that would help very much. Thanks.", "time": "10:44", "topic": "Any change in ALT-Z with FWH27?", "username": "Antonio Linares" } ]
Any change in ALT-Z with FWH27?
[ { "date": "2006-01-15", "forum": "FiveWin for Harbour/xHarbour", "text": "John,\n\nThanks for your emailed sample. Already fixed in your code and sent back to you.", "time": "09:05", "topic": "Any change in ALT-Z with FWH27?", "username": "Antonio Linares" } ]
Any change in ALT-Z with FWH27?
[ { "date": "2008-05-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi all\r\n\r\nI have a function which seeks for a price in a table which can have upto 64 different combinations. As a result of this there are 64 seeks per find \r\nwhich is quite fast in dbf but horribly slow in sql.\r\n\r\nCan ...
Any clever coders out there
[ { "date": "2008-05-16", "forum": "FiveWin for Harbour/xHarbour", "text": "How about using arrays for this?\r\n\r\nAt the beginning of the work session, you could load the data from SKIPPRIC into a separate array for each database field, and then using ASCAN() your lookups should be lightning fast, even ...
Any clever coders out there
[ { "date": "2008-05-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Peter,\r\n\r\nCan you provide a small self-contained program with the DBF and some example calls to the function and the proper results? This would allow us to test it and try to improve the speed.\r\n\r\nJames", "time": "01:3...
Any clever coders out there
[ { "date": "2008-05-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Roger,\r\n\r\nI think the problem is that the array has to be built for each call to the function, not per worksession (I am assuming \"worksession\" is each time the application is run). Still it might be faster.\r\n\r\nJames", ...
Any clever coders out there
[ { "date": "2008-05-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Peter,\r\n\r\nAs you mention, the delay comes from the 64 seeks.\r\n\r\nDon't do 64 seeks: Use just one SQL query sentence.", "time": "08:53", "topic": "Any clever coders out there", "username": "Antonio Linares" } ]
Any clever coders out there
[ { "date": "2008-05-19", "forum": "FiveWin for Harbour/xHarbour", "text": "James,\r\n\r\nFrom Peter's data, it looks as though his pricing factors, though complex, are actually constants. In his pricing function, it seems that the price for a given situation is determined by the interrelation between the...
Any clever coders out there
[ { "date": "2008-05-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Roger,\r\n\r\nYou are correct--there are a number of constants, and it is not clear exactly what he is doing. \r\n\r\nAntonio may be correct in that one SQL statement would probably do it. But without really understanding how the ...
Any clever coders out there
[ { "date": "2008-05-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi all\r\n\r\nI think that we can only really offer the best advice if peterg gives an explanation of what his code needs to achieve, how often and when the data changes and the nature of the environment in which this needs to be...
Any clever coders out there
[ { "date": "2008-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi all\r\nFirstly how do I upload a sample prg and dbf for testing?\r\n\r\nThe price file could be very large > 150K records and could be updated by any number of users during the course of the day so cerating an array is probably...
Any clever coders out there
[ { "date": "2008-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Peter,\r\n\r\nTry to build a SQL query that does it all. \r\n\r\nEven if you can't, please start writting it here so we can help you, once we understand the exact query that you need", "time": "11:41", "topic": "Any clever...
Any clever coders out there
[ { "date": "2008-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Peter\r\n\r\nIf your SQL code pretty much follows your xBase code it will be inefficient. SQL is efficient where you \"bundle up\" the work into a single query. If you have a series of individual \"seeks\" SQL will be ineffic...
Any clever coders out there
[ { "date": "2008-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "I am not sure where to start but here goes\r\n\r\nvariable declarations\r\nmSiteID = 1\r\nmCustacc = \"ABC123\"\r\nmUniqnbr = \"0000000001\"\r\nmCustType = \"EXTERNAL\"\r\nmContainer = \"1100WB\"\r\nmWaste = \"GENERAL\"\r\nmDispos...
Any clever coders out there
[ { "date": "2008-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Peter,\r\n\r\nUse OR to check for the other combinations from the same SQL sentence", "time": "12:49", "topic": "Any clever coders out there", "username": "Antonio Linares" } ]
Any clever coders out there
[ { "date": "2008-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio\r\nThis will result in 64 seperate or statements. Do you think this will be faster\r\n\r\nPeter", "time": "13:24", "topic": "Any clever coders out there", "username": "Peterg" } ]
Any clever coders out there
[ { "date": "2008-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Peter,\r\n\r\nCan you design your query so that it returns all possible matches to a recordset, then scan the recordset for the best match?\r\n\r\nJames", "time": "14:09", "topic": "Any clever coders out there", "usern...
Any clever coders out there
[ { "date": "2008-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "James\r\nPossibly but i am not that good at sql. Any ideas wher eot look\r\n\r\nThanks\r\nPeter", "time": "14:15", "topic": "Any clever coders out there", "username": "Peterg" } ]
Any clever coders out there
[ { "date": "2008-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Peter,\r\n\r\nYou should use AND and OR in your SQL statement and your SQL server will optimize it to solve it as fast as possible", "time": "14:15", "topic": "Any clever coders out there", "username": "Antonio Linares...
Any clever coders out there
[ { "date": "2008-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Peter,\r\n\r\n>select * from skippric \r\nwhere site_id = mSiteID and sp_custno = mcustacc and uniq_nbr = mUniwnbr and sp_contype = mContainer and sp_waste = mWaste and \r\nsp_effdate<=mDate \r\n\r\nIsn't the above going to return...
Any clever coders out there
[ { "date": "2008-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "The result should only return one record which should be the best match", "time": "14:42", "topic": "Any clever coders out there", "username": "Peterg" } ]
Any clever coders out there
[ { "date": "2008-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Peter,\r\n\r\n>sp_effdate<=mDate \r\n\r\nBut when you are using something like the above, it would seem there could be multiple records with that criteria.\r\n\r\nHow do you define a best match? \r\n\r\nWhat is an acceptable match...
Any clever coders out there
[ { "date": "2008-05-20", "forum": "FiveWin for Harbour/xHarbour", "text": "I have created the following stored procedure which works but is just as slow as 32 seeks\r\n\r\nAny ideas\r\n\r\nUse iwscompa\r\ngo\r\n\r\nIF OBJECT_ID ('usp_find_price') IS NOT NULL\r\n DROP PROCEDURE usp_find_price\r\n go\r\n...
Any clever coders out there
[ { "date": "2008-05-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi all\r\nI have recoded the function using arrays to store the seek definition and then a series of IF/THEN conditions to test each of the seek definitions prior to actually seeking in the table.\r\n\r\nThis has resulted in an 8 ...
Any clever coders out there
[ { "date": "2008-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "You're welcome. Glad it works for you. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->", "time": "12:31", "topic": "Any clever coders out there", "username": "Ro...
Any clever coders out there
[ { "date": "2008-08-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\r\n\r\nI added another Folder-page to the xBrowse-tools.\r\n\r\n[img:yrkn7iro]http&#58;//www&#46;pflegeplus&#46;com/pictures/Browset7&#46;jpg[/img:yrkn7iro]\r\n\r\nNow ( because of all the possible tests / settings ) i'm no...
Any desired / missing tests for xBrowse ( wishlist ) ?
[ { "date": "2009-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Is possible, maybe through ActiveX, use FWH to develop an application to interact with users by using voice command?\n\nGeorge", "time": "04:13", "topic": "Any experience with voice command and FWH?", "username": "Geor...
Any experience with voice command and FWH?
[ { "date": "2009-08-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Seems that no member of this forum have experienced with SAPI + FWH. \nThat is to control our programs by \"Command of Voice\" instead of using the keyboard or the \"mouse.\" \n\nSee below some links regarding this topic:\n\n<!-...
Any experience with voice command and FWH?
[ { "date": "2009-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Silvio,\nYou mean a FWH class to give instruction by Command Voice?\nWhere is that class?\n\nI need, by example, when I say 'Send' open dialog in my program and fill the fields by Command Voices instead of using the keyboard. \...
Any experience with voice command and FWH?
[ { "date": "2009-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "there is also a fwh class", "time": "16:05", "topic": "Any experience with voice command and FWH?", "username": "Silvio" } ]
Any experience with voice command and FWH?
[ { "date": "2011-08-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi guys,\n To clarify, if I need a folder called c:\\my program\\data\\backup, the function will auto create My Program, Data and Backup as necessary.\n\nTIA", "time": "03:44", "topic": "Any function to create nested fo...
Any function to create nested folders at one go?
[ { "date": "2011-08-22", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:1viimvgg]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#pragma</span> BEGINDUMP<br /><br /><span style=\"color: #00D7D7;\">#include</span> <shlobj.h><br /><span styl...
Any function to create nested folders at one go?
[ { "date": "2011-08-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Rao <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->", "time": "13:04", "topic": "Any function to create nested folders at one go?", "username": "hua" } ]
Any function to create nested folders at one go?
[ { "date": "2011-08-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi, Rao. Can you post a sample, please?", "time": "19:32", "topic": "Any function to create nested folders at one go?", "username": "FranciscoA" } ]
Any function to create nested folders at one go?
[ { "date": "2011-08-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Rao, Please ignore the previous post. I already did it.\nThanks.", "time": "22:03", "topic": "Any function to create nested folders at one go?", "username": "FranciscoA" } ]
Any function to create nested folders at one go?
[ { "date": "2011-08-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Would you be so kind to post the answer.\nBest regards,\nOtto", "time": "22:26", "topic": "Any function to create nested folders at one go?", "username": "Otto" } ]
Any function to create nested folders at one go?
[ { "date": "2011-08-23", "forum": "FiveWin for Harbour/xHarbour", "text": "As Rao said, we must link shell32.lib with our aplication. (Shell32.Lib is in the Borland directory)\n//------------------\nFunction Prueba()\nlocal cDirDest := \"C:\\FRANCISCO\\DOCUMENTOS\\DIVERSOS\\\"\n\nShCreateDirectory( cDir...
Any function to create nested folders at one go?
[ { "date": "2011-11-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi guys,\n\nAnyone has any tips, gotchas to share in regards of creating FWH apps that are dpi-aware? \n\nI only realize the problem after a couple of our customers complained that they can't navigate to the end of my scrollable d...
Any guide on creating DPI-aware apps?
[ { "date": "2011-11-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Got another interface issue. When user run our program on a more recent notebook pre-installed with Win7, the placement of controls on dialogs went crazy. \n\nAfter some googling I suspect this is due to Win7's so called dpi-virtu...
Any guide on creating DPI-aware apps?
[ { "date": "2011-11-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Hua,\n\nThanks for your feedback! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "15:18", "topic": "Any guide on creating DPI-aware apps?", "username": "An...
Any guide on creating DPI-aware apps?
[ { "date": "2011-11-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Hua,\n\nHave you tried to automatically calculate it based on the oDlg:nHeight value ?\n\nI think that in these lines:\n[code=fw:2feothid]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> &nbsp; <span style=\"color:...
Any guide on creating DPI-aware apps?
[ { "date": "2011-12-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nOut of curiosity, I just tested TESTDSCR_.PRG.\n\nI set the DPI to 120 and changed D_HEIGHT to 18 from 13\n\n [code=fw:3jqcy58p]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D...
Any guide on creating DPI-aware apps?
[ { "date": "2011-12-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Ramesh,\n\n[url:27ptt35k]http&#58;//msdn&#46;microsoft&#46;com/en-us/library/ms701681(v=vs&#46;85)&#46;aspx[/url:27ptt35k]\n\n[quote:27ptt35k]To get the system dpi setting, use the CDC::GetDeviceCaps function with the LOGPIXELSX f...
Any guide on creating DPI-aware apps?
[ { "date": "2011-12-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr.Antonio,\n\nThanks for your valuable suggestion,\n\nI have tested the following code not only with 96 and 120 DPIs but also with\nvarious DPIs and found to be working well.\n\n[url=http&#58;//imageshack&#46;us/photo/my-images/6...
Any guide on creating DPI-aware apps?
[ { "date": "2011-12-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Members,\n\nIt would be nice if the cursor is moved up/down based on pressing TAB or SHIFT+TAB or\nENTER key to go down, accordingly scroll bar automatically moved upwards or downwards \nand the current get is visible. <!-- s:)...
Any guide on creating DPI-aware apps?
[ { "date": "2011-12-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Ramesh,\n\nVery good! Thanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "15:04", "topic": "Any guide on creating DPI-aware apps?", "username": "Antoni...
Any guide on creating DPI-aware apps?
[ { "date": "2011-12-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you for the prompt reply Antonio. Sorry for the late reply, was dragged to solve something that was deemed higher priority by management.\n\nRamesh, thank you! <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\...
Any guide on creating DPI-aware apps?
[ { "date": "2011-12-05", "forum": "FiveWin for Harbour/xHarbour", "text": "I find the following tutorial has been quite useful:\n<!-- m --><a class=\"postlink\" href=\"http://www.rw-designer.com/DPI-aware\">http://www.rw-designer.com/DPI-aware</a><!-- m -->", "time": "03:50", "topic": "Any guide ...
Any guide on creating DPI-aware apps?
[ { "date": "2014-04-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello, \n\nI tested the function [color=#0000FF:3aj8cnx6][b:3aj8cnx6]C5RoundRect[/b:3aj8cnx6][/color:3aj8cnx6]\nbut couldn't find anything about possible alterations to change the backgroundcolor or maybe to make it transparent in...
Any infos about function < C5RoundRect > ? ( solved )
[ { "date": "2014-04-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe,\n\nThat function is just a wrapper for the Windows API function RoundRect()\n\nIn order to use a brush with it, you should first create the brush and select it to the current hDC and later on, save the current brush using hOl...
Any infos about function < C5RoundRect > ? ( solved )
[ { "date": "2014-04-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nTHANK YOU VERY MUCH !\nit works fine that way.\nNow I understand the logic.\n\nit can be a brush-combination :\n\nDEFINE BRUSH oBrush1 STYLE NULL \nDEFINE BRUSH oBrush2 COLOR 255\n\nwith some calculations, it will be p...
Any infos about function < C5RoundRect > ? ( solved )