messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2021-05-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola,\n\nEsa situacion se corresponde con mi PD 2.\n\n[quote:3aokd1ye]PD 2. Si se movieran campos contador se podrian decrementar solo si otro usuario no los hubiera incrementado. Este problema tambien existe en las TRANSACTION a...
BEGIN TRANSACTION
[ { "date": "2008-12-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Buen día,\r\n\r\nTengo un problema y no se si hago algo mal o es que en xHarbour no funciona el BEGIN SEQUENCE.\r\n\r\nGuardo un array multidimensional en un campo memo y, como a veces los memos son de fallar, necesito detectar u...
BEgin Sequence
[ { "date": "2008-12-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola amigo, use :\r\n\r\n try\r\n x := 10/0\r\n catch\r\n ? \"deu erro\"\r\n end \r\n\r\nSaluds, Ale", "time": "15:06", "topic": "BEgin Sequence", "username": "Ale SB" } ]
BEgin Sequence
[ { "date": "2008-12-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Ale,\r\n\r\nGracias por responder, pero lo que sugieres no funciona, me da error al compilar: Error E0030 Syntax error: \"parse error at 'CATCH'\"\r\n\r\nAclaro que uso FWH2.7 + xHarbour\r\n\r\nAgradezco cualquier ayuda.\r\n\r\n...
BEgin Sequence
[ { "date": "2008-12-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Logré compilar con el CATCH (faltaba el objeto).\r\n\r\nPero sigo teniendo el mismo problema, no detecta el error al querer leer un array guardado en un campo memo cuando este campo memo no contiene un array (contiene cualquier c...
BEgin Sequence
[ { "date": "2008-12-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola,\r\n\r\nMuy contento porque ya lo solucioné por mis medios. \r\n\r\nRetoqué un poco la clase TWindow agregandole una opción para que cuando lo que lea con aRead() no sea un array, lo reemplace por un array que le envío como ...
BEgin Sequence
[ { "date": "2008-02-18", "forum": "FiveWin para Harbour/xHarbour", "text": "Biel, como devo proceder para usar xbrowse + DBF :\n\n\nParece que tenho que usar estes comandos:\n\noBrw:cAlias ?? \noBrw:bSkip ??\noBrw:bGotop ??\noBrw:bGoBottom ??\noBrw:bBookMark ??\n \n\nUsted teria u...
BIEL - xbrowse
[ { "date": "2008-02-18", "forum": "FiveWin para Harbour/xHarbour", "text": "Creo que es lo que necesitas\n\n\n[code:nkmdw82g]\nSTATIC FUNCTION BasicCell( oWnd )\n\n local oChild, oBrw\n\n DEFINE WINDOW oChild TITLE \"Basic Cell selector browse\" MDICHILD OF oWnd\n\n oBrw := TXBrowse&#40...
BIEL - xbrowse
[ { "date": "2008-02-18", "forum": "FiveWin para Harbour/xHarbour", "text": "Como comenta Leandro tiene que funcionarte bien.\nLos metodos que mencionas, efectivamente deben usarse, pero con el uso de SetRDD, ya se definen con valores por defecto, que en la mayoria de los casos te van a funciona sin tener...
BIEL - xbrowse
[ { "date": "2008-02-18", "forum": "FiveWin para Harbour/xHarbour", "text": "Grato Biel e Leandro!", "time": "18:45", "topic": "BIEL - xbrowse", "username": "FWHISHOW" } ]
BIEL - xbrowse
[ { "date": "2011-08-08", "forum": "FiveWin for Harbour/xHarbour", "text": "it is possible with Fwh create a dialog when the final user move the mouse over a btnbmp ?\n\nas this :\n\n[img:2magptnt]http://www.ilmuwebsite.com/wp-content/uploads/2010/07/normals_tooltip.png[/img:2magptnt]\n\n\...
BIG Tooltip
[ { "date": "2011-08-08", "forum": "FiveWin for Harbour/xHarbour", "text": "any solution ?", "time": "20:04", "topic": "BIG Tooltip", "username": "MdaSolution" } ]
BIG Tooltip
[ { "date": "2011-08-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Mda,\n\na Solution, to activate any Dialog from a HOT-area inside a Window ( I used a Alert ) :\nYou can use a Background with defined HOT-areas ( in Your sample, it would be the Numbers )\nIs it a Solution, You are looking...
BIG Tooltip
[ { "date": "2011-08-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe,\nMy names is Domenico ( Mda solution is my farm)\nMy problem is that I use btnbmp / I use it for show tables of reataurant) \ncan you make a test sample please\nI wish to show this <!-- l --><a class=\"postlink-local\" href=\...
BIG Tooltip
[ { "date": "2011-08-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Domenico,\n\nMy Solution above doesn't need Buttons.\nMouse-move ( connected to a defined Area ) can open a Dialog or start any other Action. \nA Mouseclick inside this Area, can do something else.\ncan You place a sample-backgrou...
BIG Tooltip
[ { "date": "2011-08-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Ukoenig,\nI want create something as Tooltip as the picture !!!\nwhen the user move the mouse over del button it must be showed", "time": "16:01", "topic": "BIG Tooltip", "username": "MdaSolution" } ]
BIG Tooltip
[ { "date": "2011-08-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Domenico,\n\nI think using BTNBMP, doesn't work because of already defined NORMAL Tooltips ( on Mousecaption ).\n\nNo Problem, the same Results You can get, using SAYs :\n\n1. replace the Buttons with SAYs ( the Say changes with T...
BIG Tooltip
[ { "date": "2011-08-21", "forum": "FiveWin for Harbour/xHarbour", "text": "thanks Uk this can be a ggod solution...\n\non this week I make a Tooltip class it run ok but It can run good if the otooltip of Windows class become a classdata !!!!\nlook it please\nI can set the header , the footer and the mes...
BIG Tooltip
[ { "date": "2011-08-21", "forum": "FiveWin for Harbour/xHarbour", "text": "A complete Sample with included Source :\n[color=#FF0000:3ixzak9e]BTNBMP[/color:3ixzak9e] - Solution !!!!\nFrom inside the Dialog, You can switch between Tooltip and Edit-Mode.\nPosition autoadjusted to left, if it is not possible...
BIG Tooltip
[ { "date": "2011-08-21", "forum": "FiveWin for Harbour/xHarbour", "text": "You can replace the Dialog with VTitle\n\n[img:25ky3bd0]http&#58;//www&#46;pflegeplus&#46;com/pictures/toolt3&#46;jpg[/img:25ky3bd0]\n\nBest Regards\nUwe <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=...
BIG Tooltip
[ { "date": "2011-08-21", "forum": "FiveWin for Harbour/xHarbour", "text": "dear uk \nyour solution is good for me and I am trying it on my application\n\nbut why a tooltip class not is a good idea ?", "time": "22:05", "topic": "BIG Tooltip", "username": "MdaSolution" } ]
BIG Tooltip
[ { "date": "2011-08-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Domenico,\n\nMy only Reason is, looking for Solutions without any changes of Classes,\nor creating something new.\n\nA quick Test replacing the Dialog with VTitle from Screenshot above :\n\n[code=fw:2e22j7hk]<div class=\"fw\"...
BIG Tooltip
[ { "date": "2008-03-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Could someone show me how to get the BIOS date.\nThanks in advance\nOtto", "time": "18:03", "topic": "BIOS DATE", "username": "Otto" } ]
BIOS DATE
[ { "date": "2008-03-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Otto, try this code.\n[code:m6a5ol4n]\nFUNCTION Main&#40;&#41;\n LOCAL oLoc,oWmi,oLis, oBios\n oLoc &#58;= CreateObject&#40; \"wbemScripting&#46;SwbemLocator\" &#41;\n oWmi&#58;=oLoc&#58;ConnectServer&#40;&#41;\n oLis &...
BIOS DATE
[ { "date": "2008-03-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Is CREATEOBJECT a xHarbour function?\n\n\nError: Unresolved external '_HB_FUN_CREATEOBJECT' reference\n\nThanks in advance\nOtto", "time": "08:08", "topic": "BIOS DATE", "username": "Otto" } ]
BIOS DATE
[ { "date": "2008-03-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nWith current FWH 8.02 and xHarbour/Harbour, Biel's sample is linking and running fine", "time": "10:29", "topic": "BIOS DATE", "username": "Antonio Linares" } ]
BIOS DATE
[ { "date": "2008-03-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\nHow we can make to have the atomic time ?", "time": "10:34", "topic": "BIOS DATE", "username": "Silvio" } ]
BIOS DATE
[ { "date": "2008-03-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you, Antonio. I missed:\n echo $(HBDIR)\\lib\\HbWin32.lib + >> b32.bc\n\nCould someone post pros and cons between the two methods?\n\noReg := TReg32():New( HKEY_LOCAL_MACHINE, \"HARDWARE\\DESCRIPTION\\System\", .f. )\nuVar ...
BIOS DATE
[ { "date": "2009-09-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola amigos:\n\nTengo un problema y no se porque pasa ni como solucionarlo, es:\n\nTengo una ventana principal oVentPrinc y en ella creo otra oDlgwBu2 y en esta ultima pongo una imagen con BITMAP y encima de la imagen unos GET y ...
BITMAP
[ { "date": "2009-09-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Colthop: Probablemente se debe a que el cursor está en el primer get que tiene su validacion, y mientras tanto no se cumpla su validacion, no puedes clickear otros gets.\n\n @ 28*ProporV,375*ProPorH GET gDlg001 VAR va011 OF oDlg...
BITMAP
[ { "date": "2009-09-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola FranciscoA y gracias por tu interes pero no es por ese motivo ya que va011 es un blanco y si pulsas el ENTER si pasa de un campo a otro hasta el final.", "time": "23:23", "topic": "BITMAP", "username": "colthop" ...
BITMAP
[ { "date": "2013-03-11", "forum": "FiveWin para Harbour/xHarbour", "text": "saludos se pueden mostrar 2 bitmap uno sobre otro, lo que quiero es ver en pantalla una planilla con 10 firmas, pero dependiendo de un Id enseñar solo una y las otras nueve ponerles un bitmap borroso, osea que se entienda solo 1 ...
BITMAP
[ { "date": "2013-03-18", "forum": "FiveWin para Harbour/xHarbour", "text": "alguna gentil idea, gracias", "time": "17:50", "topic": "BITMAP", "username": "QAZWSX2K" } ]
BITMAP
[ { "date": "2013-03-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Alejandro,\nCreo usando las propiedades Hide() y Show() del bitmap pudieras resolver el problema.\n\nSaludos,\n\nGeorge", "time": "02:25", "topic": "BITMAP", "username": "George" } ]
BITMAP
[ { "date": "2013-03-19", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"QAZWSX2K\":16hlyh5c]alguna gentil idea, gracias[/quote:16hlyh5c]\n\nSe me ocurre hacer dos bmps de cada uno: uno nitido y otro borroso y en función del ID enseñar uno u otro\nNo es lo que preguntas pero creo que podrías ...
BITMAP
[ { "date": "2013-03-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Funcion original de Daniel, \n[url:221gdvb3]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=22517&p=120188&hilit=BlurEffect#p120083[/url:221gdvb3]\nmodificada a mis necesidades...\nBlurEffect( oDIALOG, nTime...
BITMAP
[ { "date": "2010-02-24", "forum": "FiveWin for Harbour/xHarbour", "text": "I HAVE A BITMAP \n\n@ 10,10 BITMAP filename \"test.bmp\" SIZE 64,64 DESIGN\n\ni MUST MOVE THIS BITMAP ON A WINDOW WITH DRAWGRID FUNCTION \n\nTHIS BITMAP IS NOT TRANSPARENT AND WHEN i MOVE IT COPY THE BACKGROUND ON NEW POSITION \...
BITMAP NO TRANSPARENT
[ { "date": "2010-02-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello silvio\n\ni will explain you...\n\n1.- the current bitmap was alpha channel with white background, you can use this bitmap...\n[img:25n9sv1y]http&#58;//www&#46;sitasoft&#46;com/fivewin/bitmap/plus2&#46;bmp[/img:25n9sv1y] [ur...
BITMAP NO TRANSPARENT
[ { "date": "2010-02-24", "forum": "FiveWin for Harbour/xHarbour", "text": "SAME ERROR\n\nWHEN YOU USE DESIGN COMMAND TO MOVE THE BITMAP\n\nIT COPY THE OLD BACKGROUND INTO NEW POSITION", "time": "21:59", "topic": "BITMAP NO TRANSPARENT", "username": "Silvio" } ]
BITMAP NO TRANSPARENT
[ { "date": "2010-02-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio\n\n[quote=\"Daniel Garcia-Gil\":me2jr782]3.- If you want move the bitmap around the window until the brush will be useless and will need paint the bitmap \"with the hand\" with transparencies techniques (seek in google abou...
BITMAP NO TRANSPARENT
[ { "date": "2010-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "this is strange....\n\nWith the fivewin power why not we cannot move a bitmap transparent into a window with drawgrid ?\n\nI think we Not Know how make but i think and believe it can be done with the fivewin power language", "...
BITMAP NO TRANSPARENT
[ { "date": "2010-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio\n\nit isn't strange...\n\n[quote=\"Silvio\":3qhlfako]With the fivewin power why not we cannot move a bitmap transparent into a window with drawgrid ?[/quote:3qhlfako]\nyes, and already you do that, but with the Windows OS s...
BITMAP NO TRANSPARENT
[ { "date": "2010-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio\n\ni found a possible solution... but you need the brush, same my last example\n\nin CONTROL.PRG, method LButtonUp \nLOCATE\n[code=fw:274a024s]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span styl...
BITMAP NO TRANSPARENT
[ { "date": "2007-03-17", "forum": "FiveWin para Harbour/xHarbour", "text": "AMIGOS, TENGO UN BITMAP DESDE RECURSO CON FONDO 255,255,255 (BLANCO)\nEN EL PRG TENGO:\nredefine bitmap oima resource 'tips' id 107 of otips TRANSPAREN\nEN EL RC TENGO:\nClass \"TBtnBmp\", Style: 0 | WS_CHILD | WS_VISIBLE\n\nde...
BITMAP TRANSPARENTES
[ { "date": "2007-03-17", "forum": "FiveWin para Harbour/xHarbour", "text": "En el recurso tienes que usar:\n\nClass \"TBitmap\", Style: 0 | WS_CHILD | WS_VISIBLE", "time": "10:04", "topic": "BITMAP TRANSPARENTES", "username": "Antonio Linares" } ]
BITMAP TRANSPARENTES
[ { "date": "2008-02-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Como colocar uma BITMAP no fundo de um xbrowse?\n\nex:\n<!-- m --><a class=\"postlink\" href=\"http://fivetechsoft.com/forums/viewtopic.php?t=9380\">http://fivetechsoft.com/forums/viewtopic.php?t=9380</a><!-- m -->\n\nGrato", ...
BITMAP no xbrowse!
[ { "date": "2008-03-05", "forum": "FiveWin para Harbour/xHarbour", "text": "UP!!!", "time": "12:21", "topic": "BITMAP no xbrowse!", "username": "MGA" } ]
BITMAP no xbrowse!
[ { "date": "2006-03-24", "forum": "FiveWin for CA-Clipper", "text": "Hello,\n\nI have a strange problem displaying dialogs with bitmaps. A customer have send me a screendump of my program and as you can see, the bitmaps are to small for the dialog.\nAs you can see, also the colum-with is to small. The te...
BITMAP problem with different screen resolution
[ { "date": "2006-03-25", "forum": "FiveWin for CA-Clipper", "text": "Marc \n\n I haven't tested this but on the init of the dialog maybe if you check the screen res, you could resize the bitmap controls to display properly, you might want to the the bitmap objects up as arrays ( if you haven't already so...
BITMAP problem with different screen resolution
[ { "date": "2006-03-26", "forum": "FiveWin for CA-Clipper", "text": "have u try : DEFINE BUTTON ... ADJUST", "time": "17:52", "topic": "BITMAP problem with different screen resolution", "username": "tnhoe" } ]
BITMAP problem with different screen resolution
[ { "date": "2006-03-26", "forum": "FiveWin for CA-Clipper", "text": "tnhoe,\n\nI will try it with the ADJUST clause.\n\nThanks,\nMarc", "time": "19:48", "topic": "BITMAP problem with different screen resolution", "username": "Marc Vanzegbroeck" } ]
BITMAP problem with different screen resolution
[ { "date": "2008-12-16", "forum": "FiveMac / FivePhone (iPhone, iPad)", "text": "Antonio,\r\nCan U insert on google page also all bitmaps and rc of Visual fw. thanks\r\nBecause I made a mistake...I need them!!", "time": "13:29", "topic": "BITMAPS", "username": "Silvio" } ]
BITMAPS
[ { "date": "2008-12-16", "forum": "FiveMac / FivePhone (iPhone, iPad)", "text": "Silvio,\r\n\r\nYou can download them from here:\r\n\r\n<!-- w --><a class=\"postlink\" href=\"http://www.fivetechsoft.com/files/visual\">www.fivetechsoft.com/files/visual</a><!-- w -->", "time": "16:38", "topic": "BI...
BITMAPS
[ { "date": "2008-12-17", "forum": "FiveMac / FivePhone (iPhone, iPad)", "text": "Antonio,\r\nplease I have problem also for the cur and Icon \r\n\r\nARRAY.BMP\r\n\r\nCONTROL.CUR\r\n\r\nfivetech.ico\r\n\r\nWHY NOT CREATE A DLL OR A NEW FOLDER INTO VISUALFW WITH ALL RESOURCES ?", "time": "14:07", ...
BITMAPS
[ { "date": "2010-02-16", "forum": "FiveWin for Harbour/xHarbour", "text": "i HAVE A FIELD TEXT CALLED TYPE WHERE \nI WANT SHOW A BITMAP FOR THIS FIELD \n\nTHIS FIELD CAN BE ONLY ONE OF THIS ITEMS\n\nlocal aItems := { 'COMPUTER',;\n 'PORTATILE',;\n 'STAMPANTE',;\n...
BITMAPS ON XBROWSE
[ { "date": "2010-02-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio...\n[quote=\"Silvio\":1bckcd5t]WHY IT MAKE ERROR ON oCol:bBmpData := { || AScan( aItems, Trim( (oDHard)->type ) + 2 ,) } ?[/quote:1bckcd5t]\n\nwhat error?\nplease show the error... thanks", "time": "15:18", "topic":...
BITMAPS ON XBROWSE
[ { "date": "2010-02-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Application\n===========\n Path and name: C:\\work\\PRG\\gut\\main.Exe (32 bits)\n Size: 3,019,776 bytes\n Time from start: 0 hours 0 mins 10 secs \n Error occurred at: 18-02-2010, 15:26:36\n Error description: Error BAS...
BITMAPS ON XBROWSE
[ { "date": "2010-02-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio...\n\nTrim( (oDHard)->type ) is a Type CHAR\n\nTrim( (oDHard)->type ) + 2 is wrong ( char + num )\n\nmaybe is AScan( aItems, Trim( (oDHard)->type ) ) + 2", "time": "15:39", "topic": "BITMAPS ON XBROWSE", "usern...
BITMAPS ON XBROWSE
[ { "date": "2010-02-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank 's a lot : I resolved \")\"", "time": "20:28", "topic": "BITMAPS ON XBROWSE", "username": "Silvio" } ]
BITMAPS ON XBROWSE
[ { "date": "2011-01-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola,\n\nA veces, al llamar al preview de Fastreport y volver al menú principal los Bitmaps de la Ribbon Bar o de los diálogos (REDEFINE BITMAP ...) desaparecen.\n\n¿Por qué puede ser debido?.\n\nGracias <!-- s;) --><img src=\"{S...
BITMAPS a veces desaparecen
[ { "date": "2011-03-13", "forum": "FiveWin para Harbour/xHarbour", "text": "hola, solucionaste tu problema, a mi me pasa lo mismo, pero me sucedio cuando le coloque un MANIFEST a mis recursos, si lo solucionaste me pudes decir como\n\ngarcias", "time": "19:52", "topic": "BITMAPS a veces desaparec...
BITMAPS a veces desaparecen
[ { "date": "2011-03-15", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola,\n\nNo, todavía FWH no lo ha corregido.\n\nAdemás, sucede lo mismo teniendo una Ribbon con varias pestañas y trasteando un poco, es decir, pulsando los botones al cabo de un tiempo los Bitmaps desaparecen.\n\nTampoco la cláu...
BITMAPS a veces desaparecen
[ { "date": "2011-03-15", "forum": "FiveWin para Harbour/xHarbour", "text": "mgsoft\n\nProporciona un ejemplo que podamos podamos contruir para reproducir el error\n\nGracias", "time": "11:15", "topic": "BITMAPS a veces desaparecen", "username": "Daniel Garcia-Gil" } ]
BITMAPS a veces desaparecen
[ { "date": "2011-03-15", "forum": "FiveWin para Harbour/xHarbour", "text": "Daniel,\n\nMuchas gracias por tu atención.\n\nTe paso el ejemplo:\n<!-- m --><a class=\"postlink\" href=\"http://rapidshare.com/files/452724544/errdani.zip\">http://rapidshare.com/files/452724544/errdani.zip</a><!-- m -->\n\n\nTa...
BITMAPS a veces desaparecen
[ { "date": "2011-03-16", "forum": "FiveWin para Harbour/xHarbour", "text": "mgsoft\n\nabre TRBTN.PRG\n\nen el metodo MouseMove, cambia las lineas\n\n[code=fw:1gubkm4w]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">   <span style=\"color: #00C800;\">if</span> ::<span style=\"color: #00000...
BITMAPS a veces desaparecen
[ { "date": "2011-03-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Daniel,\n\nMuchas gracias. Lo pruebo y te comento.\n\nTambién aprovecho para preguntarte qué hay que hacer para cuando se sitúe el ratón sobre una opción se vea así:\n\nAsí bien:\n\n[url=http&#58;//img171&#46;imageshack&#46;us/i/...
BITMAPS a veces desaparecen
[ { "date": "2011-03-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Saludos\n\nLos cambios hechos son para utilizar tambien codeblock y no solo colors fijos, el cual recibe como argumento el status del \"mouse over\" sobre el boton (activo/no activo)\n\n\ndisponible para la proxima version de fiv...
BITMAPS a veces desaparecen
[ { "date": "2011-03-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Muchas gracias.\n\n¿Pudiste reproducir la pérdida de BMPS?.\n\n¿También estará en FWH los colores de Office 2010?.\n\n<!-- s;) --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\";)\" title=\"Wink\" /><!-- s;) -->", "time": "1...
BITMAPS a veces desaparecen
[ { "date": "2011-03-21", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"mgsoft\":1llahjy3]¿Pudiste reproducir la pérdida de BMPS?.[/quote:1llahjy3]\nno\n\n[quote=\"mgsoft\":1llahjy3]¿También estará en FWH los colores de Office 2010?.[/quote:1llahjy3]\nlos controles ribbon son altamente confi...
BITMAPS a veces desaparecen
[ { "date": "2011-03-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Muchas gracias, lo es.\n\n¿Cómo puedo poner el look 2010 en el menú, ribbon y barra de estado inferior?.\n\n<!-- s;) --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\";)\" title=\"Wink\" /><!-- s;) -->", "time": "14:21", ...
BITMAPS a veces desaparecen
[ { "date": "2011-03-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Baje el zip donde está el ejemplo y lo que noto es que cuando redimensionas la ventana ( estirándola y comprimiendola ) también pierde los bmp´s. \nSalu2", "time": "15:18", "topic": "BITMAPS a veces desaparecen", "use...
BITMAPS a veces desaparecen
[ { "date": "2023-08-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Saludos, retomando este tema, habra alguna manera de que usando alguna clausula como BLINK en el color de la fila de un xbrowse, este titile, parpadee(BLINK) sin necesidad de usar la funcion con el timer...? esto seria muy practi...
BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???
[ { "date": "2023-08-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Greetings, returning to this topic, is there a way that using a clause such as BLINK in the color of the row of an xbrowse, this blinks (BLINK) without the need to use the function with the timer...? This would be very practical t...
BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???
[ { "date": "2023-08-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Hasta donde yo sé, BLINK funciona solo en SAYS y lo mejor es SSAY.PRG y tenemos Dynamic SAYS con DSAY.PRG. Quizás el señor Rao haga un milagro. jajajajaja.\n\nRegards, saludos.", "time": "17:36", "topic": "BLINK EN CELDA/...
BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???
[ { "date": "2023-08-07", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"karinha\":3t2b1gik]Hasta donde yo sé, BLINK funciona solo en SAYS y lo mejor es SSAY.PRG y tenemos Dynamic SAYS con DSAY.PRG. Quizás el señor Rao haga un milagro. jajajajaja.\n\nRegards, saludos.[/quote:3t2b1gik]\n\nSalu...
BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???
[ { "date": "2023-08-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola, esto es un truco. No pertenece a xBrowse(), probablemente causará efectos secundarios y el efecto visual puede ser horrible para el usuario. Mejor esperar señor Rao.\n\n[code=fw:meptcm7f]<div class=\"fw\" id=\"{CB}\" style=...
BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???
[ { "date": "2023-08-07", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"karinha\":zndst6gn]Hola, esto es un truco. No pertenece a xBrowse(), probablemente causará efectos secundarios y el efecto visual puede ser horrible para el usuario. Mejor esperar señor Rao.\n\n[code=fw:zndst6gn]<div cla...
BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???
[ { "date": "2023-08-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Sorry, there is no such feature right now.", "time": "19:06", "topic": "BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???", "username": "nageswaragunupudi" } ]
BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???
[ { "date": "2023-08-09", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"nageswaragunupudi\":kxzro345]Sorry, there is no such feature right now.[/quote:kxzro345]\nok, I'll look for some temporary solution, thanks... <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" titl...
BLINK EN CELDA/FILA XBROWSE - Mr RAO / ???
[ { "date": "2005-11-08", "forum": "FiveWin para CA-Clipper", "text": "me aparece este error, el codigo esta ok, pero sigue molestando, sabe alguien que es esto", "time": "16:30", "topic": "BLINKER : 1148 : que significa", "username": "luis cortes" } ]
BLINKER : 1148 : que significa
[ { "date": "2005-11-08", "forum": "FiveWin para CA-Clipper", "text": "Luis:\n\n Agrega BLINKER CLIPPER SYMBOL OFF al archivo de linkeado.\n\n1148: BLINKER CLIPPER SYMBOL OFF required for huge symbol table\n------------------------------------------------------------------------------\n\n This messa...
BLINKER : 1148 : que significa
[ { "date": "2010-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello All,\n\nIm Using Ads 8.1 How can I save BLOB (image) via SQL script/command?\n\nI tried:\n\nAdsPrepareSQL()\n\nAdsSetBinary()\n\nAdsExecuteSQL()\n\nBut \"Error: Unresolved external..\" on ADSSETBINARY()\n\n\nAny help?\n\n\n...
BLOB in SQL statement
[ { "date": "2010-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "This is not direct answer to your question.\nBut i we want to store images in ADT table, we can easily store then and retrieve them in IMAGE type column. We can store and retrieve image data just like a memo field.\n\nPlease see ...
BLOB in SQL statement
[ { "date": "2010-02-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear RAO,\n\nMy simple method is this function to put image (blob) into the table (ADT/FoxPro)...\n\n[code=fw:dzsmcpxq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />lSaved := BLOB-><span style=\"color: #000...
BLOB in SQL statement
[ { "date": "2010-02-26", "forum": "FiveWin for Harbour/xHarbour", "text": "The simplest thing I do ( ADT, ADS_CDX and DBFCDX ) is this:\n\nALIAS->FIELDNAME := MemoRead( <imagefile> )", "time": "04:15", "topic": "BLOB in SQL statement", "username": "nageswaragunupudi" } ]
BLOB in SQL statement
[ { "date": "2010-02-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks RAO for the advise. <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> \n\n\nRegrads,\nFAP", "time": "04:49", "topic": "BLOB in SQL statement", "username": "fraxzi...
BLOB in SQL statement
[ { "date": "2014-10-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigos puedo bloquear un boton BTNBMP\n\n REDEFINE BTNBMP oBtns[nSit] ID bId OF oDlg RESOURCE \"mesa_ocup\" when .F.\n\nSe me ve gris y yo quiero q se ve al bitmap pero q no haga nada\n\nsaludos", "time": "00:51", ...
BLOQUEAR BOTON BTNBMP
[ { "date": "2014-10-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Prueba asi:\nREDEFINE BTNBMP oBtns[nSit] ID bId OF oDlg RESOURCE \"mesa_ocup\" ACTION IF(lCodicion, HazAlgo(), Nil)\n\nSalu2", "time": "03:35", "topic": "BLOQUEAR BOTON BTNBMP", "username": "Willi Quintana" } ]
BLOQUEAR BOTON BTNBMP
[ { "date": "2015-01-13", "forum": "Off Topic / Otros temas", "text": "This email is notification of planned hardware maintenance Friday morning,\n16 January, 2015, between 00:00 hours and 4:00am MDT (UTC/GMT-6), for the\nserver which hosts fivetechsoft.com.\n\nThe maintenance will include approximately 4...
BLUEHOST.COM: Hardware Maintenance for fivetechsoft.com
[ { "date": "2016-02-25", "forum": "FiveWin para Harbour/xHarbour", "text": "Estimados amigos\nEstoy usando el Bmake con un archivo .MAK para construir aplicaciones en Windows 7\nCuando lo ejecuto en una carpeta determinada, la aplicacion se construye perfectamente\nSi lo ejecuto en una[b:3hmrf0xa] carpet...
BMAKE CON FWH ERROR INSOLITO
[ { "date": "2016-02-25", "forum": "FiveWin para Harbour/xHarbour", "text": "Raul,\n\nComprueba si los ficheros hbvmpub.h y hbinit.h estan en la carpeta c:\\hb30\\include", "time": "18:08", "topic": "BMAKE CON FWH ERROR INSOLITO", "username": "Antonio Linares" } ]
BMAKE CON FWH ERROR INSOLITO
[ { "date": "2016-02-25", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio,\nLos dos ficheros estan en la ubicacion correcta HB30\nLo mas extraño es que copiando los prg y el .MAK a la carpeta de la otra aplicacion los ensambla perfectamente!!!!\nVerifique los datos de las carpetas y estan ident...
BMAKE CON FWH ERROR INSOLITO
[ { "date": "2016-02-25", "forum": "FiveWin para Harbour/xHarbour", "text": "Raul,\n\nEjecuta set desde una ventana de consola (cmd) y revisa los valores que te aparecen\n\nEn principio en el fichero mak no se aprecia que se llame a set ...\n\nLlamas al fichero mak desde un fichero bat ? En tal caso compr...
BMAKE CON FWH ERROR INSOLITO
[ { "date": "2016-02-26", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio,\nAl Set no lo llama de ningun lado, ademas lo mire y esta bien.\nCopie los archivos .h al directorio de la aplicacion y corri el bmake, me encontro los dos que dan error pero me da otros errores porque no encuentra los d...
BMAKE CON FWH ERROR INSOLITO
[ { "date": "2016-02-26", "forum": "FiveWin para Harbour/xHarbour", "text": "Raul,\n\nPrueba a usar esta versión de Harbour:\n\n[url:3iqj9eib]https&#58;//bitbucket&#46;org/fivetech/harbour-xharbour-builds/downloads/harbour_3&#46;2_32bits_Borland582_20150205&#46;zip[/url:3iqj9eib]\n\nParece que no encuentr...
BMAKE CON FWH ERROR INSOLITO
[ { "date": "2016-02-29", "forum": "FiveWin para Harbour/xHarbour", "text": "Estimado Antonio,\nDespues de muchas pruebas y comprobaciones diversas y de haber compilado los mismos prg en otra pc con xp y haber obtenido el mismo error en el Bmake, descarte que fuera el sietma operativo o la pc la causa del...
BMAKE CON FWH ERROR INSOLITO
[ { "date": "2016-03-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Raul,\n\ngracias por comentarlo aqui, asi puede serle de ayuda a otros compañeros <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "10:33", "topic": "BMAKE CON ...
BMAKE CON FWH ERROR INSOLITO
[ { "date": "2006-04-10", "forum": "FiveWin para Pocket PC", "text": "Como puedo colocar un BMP de fondo para mi aplicacion de Pokect\nExiste algun tutor para ver el ejemplo\ngracias a todos por vuestra ayuda.", "time": "22:04", "topic": "BMP DE FONDO", "username": "mjcc" } ]
BMP DE FONDO
[ { "date": "2006-04-11", "forum": "FiveWin para Pocket PC", "text": "Creo que es el tutor11\nSaludso.", "time": "07:44", "topic": "BMP DE FONDO", "username": "astursoft" } ]
BMP DE FONDO
[ { "date": "2006-04-11", "forum": "FiveWin para Pocket PC", "text": "Gracias voy a probarlo.\nUna pregunta mas por favor ¿ Estareis alguno de vosotros en el foro esta semana santa?\nGRACIAS.", "time": "08:00", "topic": "BMP DE FONDO", "username": "mjcc" } ]
BMP DE FONDO