messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2015-06-29", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"lorenzoazz\":2pgub6eg]Thanks for the reply.\n\nConsider that, the problem rises when hardware goes in suspension mode, so it happens when in stand-by,\nwhile you take a coffee break. \nI mean, if the hardware do not go in stand-by (as a notebook does) , there is no error when i go to recording!\nI cannot PREVENT the stand-by event, so i cannot dbcommit() before replace()...[/quote:2pgub6eg]\n\nMy English is very poor\nDBCOMMIT, DBCOMMITALL, is to be performed at the end of the append or replace\n\nOr it is when you leave the record unfinished?\n\nYou can not have this option selected on your network card\n[url=http://postimage.org/:2pgub6eg][img:2pgub6eg]http://s14.postimg.org/6ml4qw6kx/Title180.png[/img:2pgub6eg][/url:2pgub6eg]", "time": "12:33", "topic": "2155 error hb_cdxindexCheckVersion fivewin/harbour", "username": "cnavarro" } ]
2155 error hb_cdxindexCheckVersion fivewin/harbour
[ { "date": "2015-06-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes, it happens only when i leave the record unfinisced!\nSo when i resume from suspension mode, i try to update the record and i git the unrecoverable error!", "time": "13:09", "topic": "2155 error hb_cdxindexCheckVersion fivewin/harbour", "username": "lorenzoazz" } ]
2155 error hb_cdxindexCheckVersion fivewin/harbour
[ { "date": "2015-06-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Please, no one has encountered this error?\n\nI think it is a general index error depending on system suspension.\n\nI have also read ( do not remeber where) that someone had adopted a trick\ninserting at program initialization a \"Request\"\n\nREQUEST DESCEND\n\nbut not working for me.", "time": "19:41", "topic": "2155 error hb_cdxindexCheckVersion fivewin/harbour", "username": "lorenzoazz" } ]
2155 error hb_cdxindexCheckVersion fivewin/harbour
[ { "date": "2015-06-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Look line: 1162,\n\n[url:xjc0ndjr]https://github.com/harbour/core/blob/master/src/rdd/dbfcdx/dbfcdx1.c[/url:xjc0ndjr]\n\nIn xHarbour,\n\nLine: 1271\n\n[url:xjc0ndjr]http://searchcode.com/codesearch/view/4483707/[/url:xjc0ndjr]\n\nShow what you are doing.\n\nRegards,", "time": "19:50", "topic": "2155 error hb_cdxindexCheckVersion fivewin/harbour", "username": "karinha" } ]
2155 error hb_cdxindexCheckVersion fivewin/harbour
[ { "date": "2015-06-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Corruption detected?\n\nLook\n\n dbOrderInfo\n\n[url:3l54oyvh]http://sourceforge.net/p/xharbour/mailman/message/16232978/[/url:3l54oyvh]\n\nRegards.", "time": "19:59", "topic": "2155 error hb_cdxindexCheckVersion fivewin/harbour", "username": "karinha" } ]
2155 error hb_cdxindexCheckVersion fivewin/harbour
[ { "date": "2015-06-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Lorenzo,\n\nMaybe you can first check if a file exists to force the wake up of the computer:\n\n[code=fw:1z6io0kg]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">while</span> ! File<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"myfile.txt\"</span> <span style=\"color: #000000;\">&#41;</span><br />   SysRefresh<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />end<br /> </div>[/code:1z6io0kg]", "time": "20:01", "topic": "2155 error hb_cdxindexCheckVersion fivewin/harbour", "username": "Antonio Linares" } ]
2155 error hb_cdxindexCheckVersion fivewin/harbour
[ { "date": "2015-06-29", "forum": "FiveWin for Harbour/xHarbour", "text": "2155 Read error on index heading page\n\n Explanation: A read error occurred when reading the heading page of\n the index file, or the header did not contain the .ntx/cdx signature, or the\n macro compiler returned a syntax error when attempting to compile the\n key expression.\n\n Action: Recreate the index file and check the key expression. Make\n sure the database header is updated before index recreation.", "time": "20:04", "topic": "2155 error hb_cdxindexCheckVersion fivewin/harbour", "username": "karinha" } ]
2155 error hb_cdxindexCheckVersion fivewin/harbour
[ { "date": "2015-06-30", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":3bg3vw41]Lorenzo,\n\nMaybe you can first check if a file exists to force the wake up of the computer:\n\n[code=fw:3bg3vw41]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">while</span> ! File<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"myfile.txt\"</span> <span style=\"color: #000000;\">&#41;</span><br />   SysRefresh<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />end<br /> </div>[/code:3bg3vw41][/quote:3bg3vw41]\n\nAntonio, \n thanks but this does not work!\nIt is not a problem of file not found or read error, the problem is coming from the fact that, when in suspension \nthe \"static\" ? reference to the index file is lost.\nI got the same error even if i try to relink the index!\n\nThis is not a question about some wrong code logic of mine, is all about the way windows 8.1 manage \nand restore the memory after suspension !!!\n\nThis error OCCURS ONLY in this occasion/situation !\n\nand here the Harbour code that cause the ERROR 2155\n\n[code=fw:3bg3vw41]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">/*<br />&nbsp;* check if index was updated by other process and if it was discard buffers<br />&nbsp;*/</span><br /><span style=\"color: #00C800;\">static</span> void hb_cdxIndexCheckVersion<span style=\"color: #000000;\">&#40;</span> LPCDXINDEX pIndex <span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #000000;\">&#123;</span><br />&nbsp; &nbsp;BYTE byBuf<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">8</span><span style=\"color: #000000;\">&#93;</span>;<br />&nbsp; &nbsp;ULONG ulVer, ulFree;<br /><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">if</span> <span style=\"color: #000000;\">&#40;</span> hb_fsSeek<span style=\"color: #000000;\">&#40;</span> pIndex->hFile, 0x04, FS_SET <span style=\"color: #000000;\">&#41;</span> != 0x04 ||<br />&nbsp; &nbsp; &nbsp; &nbsp;hb_fsRead<span style=\"color: #000000;\">&#40;</span> pIndex->hFile, byBuf, <span style=\"color: #000000;\">8</span> <span style=\"color: #000000;\">&#41;</span> != <span style=\"color: #000000;\">8</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #000000;\">&#123;</span><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #00C800;\">if</span> <span style=\"color: #000000;\">&#40;</span> pIndex->lockWrite > <span style=\"color: #000000;\">0</span> && hb_fsSeek<span style=\"color: #000000;\">&#40;</span> pIndex->hFile, <span style=\"color: #000000;\">0</span>, FS_END <span style=\"color: #000000;\">&#41;</span> == <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;memset<span style=\"color: #000000;\">&#40;</span> byBuf, <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">8</span> <span style=\"color: #000000;\">&#41;</span>;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #00C800;\">else</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;hb_errInternal<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">2155</span>, <span style=\"color: #ff0000;\">\"hb_cdxIndexCheckVersion: Read error on index heading page.\"</span>, <span style=\"color: #00C800;\">NULL</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#41;</span>;<br />&nbsp; &nbsp;<span style=\"color: #000000;\">&#125;</span></div>[/code:3bg3vw41]", "time": "09:02", "topic": "2155 error hb_cdxindexCheckVersion fivewin/harbour", "username": "lorenzoazz" } ]
2155 error hb_cdxindexCheckVersion fivewin/harbour
[ { "date": "2015-06-30", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"karinha\":37gg2pqu]2155 Read error on index heading page\n\n Explanation: A read error occurred when reading the heading page of\n the index file, or the header did not contain the .ntx/cdx signature, or the\n macro compiler returned a syntax error when attempting to compile the\n key expression.\n\n Action: Recreate the index file and check the key expression. Make\n sure the database header is updated before index recreation.[/quote:37gg2pqu]\n\nThis cannot not be a solution because i would have to reindex every time i update, \nas the program may be in suspended mode at any moment!", "time": "13:54", "topic": "2155 error hb_cdxindexCheckVersion fivewin/harbour", "username": "lorenzoazz" } ]
2155 error hb_cdxindexCheckVersion fivewin/harbour
[ { "date": "2015-06-30", "forum": "FiveWin for Harbour/xHarbour", "text": "in xHarbour, I do so... Please test.\n\n[code=fw:zsf2huoc]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#Include</span> <span style=\"color: #ff0000;\">\"FiveWin.Ch\"</span><br /><span style=\"color: #00D7D7;\">#Include</span> <span style=\"color: #ff0000;\">\"Directry.ch\"</span><br /><span style=\"color: #00D7D7;\">#Include</span> <span style=\"color: #ff0000;\">\"Ord.Ch\"</span><br /><br /><span style=\"color: #00C800;\">FUNCTION</span> <span style=\"color: #0000ff;\">INDEX</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; ... <span style=\"color: #0000ff;\">DIALOG</span> AND BUTTONS, ETC<br /><br />&nbsp; ... <span style=\"color: #0000ff;\">ACTION</span>... ReIndPack<span style=\"color: #000000;\">&#40;</span> oMeter1, oMeter2, oMeter3 <span style=\"color: #000000;\">&#41;</span><br /><br /><span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /><br /><span style=\"color: #00C800;\">FUNCTION</span> ReIndPack<span style=\"color: #000000;\">&#40;</span> oMeter1, oMeter2, oMeter3 <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">LOCAL</span> Del_Indice<br /><br />&nbsp; &nbsp;EXTERNAL DESCEND<br /><br />&nbsp; &nbsp;DEL_INDICE := DIRECTORY<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"*.CDX\"</span> <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">FOR</span> I = <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">TO</span> LEN<span style=\"color: #000000;\">&#40;</span> Del_Indice <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp; &nbsp; FERASE<span style=\"color: #000000;\">&#40;</span> DEL_INDICE<span style=\"color: #000000;\">&#91;</span>I<span style=\"color: #000000;\">&#93;</span><span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">1</span><span style=\"color: #000000;\">&#93;</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">NEXT</span> I<br /><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">IF</span> NetUse<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"CONVENIO\"</span>, .F. <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp;oMeter1:<span style=\"color: #000000;\">nTotal</span> = RecCount<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp;<span style=\"color: #0000ff;\">INDEX</span> <span style=\"color: #0000ff;\">ON</span> VAL<span style=\"color: #000000;\">&#40;</span>Field->CODIGO<span style=\"color: #000000;\">&#41;</span> TAG CODIGO <span style=\"color: #0000ff;\">TO</span> CONVENIO &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style=\"color: #00C800;\">FOR</span> !DELETED<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;EVAL <span style=\"color: #000000;\">&#40;</span> oMeter1:<span style=\"color: #000000;\">Set</span><span style=\"color: #000000;\">&#40;</span> RecNo<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span>, CursorWait<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, SysRefresh<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;EVERY <span style=\"color: #000000;\">10</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp;<span style=\"color: #0000ff;\">INDEX</span> <span style=\"color: #0000ff;\">ON</span> Field->NOME &nbsp; &nbsp; &nbsp; &nbsp;TAG NOME &nbsp; <span style=\"color: #0000ff;\">TO</span> CONVENIO &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style=\"color: #00C800;\">FOR</span> !DELETED<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;EVAL <span style=\"color: #000000;\">&#40;</span> oMeter1:<span style=\"color: #000000;\">Set</span><span style=\"color: #000000;\">&#40;</span> RecNo<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span>, CursorWait<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, SysRefresh<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;EVERY <span style=\"color: #000000;\">10</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp;DbCloseAll<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">ENDIF</span><br /><br /><span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br />&nbsp;</div>[/code:zsf2huoc]\n\nRegards,", "time": "14:59", "topic": "2155 error hb_cdxindexCheckVersion fivewin/harbour", "username": "karinha" } ]
2155 error hb_cdxindexCheckVersion fivewin/harbour
[ { "date": "2015-06-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi lorenzoazz,\n\nas CNavarro explained, if the OS is allowed to turn off network cards when going into suspend or energy saving mode, all files open are being closed, so there is NO WAY to recover from such situation. You SHOULD AVOID that, not allowing the card to be turned off by the operating system, as Cristobal Navarro explained. My operating system is in spanish, so i cannot show you an screenshot but look into network card properties, and DON'T ALLOW it to go off during energy saving.\n\nIn Antonio's post there is a line that shows you when the error arises, the system isn't able to read from the file, so the issue if far beyond your code, there is nothing to do from the Harbour's side, it seems to be a configuration problem.\n\nBetter yet, don't allow the computer go into suspend!", "time": "15:15", "topic": "2155 error hb_cdxindexCheckVersion fivewin/harbour", "username": "Carlos Mora" } ]
2155 error hb_cdxindexCheckVersion fivewin/harbour
[ { "date": "2015-06-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Lorenzo,\n\nYou may need to close the DBF and indexes and open them again, so the memory data is updated.", "time": "16:34", "topic": "2155 error hb_cdxindexCheckVersion fivewin/harbour", "username": "Antonio Linares" } ]
2155 error hb_cdxindexCheckVersion fivewin/harbour
[ { "date": "2015-07-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Carlos Mora\":xtpypuoj]Hi lorenzoazz,\n\nas CNavarro explained, if the OS is allowed to turn off network cards when going into suspend or energy saving mode, all files open are being closed, so there is NO WAY to recover from such situation. You SHOULD AVOID that, not allowing the card to be turned off by the operating system, as Cristobal Navarro explained. My operating system is in spanish, so i cannot show you an screenshot but look into network card properties, and DON'T ALLOW it to go off during energy saving.\n\nIn Antonio's post there is a line that shows you when the error arises, the system isn't able to read from the file, so the issue if far beyond your code, there is nothing to do from the Harbour's side, it seems to be a configuration problem.\n\nBetter yet, don't allow the computer go into suspend![/quote:xtpypuoj]\n\n\nA way to prevent suspension would be a possible solution \nor better, to be able to intercept a suspension \"message\"", "time": "07:41", "topic": "2155 error hb_cdxindexCheckVersion fivewin/harbour", "username": "lorenzoazz" } ]
2155 error hb_cdxindexCheckVersion fivewin/harbour
[ { "date": "2015-07-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok Antonio,\n\nClose the area ( USE)\nthen reload with index ( without reindexing)\n\nat the moment is the only work around!\n\nAnyway this will be a problem not only for my singular case, almost with windows 8.1.\n\nThamks a lot! Antonio\nLorenzo", "time": "13:44", "topic": "2155 error hb_cdxindexCheckVersion fivewin/harbour", "username": "lorenzoazz" } ]
2155 error hb_cdxindexCheckVersion fivewin/harbour
[ { "date": "2022-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "I believe debugging code was left in the 64 bit FWH 22.06.\n\nWhen opening a dialog, I get a MsgInfo() saying TBAR, and then one saying TXBROWSE. These tend to repeat on any dialogs using the bar control and the browse control. It locks up the program.\n\nThe exact same code compiled with the 32 bit FWH is working. However, I am trying to actually focus on full 64 bit development.\n\nI just downloaded this today ( 06/30/2022 ) so it's not an \"early release\" issue.\n\nThe exact same code built with 22.03 works perfectly.\n\nThank you.", "time": "00:40", "topic": "2206 - 64 bit errors (solved)", "username": "TimStone" } ]
2206 - 64 bit errors (solved)
[ { "date": "2022-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Tim,\n\nHere is the answer:\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=41926&p=251426#p251426\">viewtopic.php?f=3&t=41926&p=251426#p251426</a><!-- l -->\n\nWe are going to remove it and publish a revised version\n\nWe are sorry for this", "time": "06:24", "topic": "2206 - 64 bit errors (solved)", "username": "Antonio Linares" } ]
2206 - 64 bit errors (solved)
[ { "date": "2022-07-01", "forum": "FiveWin for Harbour/xHarbour", "text": "We have just published a revised build, please download it again\n\nOur apologizes for this", "time": "06:31", "topic": "2206 - 64 bit errors (solved)", "username": "Antonio Linares" } ]
2206 - 64 bit errors (solved)
[ { "date": "2022-07-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":1w5mxwff]We have just published a revised build, please download it again\n\nOur apologizes for this[/quote:1w5mxwff]\n\nDear Antonio,\n\nToday, I download it and same as appear TXBROWSE dialog.", "time": "13:49", "topic": "2206 - 64 bit errors (solved)", "username": "richard-service" } ]
2206 - 64 bit errors (solved)
[ { "date": "2022-07-07", "forum": "FiveWin for Harbour/xHarbour", "text": "<!-- l --><a class=\"postlink-local\" href=\"http://fivetechsupport.com/forums/viewtopic.php?p=251564&sid=e50d7623c852d6abf956d465af6a4e6b#p251564\">viewtopic.php?p=251564&sid=e50d7623c852d6abf956d465af6a4e6b#p251564</a><!-- l -->", "time": "16:49", "topic": "2206 - 64 bit errors (solved)", "username": "Antonio Linares" } ]
2206 - 64 bit errors (solved)
[ { "date": "2022-07-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Antonio,\n\nI use build64 compile sample xbrgen and xbrdbu appear error below:\n[img:1y1gcs41]https&#58;//i&#46;postimg&#46;cc/ZRDRpyRB/2022-07-08-113705&#46;jpg[/img:1y1gcs41]\n[img:1y1gcs41]https&#58;//i&#46;postimg&#46;cc/tC8BDrfD/2022-07-08-115221&#46;jpg[/img:1y1gcs41]", "time": "04:51", "topic": "2206 - 64 bit errors (solved)", "username": "richard-service" } ]
2206 - 64 bit errors (solved)
[ { "date": "2022-07-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Richard,\n\nThat error happens when the used manifest file is not the right one (the 32 bits one is being used instead of the 64 bits one). \nPlease use this xbrgen.rc\n\nWe are updating our FWH builds, so if you download them in a while, they will be fixed <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nmany thanks for your great feedback\n[code=fw:2i4403pk]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <windows.h><br /><br />#ifndef __64__<br />  <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">24</span> <span style=\"color: #ff0000;\">\"WinXP/WindowsXP.Manifest\"</span> <br />#else<br />  <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">24</span> <span style=\"color: #ff0000;\">\"WinXP/WindowsXP.Manifest64\"</span><br />#endif <br /><br />TEST <span style=\"color: #0000ff;\">DIALOG</span> <span style=\"color: #000000;\">6</span>, <span style=\"color: #000000;\">15</span>, <span style=\"color: #000000;\">306</span>, <span style=\"color: #000000;\">227</span><br /><span style=\"color: #0000ff;\">STYLE</span> DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU<br />CAPTION <span style=\"color: #ff0000;\">\"TXBrowse demo\"</span><br /><span style=\"color: #0000ff;\">FONT</span> <span style=\"color: #000000;\">8</span>, <span style=\"color: #ff0000;\">\"MS Sans Serif\"</span><br /><span style=\"color: #000000;\">&#123;</span><br /> DEFPUSHBUTTON <span style=\"color: #ff0000;\">\"OK\"</span>, IDOK, <span style=\"color: #000000;\">252</span>, <span style=\"color: #000000;\">211</span>, <span style=\"color: #000000;\">50</span>, <span style=\"color: #000000;\">14</span><br /> CONTROL <span style=\"color: #ff0000;\">\"\"</span>, <span style=\"color: #000000;\">101</span>, <span style=\"color: #ff0000;\">\"TXBrowse\"</span>, <span style=\"color: #000000;\">0</span> | WS_BORDER | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP, <span style=\"color: #000000;\">4</span>, <span style=\"color: #000000;\">5</span>, <span style=\"color: #000000;\">297</span>, <span style=\"color: #000000;\">202</span><br /><span style=\"color: #000000;\">&#125;</span><br /><br />STAR     BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/16x16/favorite.bmp\"</span><br />GREEN    BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/level1.bmp\"</span><br />RED      BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/level2.bmp\"</span><br />FIVEBACK BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/fiveback.bmp\"</span><br />STONE    BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/backgrnd/stone.bmp\"</span><br />PAPER    BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/backgrnd/paper.bmp\"</span><br /><span style=\"color: #0000ff;\">ON</span>   BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/checkon.bmp\"</span><br />OFF      BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/checkoff.bmp\"</span><br />EXCEL    BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/excel.bmp\"</span><br />REPORT   BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/32x32/print.bmp\"</span><br />ATTACH   BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/32x32/attach.bmp\"</span><br />CALC     BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/32x32/calc.bmp\"</span><br />OPEN     BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/16x16/folder3.bmp\"</span><br />CLOSE    BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/16x16/folder.bmp\"</span><br />BLUBRICK BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/backgrnd/blubrick.bmp\"</span><br />CONFIG   BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/config.bmp\"</span><br />EXPAND   BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/expand.bmp\"</span><br />COLLAPS  BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/collaps.bmp\"</span><br />TREE     BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/tree.bmp\"</span><br />SOURCE   BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/prg.bmp\"</span><br />COPY2    BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/copy2.bmp\"</span><br />COPY3    BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/copy3.bmp\"</span><br />COMPILE  BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/compile.bmp\"</span><br />SAVE     BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/save.bmp\"</span><br />SAVE2    BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/save2.bmp\"</span><br />RUN      BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/run.bmp\"</span><br />CLOSE2   BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/close.bmp\"</span><br />CODE     BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/code.bmp\"</span><br />DLG      BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/dlg.bmp\"</span><br /><br /> </div>[/code:2i4403pk]", "time": "06:57", "topic": "2206 - 64 bit errors (solved)", "username": "Antonio Linares" } ]
2206 - 64 bit errors (solved)
[ { "date": "2022-07-08", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":z662i5ts]Dear Richard,\n\nThat error happens when the used manifest file is not the right one (the 32 bits one is being used instead of the 64 bits one). \nPlease use this xbrgen.rc\n\nWe are updating our FWH builds, so if you download them in a while, they will be fixed <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nmany thanks for your great feedback\n[code=fw:z662i5ts]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <windows.h><br /><br />#ifndef __64__<br />  <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">24</span> <span style=\"color: #ff0000;\">\"WinXP/WindowsXP.Manifest\"</span> <br />#else<br />  <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">24</span> <span style=\"color: #ff0000;\">\"WinXP/WindowsXP.Manifest64\"</span><br />#endif <br /><br />TEST <span style=\"color: #0000ff;\">DIALOG</span> <span style=\"color: #000000;\">6</span>, <span style=\"color: #000000;\">15</span>, <span style=\"color: #000000;\">306</span>, <span style=\"color: #000000;\">227</span><br /><span style=\"color: #0000ff;\">STYLE</span> DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU<br />CAPTION <span style=\"color: #ff0000;\">\"TXBrowse demo\"</span><br /><span style=\"color: #0000ff;\">FONT</span> <span style=\"color: #000000;\">8</span>, <span style=\"color: #ff0000;\">\"MS Sans Serif\"</span><br /><span style=\"color: #000000;\">&#123;</span><br /> DEFPUSHBUTTON <span style=\"color: #ff0000;\">\"OK\"</span>, IDOK, <span style=\"color: #000000;\">252</span>, <span style=\"color: #000000;\">211</span>, <span style=\"color: #000000;\">50</span>, <span style=\"color: #000000;\">14</span><br /> CONTROL <span style=\"color: #ff0000;\">\"\"</span>, <span style=\"color: #000000;\">101</span>, <span style=\"color: #ff0000;\">\"TXBrowse\"</span>, <span style=\"color: #000000;\">0</span> | WS_BORDER | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP, <span style=\"color: #000000;\">4</span>, <span style=\"color: #000000;\">5</span>, <span style=\"color: #000000;\">297</span>, <span style=\"color: #000000;\">202</span><br /><span style=\"color: #000000;\">&#125;</span><br /><br />STAR     BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/16x16/favorite.bmp\"</span><br />GREEN    BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/level1.bmp\"</span><br />RED      BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/level2.bmp\"</span><br />FIVEBACK BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/fiveback.bmp\"</span><br />STONE    BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/backgrnd/stone.bmp\"</span><br />PAPER    BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/backgrnd/paper.bmp\"</span><br /><span style=\"color: #0000ff;\">ON</span>   BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/checkon.bmp\"</span><br />OFF      BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/checkoff.bmp\"</span><br />EXCEL    BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/excel.bmp\"</span><br />REPORT   BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/32x32/print.bmp\"</span><br />ATTACH   BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/32x32/attach.bmp\"</span><br />CALC     BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/32x32/calc.bmp\"</span><br />OPEN     BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/16x16/folder3.bmp\"</span><br />CLOSE    BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/16x16/folder.bmp\"</span><br />BLUBRICK BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/backgrnd/blubrick.bmp\"</span><br />CONFIG   BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/config.bmp\"</span><br />EXPAND   BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/expand.bmp\"</span><br />COLLAPS  BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/collaps.bmp\"</span><br />TREE     BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/tree.bmp\"</span><br />SOURCE   BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/prg.bmp\"</span><br />COPY2    BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/copy2.bmp\"</span><br />COPY3    BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/copy3.bmp\"</span><br />COMPILE  BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/compile.bmp\"</span><br />SAVE     BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/save.bmp\"</span><br />SAVE2    BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/save2.bmp\"</span><br />RUN      BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/run.bmp\"</span><br />CLOSE2   BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/close.bmp\"</span><br />CODE     BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/code.bmp\"</span><br />DLG      BITMAP <span style=\"color: #ff0000;\">\"../bitmaps/dlg.bmp\"</span><br /><br /> </div>[/code:z662i5ts][/quote:z662i5ts]\n\nI change .RC code and working now. Thank you", "time": "10:27", "topic": "2206 - 64 bit errors (solved)", "username": "richard-service" } ]
2206 - 64 bit errors (solved)
[ { "date": "2012-03-22", "forum": "Utilities / Utilidades", "text": "Hola / Hi,\n\n2400 iconos gratuitos en formato png / 2400 free icons in png format\n\n[url:3nos36c1]http&#58;//www&#46;softandapps&#46;info/2012/03/21/2400-iconos-gratuitos-de-gran-calidad-en-formato-png/[/url:3nos36c1]\n\nSaludos / Regards,\n\nFélix", "time": "06:04", "topic": "2400 iconos gratuitos / 2400 free icons", "username": "Baxajaun" } ]
2400 iconos gratuitos / 2400 free icons
[ { "date": "2008-08-14", "forum": "All products support", "text": "Salve,\r\nStiamo organizzando per il 28 settembre 2008 una cena in pizzeria alle ore 21.00\r\nil luogo è lo stesso dell'altra volta, dove alcuni di voi ha incontrato Antonio Linares e la moglie Sylvia quando sono venuti in Italia, e cmq Emg vi può dare maggiori informazioni perché è del posto.\r\n\r\nADESIONI\r\nSilvio\r\nEmg", "time": "09:32", "topic": "28 settembre . Roma", "username": "Silvio" } ]
28 settembre . Roma
[ { "date": "2008-09-14", "forum": "All products support", "text": "Per me va bene.", "time": "20:40", "topic": "28 settembre . Roma", "username": "Marco Turco" } ]
28 settembre . Roma
[ { "date": "2008-09-15", "forum": "All products support", "text": "[quote=\"Marco Turco\":36hjfc8j]Per me va bene.[/quote:36hjfc8j]\r\n\r\nOttimo! Sei di passaggio o vieni apposta?\r\n\r\nEMG", "time": "08:35", "topic": "28 settembre . Roma", "username": "Enrico Maria Giordano" } ]
28 settembre . Roma
[ { "date": "2008-09-15", "forum": "All products support", "text": "Sono a Roma fino al 9 Ottobre.", "time": "08:53", "topic": "28 settembre . Roma", "username": "Marco Turco" } ]
28 settembre . Roma
[ { "date": "2008-09-15", "forum": "All products support", "text": "eh...siamo rimasti in tre..tre somari e tre briganti ....sulla strada di girngentu.... siamo solo in 3!!!!???!!!", "time": "10:55", "topic": "28 settembre . Roma", "username": "Silvio" } ]
28 settembre . Roma
[ { "date": "2008-09-15", "forum": "All products support", "text": "Verrei volentieri ma location e soprattutto orario rende difficoltosa la trasferta. Bevetevi una birra anche alla mia salute.\r\nCiao", "time": "14:17", "topic": "28 settembre . Roma", "username": "MarcoBoschi" } ]
28 settembre . Roma
[ { "date": "2008-09-15", "forum": "All products support", "text": "[quote=\"MarcoBoschi\":2e9r1o40]Verrei volentieri ma location e soprattutto orario rende difficoltosa la trasferta. Bevetevi una birra anche alla mia salute.\nCiao[/quote:2e9r1o40]\r\n\r\n <!-- s:cry: --><img src=\"{SMILIES_PATH}/icon_cry.gif\" alt=\":cry:\" title=\"Crying or Very sad\" /><!-- s:cry: --> \r\n\r\nEMG", "time": "15:46", "topic": "28 settembre . Roma", "username": "Enrico Maria Giordano" } ]
28 settembre . Roma
[ { "date": "2008-09-15", "forum": "All products support", "text": "<!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: --> <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: --> \r\ndai vieni anche tu\r\nda padova vieni ila mattina di domenica EMG ti fa da CICERO per RM \r\nti fa vedere tutte le bellezze di RM e poi la sera vieni in PIZ\r\nfino alle 22.30 poi riparti e arrivi a Padova alle 02.00 circa\r\n( ce l'hai una ferrari ? te la presta emg)", "time": "17:36", "topic": "28 settembre . Roma", "username": "Silvio" } ]
28 settembre . Roma
[ { "date": "2008-09-16", "forum": "All products support", "text": "ci penso un attimo, è comunque più no che si\r\nGrazie per l'invito", "time": "08:32", "topic": "28 settembre . Roma", "username": "MarcoBoschi" } ]
28 settembre . Roma
[ { "date": "2008-09-16", "forum": "All products support", "text": "Già... piacerebbe anche a me venire...\r\nsarebbe una bella cosa conoscerci di persona, e poi saranno più di 15 anni che non vengo a Roma!!\r\nSolo che dovrei venire apposta e mi piacerebbe con l'occasione portare moglie e figli per unire l'utile al dilettevole... e poi di domenica sera è dura... fosse stato di sabato sera o domenica a pranzo magari un pensierino...", "time": "12:47", "topic": "28 settembre . Roma", "username": "max" } ]
28 settembre . Roma
[ { "date": "2008-09-16", "forum": "All products support", "text": "In effetti anche a me andrebbe meglio di sabato sera. Anzi, a pensarci bene, il lunedì ci si deve alzare presto e quindi non si può fare tanto tardi.\r\n\r\nSpostiamo a sabato?\r\n\r\nEMG", "time": "15:08", "topic": "28 settembre . Roma", "username": "Enrico Maria Giordano" } ]
28 settembre . Roma
[ { "date": "2008-09-16", "forum": "All products support", "text": "Se fosse sabato sera io un tentativo di organizzare con la famiglia di venire sabato nel pomeriggio poi dormire a Roma e ripartire con calma la domenica post-visita in centro lo farei volentieri e quindi sabato sera verrei, mia moglie permettendo....\r\nDove sarebbe esattamente il posto?", "time": "15:22", "topic": "28 settembre . Roma", "username": "max" } ]
28 settembre . Roma
[ { "date": "2008-09-16", "forum": "All products support", "text": "[url:231082gf]http&#58;//www&#46;lafiorentina&#46;net[/url:231082gf]\r\n\r\n[quote:231082gf]La Fiorentina è a Via Andrea Doria, 22 - 00192 Roma\nTelefoni 06 39737019 / 06 39733173\nE-MAIL: <!-- e --><a href=\"mailto:info@lafiorentina.net\">info@lafiorentina.net</a><!-- e -->\nTutte le carte di credito sono benvenute. Apertura: 7 giorni su 7.\nRistorazione NON STOP dalle 12,30 alle 24,00.[/quote:231082gf]\r\n\r\nEMG", "time": "15:48", "topic": "28 settembre . Roma", "username": "Enrico Maria Giordano" } ]
28 settembre . Roma
[ { "date": "2008-09-16", "forum": "All products support", "text": "grande idea,\r\npeccato che sono troppo lontano....\r\nmi piacerebbe conoscervi di persona\r\nbuon divertimento a tutti", "time": "17:36", "topic": "28 settembre . Roma", "username": "xfood" } ]
28 settembre . Roma
[ { "date": "2008-09-16", "forum": "All products support", "text": "Beh, anche il posto niente male. \"La Fiorentina\", direi quasi un nome una garanzia...\r\n\r\nFate sapere in tempo utile se decidete di spostare l'incontro al sabato sera (il 27) oppure rimane confermato per domenica sera, che se decidete per il sabato allora propongo a casa a moglie e figli (2) una puntatina (casualmente!) a Roma per il week-end e così riesco ad esserci anch'io. Ovviamente decidete indipendentemente da me per come è più comodo a voi, anche perché in confronto a voi sono la \"burba\" e voi siete i \"nonni\", per dirla in termini militari. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->", "time": "19:08", "topic": "28 settembre . Roma", "username": "max" } ]
28 settembre . Roma
[ { "date": "2008-09-16", "forum": "All products support", "text": "per me non ci dovrebbero essere problemi l'importante che mi aspettiate xché sab sera sono a vallelunga e domenica mattina devo essere a Rm fresco, ho una riunione in fmi in viale tiziano...\r\n\r\nEmg è di casa quindi che facciamo?\r\nio lo devo sapere x prenotare la camera a rm così non rientro a teramo ...\r\n\r\nEmg?", "time": "19:41", "topic": "28 settembre . Roma", "username": "Silvio" } ]
28 settembre . Roma
[ { "date": "2008-09-16", "forum": "All products support", "text": "Come ho già detto, domenica sera per me non va bene. Sabato andrebbe bene ma fino a quando dobbiamo aspettarti? Non vorrei fare troppo tardi dato che verrei probabilmente con moglie e figlia. Per me prima è meglio è.\r\n\r\nEMG", "time": "21:28", "topic": "28 settembre . Roma", "username": "Enrico Maria Giordano" } ]
28 settembre . Roma
[ { "date": "2008-09-17", "forum": "All products support", "text": "KAPPA\r\nma quanti siamo per sabato sera ?\r\nfacciamo una lista anche perchè tu dovresti prenotare\r\nio cerco di sbrigarmi quanto dista valle ?\r\na che ora fissiamo ?\r\nil mio cell ce lo hai ancora ?", "time": "12:45", "topic": "28 settembre . Roma", "username": "Silvio" } ]
28 settembre . Roma
[ { "date": "2008-09-18", "forum": "All products support", "text": "Scusa Max!!! Per sbaglio ho editato il tuo messaggio! Accidenti a me, ho sbagliato pulsante! Puoi riscriverlo? Scusate, ho combinato un casino... In ogni caso, diceva che non viene più. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\r\n\r\nEMG", "time": "21:33", "topic": "28 settembre . Roma", "username": "Enrico Maria Giordano" } ]
28 settembre . Roma
[ { "date": "2008-09-18", "forum": "All products support", "text": "Marco, almeno tu confermi per sabato 27?\r\n\r\nEMG", "time": "21:34", "topic": "28 settembre . Roma", "username": "Enrico Maria Giordano" } ]
28 settembre . Roma
[ { "date": "2008-09-19", "forum": "All products support", "text": "Emg \r\nio sono Out \r\nStamani mi hanno spostato la gara a San Severino Marche\r\nquindi sarei lontano sabato per raggiungere Roma\r\ne cmq Domenica alle 10.30 devo essere a Rm x quella riunione\r\nA me sabato non va piu' bene Sorry", "time": "10:10", "topic": "28 settembre . Roma", "username": "Silvio" } ]
28 settembre . Roma
[ { "date": "2008-09-19", "forum": "All products support", "text": "Va bene, allora diciamo che per questa volta è andata male.\r\n\r\nAlla prossima.\r\n\r\nEMG", "time": "10:33", "topic": "28 settembre . Roma", "username": "Enrico Maria Giordano" } ]
28 settembre . Roma
[ { "date": "2008-09-19", "forum": "All products support", "text": "Per me anche sabato sarebbe andato bene,\r\ncomunque viste le difficoltà possiamo incontrarci anche un altra volta,\r\ndato che sono a Roma per un pò non ho particolari difficoltà ad organizzarmi, il problema è più che altro per chi viene da fuori.", "time": "11:21", "topic": "28 settembre . Roma", "username": "Marco Turco" } ]
28 settembre . Roma
[ { "date": "2008-09-19", "forum": "All products support", "text": "A me farebbe piacere incontrarci. In che zona di Roma stai?\r\n\r\nEMG", "time": "11:29", "topic": "28 settembre . Roma", "username": "Enrico Maria Giordano" } ]
28 settembre . Roma
[ { "date": "2008-09-19", "forum": "All products support", "text": "Io sono a Casal Palocco.", "time": "17:20", "topic": "28 settembre . Roma", "username": "Marco Turco" } ]
28 settembre . Roma
[ { "date": "2008-09-19", "forum": "All products support", "text": "Azz, non proprio a due passi... <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\r\n\r\nVogliamo farla lo stesso in due la pizza? Decidi tu, non ti voglio forzare. A me farebbe piacere.\r\n\r\nEMG", "time": "17:29", "topic": "28 settembre . Roma", "username": "Enrico Maria Giordano" } ]
28 settembre . Roma
[ { "date": "2008-09-19", "forum": "All products support", "text": "Per me va bene. E' parecchio che non ci vediamo, fa molto piacere anche a me.\r\n\r\nPossiamo fare anche alla pizzeria che avevi proposto tu, \r\nper te è più comodo (se ricordo vivi in quella zona) ed io visto che mi sposto sempre in aereo, non ho certo problemi a fare qualche km con la macchina (spero di non perdermi <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: --> per Roma)", "time": "17:35", "topic": "28 settembre . Roma", "username": "Marco Turco" } ]
28 settembre . Roma
[ { "date": "2008-09-19", "forum": "All products support", "text": "Benissimo. Quando preferisci? Per me anche domani sera alle 20:30.\r\n\r\nEMG", "time": "17:51", "topic": "28 settembre . Roma", "username": "Enrico Maria Giordano" } ]
28 settembre . Roma
[ { "date": "2008-09-19", "forum": "All products support", "text": "Per me va bene. \r\nPreparati psicologicamente perché ti tedierò con una serie infinita di domande tecniche <!-- s:twisted: --><img src=\"{SMILIES_PATH}/icon_twisted.gif\" alt=\":twisted:\" title=\"Twisted Evil\" /><!-- s:twisted: --> \r\n\r\nRimedio un cellulare e ti mando il numero via private mail nel caso ci siano problemi - o mi dovessi perdere .\r\n\r\nVieni da solo ?", "time": "18:45", "topic": "28 settembre . Roma", "username": "Marco Turco" } ]
28 settembre . Roma
[ { "date": "2008-09-19", "forum": "All products support", "text": "Porterei anche moglie e figlia. Però stavo pensando una cosa: se domani è brutto tempo come oggi forse è meglio rimandare al sabato successivo, che ne dici?\r\n\r\nForse è meglio che passiamo in privato...\r\n\r\nEMG", "time": "18:52", "topic": "28 settembre . Roma", "username": "Enrico Maria Giordano" } ]
28 settembre . Roma
[ { "date": "2008-09-25", "forum": "All products support", "text": "Fateci sapere poi come andrà a finire <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\r\n\r\nSta diventando tutto così complicato...o no?\r\n\r\nComunque tenete presente che noi siamo lì con voi con una pizza e una birra (grande) anzi due \r\nla prima per dissetarsi ...la seconda da gustare", "time": "10:45", "topic": "28 settembre . Roma", "username": "MarcoBoschi" } ]
28 settembre . Roma
[ { "date": "2008-09-25", "forum": "All products support", "text": "Che dire... è stato un incontro molto piacevole con EMG & Family.\r\n\r\nOvviamente ho approfittato dell'occasione per consumare a dovere i neuroni di EMG, è per questo motivo che in questi giorni è meno attivo sul sito: deve raffreddare la corteccia cerebrale con impacchi di ghiaccio.\r\n\r\nMa non ti preoccupare, qualche giorno e ritornerà in forma come al solito.", "time": "14:11", "topic": "28 settembre . Roma", "username": "Marco Turco" } ]
28 settembre . Roma
[ { "date": "2008-09-25", "forum": "All products support", "text": "Una fonte inesauribile di sapere <!-- s:idea: --><img src=\"{SMILIES_PATH}/icon_idea.gif\" alt=\":idea:\" title=\"Idea\" /><!-- s:idea: --> \r\n\r\n\"L'uomo che sapeva tutto\" <!-- s8) --><img src=\"{SMILIES_PATH}/icon_cool.gif\" alt=\"8)\" title=\"Cool\" /><!-- s8) -->", "time": "14:21", "topic": "28 settembre . Roma", "username": "MarcoBoschi" } ]
28 settembre . Roma
[ { "date": "2008-09-25", "forum": "All products support", "text": "[quote=\"Marco Turco\":1dudzyp7]Che dire... è stato un incontro molto piacevole con EMG & Family.[/quote:1dudzyp7]\n\nNaturalmente il piacere è stato assolutamente reciproco. Mi sa che i bambini invece non si sono divertiti...\n\n[quote=\"Marco Turco\":1dudzyp7]Ovviamente ho approfittato dell'occasione per consumare a dovere i neuroni di EMG,[/quote:1dudzyp7]\r\n\r\nNon è vero, hai parlato praticamente sempre tu.\r\n\r\nEMG", "time": "14:47", "topic": "28 settembre . Roma", "username": "Enrico Maria Giordano" } ]
28 settembre . Roma
[ { "date": "2008-10-28", "forum": "All products support", "text": "Mi dispiace ragazzi ... per quella sera...\r\nPurtroppo ho finito la riunione alle 22.00 alla Fmi \r\ne da li ho preso la flamminia ( passando per saxa) e sono tornato a casa ...c'era molto traffico .\r\n\r\nE' stata buona la pizza al florence ?", "time": "13:21", "topic": "28 settembre . Roma", "username": "Silvio" } ]
28 settembre . Roma
[ { "date": "2008-10-28", "forum": "All products support", "text": "A me è piaciuta. Anche se ad un certo punto mi si è un po' annacquata... <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\r\n\r\nEMG", "time": "13:29", "topic": "28 settembre . Roma", "username": "Enrico Maria Giordano" } ]
28 settembre . Roma
[ { "date": "2008-10-28", "forum": "All products support", "text": "mhm... in che senso...??!!??", "time": "13:36", "topic": "28 settembre . Roma", "username": "Silvio" } ]
28 settembre . Roma
[ { "date": "2008-10-28", "forum": "All products support", "text": "Proprio nel senso che ci è andata l'acqua. Marco potrà raccontartelo. <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\r\n\r\nEMG", "time": "13:37", "topic": "28 settembre . Roma", "username": "Enrico Maria Giordano" } ]
28 settembre . Roma
[ { "date": "2008-10-28", "forum": "All products support", "text": "L'acqua ...????? \r\nMa non era pizza e.... Birra ????\r\n\r\nEmg, L'acqua fa male!!!!!", "time": "13:48", "topic": "28 settembre . Roma", "username": "Silvio" } ]
28 settembre . Roma
[ { "date": "2008-10-28", "forum": "All products support", "text": "Diciamo che era un po' sciapa. Comunque io sono completamente astemio.\r\n\r\nEMG", "time": "16:55", "topic": "28 settembre . Roma", "username": "Enrico Maria Giordano" } ]
28 settembre . Roma
[ { "date": "2008-10-29", "forum": "All products support", "text": "[quote=\"Silvio\":1odtka63]Purtroppo ho finito la riunione alle 22.00 alla Fmi \n[/quote:1odtka63]\r\n\r\nFMI - Fondo Monerario Internazionale ?\r\nPotevi passare a trovarmi allora ..\r\nQui a Londra ci sono bei \"problemini\" con le banche <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: --> <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: --> <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: -->", "time": "22:30", "topic": "28 settembre . Roma", "username": "Marco Turco" } ]
28 settembre . Roma
[ { "date": "2008-10-30", "forum": "All products support", "text": "purtroppo hai fatto un errore di sbaglio \r\nFMI è l'acronimo di Federazione Motociclistica Italiana", "time": "11:25", "topic": "28 settembre . Roma", "username": "Silvio" } ]
28 settembre . Roma
[ { "date": "2008-10-30", "forum": "All products support", "text": "Perché non fate una campagna di informazione tra i motociclisti cercando di convincerli ad usare il mezzo il meno possibile e, quando lo usano, di essere un po' più disciplinati? Le moto sono diventate una vera piaga delle strade e ora, purtroppo, anche dei marciapiedi.\r\n\r\nEMG", "time": "11:31", "topic": "28 settembre . Roma", "username": "Enrico Maria Giordano" } ]
28 settembre . Roma
[ { "date": "2008-10-30", "forum": "All products support", "text": "Lo stiamo già facendo ...\r\nio per esempio oltre ad essere un commissario sportivo ( occupandomi solo di gare sportive) , sono un Formatore di Educazione Stradale e faccio gli incontri nelle scuole ( MPI e FMI hanno firmato un accordo ) per adesso scuole medie e biennio superiori, gli incontri sono inprontati sulla sicurezza e l'uso del proprio mezzo, ci sono gli istruttori che fanno vedere e provare qualunque tipo di mezzo dagli 50 cc agli 500cc in diverse difficoltà per esempio ghiaia, asfalto bagnato ecc. e fanno fare dei percorsi dal piu' semplice al piu impegnativo. se ti puo essere utile vai alla sezione sicurezza stradale della <!-- w --><a class=\"postlink\" href=\"http://www.federmoto.it\">www.federmoto.it</a><!-- w -->.\r\n\r\npoi ci sono anche i delinquenti...dei marciapiedi appunto !!!", "time": "13:51", "topic": "28 settembre . Roma", "username": "Silvio" } ]
28 settembre . Roma
[ { "date": "2008-10-30", "forum": "All products support", "text": "Speriamo allora nella prossima generazione. Comunque dovreste in primo luogo dissuaderli dall'utilizzare le moto che sono il modo migliore per ammazzarsi, oltre al fatto che inquinano come le auto.\r\n\r\nEMG", "time": "16:32", "topic": "28 settembre . Roma", "username": "Enrico Maria Giordano" } ]
28 settembre . Roma
[ { "date": "2008-10-30", "forum": "All products support", "text": "Caro ragazzo ...\r\nHo capito sei uno di quelli che dice \" con le moto uno si ammazza\" !!!\r\nMa guarda che con le auto ci si ammazza anche !!!!\r\nSe devi morire ... è il destino .... un mio conoscente è morto perchè è cascato da una sedia, ma lui faceva le gare prima di moto e poi di auto e non è mai accaduto niente, poi un giorno da una sedia ....\r\nSe sei un buon motociclista ci devi saper andare con la moto, per la tua sicurezza e per l'incolumità degli altri. Sono stufo di sentire sta ' storia le moto NO le auto si , le bici son meglio...se il destino ti chiama...puo' accaderti in qualsiasi momento...", "time": "17:54", "topic": "28 settembre . Roma", "username": "Silvio" } ]
28 settembre . Roma
[ { "date": "2008-10-30", "forum": "All products support", "text": "Cmq non vorrei alimentare una discussione qui in questo forum dove si dovrebbe parlare di altro ....\r\nio non sono un troll", "time": "17:55", "topic": "28 settembre . Roma", "username": "Silvio" } ]
28 settembre . Roma
[ { "date": "2008-10-30", "forum": "All products support", "text": "[quote=\"Silvio\":1vc1hexv]Caro ragazzo ...[/quote:1vc1hexv]\n\nGrazie per il \"ragazzo\". <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n[quote=\"Silvio\":1vc1hexv]Ho capito sei uno di quelli che dice \" con le moto uno si ammazza\" !!![/quote:1vc1hexv]\n\nNo, non lo dico, lo vedo. In un traffico caotico come quello di Roma negli incidenti sono quasi sempre coinvolte motociclette. Ne vedo tantissimi.\n\n[quote=\"Silvio\":1vc1hexv]Ma guarda che con le auto ci si ammazza anche !!!![/quote:1vc1hexv]\n\nSenza dubbio, ma solo se corri. Le auto hanno quattro ruote e se vai piano non ti succede niente. Le moto hanno solo due ruote e ti puoi far male anche da fermo se non stai attento.\n\n[quote=\"Silvio\":1vc1hexv]Sono stufo di sentire sta ' storia le moto NO le auto si , le bici son meglio...[/quote:1vc1hexv]\r\n\r\nIl fatto che tu sia stufo di sentirle non le rende meno vere. Le moto sono pericolose soprattutto per chi le guida e tendono a rendere il guidatore spericolato. Inoltre inquinano. Le auto sono grosse e inquinanti. Le biciclette non inquinano ma hanno una pericolosità analoga alle moto. Per me la cosa migliore è andare a piedi...\r\n\r\nEMG", "time": "18:35", "topic": "28 settembre . Roma", "username": "Enrico Maria Giordano" } ]
28 settembre . Roma
[ { "date": "2008-10-31", "forum": "All products support", "text": ">Le auto hanno quattro ruote \r\nche cosa vuol dire ?\r\nle 4 vanno bene le due no ?\r\nio mi fido di piu' quando vado con la moto che con la macchina \r\ned ho esperienza di 9 anni a brescia ( traffico caotico), molto spesso qualche deficiente che guida le auto crea il traffico \r\n\r\nte se devi andare a Milano ci vai a piedi ?", "time": "09:43", "topic": "28 settembre . Roma", "username": "Silvio" } ]
28 settembre . Roma
[ { "date": "2008-10-31", "forum": "All products support", "text": "[quote=\"Silvio\":jlzgvvsy]che cosa vuol dire ?\nle 4 vanno bene le due no ?[/quote:jlzgvvsy]\n\nMa dobbiamo proprio discutere di banalità come questa? Non ti sembra forse ovvio che un veicolo a quattro ruote sia più stabile di uno a due?\n\n[quote=\"Silvio\":jlzgvvsy]io mi fido di piu' quando vado con la moto che con la macchina[/quote:jlzgvvsy]\n\nTi fidi in che senso? Pensi forse che sia più facile farsi male con l'auto che con la moto? Non diciamo assurdità, per favore.\n\n[quote=\"Silvio\":jlzgvvsy]molto spesso qualche deficiente che guida le auto crea il traffico [/quote:jlzgvvsy]\n\nSu questo non ci piove. Le auto, l'ho già detto, sono più grosse e quindi ingombranti. Ma in quei casi dipende più dal conducente che dal mezzo.\n\n[quote=\"Silvio\":jlzgvvsy]te se devi andare a Milano ci vai a piedi ?[/quote:jlzgvvsy]\r\n\r\nQuesto è proprio il tipo di atteggiamento che provoca tutti i problemi di traffico che abbiamo oggi. Se devo andare a Milano non ci vado certo né in auto né in moto. Mai sentito parlare di treni?\r\n\r\nEMG", "time": "14:17", "topic": "28 settembre . Roma", "username": "Enrico Maria Giordano" } ]
28 settembre . Roma
[ { "date": "2008-11-01", "forum": "All products support", "text": "ci sono treni che ti fanno perdere tempo...altri che hanno servizi che non funziano... ho ricevuto molte lettere di scuse dalle ffss dopo aver fatto le dovute lamentele ed una in paricolare per il servizio scadente proprio del servizi bar ristorante di roma.\r\nse devi andare da una parte devi stare agli orari che fissano alte persone? io preferisco di no!\r\nma ritornando alle moto io mi sento più sicuro quando vado con la moto invece con la auto devo gardare a desa e a sinistra xché c'é sempre qualcuno che ti vuole venire addosso .\r\n\r\nIo spero per te che i tuoi figli non abbiano voglia di comprarsi un motore xché troveranno un padre difficile.\r\n\r\nMa ricordati che con le auto e con le moto si corre SOLO IN PISTA.\r\n\r\nper quanto riguarda l'inquinamento a volte inquinano anche le parole che ognuno di noi dice.\r\n\r\nBuon halloween", "time": "14:04", "topic": "28 settembre . Roma", "username": "Silvio" } ]
28 settembre . Roma
[ { "date": "2008-11-01", "forum": "All products support", "text": "[quote=\"Silvio\":1yteab88]ci sono treni che ti fanno perdere tempo...altri che hanno servizi che non funziano... ho ricevuto molte lettere di scuse dalle ffss dopo aver fatto le dovute lamentele ed una in paricolare per il servizio scadente proprio del servizi bar ristorante di roma.\nse devi andare da una parte devi stare agli orari che fissano alte persone? io preferisco di no![/quote:1yteab88]\n\nAllora preferisci morire di tumore grazie all'aria che si respira? Sembra che la maggior parte della gente non se ne renda ancora conto.\n\n[quote=\"Silvio\":1yteab88]ma ritornando alle moto io mi sento più sicuro quando vado con la moto invece con la auto devo gardare a desa e a sinistra xché c'é sempre qualcuno che ti vuole venire addosso .[/quote:1yteab88]\n\n??? Vuoi dire che con la moto puoi andare dritto per la tua strada fregandotene di chi hai a destra e a sinistra? Questo, in effetti, è proprio il tipo di comportamento completamente errato che vedo normalmente nei motociclisti.\n\n[quote=\"Silvio\":1yteab88]Io spero per te che i tuoi figli non abbiano voglia di comprarsi un motore xché troveranno un padre difficile.[/quote:1yteab88]\n\nSe per \"difficile\" intendi \"attento alle esigenze dell'ambiente e della salute\" sicuramente sì.\n\n[quote=\"Silvio\":1yteab88]Ma ricordati che con le auto e con le moto si corre SOLO IN PISTA.[/quote:1yteab88]\n\nPerfettamente d'accordo. Ma la maggior parte della gente purtroppo non lo è... <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\n[quote=\"Silvio\":1yteab88]per quanto riguarda l'inquinamento a volte inquinano anche le parole che ognuno di noi dice.[/quote:1yteab88]\r\n\r\nSì, \"ferisce più la lingua che la spada\". Però qui parliamo di inquinamento da gas di scarico. E se uno non ha recentemente mangiato aglio non credo possa essere così dannoso per la salute se parla. <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\r\n\r\nEMG", "time": "14:55", "topic": "28 settembre . Roma", "username": "Enrico Maria Giordano" } ]
28 settembre . Roma
[ { "date": "2010-10-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello fiveWinners.\n\nAnyone knows of a lib or source code for generating 2D barcode\n\nor have an alternative?\n\nGreetings", "time": "15:47", "topic": "2D Barcode", "username": "devtuxtla" } ]
2D Barcode
[ { "date": "2010-10-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Devtuxtla,\n\nIn internet search pdf147 bar code.\n\nBest Regards,\n\nLautaro Moreira\n\nPD: sorry for my bad english <!-- s:oops: --><img src=\"{SMILIES_PATH}/icon_redface.gif\" alt=\":oops:\" title=\"Embarassed\" /><!-- s:oops: -->", "time": "18:31", "topic": "2D Barcode", "username": "Lautaro" } ]
2D Barcode
[ { "date": "2010-10-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Zebra printers have native support to 2d barcode.\n\nYou just have to send a txt through the LPT1 port using the language of the printer.", "time": "20:19", "topic": "2D Barcode", "username": "sambomb" } ]
2D Barcode
[ { "date": "2010-10-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi FiveWinners\n\nThanks.\n\nBut, I need to do xHarbour generate a 2D bar code and print the document, this in turn will be printed in PDF.\n\nall the work you must do by the program, set to generate orders.\n\nAny other ideas?\n\n\nGreetings", "time": "21:39", "topic": "2D Barcode", "username": "devtuxtla" } ]
2D Barcode
[ { "date": "2010-10-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Hola,\n\nVe en este enlace, es una libreria en C : \n[url]\n<!-- m --><a class=\"postlink\" href=\"http://sourceforge.net/projects/pdf417lib/\">http://sourceforge.net/projects/pdf417lib/</a><!-- m -->\n[/url]\n\n\nSaludos \n\nLautaro Moreira", "time": "21:51", "topic": "2D Barcode", "username": "Lautaro" } ]
2D Barcode
[ { "date": "2011-09-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello, has anyone used 2D bar code library with FWH? If so, can you provide details?", "time": "21:22", "topic": "2D bar code printing", "username": "cdmmaui" } ]
2D bar code printing
[ { "date": "2011-09-16", "forum": "FiveWin for Harbour/xHarbour", "text": "For printing I use a barcode font. \n\nHere is a sample of my routine to check for barcode and install it if necessary.\nIn my program I just do CheckBarCode() if I want it installed automatically.\n\n[code=fw:34ldtloh]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#define</span> HKEY_LOCAL_MACHINE &nbsp;<span style=\"color: #000000;\">&#40;</span>0x80000002<span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #00C800;\">Function</span> CheckBarCode<span style=\"color: #000000;\">&#40;</span> lInstall <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> cWinFontsFolder, cFontFile, oFontBarCode<br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> cKey, oReg<br />&nbsp; &nbsp;<span style=\"color: #00C800;\">if</span> lInstall == <span style=\"color: #00C800;\">nil</span><br />&nbsp; &nbsp; &nbsp; lInstall := .t.<br />&nbsp; &nbsp;<span style=\"color: #00C800;\">endif</span><br />&nbsp; &nbsp;cKey := <span style=\"color: #ff0000;\">\"Software<span style=\"color: #000000;\">\\M</span>icrosoft<span style=\"color: #000000;\">\\W</span>indows NT<span style=\"color: #000000;\">\\C</span>urrentVersion<span style=\"color: #000000;\">\\F</span>onts\"</span><br />&nbsp; &nbsp;oReg &nbsp;:= TReg32<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>:<span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">&#40;</span> HKEY_LOCAL_MACHINE, cKey <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #B900B9;\">// need name of font to install here</span><br />&nbsp; &nbsp;cFontFile &nbsp;:= oReg:<span style=\"color: #0000ff;\">Get</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">'3 of 9 Barcode (TrueType)'</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;oReg:<span style=\"color: #000000;\">Close</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;lIsBarcode := !empty<span style=\"color: #000000;\">&#40;</span> cFontFile <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">if</span> .not. lIsBarCode .and. lInstall<br />&nbsp; &nbsp; &nbsp; InstallBarCode<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp; &nbsp; cFontFile &nbsp;:= oReg:<span style=\"color: #0000ff;\">Get</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">'3 of 9 Barcode (TrueType)'</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp; &nbsp; oReg:<span style=\"color: #000000;\">Close</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp; &nbsp; lIsBarcode := !empty<span style=\"color: #000000;\">&#40;</span> cFontFile <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">endif</span><br /><span style=\"color: #00C800;\">return</span><span style=\"color: #000000;\">&#40;</span> lIsBarcode<span style=\"color: #000000;\">&#41;</span><br /><br /><span style=\"color: #00C800;\">Function</span> InstallBarCode<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> cWindowsDir<br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> oShellApplication<br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> oShell<br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> oShellFSO<br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> cFontFile<br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> cFontDir<br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> cWinFontsFolder<br /><br />&nbsp; &nbsp;cWindowsDir := gete<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"systemroot\"</span> <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;oShell = CreateObject<span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"Shell.Application\"</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;oShellApplication := CreateObject<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Shell.Application\"</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;oShell &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:= TOleAuto<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>:<span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"WScript.Shell\"</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;oShellFSO &nbsp; &nbsp; &nbsp; &nbsp; := TOleAuto<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>:<span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Scripting.FileSystemObject\"</span> <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;<span style=\"color: #B900B9;\">// need full path name of font to install.</span><br />&nbsp; &nbsp;cFontDir &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:= <span style=\"color: #ff0000;\">'<span style=\"color: #000000;\">\\\\</span>trg401<span style=\"color: #000000;\">\\V</span>OL0<span style=\"color: #000000;\">\\I</span>nstall<span style=\"color: #000000;\">\\F</span>onts<span style=\"color: #000000;\">\\'</span> &nbsp;<br /><br />&nbsp; &nbsp;cFontFile &nbsp; &nbsp; &nbsp; &nbsp; := '</span>3of9.ttf<span style=\"color: #ff0000;\">'<br /><br />&nbsp; &nbsp;oNameSpace &nbsp; &nbsp; &nbsp; &nbsp;:= oShellApplication:Namespace( cFontDir )<br />&nbsp; &nbsp;oFont &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; := oNameSpace:ParseName( cFontFile )<br />&nbsp; &nbsp;oFont:InvokeVerb(\"Install\")<br />return nil<br /><br /></span></div>[/code:34ldtloh]", "time": "00:03", "topic": "2D bar code printing", "username": "Gale FORd" } ]
2D bar code printing
[ { "date": "2011-09-16", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"cdmmaui\":25k69dl8]Hello, has anyone used 2D bar code library with FWH? If so, can you provide details?[/quote:25k69dl8]\n\nTry Cayetano's barlib library.\n\nEMG", "time": "09:36", "topic": "2D bar code printing", "username": "Enrico Maria Giordano" } ]
2D bar code printing
[ { "date": "2019-01-21", "forum": "FiveWin para Harbour/xHarbour", "text": "[url:9iiac4r0]http&#58;//medium&#46;com/harbour-magazine[/url:9iiac4r0]\n\nEspero que vengais todos los de la primera reunión y todos los que no pudisteis venír.\n\nSaludos,\nJosé Luis Sánchez", "time": "20:17", "topic": "2a Reunión de programadores de Harbour Magazine", "username": "José Luis Sánchez" } ]
2a Reunión de programadores de Harbour Magazine
[ { "date": "2019-01-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola a todos,\n\nQuiero animar a todos los programadores que viven en España a que hagan un esfuerzo para asistir a la reunión de Calpe. Estamos preparando la reunión con mucha ilusión y con muchas ganas, tenemos previstas ponencias muy interesantes: una de Manuel Calero sobre pruebas unitarias en Harbour - que yo sepa es el único programador Harbour que usa pruebas unitarias en todo el mundo-, otra de Biel Maimó sobre TDolphin, y otra de Bingen Ugaldebere sobremigración rápida de DBF a SQL. También hemos contactado con otros grandes programadores y alguno tiene una charla realmente espectacular en cartera. No quiero dar nombres por no descubrir nada, pero esperamos poder contar con muchos más programadores de renombre e iremos informando de las charlas conforme vayamos cerrándolas. Esta año queremos dedicar un tiempo a un 'taller Harbour' en que cada uno pueda preguntar a quien quiera cosas y aspectos de sus programas que hayan llamado la atención y experiencias en el mundo del desarrollo en Harbour u otros lenguajes.\n\nHace 2 años hicimos la primera reunión y fue increible volvernos a ver después de muchos años. El lado humano de la reunión superó al técnico y lo pasamos fenomenal. Los organizadores dedicamos tiempo y esfuerzo para que salga lo mejor posible, y no tenemos ninguna motivación más que ver el mayor número de programadores Harbour posible juntos. No hay cuota de inscripción, lo hacemos fuera de temporada de vacaciones para que los alojamientos sean lo más económicos posible, y nadie cobra nada por asistir. Es más, el organizador se ha comprometido a pagar dos rondas de cerveza a los asistentes. \n\nPor favor, intentar venir los que podais. Teneis el formulario de inscripción en [url:37une2xx]https&#58;//drive&#46;google&#46;com/open?id=1bXAszn4P1nYTVY5zRU_pjPpsxnWLD16konXkDb1bJo8[/url:37une2xx], conforme os vayais inscribiendo contactaremos con vosotros para intentar ayudaros en cualquier tema relativo a la reunión. Os esperamos a todos.\n\nSaludos,\nJosé Luis Sánchez", "time": "16:29", "topic": "2a Reunión de programadores de Harbour Magazine", "username": "José Luis Sánchez" } ]
2a Reunión de programadores de Harbour Magazine
[ { "date": "2019-01-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Seria bueno saber la dirección donde se realiza la reunión, para buscar alojamiento cerquita... y que hoteles soleis frecuentar los que habeis ido otras veces.\n\nGracias.", "time": "18:29", "topic": "2a Reunión de programadores de Harbour Magazine", "username": "Xevi" } ]
2a Reunión de programadores de Harbour Magazine
[ { "date": "2019-01-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Xevi, \nlo tienes todo en Harbour Magazine, lo siguiente está copiado/pegado de ahí:\n\n[i:1ur0xbiy]Harbour Magazine organiza la 2ª Reunión de Programadores en Calpe (Alicante?—?España) los próximos días 30 y 31 de Marzo de 2019.\n...\nEste año tenemos previsto dedicar un tiempo a un taller Harbour, donde los asistentes puedan interactuar entre ellos preguntando por cuestiones prácticas de programación. Las ponencias se realizarán en el Campus d’Excel·lència Empresarial Casa Nova.\n\nNo hay cuota de registro a la reunión, pero cada asistente deberá costearse su alojamiento. La organización recomienda a los asistentes los siguientes alojamientos:\n\n Hostal Terra de Mar, tfno. 629665124\n Hotel Porto Calpe, tfno. 965837322\n Hotel Sol y Mar, tfno. 965831762\n Suitopía, tfno. 965831762[/i:1ur0xbiy]\n\nYo me alojo en el Hotel Porto Calpe del 29 al 31 de Marzo, 2 noches en individual, por 68€ total.\n\nSaludos,", "time": "18:50", "topic": "2a Reunión de programadores de Harbour Magazine", "username": "José Luis Sánchez" } ]
2a Reunión de programadores de Harbour Magazine
[ { "date": "2019-01-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias, José Luis.\n\nla dirección que encontré, con el maps...\nCentro Excelencia Empresarial Casa Nova, Partida Casanova, 1, M, 03710 Calpe, Alicante\n\nEl hotel, me parece bien.\n <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: -->", "time": "19:06", "topic": "2a Reunión de programadores de Harbour Magazine", "username": "Xevi" } ]
2a Reunión de programadores de Harbour Magazine
[ { "date": "2019-01-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Xevi, espero que te animes a venir !!!\n\nSaludos,", "time": "19:34", "topic": "2a Reunión de programadores de Harbour Magazine", "username": "José Luis Sánchez" } ]
2a Reunión de programadores de Harbour Magazine
[ { "date": "2019-01-29", "forum": "FiveWin para Harbour/xHarbour", "text": "Ya estamos preparando la ponencia.\n\n[img:3jmwbjgd]https&#58;//i&#46;ibb&#46;co/6ZwRRVw/portada&#46;png\"%20alt=\"portada\"%20border=\"0\"[/img:3jmwbjgd]\n\n<!-- s:wink: --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\":wink:\" title=\"Wink\" /><!-- s:wink: -->", "time": "23:21", "topic": "2a Reunión de programadores de Harbour Magazine", "username": "manuel_calero_solis" } ]
2a Reunión de programadores de Harbour Magazine
[ { "date": "2019-01-30", "forum": "FiveWin para Harbour/xHarbour", "text": "Pinta muy bien!!!", "time": "21:19", "topic": "2a Reunión de programadores de Harbour Magazine", "username": "xmanuel" } ]
2a Reunión de programadores de Harbour Magazine
[ { "date": "2019-02-22", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola a todos:\nya tenemos una primera relación de charlas que vamos a realizar en la 2ª Reunión de programadores Harbour el próximo mes de marzo en Calpe (Alicante). \n\nLas charlas previstas son las siguientes:\n* Pruebas unitarias con Harbour por Manuel Calero.\n* Migración rápida a SQL por Bingen Ugaldebere.\n* Utilización de TDolphin por Biel Maimó\n* OpenXava por Genaro Tur\n* Depuración de aplicaciones Harbour con hwgdebug por José Luis Sánchez\n\nTambién vamos a realizar un taller abierto de Habour donde los asistentes puedan exponer dudas y resolverlas entre todos los asistentes. Si algún otro asistente quiere realizar una charla estamos encantados de escuchar vuestras propuestas.\n\nOs recuerdo que la reunión se va a realizar del 29 al 31 de Marzo en Calpe (Alicante), que no hay que realizar ningún pago por la inscripción y que hay alojamientos económicos en la zona para que el coste sea el menor posible. Animo a todos a venir a la reunión, y podeis inscribiros en la siguiente URL [url:1vllward]https&#58;//drive&#46;google&#46;com/open?id=1bXAszn4P1nYTVY5zRU_pjPpsxnWLD16konXkDb1bJo8[/url:1vllward]. Tanto yo como el resto de organizadores y los ponentes de las charlas estamos preparando la reunión con mucha ilusión, y nos gustaría contar con la presencia del mayor número de programadores posible.\n\nSaludos,\nJosé Luis Sánchez", "time": "20:08", "topic": "2a Reunión de programadores de Harbour Magazine", "username": "José Luis Sánchez" } ]
2a Reunión de programadores de Harbour Magazine
[ { "date": "2019-02-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola,\n\nTiene una pintaza excelente, pero tengo a mi padre mal de salud. ¿Lo colgaréis en streaming?.\n\nAprovecho para preguntaros si pensáis tratar el tema visual, pues creo que es una cuestión que no debemos olvidar porque el software entra por los ojos.\n\nGracias!", "time": "20:15", "topic": "2a Reunión de programadores de Harbour Magazine", "username": "MOISES" } ]
2a Reunión de programadores de Harbour Magazine
[ { "date": "2019-02-25", "forum": "FiveWin para Harbour/xHarbour", "text": "Intentaremos publicar los videos, pero no prometemos nada.\n\nLa reunión la estamos organizando con mucha ilusión, pero la verdad es que la acogida entre los programadores españoles está siendo muy escasa. No se cuantos somos en el foro, pero el interés suscitado está siendo pequeño. \n\nCreo que este tipo de eventos deberíamos apoyarlos bastante más, para poner nuestra contribución a la comunidad de programadores Harbour y seguir manteniendo vivo el lenguaje y la comunidad de programadores. A todos los asistentes nos supone un esfuerzo asistir, hasta los que vivimos en Alicante, pero puede ser una de las últimas oportunidades de conocer a otros programadores y compartir con ellos nuestras inquietudes.\n\nSaludos,\n\nJosé Luis Sánchez", "time": "09:12", "topic": "2a Reunión de programadores de Harbour Magazine", "username": "José Luis Sánchez" } ]
2a Reunión de programadores de Harbour Magazine
[ { "date": "2019-03-02", "forum": "FiveWin para Harbour/xHarbour", "text": "José Luís,\n\nme he inscrito. <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> \nNo me he apuntado a ninguna cominola/cena por que no se a cual os apuntais los demás. Voy a ir con la familia y así aprovechan para hacer turismo (y compras, claro) Luego, si eso ya veré a que comida me apunto.\n\nNos vemos en Calpe!!!", "time": "15:44", "topic": "2a Reunión de programadores de Harbour Magazine", "username": "Xevi" } ]
2a Reunión de programadores de Harbour Magazine
[ { "date": "2019-03-04", "forum": "FiveWin para Harbour/xHarbour", "text": "Es una pasada...\nVes a viejos amigos y conoces a otros.\nSe aprende un montón... los temas de este año son muy buenos!!!\n\nOs animo a que vayáis, seguro que no os defraudará!!!\n\nVamossssssssssssssssssssssssssss!!!!", "time": "00:20", "topic": "2a Reunión de programadores de Harbour Magazine", "username": "xmanuel" } ]
2a Reunión de programadores de Harbour Magazine
[ { "date": "2019-03-04", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Xevi,\nme alegro mucho de que te hayas inscrito, y espero que el resto de programadores que lo están pensando todavía hagan lo mismo. No es solo por las charlas, que van a ser superinteresantes, sino por conocer en persona a otros compañeros con los que has compartido tantos mensajes en estos y otros fotos. \n\nSaludos,\nJosé Luis", "time": "16:40", "topic": "2a Reunión de programadores de Harbour Magazine", "username": "José Luis Sánchez" } ]
2a Reunión de programadores de Harbour Magazine
[ { "date": "2019-03-13", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola a todos,\n\ntenemos buenas noticias para la 2ª Reunión de programadores de Harbour Magazine. Antonio Linares y Cristobal Navarro han confirmado su asistencia, y Antonio va a realizar una charla práctica con FiveTouch en Android, mostrando como usar QT Creator, como construir Harbour, como probarlo en el emulador BlueStacks.\n\nA los que todavía estais dudando en asistir, creo que es una gran oportunidad para conocer a Antonio Linares y Cristobal Navarro y disfrutar de sus conocimientos y su compañía durante la reiunión.\n\nSaludos,\nJosé Luis Sánchez", "time": "16:18", "topic": "2a Reunión de programadores de Harbour Magazine", "username": "José Luis Sánchez" } ]
2a Reunión de programadores de Harbour Magazine
[ { "date": "2019-03-15", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola gente,\nme acabo de apuntar, reservando en Porto Calpe y para todas las comidas.\nEstamos en un grupo de Whatsapp para coordinarnos, por lo que ponedme un mensajito si quereis participar del grupo.\n\nNos vemos en Calpe", "time": "12:37", "topic": "2a Reunión de programadores de Harbour Magazine", "username": "Carlos Mora" } ]
2a Reunión de programadores de Harbour Magazine
[ { "date": "2019-03-15", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias Carlos por inscrbirte, y tengo que decir que es una satisfacción decir que tambíen se ha inscrito Gustavo Valentín que va a venir desde Argentina a la reunión.\n\nHasta ahora somos 19 los inscritos, y creo que la reunión va a superar la asistencia de la de 2017. \n\nEn serio, ¿ os lo vais a perder ?\n\nSaludos,\nJosé Luis Sánchez", "time": "19:21", "topic": "2a Reunión de programadores de Harbour Magazine", "username": "José Luis Sánchez" } ]
2a Reunión de programadores de Harbour Magazine