messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2009-11-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Rao, Uwe,\n\nIt was a bug in Class TDialog. This is the fix <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n[code=fw:137r4jel]<div class=\"fw\" id=\"{CB}\" style=\"font-family...
About : tracing GDI resources
[ { "date": "2009-11-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Many Thanks Mr. Antonio\n\nThis is really a very important fix.", "time": "05:08", "topic": "About : tracing GDI resources", "username": "nageswaragunupudi" } ]
About : tracing GDI resources
[ { "date": "2009-11-24", "forum": "FiveWin for Harbour/xHarbour", "text": "There is still one Question about the BMP'S, defined for Folder-Tabs.\nAfter reopening a Dialog I can see, the 8 BMP's are doubled inside the List.\nAlways 8 Times as BMP and 8 Times as PAL from :\n\nDialog opened the first Time,...
About : tracing GDI resources
[ { "date": "2009-11-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe,\n\nPlease modify Class TFolder Method Destroy() this way:\n[code=fw:3ce9szy7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">METHOD</span> Destroy<span style=\"color: #000000;\"...
About : tracing GDI resources
[ { "date": "2009-11-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nThank You very much.\nThe Change works perfect. The Folder-Tab BMP's are not counted anymore.\nI still added a Main-Dialog-Counter.\nBrushes are excluded from the 1. Browser. Í'm working on a Solution, to show them ins...
About : tracing GDI resources
[ { "date": "2009-11-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe,\n\nMany thanks for your great feedback <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "02:20", "topic": "About : tracing GDI resources", "username": "...
About : tracing GDI resources
[ { "date": "2008-12-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear friends:\r\n\r\nAs a christmas gift, you can read in my spanish blog\r\n[url:kez4zq7s]http&#58;//sqlcmd&#46;blogspot&#46;com/[/url:kez4zq7s]\r\nall you need to start with ADO, MySql, xHarbour and\r\nour lovely FWH.\r\n\r\nAhh...
About ADO & MySql
[ { "date": "2008-12-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Armando,\r\n\r\nI really appreciate your effort. I am a frequent visitor in your blog and have learned a lot from your blog regarding the usage of MySQL with FWH.\r\n\r\nRegards\r\n\r\nAnser", "time": "09:02", "topic...
About ADO & MySql
[ { "date": "2008-12-24", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Armando\":drzflxzz]Dear friends:\n\nAs a christmas gift, you can read in my spanish blog\n[url:drzflxzz]http&#58;//sqlcmd&#46;blogspot&#46;com/[/url:drzflxzz]\nall you need to start with ADO, MySql, xHarbour and\nour love...
About ADO & MySql
[ { "date": "2008-12-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Colin:\r\n\r\nI'm afraid not, because my english is not enought to do that. Perhaps \r\nsomebody can make the translation.\r\n\r\nI'm so sorry.\r\n\r\nRegards", "time": "15:19", "topic": "About ADO & MySql", "username"...
About ADO & MySql
[ { "date": "2013-06-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Guys, my doubt is quite impossible, but come to my dream.\n \nWould you like to upload a png (obeying the transparencies image) on top of a bmp. (it's easy)\n \nDifficult for me would be to do this in a progress, meter, or meterex...
About BMP PNG
[ { "date": "2015-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nI want to use CheckRes() function but there is no result in checkres.txt.\n\nIs there any compiler switch for it?\n\nI use Harbour latest 2015.07 for vs2013 and fwh 1507.\n\n\n[code=fw:qjz9awjo]<div class=\"fw\" id=\"{CB}\"...
About CheckRes()?
[ { "date": "2015-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Hakan,\n\nIt means that your app is properly releasing all the resources <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nWhen checkres.txt is empty then it means all is ok", ...
About CheckRes()?
[ { "date": "2015-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":2w5wab5m]Hakan,\n\nIt means that your app is properly releasing all the resources <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nWhen checkres.txt ...
About CheckRes()?
[ { "date": "2015-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Hakan,\n\n> I have suspect there are some resources\n\nWhy do you think so ?", "time": "09:16", "topic": "About CheckRes()?", "username": "Antonio Linares" } ]
About CheckRes()?
[ { "date": "2015-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio,\n\nThere are some procedures that works wery well. But after 1-2 hours from starting application, these procedures does not work. There is not any error. \n\nUser exits the application and try to same procedures. The p...
About CheckRes()?
[ { "date": "2015-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Hakan,\n\nYou can use SetResDebug( .T. ) and CheckRes() in just a portion of your app\n\nDo you allocate memory in some way in your app ?\n\nDo you manage bitmaps, fonts, etc ?", "time": "10:32", "topic": "About CheckRes()...
About CheckRes()?
[ { "date": "2015-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Also, use Windows task manager to review the handles that your app is using:\n\n[img:3do78yr6]https&#58;//bitbucket&#46;org/fivetech/screenshots/downloads/handles&#46;JPG[/img:3do78yr6]", "time": "10:35", "topic": "About C...
About CheckRes()?
[ { "date": "2015-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":zwliok8o]Hakan,\n\nYou can use SetResDebug( .T. ) and CheckRes() in just a portion of your app\n\nDo you allocate memory in some way in your app ?\n\nDo you manage bitmaps, fonts, etc ?[/quote:zwliok8o]\...
About CheckRes()?
[ { "date": "2012-03-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello\n\nDoesn't exist a way to convert an EMF to PDF but retaining original vector, text and graphics information <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: --> \n\nWhen...
About FWSavePreviewToPDF
[ { "date": "2012-03-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Technically it must be possible, because there is a dll called \"image2pdf\" from Utilitywarrior (<!-- m --><a class=\"postlink\" href=\"http://www.utilitywarrior.com/\">http://www.utilitywarrior.com/</a><!-- m -->) that does exac...
About FWSavePreviewToPDF
[ { "date": "2006-12-05", "forum": "FiveWin for CA-Clipper", "text": "FW,\n\nMay I know those who had experienced using FiveODBC. \n\nThanks,\n\nJose", "time": "17:16", "topic": "About FiveWin ODBC", "username": "xhbcoder" } ]
About FiveWin ODBC
[ { "date": "2006-12-05", "forum": "FiveWin for CA-Clipper", "text": "What I mean is how's the performance, specially with MS SQL server.\n\nThanks.", "time": "17:34", "topic": "About FiveWin ODBC", "username": "xhbcoder" } ]
About FiveWin ODBC
[ { "date": "2006-12-06", "forum": "FiveWin for CA-Clipper", "text": "It works fine, but you should upgrade to FWH 32 bits, as it offers a much better integration with the operating system.", "time": "00:48", "topic": "About FiveWin ODBC", "username": "Antonio Linares" } ]
About FiveWin ODBC
[ { "date": "2006-12-13", "forum": "FiveWin for CA-Clipper", "text": "Antonio,\n\nOur base code is in Clipper 5.2. I tried to convert them to xHarbour but there are issues like Telepathy lib which don't have 32 bits version and several C codes that generates errors, when linked. I looked for 32 bit ve...
About FiveWin ODBC
[ { "date": "2006-12-13", "forum": "FiveWin for CA-Clipper", "text": "Jose,\n\nHave you checked at the ODBC database that there are more than one record matching that SQL sentence ?", "time": "19:15", "topic": "About FiveWin ODBC", "username": "Antonio Linares" } ]
About FiveWin ODBC
[ { "date": "2006-12-13", "forum": "FiveWin for CA-Clipper", "text": "Antonio,\n\nThanks for the quick reply.\n\nYes, there are over 60 rows when I querry it from SQL.", "time": "23:18", "topic": "About FiveWin ODBC", "username": "xhbcoder" } ]
About FiveWin ODBC
[ { "date": "2006-12-14", "forum": "FiveWin for CA-Clipper", "text": "Jose\n\nafter line\noDbf:Open()\n\nyou must add\n\noDbf:Complete()\n\n\nregards Eugeniusz", "time": "08:27", "topic": "About FiveWin ODBC", "username": "Eugeniusz Owsiak" } ]
About FiveWin ODBC
[ { "date": "2006-12-18", "forum": "FiveWin for CA-Clipper", "text": "Eugeniusz,\n\nThanks for the hint. It works.\n\nRegards,\n\nJose", "time": "19:11", "topic": "About FiveWin ODBC", "username": "xhbcoder" } ]
About FiveWin ODBC
[ { "date": "2012-06-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI have a question about METRO and using MDI\nWith my first tests, it works but closing a child doesn't return to button-level.\nI used oMetro:Show(), but doesn't work.\n\n[img:35yz2jiv]http&#58;//www&#46;pflegeplus&#46;c...
About METRO and MDI
[ { "date": "2016-07-19", "forum": "FiveWin for Harbour/xHarbour", "text": "someone used already tried to use, this DDD harbour", "time": "14:56", "topic": "About SQLMIX", "username": "aferra" } ]
About SQLMIX
[ { "date": "2016-07-22", "forum": "FiveWin for Harbour/xHarbour", "text": "abandoned for not finding information.", "time": "19:49", "topic": "About SQLMIX", "username": "aferra" } ]
About SQLMIX
[ { "date": "2020-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello, In our program we ask for a range di date, using 2 DatePicker, I would like change it using the [url=https&#58;//docs&#46;microsoft&#46;com/en-us/windows/win32/controls/month-calendar-controls:i4rog9ad]Month Calendar Contro...
About TCalendar
[ { "date": "2020-12-09", "forum": "FiveWin for Harbour/xHarbour", "text": "another problem:\n[code=fw:l2ge6j5d]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">METHOD</span> <span style=\"color: #0000ff;\">Change</span><span style=\"color: #000000;\">&#40;</...
About TCalendar
[ { "date": "2020-12-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonino,\n\nMany thanks for your feedback and help. It will be included in the next FWH build.\n\nWe have implemented it this way:\n\nIn class TCalendar:\n\n METHOD HandleEvent() VIRTUAL\n\n METHOD GetMinReqRect() INLINE M...
About TCalendar
[ { "date": "2020-12-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Antonio,\n\nI'm afraid the class has several unpolished aspects. If you post the complete source code we can help you with the testing. \n\nThank you!", "time": "17:24", "topic": "About TCalendar", "username": "e...
About TCalendar
[ { "date": "2020-12-14", "forum": "FiveWin for Harbour/xHarbour", "text": "hello,\nhere a modifed version of testcal.prg from sample folder\n[code=fw:bo36olq7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"...
About TCalendar
[ { "date": "2020-12-14", "forum": "FiveWin for Harbour/xHarbour", "text": "ops, there is a bug, bChange is called 2 time by Change method, here the fix:\n[code=fw:1ggtxmfb]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">METHOD</span> <span style=\"color: #0...
About TCalendar
[ { "date": "2020-12-14", "forum": "FiveWin for Harbour/xHarbour", "text": "thanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "16:28", "topic": "About TCalendar", "username": "Antonio Linares" } ]
About TCalendar
[ { "date": "2020-12-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\nI share my Last test, where added [b:1f5ciicb]bViewChanged[/b:1f5ciicb] called when the view changes, [b:1f5ciicb]SetCurrentView[/b:1f5ciicb] and [b:1f5ciicb]GetCurrentView[/b:1f5ciicb] to set and get the current view. I t...
About TCalendar
[ { "date": "2020-12-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonino,\n\nmany thanks. \n\nWe have included the new DATA and the new Methods SetCurrentView() and GetCurrentView() for the next FWH build\n\nWhen we run your posted code we get this:\n[img:3i9opots]https&#58;//github&#46;com/Fi...
About TCalendar
[ { "date": "2020-12-29", "forum": "FiveWin for Harbour/xHarbour", "text": "I just re-try with FiveWin 18.01\n[img:m6mopnik]https&#58;//i&#46;imgur&#46;com/lbdqUqy&#46;png[/img:m6mopnik]\nin your screenshot these lines are not executed:\n[code=fw:m6mopnik]<div class=\"fw\" id=\"{CB}\" style=\"font-family:...
About TCalendar
[ { "date": "2020-12-29", "forum": "FiveWin for Harbour/xHarbour", "text": "A question..\nI have the calendar on my Project as you see on this picture \nI use sample01.prg\n\n, if I resize the splitter on right \n\n[img:1j3wy5op]https&#58;//i&#46;postimg&#46;cc/ryHCtp2L/agenda2&#46;jpg[/img:1j3wy5op]\n\nI...
About TCalendar
[ { "date": "2020-12-29", "forum": "FiveWin for Harbour/xHarbour", "text": "I tried \n\n oPanel := ::oExBar:AddPanel( Upper( \"Jump To Date\" ), \"d:\\fwh\\bitmaps\\32x32\\calendar.bmp\", 480 )\n // @ 40, 15 CALENDAR ::oDtPick VAR ::dDateStart OF oPanel PIXEL SIZE 220, 157 WEEKNUMBER DAYSTATE\n [b:k4q7...
About TCalendar
[ { "date": "2020-12-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Now I tried with \n\n::oDtPick := MyCalendar():New( 30, 1, { | u | If( PCount()==0, ::dDateStart, ::dDateStart:= u ) }, nil,oPanel, 200, 160,,,,, .F.,, .T.,, .F., .F.,,,,,, .F., .T., .T., .F. )\n \n\n ::oDtPick:bViewChanged ...
About TCalendar
[ { "date": "2020-12-29", "forum": "FiveWin for Harbour/xHarbour", "text": "the test of Antonino run ok \nI add resizable system to resize the calendar\n\n[img:1u1svfhd]https&#58;//i&#46;postimg&#46;cc/XYwGrfYL/jkk&#46;gif[/img:1u1svfhd]\n\n\n[code=fw:1u1svfhd]<div class=\"fw\" id=\"{CB}\" style=\"font-fa...
About TCalendar
[ { "date": "2020-12-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonino,\n\nfunction MonthCal_SizeRectToMin() seems not to be working at all, in example:\n\nrc := MonthCal_SizeRectToMin( ::hWnd, { 1, 1, 20, 20 } )\nXBrowse( rc ) // you get { 1, 1, 20, 20 }\n\nIt seems to be working fine thi...
About TCalendar
[ { "date": "2020-12-30", "forum": "FiveWin for Harbour/xHarbour", "text": "I see, it works only on Vista and later, are you trying with win 7? see requirement section on [url:2h9p7y2g]https&#58;//docs&#46;microsoft&#46;com/en-us/windows/win32/api/commctrl/nf-commctrl-monthcal_sizerecttomin[/url:2h9p7y2g]...
About TCalendar
[ { "date": "2020-12-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonino,\n\nWe have modified methods New() and Initiate() using this code:\n\n[code=fw:2zq4hqnz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> &nbsp; aRect = MonthCal_GetMinReqRect<span style=\"color: #000000;\"...
About TCalendar
[ { "date": "2011-10-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Daniel,\n\nI did some Tests ( changes ) with Class TMeterEx,\nto create a Vertical running Gradient.\nIt works, but stops at the End at Center ( must be complete Green ).\nIs it possible to add this Function to the Class ?\n\n[img...
About TMeterEx - Gradient
[ { "date": "2011-10-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe\n\nsure...\nplease send me the class modified...", "time": "14:04", "topic": "About TMeterEx - Gradient", "username": "Daniel Garcia-Gil" } ]
About TMeterEx - Gradient
[ { "date": "2011-10-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Daniel,\n\nI only changed the 2 Gradientlines in Method PAINT\nand defined the Start Gradient ( posted above ).\n\nBest Regards\nUwe <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s...
About TMeterEx - Gradient
[ { "date": "2011-10-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Daniel,\n\nmaybe a better looking Solution for a colored Meter :\nusing Your TSelex-class ( works the same ) moving the Button in Relation to a Counter ? \n\n[img:2ijhcksu]http&#58;//www&#46;pflegeplus&#46;com/pictures/meter2&#46;...
About TMeterEx - Gradient
[ { "date": "2009-02-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio,\n\nI saw new FWH902 below:\n[quote:3jx7aggx]\n* Enhancement: More changes in several classes for Unicode support. Modified Classes: TButton, TComboBox,\nTControl, TDialog, TListBox, TSay, TWindow, TBar.\n[/quote:3jx7ag...
About UNICODE
[ { "date": "2009-02-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Richard,\n\nWe are implementing many changes to have full unicode support soon, but it is not fully available yet.", "time": "12:03", "topic": "About UNICODE", "username": "Antonio Linares" } ]
About UNICODE
[ { "date": "2009-03-08", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":25j0zz0f]We are implementing many changes to have full unicode support soon, but it is not fully available yet.[/quote:25j0zz0f]\nDear Antonio,\n\nthis is a big notice. <!-- s:D --><img src=\"{SMILIES_P...
About UNICODE
[ { "date": "2009-10-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nHalf year has pasted, how about Unicode support progress?\n\nRegards.", "time": "12:55", "topic": "About UNICODE", "username": "Max HK" } ]
About UNICODE
[ { "date": "2009-10-25", "forum": "FiveWin for Harbour/xHarbour", "text": "We are delayed, our apologizes <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nWe have been very busy on many new developments, but we promise that we will offer FWH with unicode....
About UNICODE
[ { "date": "2010-04-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nFWH newest version is 10.3, but still not yet support unicode <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( --> ??", "time": "14:10", "topic": "About UNICODE", "u...
About UNICODE
[ { "date": "2010-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "No, not yet", "time": "10:36", "topic": "About UNICODE", "username": "Antonio Linares" } ]
About UNICODE
[ { "date": "2011-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi all,\nI need to order a multidimensional array with two criterias.\nIs there a way to make an order this I use for a dbf sort on lb02/a,lb11/a to &filelb on an Array using asort ?\n\nThanks in advance.", "time": "16:24",...
About asort
[ { "date": "2011-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Marco,\n\nMaybe this old message will help.\n\nJames\n\n----------------------------------------\nFrom: \"Victor Spiridonov\" <dicch@mail.ru>\nSubject: Re: Sorting multidimensional array\nDate: Wednesday, November 05, 2003 11:06 P...
About asort
[ { "date": "2011-09-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Marco,\n[quote=\"Marco Turco\":1bf4hu1r]Hi all,\nI need to order a multidimensional array with two criterias.\nIs there a way to make an order this I use for a dbf sort on lb02/a,lb11/a to &filelb on an Array using asort ...
About asort
[ { "date": "2011-09-27", "forum": "FiveWin for Harbour/xHarbour", "text": "It runs well. Thank you Carlos.", "time": "16:03", "topic": "About asort", "username": "Marco Turco" } ]
About asort
[ { "date": "2011-07-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Guys:\n\nWhat would be the easiest way to build an about box for a program ? Alert, a dialog, MsgInfo, etc ? I'd tried using a Dialog and the CENTER() function for each SAY but the text does not get centered. Any ideas ? Thank...
About box
[ { "date": "2011-07-04", "forum": "FiveWin for Harbour/xHarbour", "text": "I think a VTitle can do the Job :\n\n[img:30i2oe97]http&#58;//www&#46;pflegeplus&#46;com/pictures/about&#46;jpg[/img:30i2oe97]\n\n\n[color=#0000FF:30i2oe97]\n@ 15, 15 BUTTON \"&About\" SIZE 100,50 OF oWnd1 PIXEL ;\nFONT oFont1 ;\n...
About box
[ { "date": "2011-07-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe:\n\nThank you for your answer. The compiler gives me an error with the @ nTop, nLeft TITLE, TITLEIMG, TITLETEXT commands. I'm using FWH 10.6. Can the TITLE control be centered no matter the screen resolution ? Thank you m...
About box
[ { "date": "2011-07-04", "forum": "FiveWin for Harbour/xHarbour", "text": "There is a built-in FWH function \nMsgAbout( cAbout, cCopyRight )\n\nThis function uses the standard Microsoft Windows About dialog, which looks like any other standard about dialog of other windows software.", "time": "18:02"...
About box
[ { "date": "2011-07-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Rao:\n\nThank you for your response. Can MsgAbout() display more than one line ?", "time": "18:20", "topic": "About box", "username": "HunterEC" } ]
About box
[ { "date": "2011-07-05", "forum": "FiveWin for Harbour/xHarbour", "text": "I don't know whether it differs by region but MsgAbout() on my PC would show everything belongs to Microsoft. Clicking on the End-User License Agreement seems to bring up standard Microsoft's EULA. Might be better to spend some ti...
About box
[ { "date": "2011-07-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Hua:\n\nThank you for your response. Same results here. <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( -->", "time": "09:45", "topic": "About box", "username": "HunterEC" }...
About box
[ { "date": "2011-07-05", "forum": "FiveWin for Harbour/xHarbour", "text": "In case, You agree with a VTitle-solution, just give me a little bit Time \nand we will have a nice visual painter for it, that will create a working EXE-file of the Results. \nThe Message will have a Headline, Image and up to 5 T...
About box
[ { "date": "2011-07-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe:\n\nGreat idea and visuals ! I can't wait to test your solution. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->\n\nPD.: Does the @ x,y TITLE, TITLEIMB, TITLETXT works ...
About box
[ { "date": "2011-07-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Gustavo,\n\nI think Your Version will work [color=#FF0000:27ig1pu6]10.6[/color:27ig1pu6] \nHave a look at : [color=#0000FF:27ig1pu6]\\samples\\testtitl.prg [/color:27ig1pu6]\n\nLast changes of VTiles [color=#FF0000:27ig1pu6]10.4[/...
About box
[ { "date": "2011-07-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe:\n\nThe first example worked ok. Now, how do I close the Vtitle ? Thank you.\n\n\nPD: Your prototypes look awesome !", "time": "23:11", "topic": "About box", "username": "HunterEC" } ]
About box
[ { "date": "2011-07-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Gustavo,\n\nInclude a Button to the Function.\nThe Position is calculated to the Right- / Bottom-corner :\n\n[color=#0000FF:1wiq24yk]@ nHeight - 40, nWidth - 45 BUTTON \"&OK\" SIZE 40,30 OF oBar1 PIXEL ;\nFONT oFont1 ;\nACTION oB...
About box
[ { "date": "2011-07-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe:\n\nGreat job ! How can I download the painter ?", "time": "05:45", "topic": "About box", "username": "HunterEC" } ]
About box
[ { "date": "2011-07-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Gustavo,\n\nthere is still something to do.\nAs more time I work on it, I getting more and more Ideas.\nFunny Things can be done.\nI think it will be ready next week for Download.\nThere will be a extra Toppic < Message paint >\nI...
About box
[ { "date": "2011-01-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Why combobox (DropDown List) dont display selected dot lines? if they give focus i use the arrows up and down and the elements changes but dont display a dot lines, in this case is too dificult to knows where is the focus. \nThank...
About combobox
[ { "date": "2008-06-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\r\nI use in my app (FWH 8.05) the function CopyFile (<orig.file>,<dest.file>,.f.) to make a backup of some archive files.\r\n\r\nThe problem is that I have a customer where some files are (randomly) not copied. I cheked that c...
About copyfile: checking results
[ { "date": "2008-06-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Marco,\r\n\r\nUse GetLastError()\r\n\r\n<!-- m --><a class=\"postlink\" href=\"http://msdn.microsoft.com/en-us/library/ms679360(VS.85\">http://msdn.microsoft.com/en-us/library/ms679360(VS.85</a><!-- m -->).aspx", "time": "10:0...
About copyfile: checking results
[ { "date": "2008-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "I tracked the COPYFILE function errors using GetLastError() \r\nand an 1006 error appairs randomly copying files from an hard disk to a pen drive.\r\n\r\nThis is the Microsoft error code:\r\n---\r\nERROR_FILE_INVALID\r\n1006\r\n0x...
About copyfile: checking results
[ { "date": "2008-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "I use CopyFile() intensively to copy from hard disk to USB devices and never noticed any problems. This is the CopyFile() definition I'm using:\r\n\r\n[code:28t3avu2]DLL32 FUNCTION COPYFILE&#40; cExistingFileName AS LPSTR, cNewFil...
About copyfile: checking results
[ { "date": "2008-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Enrico Maria Giordano\":2r62rvgm]I use CopyFile() intensively to copy from hard disk to USB devices and never noticed any problems. This is the CopyFile() definition I'm using:\n\n[code:2r62rvgm]DLL32 FUNCTION COPYFILE&#4...
About copyfile: checking results
[ { "date": "2008-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Sorry, I can't imagine why a simple API would GPF...\r\n\r\nEMG", "time": "12:08", "topic": "About copyfile: checking results", "username": "Enrico Maria Giordano" } ]
About copyfile: checking results
[ { "date": "2008-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\r\n\r\nIt seems as there is no a GPF but an error returned code.\r\n\r\nMarco, maybe you could try it for n times, in case that another try is able to do it.", "time": "12:24", "topic": "About copyfile: checking re...
About copyfile: checking results
[ { "date": "2008-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Ops! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\r\n\r\nEMG", "time": "12:36", "topic": "About copyfile: checking results", "username": "Enrico Maria Giordano" ...
About copyfile: checking results
[ { "date": "2008-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":2dkd2c91]Enrico,\n\nIt seems as there is no a GPF but an error returned code.\n\nMarco, maybe you could try it for n times, in case that another try is able to do it.[/quote:2dkd2c91]\r\n\r\nYes, \r\nin ...
About copyfile: checking results
[ { "date": "2008-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Marco,\r\n\r\nYou might also suggest that your customer try another pen drive--the one they are using could be defective.\r\n\r\nJames", "time": "18:41", "topic": "About copyfile: checking results", "username": "James ...
About copyfile: checking results
[ { "date": "2008-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Marco,\r\n\r\nI had a problem with USB drive on my VISTA PC, too.\r\n<!-- m --><a class=\"postlink\" href=\"http://forums.fivetechsoft.com/viewtopic.php?t=10541&start=0\">http://forums.fivetechsoft.com/viewtopi ... 41&start=0</a><...
About copyfile: checking results
[ { "date": "2008-06-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\r\n\r\nHave you located what exact function call is generating the GPF ? thanks,", "time": "10:14", "topic": "About copyfile: checking results", "username": "Antonio Linares" } ]
About copyfile: checking results
[ { "date": "2008-06-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Antonio,\r\nI am sorry but I don't have done more tests as I reported in the thread.\r\nNow as I have reinstalled the USB ports I can't reproduce the error.\r\n\r\nRegards,\r\nOtto", "time": "19:39", "topic": "About ...
About copyfile: checking results
[ { "date": "2018-02-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi to all.\nI'm rewriting some functions of a big procedure and I'm trying to optimize some parts of it.\nI have a procedure that launch another one that make a big use of several fonts and opening and closing\nthem for 70000 time...
About defining fonts
[ { "date": "2018-02-18", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:2wyw5uuv]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">// Your Print Module</span><br /><br /><span style=\"color: #00C800;\">static</span> aFont<br /><br /><span style=\"...
About defining fonts
[ { "date": "2018-02-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Nages.\nYourPrintFuncion is called by a previous procedure, that is in another PRG that can't see the aFont array.", "time": "09:28", "topic": "About defining fonts", "username": "Massimo Linossi" } ]
About defining fonts
[ { "date": "2008-05-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello \r\n\r\nLook that code please\r\n\r\nResp := LOpen(\"TEXTO.TXT\",0)\r\nDo While .t.\r\n Resp1 := cFReadLine(Resp)\r\n \r\n ========> why i can test end of file to abort this while?\r\n\r\n Loop\r\nEnddo\r\n\r...
About end of file (txt)
[ { "date": "2008-05-26", "forum": "FiveWin for Harbour/xHarbour", "text": "I modify incoming formats this way\r\n\r\ngetcFile := cGetFile32(\"Print Files (*.ofx; *.ofc)| *.ofx; *.ofc |\" ,\"Please select a file\",1)\r\n\r\nnBinary := FOPEN(getcFile)\r\nIF (nError := FERROR()) # 0\r\n MsgInfo('Cannot op...
About end of file (txt)
[ { "date": "2008-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Wanderson,\r\n\r\nThis is a real fast way to do it:\r\n[code:dpjrf4wf]\n cTxtFile = MemoRead&#40; cRCFile &#41; \n nFrom = 1 \n\n while nFrom < Len&#40; cTxtFile &#41; \n cLine = ExtractLine&#40; cTxtFile, @nF...
About end of file (txt)
[ { "date": "2008-05-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Antonio and JH.", "time": "16:34", "topic": "About end of file (txt)", "username": "Wanderson" } ]
About end of file (txt)
[ { "date": "2008-10-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi all,\r\nI need to know the exact font size needed to print a certain number o chars.\r\n\r\nI made the following function with these parameters:\r\n- cFontName, that is the font name \r\n- n_ColRequired that is the number of ch...
About font. Differences beetween FWH font and Windows font