messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2008-04-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi James\r\n\r\n>>> I'm not sure how any application can be completely independent of the data source.\r\n\r\n>What I meant by this is not the file type source but a different application with its own data tables. Another applicat... | A Question Abot DIALOGs |
[
{
"date": "2008-04-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Doug,\r\n\r\n>>What I meant by this is not the file type source but a different application with its own data tables. Another application could have a totally different set of fields and even different tables. \r\n\r\n>But it can ... | A Question Abot DIALOGs |
[
{
"date": "2008-04-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Doug, \r\n\r\n>I am not sure why the values are stored as a single string when multiple fields would not increase table size. \r\n\r\nHere you see what I save into these textfields:\r\nI can access every cell with substr(cText,x,1... | A Question Abot DIALOGs |
[
{
"date": "2008-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Otto\r\n\r\nNow I see! I was curious.\r\n\r\n> I can access every cell with substr(cText,x,1) for example. \r\n\r\nOr cText[x] I believe. And iterate through with FOR EACH.\r\n\r\nAnd if you want to access with meaningful \"l... | A Question Abot DIALOGs |
[
{
"date": "2008-09-05",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Hi Antonio\r\n\r\nI don't quite know how to do something. Take a TWBrowse. I want to be able to set the default selection to some position other than 1. I can do this by setting oBrw:nAt but the issue is if I set that to rec... | A Question about (FiveLinux) Class TWBrowse |
[
{
"date": "2008-09-08",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Doug,\r\n\r\nPlease try this workaround:\r\n\r\n oBrw:SetArray( aTest ) \r\n oBrw:GoDown()\r\n\r\nor for n rows:\r\n[code:u22efi8k]\nfor n = 1 to nRows\n oBrw:GoDown()\nnext\n[/code:u22efi8k]",
"time": "12... | A Question about (FiveLinux) Class TWBrowse |
[
{
"date": "2008-09-08",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Hi Antonio\r\n\r\nI think I had already tried this \"trick\" but it doesn't work because the n-th row is put at the top of the browse and the rows above aren't visible. (Unless you arrow up to them which is no good and moves th... | A Question about (FiveLinux) Class TWBrowse |
[
{
"date": "2008-09-08",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Doug,\r\n\r\nThis is not working totally right yet, but we are closer <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\r\n\r\n oBrw:SetArray( aTest )\r\n oBrw:nRowPos = 2",... | A Question about (FiveLinux) Class TWBrowse |
[
{
"date": "2008-09-08",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "No, it is not a right solution as oBrw:nAt is not properly set <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->",
"time": "15:16",
"topic": "A Question about (FiveLinux) Cl... | A Question about (FiveLinux) Class TWBrowse |
[
{
"date": "2008-09-08",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "This is better:\r\n\r\n oBrw:SetArray( aTest )\r\n oBrw:nAt = 2\r\n oBrw:nRowPos = 2",
"time": "15:33",
"topic": "A Question about (FiveLinux) Class TWBrowse",
"username": "Antonio Linares"
}
] | A Question about (FiveLinux) Class TWBrowse |
[
{
"date": "2009-09-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nWorking with Gradients, I noticed inside my Tools and also in the\nnew xbrowse-Gradient-painting, the result of the centered Color-calculation\nis not linear.\n\n[img:14y2y2ah]http://www.pflegeplus.com/pictur... | A Question about Gradient-Calculation. |
[
{
"date": "2009-09-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe,\n\nYou can review the source code of GradientFill() in FWH\\source\\bar.prg (surely we will migrate it from there to a different module soon).\n\nWiki docs for GradientFill():\n[url:38dailbw]http://wiki.fivetechsoft&#... | A Question about Gradient-Calculation. |
[
{
"date": "2009-09-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI corrected the wrong Screenshots, to explain the Problem.\nThey have been lost, overwritten with different ones.\n\nBest Regards\nUwe <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laugh... | A Question about Gradient-Calculation. |
[
{
"date": "2009-07-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nusing WAITRUN, there is no stop of the called Application :\nThe Situation :\n\n1. Creating a PRG-file with given values.\n2. Open Wordpad, to show the created PRG.\n3. Compile the PRG.\n4. Open the created EXE-file.\n\n... | A Question about WAITRUN |
[
{
"date": "2009-07-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please use WordPad.Exe instead of Write.Exe. Place WordPad.Exe in the application path.",
"time": "10:01",
"topic": "A Question about WAITRUN",
"username": "nageswaragunupudi"
}
] | A Question about WAITRUN |
[
{
"date": "2009-07-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao,\n\nthank You very much.\nWith these changes it is working now, like expected.\nI think, to include < Notepad.exe > in the Zip-File ( only 151 KB ) is no problem ),\notherwise I have to explain, what to do.\n\nBest Regards\nUw... | A Question about WAITRUN |
[
{
"date": "2009-07-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I advised WordPad.Exe, not NotePad.Exe. \nBoth are fine for WaitRun.\nBut WordPad.exe is the same as Write.Exe\nBut waitrun works for wordpad.exe ( this exe is in accessories folder.)\n\nAll windows users have wordpad.exe. I am no... | A Question about WAITRUN |
[
{
"date": "2009-10-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:245iv59c]>using WAITRUN, there is no stop of the called Application [/quote:245iv59c]\n\nHello Uwe,\ndid you find out why your application didn't stop. I have the same problem.\n\nBest regards,\nOtto",
"time": "13:45",
... | A Question about WAITRUN |
[
{
"date": "2009-10-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Otto,\n\nI just tested with the new WORDPAD 2009 from Windows 7.\nYou can download it for Free.\nIt works fine, but didn't load Files with Extension .PRG.\nI had to rename to .TXT to get it working.\n\n[img:18x0kjsj]http:... | A Question about WAITRUN |
[
{
"date": "2009-10-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Uwe,\nIf I use waitrun like this - waitrun does not wait!\n\n\n[quote:ebzi2738] \nMENUITEM (\"Adressenimport &Schnittstellen\") + chr(9) + \"Strg + S\" ;\n ACTION (waitRun(\"xImport.exe\",0), oLbxX:u... | A Question about WAITRUN |
[
{
"date": "2008-12-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\r\n\r\nCan this be a useful tool, together with FWH, \r\nto convert DLL's to LIB and include in the Make-file ?\r\nIf it is possible to use the tool, I don't need these functions ?\r\n\r\nDLL32 FUNCTION CREATEDIBITMAP( hDC ... | A Question about convert ==> DLL to => LIB |
[
{
"date": "2008-12-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe,\r\n\r\nIt may work for some DLLs, but Windows DLLs as \"gdi32.dll\" can't be converted into static LIBs.\r\n\r\nWhat you can do is to use implib.exe to create an import library from a DLL, and then code your function in C cod... | A Question about convert ==> DLL to => LIB |
[
{
"date": "2008-12-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\r\n\r\nthank You very much for the information.\r\nReading the text, I didn't know exactly, what i could\r\ndo with it.\r\n\r\nRegards\r\nUwe <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"L... | A Question about convert ==> DLL to => LIB |
[
{
"date": "2008-09-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\r\n\r\nI wanted to use the function < WaitSeconds( 0.3 ) > \r\n( internal used in FWH - Wait-functions ) \r\nto change on click 0.3 seconds to a new color of a bitmap. \r\nAfter the time, i want to show the old color again.... | A Question about function < WaitSeconds( 0.3 ) > |
[
{
"date": "2008-09-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe,\r\n\r\nI guess you should use a timer instead of make the user wait.\r\n\r\nJust a suggestion <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "20:59",
"top... | A Question about function < WaitSeconds( 0.3 ) > |
[
{
"date": "2011-08-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nI have a Question about xBrowse-Linestyles.\nI can change the Linecolors but the predefined Colors ( Linestyles ) don't work anymore on Selection.\nIs it possible to change from defined Pen-color to Linestyle ?\nIt seems... | A Question about xBrowse-Linestyles |
[
{
"date": "2011-08-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "XBrowse derives Pens from the Linestyles defined by the programmer. That way the DATA of Pens were basically kept for internal use. If we change the pens directly, Xbrowse does not know that pens are not consistent with the linest... | A Question about xBrowse-Linestyles |
[
{
"date": "2011-08-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Rao,\n\nI agree with You, \nI got it working, but there are to many needed changes.\nI will replace this Part with other useful Tests.\nMaybe any Proposals ?\n\nincluded Tests :\n1. Background ( Brush )\n2. Marquestyle\n3. Lin... | A Question about xBrowse-Linestyles |
[
{
"date": "2008-05-03",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Hi Antonio\r\n\r\nIn order to support blocked text in GETs we need a GETGETSEL() function. The C code seems fairly easy but it passes in two gint * to be updated with the start and end of the current selection and returns a lo... | A Question for Antonio |
[
{
"date": "2009-05-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Friends\n\nI need a server smtp for send mail with blat.exe ?\n\nThank You",
"time": "18:57",
"topic": "A Question?",
"username": "Vladimir Zorrilla"
}
] | A Question? |
[
{
"date": "2010-08-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nsome Times ago, I started with a visual Ribbonbar-Tool.\nI stopped this work because of other urgent Updates and new Projects.\nI'm not sure, if there is still a need, to carry on with this Project,\nbecause I've seen a ... | A RIBBONBAR-Tool-Solution still needed ? |
[
{
"date": "2007-07-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It is my humble request to you all FIVEWINNERS,\n\nI was thinking to share this view with you all since a long time.\n\nAll erstwhile Clipper programmers who wanted to come into Windows\nenvironment have started using FIVEWIN + *H... | A Request to all "FiveWin"ners |
[
{
"date": "2007-07-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "If I do understand you well, you are afraid that some solutions, proposed by certain fivewinners, aren't shared with other fivewinners which results into a repetition of some questions.\n\nI agree with that, but ...\n\nThe example... | A Request to all "FiveWin"ners |
[
{
"date": "2007-07-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "driessen,\n\n\nFivewin Brasil is in portuguese, not in spanish.\n\n\nRegards",
"time": "10:40",
"topic": "A Request to all \"FiveWin\"ners",
"username": "pymsoft"
}
] | A Request to all "FiveWin"ners |
[
{
"date": "2007-07-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Sorry, but indeed. In Brazil, they speak Portuguese.\n\nBut the problem is still the same since I don't speak that language.\n\nThanks.",
"time": "23:52",
"topic": "A Request to all \"FiveWin\"ners",
"username": "dries... | A Request to all "FiveWin"ners |
[
{
"date": "2007-07-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Friends,\n\nI'm brazilian and I can explain some points...\n\nIn Brazil our language is Portuguese (or \"Brazilian Portuguese\") a variant of Portuguese from Portugal.\nI think Portuguese is a complicated language. Any persons say... | A Request to all "FiveWin"ners |
[
{
"date": "2007-07-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Maurilio,\n\nAs far as I can say, your English is very good and surely very understandable.",
"time": "16:53",
"topic": "A Request to all \"FiveWin\"ners",
"username": "driessen"
}
] | A Request to all "FiveWin"ners |
[
{
"date": "2012-04-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nI created a Solution of Software-protection,\nbut I don't know if there is still requirement.\nOtherwise, there are still other things to do, maybe starting with Metro-style.\n\nThis demo shows the functions of Registeri... | A Solution of Software-protection still needed ? |
[
{
"date": "2012-04-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Uwe,\n\n>maybe starting with Metro-style\n\nThis would be fine haveing your tools for metro style.\nBest regards,\nOtto",
"time": "21:57",
"topic": "A Solution of Software-protection still needed ?",
"username": ... | A Solution of Software-protection still needed ? |
[
{
"date": "2012-04-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Software protection is always an issue, and there is always a need. This looks quite helpful.",
"time": "15:32",
"topic": "A Solution of Software-protection still needed ?",
"username": "TimStone"
}
] | A Solution of Software-protection still needed ? |
[
{
"date": "2014-09-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Can any one share nice code",
"time": "16:32",
"topic": "A Solution of Software-protection still needed ?",
"username": "bpd2000"
}
] | A Solution of Software-protection still needed ? |
[
{
"date": "2014-09-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have a completely different solution for registration.\nEvery time a customer installs the program and opens it up they will have displayed a 7 digit serial number which is randomly generated.\nThis means that every install gen... | A Solution of Software-protection still needed ? |
[
{
"date": "2014-09-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Friends,\n\nCheck it:\n<!-- m --><a class=\"postlink\" href=\"http://www.oreans.com/es/winlicense.php\">http://www.oreans.com/es/winlicense.php</a><!-- m -->\n\nHope it helps!!",
"time": "12:44",
"topic": "A Solution of So... | A Solution of Software-protection still needed ? |
[
{
"date": "2009-08-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nI wanted to paint a [color=#FF0000:13lbfmwb]Vtitle[/color:13lbfmwb] on a Dialog from Resources, but it seems not to be possible.\nI think any Trial, to paint something from Source on a Resource, doesn't work only REDEFIN... | A Solution, using VTitles inside Dialog-Resources ? |
[
{
"date": "2012-03-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nAs you can see difference in screenshots as below, I think there is a paint problem in TGroup class.\n\nThe code is exactly the same.\n\n1) Look to the group title.\n2) disappears some lines in group.\n\n\n12.01 screenshoot... | A Strange Error in TGroup in 12.02 |
[
{
"date": "2012-03-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio\n\nAny comment?",
"time": "09:51",
"topic": "A Strange Error in TGroup in 12.02",
"username": "Horizon"
}
] | A Strange Error in TGroup in 12.02 |
[
{
"date": "2012-03-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hakan,\n\nPlease add this function inside FWH\\source\\classes\\group.prg:\n[code=fw:ynm8pc71]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">static</span> <span style=\"color:... | A Strange Error in TGroup in 12.02 |
[
{
"date": "2012-03-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nIt works OK now. \n\nI just want to know that Should I change everytime group.prg in every new version or you changed it in your group.prg?\n\nThanks",
"time": "10:29",
"topic": "A Strange Error in TGroup in 12... | A Strange Error in TGroup in 12.02 |
[
{
"date": "2012-03-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hakan,\n\nPlease provide me a small PRG to reproduce the GROUP paint error here and we will fix it for FWH 12.03, thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"ti... | A Strange Error in TGroup in 12.02 |
[
{
"date": "2012-03-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI have tried to simulate the my application. but I only simulate the group title error. I think it occurs when the group is resized.\n\n[code=fw:edmz25el]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">... | A Strange Error in TGroup in 12.02 |
[
{
"date": "2012-03-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "up",
"time": "08:55",
"topic": "A Strange Error in TGroup in 12.02",
"username": "Horizon"
}
] | A Strange Error in TGroup in 12.02 |
[
{
"date": "2012-03-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hakan,\n\nYour example looks fine here, whats wrong with it ?\n\n[img:2hfo34fk]http://img811.imageshack.us/img811/7682/capturegx.png[/img:2hfo34fk]",
"time": "11:49",
"topic": "A Strange Error in TGroup in ... | A Strange Error in TGroup in 12.02 |
[
{
"date": "2012-03-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nLook at the group title.\n\n.rc\n[code=fw:7l0xwify]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">24</span> <span style=\"color: #... | A Strange Error in TGroup in 12.02 |
[
{
"date": "2012-03-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "up",
"time": "09:05",
"topic": "A Strange Error in TGroup in 12.02",
"username": "Horizon"
}
] | A Strange Error in TGroup in 12.02 |
[
{
"date": "2012-03-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Try changing this (look at EMG) in group.prg:\n\n[code=fw:2zrya0al]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">METHOD</span> <span style=\"color: #0000ff;\">Paint</span><span sty... | A Strange Error in TGroup in 12.02 |
[
{
"date": "2012-03-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Enrico,\n\nIf I use 12.01, There is not problem. \n\nI will wait a solution in 12.03.",
"time": "08:34",
"topic": "A Strange Error in TGroup in 12.02",
"username": "Horizon"
}
] | A Strange Error in TGroup in 12.02 |
[
{
"date": "2012-03-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hakan,\n\nThis change is required in Class TGroup: (fwh\\source\\classes\\group.prg)\n\n[code=fw:1h1hjk74]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">METHOD</span> <span style=\"... | A Strange Error in TGroup in 12.02 |
[
{
"date": "2012-04-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Antonio,\n\nI have copied the your emailed Fivehcm.lib to lib directory. I have have deleted the group.prg from my xbp file and compiled.\n\nResult :\n\n- The font problem is gone. It is OK now.\n- disapearing group line is sam... | A Strange Error in TGroup in 12.02 |
[
{
"date": "2012-04-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hakan,\n\nIn our first tests it was needed, but now, yes you are right we could remove it, as the SetBrushOrgEx() is properly filling the background where we paint the text <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" a... | A Strange Error in TGroup in 12.02 |
[
{
"date": "2008-04-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nIn the new Tools, i added the new FWH 8.04 option\nto select a brush for a defined Col.\nBecause everything can be done at runtime with preview,\nit must be possible, that the user can switch the brush On and Off\nlike w... | A Switch for the new oLbx:aCols[2]:oBrush := oBrush ? |
[
{
"date": "2008-04-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "During runtime it is possible to assign a brush, change a brush or remove brush ( by assigning ocol:obrush := nil ).\n\nOn studying the code, the intention is that even a codeblock can be assigned to oBrush so that different rows ... | A Switch for the new oLbx:aCols[2]:oBrush := oBrush ? |
[
{
"date": "2008-04-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you very much,\n\nI included the option and it works fine.\nNow the user can choose a brush and test,\nhow it looks in relation to the rest of his settings.\n\nRegards\n\nUwe",
"time": "16:42",
"topic": "A Switch for... | A Switch for the new oLbx:aCols[2]:oBrush := oBrush ? |
[
{
"date": "2006-05-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Here it is:\n\n[code:3tewp2y7]#include \"Fivewin.ch\"\n\n\nFUNCTION MAIN()\n\n LOCAL oWnd, oPdf\n\n DEFINE WINDOW oWnd\n\n oPdf = TActiveX():New( oWnd, \"{CA8A9780-280D-11CF-A24D-444553540... | A TActiveX working sample using Acrobat Reader 7 |
[
{
"date": "2006-05-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is an alternative:\n\n[code:3ctg68pp]#include \"Fivewin.ch\"\n\n\nFUNCTION MAIN()\n\n LOCAL oWnd, oPdf\n\n DEFINE WINDOW oWnd\n\n oPdf = TActiveX():New( oWnd, \"AcroPDF.PDF\" )\n\n... | A TActiveX working sample using Acrobat Reader 7 |
[
{
"date": "2006-05-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nHave you checked if after some time it gets unloaded ? Sometimes the activex remains loaded for some time and later on it gets closed.",
"time": "12:01",
"topic": "A TActiveX working sample using Acrobat Reader ... | A TActiveX working sample using Acrobat Reader 7 |
[
{
"date": "2006-05-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "No, I will check it, thank you.\n\nEMG",
"time": "12:19",
"topic": "A TActiveX working sample using Acrobat Reader 7",
"username": "Enrico Maria Giordano"
}
] | A TActiveX working sample using Acrobat Reader 7 |
[
{
"date": "2006-05-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":ytxrthbg]Enrico,\n\nHave you checked if after some time it gets unloaded ? Sometimes the activex remains loaded for some time and later on it gets closed.[/quote:ytxrthbg]\n\n\nAntonio, is there a way to... | A TActiveX working sample using Acrobat Reader 7 |
[
{
"date": "2006-05-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Adolfo,\n\nWith some OCXs, like Acrobat Reader, if you press Ctrl+Alt+Del you can see AcroRd32.exe is loaded.\n\nOn some other OCXs where EXEs are not used, it may be more difficult to know it.",
"time": "15:07",
"topic": ... | A TActiveX working sample using Acrobat Reader 7 |
[
{
"date": "2014-10-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "New functions:\n\nThe program works now for XBrowse, XbrColumn or any other generic object.\nWorks from combobox or with pasted code.\nWe can select \"WITH OBJECT oBrw\" in the combobox or paste with object code of any browse vari... | A U T O CODE for FW |
[
{
"date": "2014-10-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It is magnificent",
"time": "20:38",
"topic": "A U T O CODE for FW",
"username": "cnavarro"
}
] | A U T O CODE for FW |
[
{
"date": "2007-04-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The best Easter for all my good friends of this forum, thanks for your help and support.",
"time": "18:51",
"topic": "A Very Happy Easter to All!!!!",
"username": "jose_murugosa"
}
] | A Very Happy Easter to All!!!! |
[
{
"date": "2007-04-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Happy Easter!\n\nEMG",
"time": "19:23",
"topic": "A Very Happy Easter to All!!!!",
"username": "Enrico Maria Giordano"
}
] | A Very Happy Easter to All!!!! |
[
{
"date": "2007-04-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Happy Easter Everybody.",
"time": "00:15",
"topic": "A Very Happy Easter to All!!!!",
"username": "Jeff Barnes"
}
] | A Very Happy Easter to All!!!! |
[
{
"date": "2007-04-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Also happy easter to you all.",
"time": "16:14",
"topic": "A Very Happy Easter to All!!!!",
"username": "driessen"
}
] | A Very Happy Easter to All!!!! |
[
{
"date": "2007-04-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Happy Easter to all of you <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: --> \n\nRegards,",
"time": "02:23",
"topic": "A Very Happy Easter to All!!!!",
"usernam... | A Very Happy Easter to All!!!! |
[
{
"date": "2007-04-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Happy Easter !!!",
"time": "09:58",
"topic": "A Very Happy Easter to All!!!!",
"username": "Massimo Linossi"
}
] | A Very Happy Easter to All!!!! |
[
{
"date": "2007-04-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Happy Easter to all !!! \n<!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->",
"time": "14:37",
"topic": "A Very Happy Easter to All!!!!",
"username": "Eugeniusz Owsiak"
... | A Very Happy Easter to All!!!! |
[
{
"date": "2016-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is a very strange problem, and I first discovered it in 16.12. Rebuilding in 16.11 DOES NOT give the same result. \n\nI cannot replicate the problem on my computer, but have seen it occur on two of my clients' computers.\n\... | A Very Strange Problem |
[
{
"date": "2016-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nDoes it look similar to these screenshots ?\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?p=196199#p196199\">viewtopic.php?p=196199#p196199</a><!-- l -->\n\n[url:1vixuevu]h... | A Very Strange Problem |
[
{
"date": "2016-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I don't see it there. It looks like the security icon on the taskbar in Win 10, except its Blue and Yellow.\n\nIt replaces all the bitmaps and the browse. I see some strange things but this is really different.\n\nHere is how it... | A Very Strange Problem |
[
{
"date": "2016-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\n> Now imaging ALL bitmaps, plus the browse, being replaced by the same \"shield\" icon\n\nCould you get a screenshot ?",
"time": "23:17",
"topic": "A Very Strange Problem",
"username": "Antonio Linares"
}
] | A Very Strange Problem |
[
{
"date": "2016-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nPlease do:\n\nMsgInfo( hb_compiler() )\n\nand let us know what Visual C++ you are using, thanks",
"time": "23:21",
"topic": "A Very Strange Problem",
"username": "Antonio Linares"
}
] | A Very Strange Problem |
[
{
"date": "2016-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The problem only occurs on other machines so I can't replicate it.\n\nI'm using Harbour / MSVC 2015. I don't know if it happens with other builds. That is the place I observe it.\n\nTim",
"time": "23:24",
"topic": "A Ver... | A Very Strange Problem |
[
{
"date": "2016-12-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "OK ... here is the bad screen ..\n\n[img:1xdrkkke]http://autoshopwriter.com/images/BadBmp.PNG[/img:1xdrkkke]",
"time": "23:43",
"topic": "A Very Strange Problem",
"username": "TimStone"
}
] | A Very Strange Problem |
[
{
"date": "2016-12-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nPlease let me know what hb_compiler() shows with your VS2015 build, thanks",
"time": "16:37",
"topic": "A Very Strange Problem",
"username": "Antonio Linares"
}
] | A Very Strange Problem |
[
{
"date": "2016-12-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Microsoft Visual C++ 19.0.23506 (32 bit )\n\nMy Harbour build is dated April 2016 and it is one you provided.",
"time": "17:27",
"topic": "A Very Strange Problem",
"username": "TimStone"
}
] | A Very Strange Problem |
[
{
"date": "2016-12-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nthanks\n\nwe are reviewing all our recent changes to find where such problem may come from",
"time": "19:11",
"topic": "A Very Strange Problem",
"username": "Antonio Linares"
}
] | A Very Strange Problem |
[
{
"date": "2017-01-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you. I'm holding an update release hoping this problem can be located quickly. I'd love to include 16.12 features but am stuck at 16.11.\n\nTim",
"time": "17:45",
"topic": "A Very Strange Problem",
"username": ... | A Very Strange Problem |
[
{
"date": "2007-12-01",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "DEFINE FONT ofont1 name \"MS Sans Serif\" SIZE 0,-12 \n\noTree:bChanged = { ||oitem:=otree:getselected(),oitem:add(\"Show Chinesse words显示汉字\")}\notree:setfont(ofont1)\n\n// otree... | A Way of Treeview of odlg add item Chinese words |
[
{
"date": "2008-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\r\n\r\nThis is my simple test using XMLDOM:\r\n\r\nI have instaled Windows Server 2003 SP2 e .NET 1.0 e 2.0 and SOAP Toolkit 3.0.\r\n\r\n[code:wixjr68p]\n#include \"FiveWin.ch\"\n\nFunction main()\n\n local Resp... | A XMLDOM simple sample |
[
{
"date": "2008-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rochinha,\r\n\r\nThanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "12:00",
"topic": "A XMLDOM simple sample",
"username": "Antonio Linares"
}
] | A XMLDOM simple sample |
[
{
"date": "2008-05-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Rochinha\":1tw1msgt]Hi,\n\nThis is my simple test using XMLDOM:\n\nI have instaled Windows Server 2003 SP2 e .NET 1.0 e 2.0 and SOAP Toolkit 3.0.\n\n[code:1tw1msgt]\n#include \"FiveWin.ch\"\n\nFunction main()\... | A XMLDOM simple sample |
[
{
"date": "2008-05-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Me respondo a mi mismo....\r\n\r\nDebe compilarse junto a la lib de xharbour debug.lib.",
"time": "13:49",
"topic": "A XMLDOM simple sample",
"username": "jose_murugosa"
}
] | A XMLDOM simple sample |
[
{
"date": "2008-05-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Jose,\r\n\r\nThe sample work with you?\r\n\r\nSee other sample in <!-- m --><a class=\"postlink\" href=\"http://www.5volution.com/forum/xmlmerge.zip\">http://www.5volution.com/forum/xmlmerge.zip</a><!-- m -->\r\n\r\nThis sample me... | A XMLDOM simple sample |
[
{
"date": "2008-05-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Rochinha\":2fnfvghu]Jose,\n\nThe sample work with you?\n\nSee other sample in <!-- m --><a class=\"postlink\" href=\"http://www.5volution.com/forum/xmlmerge.zip\">http://www.5volution.com/forum/xmlmerge.zip</a><!-- m -->\... | A XMLDOM simple sample |
[
{
"date": "2008-06-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Rochinha\":3g2r0058]Jose,\n\nThe sample work with you?\n\nSee other sample in <!-- m --><a class=\"postlink\" href=\"http://www.5volution.com/forum/xmlmerge.zip\">http://www.5volution.com/forum/xmlmerge.zip</a><!-- m -->\... | A XMLDOM simple sample |
[
{
"date": "2008-06-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Jose,\r\n\r\nsee how to use XMLMerge.exe:\r\n\r\n[i:1qxaetfj]XMLMerge arquivo.doc arquivo.xml[/i:1qxaetfj]\r\n\r\nExample: \r\n[i:1qxaetfj]XMLMerge teste.rtf teste.xml[/i:1qxaetfj]\r\n\r\nTESTE.XML code:\r\n[code:1qxaetfj]\n<?xml ... | A XMLDOM simple sample |
[
{
"date": "2008-06-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Rochinha,\r\n\r\nI would like to have a look on your xmldom example but I get this error:\r\n\r\n\r\nPath and name: C:\\FWH\\samples\\xmldom\\XMLMERGE.EXE (32 bits)\r\n Size: 1,111,552 bytes\r\n Time from start: 0 hours... | A XMLDOM simple sample |
[
{
"date": "2008-06-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\r\n\r\nThe XMLMerge is a command line tool.\r\n\r\nYou need pass two parameters:\r\n\r\n[i:3i3nknjl]XMLMerge arquivo.doc arquivo.xml[/i:3i3nknjl]\r\n\r\nOtherwise, i rebuild the XMLMerge, download it in <!-- m --><a class=\"... | A XMLDOM simple sample |
[
{
"date": "2010-10-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nto place any Control inside a Explorerbar-panel, I have to adjust the Height,\nto get empty space for the embedded Controls.\nMy Solution for the Moment : adding empty Links, until I reach the needed Height..\nIs there a... | A better Solution to adjust Panel-Height / Explorerbar ? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.