messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2022-09-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Looks like if I put [code=fw:eatfl8zs]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oBrw:<span style=\"color: #000000;\">lFullPaint</span> := .T.</div>[/code:eatfl8zs] resolves the issue", "time": "08:41", ...
Browse edit of cell with brush
[ { "date": "2022-09-21", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"AntoninoP\":56rzi0uf]Looks like if I put [code=fw:56rzi0uf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oBrw:<span style=\"color: #000000;\">lFullPaint</span> := .T.</div>[/code:56rzi0uf] resolves the i...
Browse edit of cell with brush
[ { "date": "2022-09-25", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:238rlbci]On my program I have a XBrowse with fast edit and brush. My problem is when I edit last visible row and go down to end the edit the scrolling does not update well:[/quote:238rlbci]\n\nHere is the real bug. This has...
Browse edit of cell with brush
[ { "date": "2022-09-25", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:eygb1j5b]using 18.01 my PC create an executable of 3.686.400 bytes for this sample, how big is with new version? (the size is main reason why we don't update so long)\n[/quote:eygb1j5b]\n\n4.8 MB", "time": "14:27", ...
Browse edit of cell with brush
[ { "date": "2022-09-25", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"nageswaragunupudi\":3autfqr0]\n\nThis bug remains even till today.\n\nWe will work on suitable fix and get back.\n\nTill then, please depend on oBrw:lFullRefresh := .t., though this slows down the browse painting[/quote:3...
Browse edit of cell with brush
[ { "date": "2022-09-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Extremely sorry.\nlFullPaint is the correct name.\nI edited and corrected this mistake\nThanks", "time": "18:48", "topic": "Browse edit of cell with brush", "username": "nageswaragunupudi" } ]
Browse edit of cell with brush
[ { "date": "2011-02-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Estimados\n\nEstoy trabajando con 2 PRG, uno MAIN donde coloco el siguiente codigo\n\n#include \"Fivewin.ch\"\n\nFUNCTION MAIN()\nLOCAL oBar, oBtn\n\nSet DATE TO FRENCH\nSET CENTURY ON\nSet EPOCH TO 2000\nSET DELETED OFF\nSET _3D...
Browse no muestra registros (SOLUCIONADO)
[ { "date": "2011-02-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola, la variable cAlias trae valor NIL.\n\nIntenta asi:\n\nIF SELECT(\"BANCO\")=0\nDBUSEAREA(.T.,cVia,UBI+\"BANCO\",\"BANCO\",.T.)\n[color=#00BF00:lo3uvrx1]cAlias:=Alias()[/color:lo3uvrx1]\nENDIF", "time": "20:45", "topi...
Browse no muestra registros (SOLUCIONADO)
[ { "date": "2011-02-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Fracisco,\n\nNo funciono. Siguen sin aparecer los registros", "time": "21:24", "topic": "Browse no muestra registros (SOLUCIONADO)", "username": "Compuin" } ]
Browse no muestra registros (SOLUCIONADO)
[ { "date": "2011-02-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Parece que te falta establecer los indices, porque cerraste y re-abriste la dbf BANCO:\n\n[color=#BF0040:1h83z08n]IF SELECT(\"BANCO\")=0\nDBUSEAREA(.T.,cVia,UBI+\"BANCO\",\"BANCO\",.T.)\nDBSETINDEX(cIndice1........) ; DBSETIND...
Browse no muestra registros (SOLUCIONADO)
[ { "date": "2011-02-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Agregando indices o no, igual no muestra los registros de la DBF", "time": "23:30", "topic": "Browse no muestra registros (SOLUCIONADO)", "username": "Compuin" } ]
Browse no muestra registros (SOLUCIONADO)
[ { "date": "2011-02-19", "forum": "FiveWin para Harbour/xHarbour", "text": "¿Ya intentaste poner en el ON INIT (oBrw:cAlias)->(dbgotop()), oBrw:Refresh() ?\nFijate que el cAlias:=Alias() lo saqué del If..endif", "time": "23:34", "topic": "Browse no muestra registros (SOLUCIONADO)", "username"...
Browse no muestra registros (SOLUCIONADO)
[ { "date": "2011-02-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Tampoco hizo nada amigo", "time": "23:44", "topic": "Browse no muestra registros (SOLUCIONADO)", "username": "Compuin" } ]
Browse no muestra registros (SOLUCIONADO)
[ { "date": "2011-02-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola, te hice este ejemplo, basado en tu codigo, y funciona (probado) (compilado con FWH712)\n\n#include \"fivewin.ch\"\n#include \"xbrowse.ch\"\n\nMEMVAR oWndPrinc\n\n//------------------\nFUNCTION MAIN()\n\nDEFINE WINDOW oWndPr...
Browse no muestra registros (SOLUCIONADO)
[ { "date": "2011-02-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Funciona chevere en un solo PRG. De hecho tengo un programa asi.\n\nEl problema se me esta presentando al tener 2 PRG (Main y Banco, en este ultimo es donde esta el browse)\n\nTrata de hacer el ejemplo que me enviastes en 2 prg ...
Browse no muestra registros (SOLUCIONADO)
[ { "date": "2011-02-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Compuin:\nPuedes hacerlo en 2 prgs. (dos ficheros de texto)\nEjemplo:\n\nLos DEFINE y la funcion Main() incluyelos en el primer fichero y le agregas al final: (despues del return) #INCLUDE \"Miprg2.prg\"\nLa Funcion Bancos la in...
Browse no muestra registros (SOLUCIONADO)
[ { "date": "2011-02-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Eso ya lo hice, y desde alli se presenta el problema de no ver los registros.\n\nSolo te hice el planteamiento para que recrearas el escenario y vieras el error con 2 prgs porque en 1 solo no presenta ningun error", "time": "...
Browse no muestra registros (SOLUCIONADO)
[ { "date": "2011-02-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Saludos...\n\nalgun ejemplo que podamos probar con una dbf real??? para poder reproducir el error...", "time": "03:24", "topic": "Browse no muestra registros (SOLUCIONADO)", "username": "Daniel Garcia-Gil" } ]
Browse no muestra registros (SOLUCIONADO)
[ { "date": "2011-02-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Saludos Daniel,\n\nEl ejemplo es el que esta al comienzo del post. Son 2 PRG.", "time": "16:22", "topic": "Browse no muestra registros (SOLUCIONADO)", "username": "Compuin" } ]
Browse no muestra registros (SOLUCIONADO)
[ { "date": "2011-02-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola\n\n[quote=\"Daniel Garcia-Gil\":16i93ebt]Saludos...\n\nalgun ejemplo que podamos probar con una dbf real??? para poder reproducir el error...[/quote:16i93ebt]\n\nRepito la solicitud\n\nEn el primer post no veo donde esta la ...
Browse no muestra registros (SOLUCIONADO)
[ { "date": "2011-02-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Ok aca los 2 PRG\n\n////////// 1er PRG ////////////////////////\n\n[code=fw:1v6byizs]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">...
Browse no muestra registros (SOLUCIONADO)
[ { "date": "2011-02-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Debes agregarle los registros con DBU porque el 2do PRG no tiene inclusion de registros y crea la DBF vacia\n\nAtento a tus comentarios", "time": "17:00", "topic": "Browse no muestra registros (SOLUCIONADO)", "usernam...
Browse no muestra registros (SOLUCIONADO)
[ { "date": "2011-02-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Saludos\n\nhe probado el ejemplo a mi me funciona....\n\nmodifique el ejemplo para que se vea la version que estoy utilizando y añada automaticamente registros\n\nteniendo la informacion necesaria es mas facil para ayudar...\n\np...
Browse no muestra registros (SOLUCIONADO)
[ { "date": "2011-02-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Estimados,\n\nEstuve revissando y al compilar con Verce, no estaba apuntando al DBF con datos, esa era la razon de no verlos.\n\nGracias a Daniel por la orientacion", "time": "20:35", "topic": "Browse no muestra registros...
Browse no muestra registros (SOLUCIONADO)
[ { "date": "2009-11-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello!\n\nI'm testing an app that works on the internet via AIS and I'm trying to optimize it ... I would like know if there is a way to find out whether bSkip codeblock of TWBrowse is executed because of the navigating the browse...
Browse via internet and repaint
[ { "date": "2009-11-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Skip is executed while repainting also.\nIf size of AdsCacheRecords(..) is set optimally, the skip is only on records cached by the client", "time": "19:44", "topic": "Browse via internet and repaint", "username": "nag...
Browse via internet and repaint
[ { "date": "2009-11-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello!\n\n[quote=\"nageswaragunupudi\":vmb15j09]Skip is executed while repainting also.\nIf size of AdsCacheRecords(..) is set optimally, the skip is only on records cached by the client[/quote:vmb15j09]\n\nThanks. I set it to Ads...
Browse via internet and repaint
[ { "date": "2009-11-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Roman, i have this problem too.. can you share your experience? you change only adscacherecords? thanks", "time": "19:10", "topic": "Browse via internet and repaint", "username": "norberto" } ]
Browse via internet and repaint
[ { "date": "2009-12-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello!\n\n[quote=\"norberto\":hpi86lsc] \n[quote:hpi86lsc]I set it to AdsCacheRecords(80), but I've also reviewed the code and noticed that I made a lot of neccessary calls[/quote:hpi86lsc]\ni have this problem too.. can you share...
Browse via internet and repaint
[ { "date": "2009-12-02", "forum": "FiveWin for Harbour/xHarbour", "text": "you can open the same table with different alias for each Browse in each MDI. This works well. Each browse can be navigated independently and the server optimizes performance well when same table is opened with different aliases."...
Browse via internet and repaint
[ { "date": "2006-04-21", "forum": "FiveWin for Pocket PC", "text": "Hello Antonio\n\nThere are problem with SetColor and lCellStyle , the row focused is \nalways black and white \n\nMaurizio\n\n\n#include \"FWCE.ch\"\nREQUEST DBFCDX\n//---------------------------------------------------------------------...
Browse with lCellStyle and Setcolor
[ { "date": "2006-04-25", "forum": "FiveWin for Pocket PC", "text": "Maurizio,\n\nFixed. In a few minutes a new FWPPC build will be available for download. Thanks for your feedback,", "time": "08:51", "topic": "Browse with lCellStyle and Setcolor", "username": "Antonio Linares" } ]
Browse with lCellStyle and Setcolor
[ { "date": "2008-05-27", "forum": "FiveWin para Harbour/xHarbour", "text": "HOLA <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \r\n\r\nPienso usar para una base de datos muy chiquita el browse() que ya sale con botonsitos etc. pero me sale en in...
Browse() sale en ingles como lo pongo en español??
[ { "date": "2008-05-27", "forum": "FiveWin para Harbour/xHarbour", "text": "Prueba con #define SPANISH antes del include Fivewin.ch", "time": "06:45", "topic": "Browse() sale en ingles como lo pongo en español??", "username": "joseluisysturiz" } ]
Browse() sale en ingles como lo pongo en español??
[ { "date": "2008-05-27", "forum": "FiveWin para Harbour/xHarbour", "text": "\\fwh\\source\\function\\browse.prg", "time": "08:24", "topic": "Browse() sale en ingles como lo pongo en español??", "username": "Mauricio" } ]
Browse() sale en ingles como lo pongo en español??
[ { "date": "2008-05-27", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \r\n\r\nya quedo en español tenquius <!-- s:wink: --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\":wink:\" title=...
Browse() sale en ingles como lo pongo en español??
[ { "date": "2009-09-13", "forum": "FiveWin for Harbour/xHarbour", "text": "[url:3p5n9gu2]http&#58;//www&#46;atzwanger-software&#46;com/fw/SamplesPreview&#46;zip[/url:3p5n9gu2]\n\nI have made a handy tool to browse the Fivewin samples which I want share.\nMaybe you like it. At the moment I have about 260 ...
Browser for FW sample folder
[ { "date": "2009-09-13", "forum": "FiveWin for Harbour/xHarbour", "text": "OTTO:\nGreat idea. Years ago fw192 had a program that compiled samples and work great.\n\nI'm having a problem. unziped all in c:\\fwh\\samples.\nexecuted the snipk.exe the dialog opens. None of the button bmps appear. \nTry to r...
Browser for FW sample folder
[ { "date": "2009-09-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Harvey,\n\nthe source code is also included.\nPlease have a look to:\n\n[code=fw:3corzcmk]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #00...
Browser for FW sample folder
[ { "date": "2009-09-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto:\n\nI'll take a look at the program later today.\n\nHave you had a chance to look at the program you downloaded..re: my product", "time": "22:37", "topic": "Browser for FW sample folder", "username": "hag" } ]
Browser for FW sample folder
[ { "date": "2009-09-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Harvey,\nI will send you an email.\nBest regards,\nOtto", "time": "06:56", "topic": "Browser for FW sample folder", "username": "Otto" } ]
Browser for FW sample folder
[ { "date": "2009-09-15", "forum": "FiveWin for Harbour/xHarbour", "text": "[url:2j77rt3x]http&#58;//www&#46;atzwanger-software&#46;com/fw/SamplesPreview1&#46;zip[/url:2j77rt3x]\n\nI uploaded the next 50 screenshots.\nBest regards,\nOtto", "time": "08:10", "topic": "Browser for FW sample folder", ...
Browser for FW sample folder
[ { "date": "2009-09-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr Otto\n\nThis is a very nice program", "time": "05:58", "topic": "Browser for FW sample folder", "username": "nageswaragunupudi" } ]
Browser for FW sample folder
[ { "date": "2009-09-20", "forum": "FiveWin for Harbour/xHarbour", "text": "I uploaded the next 50 screenshots. Now there are 370 screeenshots online. \nBest regards,\nOtto\n[url:7l0lzpwh]http&#58;//www&#46;atzwanger-software&#46;com/fw/SamplesPreview2&#46;zip[/url:7l0lzpwh]", "time": "21:31", "to...
Browser for FW sample folder
[ { "date": "2009-10-18", "forum": "FiveWin for Harbour/xHarbour", "text": "I uploaded the next 140 screenshots. Now there are 510 screeenshots online. \nBest regards,\nOtto\n[url:39481mg3]http&#58;//www&#46;atzwanger-software&#46;com/fw/SamplesPreview3&#46;zip[/url:39481mg3]", "time": "14:55", "t...
Browser for FW sample folder
[ { "date": "2009-10-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nthanks for sharing this nice tool. It's very convenient <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->", "time": "10:38", "topic": "Browser for FW sample f...
Browser for FW sample folder
[ { "date": "2009-10-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Fivewin 9.10 \n\nI uploaded the next 160 screenshots. Now there are 660 screeenshots online. \nMore or less all the samples.\n\nBest regards,\nOtto\n[url:1ssta7bg]http&#58;//www&#46;atzwanger-software&#46;com/fw/SamplesPreview4&#4...
Browser for FW sample folder
[ { "date": "2009-10-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Otto:\n[quote=\"Otto\":2dydlrhj]I uploaded the next 160 screenshots. Now there are 660 screeenshots online. \nMore or less all the samples.[/quote:2dydlrhj]\nGreat work, thanks a lot, I use your code sniper program from the b...
Browser for FW sample folder
[ { "date": "2009-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Manuel,\nthank you for your kind words.\nGood to know that snipkeeper is of some help for you. I use your great work “TSBUTTON” so much.\n\nMay I take the opportunity to ask for your help:\n\n @ 88,697 BITMAP oBmp FILENAME ...
Browser for FW sample folder
[ { "date": "2009-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto:\n\nGreat work ! Kudos ! It would be nice if Antonio provide us with some sort of make utility or batch file to compile all samples. I think this will reduce unnecessary posting. <!-- s8) --><img src=\"{SMILIES_PATH}/ico...
Browser for FW sample folder
[ { "date": "2009-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Otto:\n[quote=\"Otto\":21b0wkkb]I show the screenshots with the adjust clause. But it would be better only to adjust if the screenshot is larger than the place reserved on the screen to show it.\nHow could I check for the siz...
Browser for FW sample folder
[ { "date": "2010-01-03", "forum": "FiveWin for Harbour/xHarbour", "text": "To search for a certain sample program you can also use the WINDOWS build in gallery.\nBest regards,\nOtto\n[img:1xriwc47]http&#58;//www&#46;atzwanger-software&#46;com/fw/galerie&#46;jpg[/img:1xriwc47]", "time": "23:42", "...
Browser for FW sample folder
[ { "date": "2022-02-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nThere is a window handle. This window is a page of a particular web browser. Is it possible to get an icon of this browser ?", "time": "08:38", "topic": "Browser icon", "username": "Natter" } ]
Browser icon
[ { "date": "2008-07-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Mouse Wheel acts on focused browse control even when mouse pointer is not over it's client area.\r\n\r\nI have fixed that in TSBrowse, here the new MouseWheel method:[code:1y9p8aga]METHOD MouseWheel&#40; nKeys, nDelta, nXPos, nYPo...
Browses Bug
[ { "date": "2008-07-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\r\n\r\nI see that xBrowse is not using the lines per movement for the mouse wheel that is set in the Windows registry. This would be a nice addition. Browsing a table one line at a time can be very slow and tedious.\r\n\r...
Browses Bug
[ { "date": "2008-07-05", "forum": "FiveWin for Harbour/xHarbour", "text": "James ,\r\n\r\nVery good idea , it is easy to work out , only a few changes are needed.\r\n\r\n1) What is the normal behaviour when we are at the end or the beginning from the list , now i have:\r\n[code:ubhazfiw]\nFOR n &#58;= 1 ...
Browses Bug
[ { "date": "2008-07-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Frank,\r\n\r\n[quote:r8up9tq2]Probably a better aproach is to define a ClassData , which must only receive his value one time \n\nHow is this done ? [/quote:r8up9tq2]\r\n\r\nJust define it as CLASSDATA:\r\n\r\nclassdata nWheelScro...
Browses Bug
[ { "date": "2016-09-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nI have a question about browsing a large amount of records with ADO.\nI have a client that want to browse a table with lot of records.\nThe problem is that running the query to get the recordset is taking already 3 .5 secon...
Browsing a large recordset
[ { "date": "2016-09-27", "forum": "FiveWin for Harbour/xHarbour", "text": "XBrowse or some other browse is not the issue.\n\nThe second sql statement results in a 2nd recordset different from the 1st recordset.\nYou can not concatenate both recordsets.\nHope you agree.\n\nDo you plan to replace the 1st r...
Browsing a large recordset
[ { "date": "2016-09-28", "forum": "FiveWin for Harbour/xHarbour", "text": "This is for information.\nIf you are using recent FWH, you can use FWMYSQL RowSet. You can continue to use ADO for most of the application and use FWHMYSQL rowset in one or two cases.\n\nWith rowsets it is possible to read a few r...
Browsing a large recordset
[ { "date": "2005-11-11", "forum": "FiveWin for Pocket PC", "text": "Is possible to browse arrays?\n\nBest Regards.\nClaudio", "time": "18:07", "topic": "Browsing arrays", "username": "claudio.driussi" } ]
Browsing arrays
[ { "date": "2005-11-11", "forum": "FiveWin for Pocket PC", "text": "Hi Claudio, I'm happy to see you here! This is a working sample:\n\n[code:1iajjjk5]#include \"Fwce&#46;ch\"\n\n\nFUNCTION MAIN&#40;&#41;\n\n LOCAL oWnd, oBrw\n\n LOCAL aArray &#58;= &#123; \"Test1\", \"Test2\", \"Test3\" &#125;\n\n...
Browsing arrays
[ { "date": "2005-11-13", "forum": "FiveWin for Pocket PC", "text": "[quote=\"EnricoMaria\":1jot5jvb]Hi Claudio, I'm happy to see you here! This is a working sample:\n\n[snip]\n\nEMG[/quote:1jot5jvb]\n\nThanks, i try immediatly.\nI'm here because our frend Andrea convinced me <!-- s:) --><img src=\"{SMILI...
Browsing arrays
[ { "date": "2006-11-07", "forum": "FiveWin for CA-Clipper", "text": "Hi all,\n\nI have a situation where I need to browse an array. The problem is that it can be a one or two dimension array. At the time the array is passed to my function I still don`t know what type of array the function will have to br...
Browsing arrays
[ { "date": "2006-11-10", "forum": "FiveWin for CA-Clipper", "text": "Gilbert,\n\nas far as i know you can not browse one dimensional arrays.\nAt least not with TWBrowse and TSBrowse.\n\nOne dimension you can list in a normal listbox.\n\nRegards,\nDetlef", "time": "18:49", "topic": "Browsing array...
Browsing arrays
[ { "date": "2006-11-13", "forum": "FiveWin for CA-Clipper", "text": "Hi Detlef,\n\nSorry to tell you that I have browse array with TWBrowse without any problems in many of my applications so far.\n\nThat is not my problem. My real problem is that in the application under developpement I need to browse a ...
Browsing arrays
[ { "date": "2006-11-14", "forum": "FiveWin for CA-Clipper", "text": "Gilbert,\n\nif you need a variable number of columns try this:\n\n[code:1sy7f0to] DEFINE DIALOG oDlg NAME \"STATBROWSE\" ;\n TITLE OemToAnsi&#40; cTitle &#41;;\n of oWnd\n\n REDEFINE COLUMN BROWSE oBrow ID 40 OF oD...
Browsing arrays
[ { "date": "2006-11-15", "forum": "FiveWin for CA-Clipper", "text": "Hi Biel,\n\n\nAt first look it seem like that`s what I was looking for. I will get on it this coming weekend.\n\nThanks \n\nGilbert", "time": "03:23", "topic": "Browsing arrays", "username": "Gilbert" } ]
Browsing arrays
[ { "date": "2008-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Is there a way and/or example of a browse where I can display regular fields AND an image (BMP or JPG) ? Thank you.", "time": "05:20", "topic": "Browsing data with images.", "username": "HunterEC" } ]
Browsing data with images.
[ { "date": "2008-11-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\r\n\r\nThis weekend, my new tools are finished.\r\nIncluded in the application, is a Project / picture browser.\r\nI can show all kind of pictures. Each record shows 2 different pictures.\r\n\r\nIf it is that, you are looki...
Browsing data with images.
[ { "date": "2008-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe:\r\n\r\nThank you for your help. What you suggest seems that it's what I need. Please email me the source. Thank you very much.", "time": "00:31", "topic": "Browsing data with images.", "username": "HunterEC" ...
Browsing data with images.
[ { "date": "2008-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello HunterEC,\r\n\r\nyou can download the complete application < BACKGROUND-Tools >\r\n\r\nHave a look, what i have done there.\r\nMaybe something belongs to your problem.\r\n\r\nRegards\r\nUwe <!-- s:lol: --><img src=\"{SMILIES...
Browsing data with images.
[ { "date": "2006-04-30", "forum": "FiveWin for Harbour/xHarbour", "text": "The below works as required; however, when aData is an empty array it comes up with 1132 Error, Bound error:array access. This doesn't happen with the 16-bit FW27. Advice would be appreciated as to how this is dealt with using FW...
Browsing empty arrays
[ { "date": "2006-04-30", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"George Trojan\":2u434x06]@ 1, 1 LISTBOX oBrw FIELDS aData[ oBrw:nAt ][ 1 ],;[/quote:2u434x06]\n\n@ 1, 1 LISTBOX oBrw FIELDS IF( EMPTY( aData ), \"\", aData[ oBrw:nAt ][ 1 ] ),;\n\nAnd so on.\n\nEMG", "time": "15:22", ...
Browsing empty arrays
[ { "date": "2006-05-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks for your response. That works in the sample; howevere, it doesn't work in the below:\n\n REDEFINE LISTBOX oBrwOrdr ;\n FIELDS aOrder[oBrwOrdr:nAt][1],aOrder[oBrwOrdr:nAt][2],;\n aOrder[oBrwOrdr:nAt][3]...
Browsing empty arrays
[ { "date": "2006-05-01", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"George Trojan\":1kngukef]FIELDS IIF(!empty(aOrder),(aOrder[oBrwOrdr:nAt][1],aOrder[oBrwOrdr:nAt][2],;\n aOrder[oBrwOrdr:nAt][3],aOrder[oBrwOrdr:nAt][4],aOrder[oBrwOrdr:nAt][5],aOrder[oBrwOrdr:nAt][6]),'') ;[...
Browsing empty arrays
[ { "date": "2006-05-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Tried\n\nFIELDS IIF(!empty(aOrder),aOrder[oBrwOrdr:nAt][1],''),IIF(!empty(aOrder),aOrder[oBrwOrdr:nAt][2],''),;\n IIF(!empty(aOrder),aOrder[oBrwOrdr:nAt][3],''),IIF(!empty(aOrder),aOrder[oBrwOrdr:nAt][4],''),;\n\t\t\t ...
Browsing empty arrays
[ { "date": "2006-05-01", "forum": "FiveWin for Harbour/xHarbour", "text": "George,\n\ni had the same problem and just added an empty array to the browser if there is no data present.\n\nSomething like: aadd(aData, { \"\", \"\", \"\", \"\" })\n\nRegards,\n\nJohn.", "time": "14:37", "topic": "Brows...
Browsing empty arrays
[ { "date": "2006-05-01", "forum": "FiveWin for Harbour/xHarbour", "text": "This is a working sample:\n\n[code:11g7m09t]#include \"Fivewin&#46;ch\"\n\n\nFUNCTION MAIN&#40;&#41;\n\n LOCAL oWnd, oBrw\n\n LOCAL aArray &#58;= &#123; &#123; \"Test1_1\", \"Test1_2\" &#125;,;\n &#123; ...
Browsing empty arrays
[ { "date": "2006-05-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks John, I was trying to avoid having an element in the array at the beginning. Think I may have a solution, do as you suggest and then:\n\n oAddOrder:bStart:={| |aSize(aOrder,0)}\n\nthis avoids the array error and starts t...
Browsing empty arrays
[ { "date": "2007-09-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenos dias foro, hoy la cosa va de fondos (brush) en diálogos:\n\nTengo un diálogo (desde recursos con un brush) que tiene 1 folder, el problema está en que la parte superior del folder (donde están las pestañas) tiene un fondo ...
Brush & Fondos & Controles
[ { "date": "2007-09-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Mike,\n\nPuedes poner la imagen en <!-- w --><a class=\"postlink\" href=\"http://www.imageshack.us\">www.imageshack.us</a><!-- w --> y aqui el link para poder verlo ? gracias", "time": "11:46", "topic": "Brush & Fondos & ...
Brush & Fondos & Controles
[ { "date": "2007-09-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Creo que lo he hecho correctamente:\n\nAhi va\n\n[url=http&#58;//imageshack&#46;us:28e8gozj][img:28e8gozj]http&#58;//img170&#46;imageshack&#46;us/img170/1084/foldersmc5&#46;png[/img:28e8gozj][/url:28e8gozj]", "time": "13:00",...
Brush & Fondos & Controles
[ { "date": "2007-09-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Mike,\n\nTe refieres a la banda gris a la derecha de las pestañas ?", "time": "17:29", "topic": "Brush & Fondos & Controles", "username": "Antonio Linares" } ]
Brush & Fondos & Controles
[ { "date": "2007-09-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Exactamente.", "time": "05:13", "topic": "Brush & Fondos & Controles", "username": "Mike Serra" } ]
Brush & Fondos & Controles
[ { "date": "2007-09-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Has probado a hacer oFolder:SetColor( ..., .... ) ?", "time": "05:20", "topic": "Brush & Fondos & Controles", "username": "Antonio Linares" } ]
Brush & Fondos & Controles
[ { "date": "2007-09-24", "forum": "FiveWin para Harbour/xHarbour", "text": "No lo he probado Antonio <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> , porque no quiero asignarle ningún color, sino que sea transparente, y que lo que se vea sea el brush de f...
Brush & Fondos & Controles
[ { "date": "2007-09-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Mike,\n\nTransparente no se puede hacer salvo que se hagan cambios internos en la propia clase de Windows en el pintado.\n\nSi el fondo del diálogo es un color, lo que tal vez se pueda hacer es asignarle ese color al folder y ver...
Brush & Fondos & Controles
[ { "date": "2007-09-24", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Mike Serra\":2gog4bnv]Buenos dias foro, hoy la cosa va de fondos (brush) en diálogos:\n\nTengo un diálogo (desde recursos con un brush) que tiene 1 folder, el problema está en que la parte superior del folder (donde está...
Brush & Fondos & Controles
[ { "date": "2018-07-18", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Foreros:\n\nCómo pongo el BRUSH a un xBrowse?\n\nSaludos", "time": "19:21", "topic": "Brush a xBrowse?", "username": "Armando" } ]
Brush a xBrowse?
[ { "date": "2018-07-18", "forum": "FiveWin para Harbour/xHarbour", "text": "Armando\n\nLook at sample TestXbr3.prg\n\n[code=fw:2zvymgot]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> @ <span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">0</span> <span style=\"...
Brush a xBrowse?
[ { "date": "2018-07-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Rick:\n\nThanks so much, I will\n\nRegards", "time": "04:03", "topic": "Brush a xBrowse?", "username": "Armando" } ]
Brush a xBrowse?
[ { "date": "2012-02-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Tengo un pequeño xbrowse que se dibuja dentro de un folder, no ocupa todo el folder sólo lo redefinido en el recurso \"oBrw:CreateFromResource( 120 )\"\n\nEste browse, que toma los datos de un array, se actualiza en tiempo de eje...
Brush en Browse
[ { "date": "2012-02-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Por ahí digo una tontería pero para actualizar el array en un xbrowse la intruccion que yo uso es oBrw : aArrayData := aArray y funciona perfectamente. Salu2", "time": "20:15", "topic": "Brush en Browse", "username": ...
Brush en Browse
[ { "date": "2012-02-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Horacio,\n\nAdemás de ::aArrayData := aArray tendrás que refrescar el browse \ny dependiendo de las condiones del nuevo array y de como tengas defino el browse (ej. WIN7) tendrás que llamar a Adjust()\n\nPor lo que al final es lo...
Brush en Browse
[ { "date": "2012-02-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Fer,\nyo detecte con el checkres que se queda en memoria la imagen que pongo de fondo en el xbrowse...\ny como comentas el 90% de los xbrowse que tengo en el sistema usan imagenes de fondo, asi que pues con el uso continuo los re...
Brush en Browse
[ { "date": "2012-02-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Parece que ya solucioné modificando la clase Destroy() de la xbrowse agregando estas lineas, \n\n if ::oBrush:hBitmap != 0 .and. ValType( ::oBrush:Cargo ) == 'N'\n DeleteObject( ::oBrush:hBrush )\n endif\n\nnomas que lo ...
Brush en Browse
[ { "date": "2012-02-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Francisco.\nQue version usas?. Yo uso la Ver. 1006 y tengo el mismo problema.\n\nMi version tiene este codigo en el METHOD DESTROY():\n\n if ::oBrush:hBitmap != 0 .and. ValType( ::oBrush:Cargo ) == 'N' .and. ;\n ::oB...
Brush en Browse
[ { "date": "2012-02-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Francisco,\n\nEl cambio que le hice a la Destroy() no es igual a la que usas, prueba a dejarla como la muestro a ver si te funciona.. utilizo la 1103,\nprueba a usar:\ndeleteobject( oFont )\ndeleteobject( oBrush )\n\nde hecho si...
Brush en Browse
[ { "date": "2012-02-21", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"fgondi\":1971wz1i]Tengo un pequeño xbrowse que se dibuja dentro de un folder, no ocupa todo el folder sólo lo redefinido en el recurso \"oBrw:CreateFromResource( 120 )\"\n\nEste browse, que toma los datos de un array, se...
Brush en Browse