messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2010-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "I just recompiled my program with FWH 10.3. Date fields are now displaying the date and then a time, ie. 03/30/2010 00:00:00:00\n\nThis is causing problems with the column sizing. \n\nIs there a setting or fix ?", "time": ...
10.3 xBrowse date display error
[ { "date": "2010-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Immediate workaround is\noCol:cEditPicture := '@D'\n\nThe behavior is :\nIn case of Harbour, if the ValType() is 'T', the value is shown along with time and if the ValType() is 'D', the value is shown as Date without timepart, if ...
10.3 xBrowse date display error
[ { "date": "2010-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "FWH 10.3\nxHarbour Professional November 2009\n\nThe code:\n\tadd to oLbxo header \"Due Date\" data oWrkOrd:duedat ALIGN LEFT SIZE 100\n\nThe field is a date field drawn from the database.\n\nThis is a new behavior starting with 1...
10.3 xBrowse date display error
[ { "date": "2010-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Rao,\n\nI have never seen this caret syntax.\n\n{^ 2009/10/10}\n\nDoes this automatically convert the value to a date format?\n\nJames", "time": "14:56", "topic": "10.3 xBrowse date display error", "username": "James B...
10.3 xBrowse date display error
[ { "date": "2010-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"James Bott\":3vi3wwgx]Rao,\n\nI have never seen this caret syntax.\n\n{^ 2009/10/10}\n\nDoes this automatically convert the value to a date format?\n\nJames[/quote:3vi3wwgx]\nYes. This is the new way of writing Date / Dat...
10.3 xBrowse date display error
[ { "date": "2010-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Rao,\n\nNow we can assign date constants to static variables easily.\n\nstatic tDate := {^ 2000/10/09 15:15:15 }\n\nHmm, only for statics, not locals?\n\nWhat does valtype( tDate ) return?\n\nJames", "time": "15:41", "topi...
10.3 xBrowse date display error
[ { "date": "2010-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:28ifsv6r]Hmm, only for statics, not locals?[/quote:28ifsv6r]\nWe can use it anywhere. \nEarlier there was no way of initializing static variables with datevalues. Now we can. Thats what I was trying to emphasize.\n\nIn Harb...
10.3 xBrowse date display error
[ { "date": "2010-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr. Tim\n\nThe xHarbour function HB_isDateTime( <var> ) is expected to return .f. when the date variable does not have timepart and .t. when the variable has timepart also.\n\nSeveral versions back, XBrowse used HB_IsDateTime() to...
10.3 xBrowse date display error
[ { "date": "2010-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "It may not be out of place to mention a few hints to take the best advantage of XBrowse's built-in capabilities.\n\nIf we use the syntax, XBROWSE .... COLUMNS 'col1', 'col2' ... ALIAS <calias> or OBJECT <dataobj>, XBrowse extracts...
10.3 xBrowse date display error
[ { "date": "2010-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Rao,\n\n[quote:e2of2cf0]If we use the syntax, XBROWSE .... COLUMNS 'col1', 'col2' ... ALIAS <calias> or OBJECT <dataobj>,[/quote:e2of2cf0]\n\nCan you explain in more detail about using the OBJECT clause, perhaps by providing an ex...
10.3 xBrowse date display error
[ { "date": "2010-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "I am adding PICTURE \"@D\" to my xbrowses that use a date. When I first started coding with xbrowse it did not automatically format the fields correctly, so I did it this way. Eventually I may be able to revise the code but ther...
10.3 xBrowse date display error
[ { "date": "2010-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "I'm using Nov 2009 which was the last comprehensive build ... non-beta.\n\nWhen running your test function, it returns .t.\n\nTim", "time": "19:52", "topic": "10.3 xBrowse date display error", "username": "TimStone" ...
10.3 xBrowse date display error
[ { "date": "2010-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"TimStone\":2nqezu8t]\nWhen running your test function, it returns .t.\nTim[/quote:2nqezu8t]\nThis is a bug. It should return .f. .\nHB_IsDateTime( DateTime() ) should return .t.\nand\nHB_IsDateTime( Date() ) should return...
10.3 xBrowse date display error
[ { "date": "2010-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"James Bott\":12rmi30l]Rao,\n\n[quote:12rmi30l]If we use the syntax, XBROWSE .... COLUMNS 'col1', 'col2' ... ALIAS <calias> or OBJECT <dataobj>,[/quote:12rmi30l]\n\nCan you explain in more detail about using the OBJECT cla...
10.3 xBrowse date display error
[ { "date": "2010-04-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr TimStone\n\nIt is desirable to modify FWH library to retain compatibility with the xHb version (Nov 2009) than your modifying your source code.\n\nCan you help by testing this small sample with your version of xHb ?\n[code=fw:1...
10.3 xBrowse date display error
[ { "date": "2018-02-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi, I want the installer of the version 10.6 to verify what changes I made through all these years.\nIm planning to update to the latest version.\n\nPS.: I have the rights of 10.6 version acquired with the brazilian partner Gilmer...
10.6 installer
[ { "date": "2018-02-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Samir,\n\nAlready sent to your email", "time": "17:11", "topic": "10.6 installer", "username": "Antonio Linares" } ]
10.6 installer
[ { "date": "2010-08-04", "forum": "FiveWin for Harbour/xHarbour", "text": "I got this error with buildh getapps\n[code=fw:1m6zc7d2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">Compiling...<br />Borland C++ <span style=\"color: #000000;\">5.82</span> <span style=\"color: #00C800;\">for<...
10.7 GetApps.Prg Linking errors
[ { "date": "2010-08-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Rao,\n\nPlease change this line in GetApps.prg:\n\n DWORD processId = 0;\n\nAlso, you have to link in samples\\buildx.bat:\n\necho %bcdir%\\lib\\psdk\\psapi.lib + >> b32.bc", "time": "14:06", "topic": "10.7 GetApps....
10.7 GetApps.Prg Linking errors
[ { "date": "2019-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "hi,\n\nthx for Answer.\n\n[quote:27iyuzf4]When you have downloaded your Fivewin software version, you have also found the download links for the latest versions of Harbour built for the Borland and MSVC compilers.[/quote:27iyuzf4]...
100 Days FiveWin
[ { "date": "2019-12-06", "forum": "FiveWin for Harbour/xHarbour", "text": "hi,\n\nsince 100 Days i have FiveWin but it is hard to start for a FiveWin Newbie.\nit is not \"out-of-box\" working ... you need harbour (with MSVC LIB) and BCC\n\ni have download harbour but it does NOT include \\MSVC so i guess...
100 Days FiveWin
[ { "date": "2019-12-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Jimmy\nWhen you have downloaded your Fivewin software version, you have also found the download links for the latest versions of Harbour built for the Borland and MSVC compilers.\n[img:1i3gv2h8]https&#58;//i&#46;postimg&#46;c...
100 Days FiveWin
[ { "date": "2019-12-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Many of us use the latest Community version of Visual Studio. It is free. \nAlso use the latest Harbour for MSVC from the FiveTech downloads page.\n\nWith those two installed, I use a GO32.bat:\n\n[code=fw:2b0p9oje]<div class=\"...
100 Days FiveWin
[ { "date": "2007-01-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi All,\n\nthe sample below puts the CPU at 100% with FWH 27 (March 06) - xH 0.99.60 - Bcc 5.5\nThe time consuming process is not \"oPrn:Say()\", but \"PAGE/ENDPAGE\"\n\nDoes this happens with latest FWH also ?\nHow can this be so...
100% cpu when printing
[ { "date": "2007-01-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Try using\n\n[code:3utylkn5]HB_IdleSleep&#40; 0&#46;001 &#41;[/code:3utylkn5]\n\ninstead of SysRefresh(). Anyway the process will be slowed down and I don't know if it worth the while.\n\nEMG", "time": "09:18", "topic": "1...
100% cpu when printing
[ { "date": "2007-01-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n[quote:3vke38sd]Try using HB_IdleSleep( 0.001 )[/quote:3vke38sd]\nDoes this means that latest FWH do have the same behaviour ?\n\nHB_IdleSleep() is not applicable because the sample runs for 2 minutes instead of 10 second...
100% cpu when printing
[ { "date": "2007-01-12", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Davide\":213dg0tg]Enrico,\n[quote:213dg0tg]Try using HB_IdleSleep( 0.001 )[/quote:213dg0tg]\nDoes this means that latest FWH do have the same behaviour ?[/quote:213dg0tg]\n\nYes.\n\n[quote=\"Davide\":213dg0tg]HB_IdleSleep...
100% cpu when printing
[ { "date": "2007-01-12", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"EnricoMaria\":1umyleki]Try Sleep( 1 ).[/quote:1umyleki]\n\nYES!, this one works much better. It still slow down the process, but I can call it just before PAGE and after ENDPAGE (and the real life is not like the sample a...
100% cpu when printing
[ { "date": "2007-01-12", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Davide\":32yyq5qi][quote=\"EnricoMaria\":32yyq5qi]Try Sleep( 1 ).[/quote:32yyq5qi]\n\nYES!, this one works much better. It still slow down the process, but I can call it just before PAGE and after ENDPAGE (and the real li...
100% cpu when printing
[ { "date": "2007-01-12", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"EnricoMaria\":1vw61j33]I don't know. The 100% CPU behavior has never been a problem for me. I prefer maximum speed of print generation process.[/quote:1vw61j33]\n\nunless you want to install your application on a Terminal...
100% cpu when printing
[ { "date": "2007-01-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Agreed. But we have just seen how to deal with that situation. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nEMG", "time": "20:32", "topic": "100% cpu when prin...
100% cpu when printing
[ { "date": "2013-11-04", "forum": "FiveWin for Harbour/xHarbour", "text": "I couldn't resist <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->", "time": "17:02", "topic": "10K entries in forum", "username": "Carlos Mora" } ]
10K entries in forum
[ { "date": "2013-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "+1\n\nCongratulations to all the friends and members of these forums <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "14:35", "topic": "10K entries in forum", ...
10K entries in forum
[ { "date": "2011-08-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Using FWH 11.07 with my build ( from Antonio last month ) of the Microsoft version of Harbour, yields the following error:\n\nFiveH32.lib(GETTASKS.obj) : error LNK2019: unresolved external symbol _GetModuleFileNameExA@16 reference...
11.07 Build Error MSVC
[ { "date": "2011-08-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nYou have to link psapi.lib also:\n\nIn samples\\buildh32.bat\n\necho %sdkdir%\\lib\\psapi.lib >> msvc.tmp", "time": "19:17", "topic": "11.07 Build Error MSVC", "username": "Antonio Linares" } ]
11.07 Build Error MSVC
[ { "date": "2011-11-22", "forum": "FiveWin for Harbour/xHarbour", "text": "I notice there are several threads about problems with FWH 11.10 and xBuilder ( plus some other builds ). The solution was supposedly to add a new send32.lib to our builds. I tried this and still had program shut downs when tryi...
11.10 & xBuilder
[ { "date": "2011-11-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nWe posted several fixes for method GoNextCtrl() that was the one using SendKey() and where the bug was coming from.\n\nI email you the most recent libs so you can try them <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile....
11.10 & xBuilder
[ { "date": "2011-11-22", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:1it9esul]I would appreciate having FWH support the xHarbour.com product for awhile longer.[/quote:1it9esul]\nAntonio,\nI agree 100% with Tim. \n\nRegards,\n\nGeorge", "time": "21:49", "topic": "11.10 & xBuilder", ...
11.10 & xBuilder
[ { "date": "2011-11-22", "forum": "FiveWin for Harbour/xHarbour", "text": "I did download the file - twice - but the program still throws an error when trying to change a get value in a dialog on a folder page.\n\nIt is not exactly a simple edit. Once the value is changed, a function is called to perfor...
11.10 & xBuilder
[ { "date": "2011-11-22", "forum": "FiveWin for Harbour/xHarbour", "text": "I totally agree, and I could work with the 11.09, I had to go back and solve my problems with the 10.10\nAnd really, I have the water to the neck, my clients need solutions and I'm late with the development, and at this point I mu...
11.10 & xBuilder
[ { "date": "2011-11-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim, Oscar,\n\nJust to double check that Method GoNextCtrl() may be the cause for these troubles, please copy that method from 11.09 into 11.10 and try you code again, thanks\n\nAlso, if you could provide an example to reproduce i...
11.10 & xBuilder
[ { "date": "2012-08-14", "forum": "FiveWin for Harbour/xHarbour", "text": "New errors with 12.07 when linking:\n\nWith xHarbour ( .com ) __iob from FiveHMX.lib ( unresolved External )\n\nWith MSVC _HB_FUN_HB_COMPILEFROMBUF ( unresolved External )\n\nHow are these resolved ?\n\nThanks.\n\nTim", "...
12.07 build errors
[ { "date": "2012-08-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nWhat is the complete error for With xHarbour ( .com ) __iob from FiveHMX.lib ( unresolved External ) ?\n\nit may report the name of the module that uses it.\n\nthanks", "time": "20:52", "topic": "12.07 build errors...
12.07 build errors
[ { "date": "2012-08-14", "forum": "FiveWin for Harbour/xHarbour", "text": "unresolved extrernal symbol '__iob referenced from FiveHMX.lib( HARBOUR.obj)'.", "time": "21:07", "topic": "12.07 build errors", "username": "TimStone" } ]
12.07 build errors
[ { "date": "2012-08-15", "forum": "FiveWin for Harbour/xHarbour", "text": "We must be very grateful to Antonio who have the patience to help us with external products like xHarbour.com. I think that xHarbour.com should provide assistance to its customers, not Antonio.\n\nEMG", "time": "17:17", "t...
12.07 build errors
[ { "date": "2012-08-15", "forum": "FiveWin for Harbour/xHarbour", "text": "The function HB_CompileFromBuf() is available only in Harbour. Not available in XHarbour or XHb. This function is called by the new Execute(..) function in harbour.prg. But this is included only harbour build but not xharbour (org...
12.07 build errors
[ { "date": "2012-08-15", "forum": "FiveWin for Harbour/xHarbour", "text": "I have no problem with the reasoning, but while I complete the transition for my clients, it would be nice to be able to exclude that new function. Also, I posted a missing file for the Harbour / MSVC compiler builds.\n\nI am in ...
12.07 build errors
[ { "date": "2012-08-15", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"TimStone\":9ahq5pdb]I am in total agreement that we should move to Harbour / MSVC[/quote:9ahq5pdb]\n\nWhy do you want to make that move? Do you have a concrete reason to do it? I have a pair of it to [b:9ahq5pdb]not[/b:9a...
12.07 build errors
[ { "date": "2012-08-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nPlease link hbcplr.lib for hb_CompileFromBuf() with MSVC and Harbour\n\nRegarding __iob\nWith xHarbour ( .com ) __iob from FiveHMX.lib ( unresolved External )\nit seems as caused by this function recently added to harbour....
12.07 build errors
[ { "date": "2012-08-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nAntonio provides very good support. Other xBase companies can´t say the same...\n\nFor FWH and FWHX the best compilers are BCC and MSVC. Viktor and others prefer gCC, but they are not focused on Windows apps.\n\nIn fact, BC...
12.07 build errors
[ { "date": "2012-08-19", "forum": "FiveWin for Harbour/xHarbour", "text": "hi all\n\nMissing function calpos() used in TFOLDEX\n\nbye", "time": "12:56", "topic": "12.07 build errors", "username": "mauri.menabue" } ]
12.07 build errors
[ { "date": "2012-08-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Mauri,\n\nDoing a FWH\\samples\\buildh.bat testfx1 \n\nbuilds fine and executes fine.\n\nHow to reproduce what you say ? thanks", "time": "14:52", "topic": "12.07 build errors", "username": "Antonio Linares" } ]
12.07 build errors
[ { "date": "2012-08-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio\n\nI run: buildh testfx1 I got this error:\n_HB_FUN_CALPOS unresolved external reference from c: \\ FWH \\ LIB \\ FIVEH.LIB | tfoldex.\n\nI rebuilt the library FIVEH.LIB because there was no function: Browse ()\nI have not...
12.07 build errors
[ { "date": "2012-08-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello\n\nthe function CalPos() is a internal function, you need use the original fivewin lib...", "time": "03:35", "topic": "12.07 build errors", "username": "Daniel Garcia-Gil" } ]
12.07 build errors
[ { "date": "2012-08-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Mauri,\n\nBrowse() is inside FWH\\sources\\function\\browse.prg\n\nPlease check if you have this file", "time": "11:23", "topic": "12.07 build errors", "username": "Antonio Linares" } ]
12.07 build errors
[ { "date": "2012-08-20", "forum": "FiveWin for Harbour/xHarbour", "text": "hi Antonio\n\nThe browse function is present between the source functions, but not in the library of the package FWH.\n\nThe program scintila.prg I changed the line 1147\n\n# include \". \\ .. \\ include \\ scintila.h\"\nin\n# inc...
12.07 build errors
[ { "date": "2012-08-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nRegarding two of your comments.\n\n1) I only use an older version of xHarbour for some issues that my clients have with older versions of software, like an older server version of ADS. Antonio has been very gracious t...
12.07 build errors
[ { "date": "2012-08-21", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"TimStone\":2fszxurh]2) I have moved to Harbour and MSVC for several reasons. Antonio works closely with the Harbour people, and he writes all of his code to Harbour. I switched from xHarbour.com because there seemed to...
12.07 build errors
[ { "date": "2012-08-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico,\n\nAntonio did a great comparison in a previous thread of all the compilers ... what they can, and cannot, do. There were also several other threads that discussed this in depth. I can't relate to BCC because I don't ...
12.07 build errors
[ { "date": "2012-08-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Mauri,\n\nIt is included in the FWH makefile:\n\nPRG = \\\nACTIVEX.PRG \\\nALERT.PRG \\\nBAR.PRG \\\nBARTABS.PRG \\\nBITMAP.PRG \\\nBLOCK.PRG \\\nBROWSE.PRG \\ <== Here !\nBRUSH.PRG \\\n...\n\nhave you...
12.07 build errors
[ { "date": "2012-08-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Mauri,\n\nIncluded you function cTempFile() fix this way:\n\n[code=fw:3ovagldc]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">   <span style=\"color: #00C800;\">if</span> ! Empty<span style=\"color: #000000;\">&#4...
12.07 build errors
[ { "date": "2012-08-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nUnfortunately I was not able to get the \"fix\" you gave me for my original problem ( the hb_func ) to compile. It didn't like the stdio.h from xHB, and it reported an IF error with the hb include file.\n\nWill you ha...
12.07 build errors
[ { "date": "2012-08-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nDo you mean the unresolved extrernal symbol '__iob error ?", "time": "00:53", "topic": "12.07 build errors", "username": "Antonio Linares" } ]
12.07 build errors
[ { "date": "2012-08-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nSorry for the delay. Yes it is the __iob error.\n\nI took the code you provided, put it in a .prg file, and linked it to the program ... except it wouldn't link. It did not like the .h files.\n\nTim", "time": "16...
12.07 build errors
[ { "date": "2012-09-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Did I miss a fix for this ?", "time": "16:25", "topic": "12.07 build errors", "username": "TimStone" } ]
12.07 build errors
[ { "date": "2012-09-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nThe fix that I proposed here has to work fine, I think you implemented it wrongly.\n\nHere you have the complete harbour.prg\n[code=fw:19f0u3zv]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"...
12.07 build errors
[ { "date": "2012-09-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you. That worked out.\n\nTim", "time": "21:38", "topic": "12.07 build errors", "username": "TimStone" } ]
12.07 build errors
[ { "date": "2012-11-17", "forum": "FiveWin for Harbour/xHarbour", "text": "I was wondering if there would be an October update ?\n\nI am asking because I just encountered a problem with erratic xbrowse behavior in a folder. I have to check it further so I can't give specifics yet. However, I am operati...
12.10 ?
[ { "date": "2012-11-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nWe are delayed cause recent FiveWeb development, but it is ready and we will publish it this next week <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "04:1...
12.10 ?
[ { "date": "2013-09-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Building with xHarbour (.com ) and 13.08.\n\nThe following error occurs: _hb_vmPushSize Unresolved External symbol", "time": "17:06", "topic": "13.08 Error w/ xHarbour ( .com ) vmPushSize", "username": "TimStone" ...
13.08 Error w/ xHarbour ( .com ) vmPushSize
[ { "date": "2013-09-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nPlease add this function to your app:\n\n[code=fw:3tut9n9n]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#pragma</span> BEGINDUMP<br /><br /><span style=\"color: #00D...
13.08 Error w/ xHarbour ( .com ) vmPushSize
[ { "date": "2013-09-18", "forum": "FiveWin for Harbour/xHarbour", "text": "We are publishing a revised FWH 13.08 that solves it <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "10:14", "topic": "13.08 Error w/ xHarbour ( .com ) vmPush...
13.08 Error w/ xHarbour ( .com ) vmPushSize
[ { "date": "2013-09-18", "forum": "FiveWin for Harbour/xHarbour", "text": "The function you posted worked.\n\nI just rebuilt with the latest 13.08 download, without the additional function, and it built normally.\n\nThank you.", "time": "16:52", "topic": "13.08 Error w/ xHarbour ( .com ) vmPushS...
13.08 Error w/ xHarbour ( .com ) vmPushSize
[ { "date": "2013-09-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\nthanks for your feedback <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "18:22", "topic": "13.08 Error w/ xHarbour ( .com ) vmPushSize", "username...
13.08 Error w/ xHarbour ( .com ) vmPushSize
[ { "date": "2013-09-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Hey Tim,\n[quote=\"TimStone\":3ovu6jq9]I just rebuilt with the latest 13.08 download, without the additional function, and it built normally.\n[/quote:3ovu6jq9]\nIs this with latest xHarbour Builder posted yesterday?\nThanks! <!--...
13.08 Error w/ xHarbour ( .com ) vmPushSize
[ { "date": "2013-09-18", "forum": "FiveWin for Harbour/xHarbour", "text": "No ! Its with the latest FWH 13.08 updated release.\n\nSadly, I had to make a few \"business decisions\" regarding ongoing expenses, and the ROI for xHarbour ( .com ) was not sufficient to continue the subscription. So, I'm usin...
13.08 Error w/ xHarbour ( .com ) vmPushSize
[ { "date": "2014-03-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Estimados amigos: Gracias Antonio.\n\nMe funciona bien con la clausula MODAL pero si no la coloco y se incrusta en la ventana se ve mal, estirado para los costados.\n\nGracias y saludos.", "time": "13:41", "topic": "1402 ...
1402 PRINTER oPrn NAME "Cuentas" PREVIEW MODAL
[ { "date": "2014-05-03", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"RDFernandez\":1usgoxy7]Estimados amigos: Gracias Antonio.\n\nMe funciona bien con la clausula MODAL pero si no la coloco y se incrusta en la ventana se ve mal, estirado para los costados.\n\nGracias y saludos.[/quote:1us...
1402 PRINTER oPrn NAME "Cuentas" PREVIEW MODAL
[ { "date": "2014-05-04", "forum": "FiveWin para Harbour/xHarbour", "text": "rpreview.prg linha 1477 \n\n if ! ::lZoom .and. ! lInit\n// ::Zoom( .T. ) // anular esta line\n endif esta linha", "time": "00:58", "topic": "1402 PRINTER oPrn NAME \"Cuentas\" PREVIEW MODAL"...
1402 PRINTER oPrn NAME "Cuentas" PREVIEW MODAL
[ { "date": "2014-05-04", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Sistem\":x6z24oko]rpreview.prg linha 1477 \n\n if ! ::lZoom .and. ! lInit\n// ::Zoom( .T. ) // anular esta line\n endif esta linha[/quote:x6z24oko]\n\nMuchísimas gracias, funcionó perfecto.",...
1402 PRINTER oPrn NAME "Cuentas" PREVIEW MODAL
[ { "date": "2015-03-14", "forum": "FiveWin for Harbour/xHarbour", "text": "I have a problem on Win xp with rpreview .\n\nI Know lListViewHide but the problem is not on zoom page but when I show the page on orizontal \n\n[img:3pjzms5o]http&#58;//www&#46;eoeo&#46;it/wp-content/uploads/2015/03/rprev&#46;jpg...
15.01 problem with rpreview
[ { "date": "2015-02-23", "forum": "FiveWin for Harbour/xHarbour", "text": "It is possible to specify almost any image file as a bitmap for btnbmp and so buttons on the buttonbar, eg. bmp, png, ico, gif, jpg, etc (acceptable by freeimage). Larger image files will be reduced to fit the buttonsize, if neces...
15.02 BUTTONBARs
[ { "date": "2015-02-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr Rao, thanks", "time": "22:35", "topic": "15.02 BUTTONBARs", "username": "cnavarro" } ]
15.02 BUTTONBARs
[ { "date": "2015-02-24", "forum": "FiveWin for Harbour/xHarbour", "text": "nages ...\n\n[code=fw:27ytct46]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00C800;\">METHOD</span> CreateButtons<span style=\"color: #000000;\">&#40;</span><span style=\"color:...
15.02 BUTTONBARs
[ { "date": "2015-02-24", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"mastintin\":1xeuos31]nages ...\n\n[code=fw:1xeuos31]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00C800;\">METHOD</span> CreateButtons<span style=\"color: #000000;\">&#...
15.02 BUTTONBARs
[ { "date": "2015-02-24", "forum": "FiveWin for Harbour/xHarbour", "text": "ok ...\nnages in tgdiplus this change is hight recomendable...\n\n\n[code=fw:2ysy39yt]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">METHOD</span> <span style=\"color: #00C80...
15.02 BUTTONBARs
[ { "date": "2015-02-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you for all your help.\nI would like to be in touch with you by personal email for further work on gdiplus.", "time": "09:58", "topic": "15.02 BUTTONBARs", "username": "nageswaragunupudi" } ]
15.02 BUTTONBARs
[ { "date": "2015-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "I know there was another thread on menus with 15.09 but there appears to be no resolution.\n\nSpecifically, using a menu on a button bar, the first level displayed is fine. However, a submenu does not inherit the font of the firs...
15.09 Menu problem still
[ { "date": "2015-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim\nWe are doing many tests and adjustments to not happen again and maintain compatibility with previous versions of the FWH 15.05.\nThis issue is practically resolved\nThank you and sorry for the inconvenience", "time": "21:...
15.09 Menu problem still
[ { "date": "2015-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "If you can get it resolved soon, perhaps Antonio can issue a Build 3 of 15.09 with the fix.\n\nThank you.", "time": "21:45", "topic": "15.09 Menu problem still", "username": "TimStone" } ]
15.09 Menu problem still
[ { "date": "2015-10-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim\nYou will not have to wait long\nWe are also reconciles with the theme of Unicode\n\nPlease\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=16&t=31378&p=182461#p182461\">viewtopi...
15.09 Menu problem still
[ { "date": "2015-10-11", "forum": "FiveWin for Harbour/xHarbour", "text": "FWH1509 Build 3 please. <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->", "time": "11:30", "topic": "15.09 Menu problem still", "username": "norberto" } ]
15.09 Menu problem still
[ { "date": "2015-10-11", "forum": "FiveWin for Harbour/xHarbour", "text": "<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=16&t=31378&p=182709#p182709\">viewtopic.php?f=16&t=31378&p=182709#p182709</a><!-- l -->", "time": "11:43", "topic": "15.09 Menu...
15.09 Menu problem still
[ { "date": "2015-10-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio,\njust to inform you there is also a further problem to fix on the menu with 15.09 build 2:\nthe menu items on the right disappear moving the mouse on the left.\nConsider I'm working on a cloud environment. See video:\n...
15.09 Menu problem still
[ { "date": "2015-10-12", "forum": "FiveWin for Harbour/xHarbour", "text": "<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=16&t=31378&p=182736#p182736\">viewtopic.php?f=16&t=31378&p=182736#p182736</a><!-- l -->", "time": "09:39", "topic": "15.09 Menu...
15.09 Menu problem still
[ { "date": "2014-10-29", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola,\n\nEn España, a partir del 15.1.2015 las AAPP sólo admitirán facturas electronicas firmadas version 3.2. (<!-- m --><a class=\"postlink\" href=\"http://www.facturae.gob.es/que-desea/Paginas/administraciones-publicas.aspx\">...
15.1.2015 Facturae 3.2 ¡ obligatorio !
[ { "date": "2014-11-27", "forum": "FiveWin para Harbour/xHarbour", "text": "¿ Sólo yo en España tengo que tener un programa para generar facturae 3.2 firmada ?\nMe voy ahora mismo a hablar con el gobierno... se van a enterar <!-- s:wink: --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\":wink:\" title=...
15.1.2015 Facturae 3.2 ¡ obligatorio !
[ { "date": "2014-11-27", "forum": "FiveWin para Harbour/xHarbour", "text": "¡Dales caña!\nLo cierto es que yo voy con bastante retraso ... aunque después de las prisas en meter el SEPA y ver que la mayoría de mis clientes siguen enviando normas 19, 32 y 58 como si nada ... <!-- s:shock: --><img src=\"{S...
15.1.2015 Facturae 3.2 ¡ obligatorio !
[ { "date": "2014-11-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Yo también tengo el tema bastante parado.\nComo dice Ángel, como después pase igual que con el sepa, es para afilar cuchillos.\n\nEn algunas administraciones, ya sólo aceptan facturas electrónicas.\nPero no tienen todavía definid...
15.1.2015 Facturae 3.2 ¡ obligatorio !
[ { "date": "2015-01-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Estimados amigos,\n\n¿Qué tal lleváis el tema de la factura electrónica?\n\n¿Qué herramientas habéis decidido usar?\n\nLa aplicación factuae, firma con el estandar XadES y parece que va a ser el estandar en España.\nComo ya comen...
15.1.2015 Facturae 3.2 ¡ obligatorio !