messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2016-03-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Günther,\nIt’s a pity that Austrian language could only be a wish in reality we have German language.\nBest regards und liebe Grüße \nOtto", "time": "19:06", "topic": "Antonio: New Harbour-build", "username": "Otto" } ]
Antonio: New Harbour-build
[ { "date": "2016-03-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Günther,\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=16&t=32074&start=0\">viewtopic.php?f=16&t=32074&start=0</a><!-- l -->", "time": "21:25", "topic": "Antonio: New Harbour-build", "username": "Antonio Linares" } ]
Antonio: New Harbour-build
[ { "date": "2016-03-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Was the MSVC build on the FWH downloads page current ? If not, I'll look for a fresh one on the bitbucket page when you can post it.\n\nThanks.", "time": "21:49", "topic": "Antonio: New Harbour-build", "username": "TimStone" } ]
Antonio: New Harbour-build
[ { "date": "2016-03-10", "forum": "FiveWin for Harbour/xHarbour", "text": "To Otto!!! <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \nOtto, liebe Grüße nach Osttirol. Ich kann kein \"Januar\" oder \"Februar\" hören! Bei uns heißt es \"Jänner\" (sogar amtlich!) und \"Feber\". Natürlich nicht in der Gastronomie wo vermutlich auch in deinem Falle viele \"Deutsche\" als Gäste kommen! Nochmals viele Grüße! Ich werde einmal hinaufkommen. Als Kärntner hab ichs ja nicht so weit.\nGünther", "time": "00:11", "topic": "Antonio: New Harbour-build", "username": "byte-one" } ]
Antonio: New Harbour-build
[ { "date": "2016-03-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, many thanks!!!", "time": "00:12", "topic": "Antonio: New Harbour-build", "username": "byte-one" } ]
Antonio: New Harbour-build
[ { "date": "2016-03-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Tim,\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=16&t=32081#p187738\">viewtopic.php?f=16&t=32081#p187738</a><!-- l -->", "time": "08:59", "topic": "Antonio: New Harbour-build", "username": "Antonio Linares" } ]
Antonio: New Harbour-build
[ { "date": "2016-03-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, there was a mistake in Harbour:\n[url:2s7anzb9]https&#58;//groups&#46;google&#46;com/forum/#!topic/harbour-devel/3Jk29ggmE6U[/url:2s7anzb9]\nIf your time allow, please make a new build from Harbour.", "time": "09:57", "topic": "Antonio: New Harbour-build", "username": "byte-one" } ]
Antonio: New Harbour-build
[ { "date": "2016-03-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Günther,\n\nThats why I like to wait several months until it gets stabilized <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "14:11", "topic": "Antonio: New Harbour-build", "username": "Antonio Linares" } ]
Antonio: New Harbour-build
[ { "date": "2016-03-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, no problem. I had download from Harbour-code the .prg with the new code and compile extra. Thanks!", "time": "14:34", "topic": "Antonio: New Harbour-build", "username": "byte-one" } ]
Antonio: New Harbour-build
[ { "date": "2017-06-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, for german you should make this definition:\n \ncase nLang == 5 // German\n aNums := { \"ein\", \"zwei\", \"drei\", \"vier\", \"fünf\", \"sechs\", \"sieben\", \"acht\", \"neun\", \"zehn\", ;\n \"elf\", \"zwölf\", \"dreizehn\", \"vierzehn\", \"fünfzehn\", \"sechzehn\", \"siebzehn\", \"achtzehn\", \"neunzehn \", \"zwanzig\" }\n aTens := { \"zehn\", \"zwanzig\", \"dreißig\", \"vierzig\", \"fünfzig\", \"sechzig\", \"siebzig\", \"achtzig\", \"neunzig\" }\n aUnits := { \"hundert\", \"tausend\", \"millionen\", \"milliarden\" }\n cAnd := \" und\"", "time": "16:20", "topic": "Antonio: Num2Word.prg", "username": "byte-one" } ]
Antonio: Num2Word.prg
[ { "date": "2017-06-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you very much.\nWe implemented the changes.", "time": "01:05", "topic": "Antonio: Num2Word.prg", "username": "nageswaragunupudi" } ]
Antonio: Num2Word.prg
[ { "date": "2017-06-06", "forum": "FiveWin for Harbour/xHarbour", "text": "I saw there is not italian language can have the source on english", "time": "11:00", "topic": "Antonio: Num2Word.prg", "username": "Silvio.Falconi" } ]
Antonio: Num2Word.prg
[ { "date": "2017-06-06", "forum": "FiveWin for Harbour/xHarbour", "text": "case nLang == 6 // Italian \naNums := { \"uno\", \"due\", \"tre\", \"quattro\", \"cinque\", \"sei\", \"sette\", \"otto\", \"nove\", \"dieci\", ;\n\"undici\", \"dodici\", \"tredici\", \"quattordici\", \"quindici\", \"sedici\", \"diciasette\", \"diciotto\", \"diciannove \", \"venti\" }\naTens := { \"dieci\", \"venti\", \"trenta\", \"quaranta\", \"cinquanta\", \"sessanta\", \"settanta\", \"ottanta\", \"novanta\" }\naUnits := { \"cento\", \"mille\", \"millione\", \"milliardo\" }\ncAnd := \" e\"", "time": "11:05", "topic": "Antonio: Num2Word.prg", "username": "Silvio.Falconi" } ]
Antonio: Num2Word.prg
[ { "date": "2017-06-06", "forum": "FiveWin for Harbour/xHarbour", "text": "We had Italian too:\nThis was the original translation:\n[code=fw:1xg3tftu]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> &nbsp; &nbsp; &nbsp;aNums &nbsp; &nbsp;:= <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"One\"</span>, <span style=\"color: #ff0000;\">\"due\"</span>, <span style=\"color: #ff0000;\">\"tre\"</span>, <span style=\"color: #ff0000;\">\"quattro\"</span>, <span style=\"color: #ff0000;\">\"cinque\"</span>, <span style=\"color: #ff0000;\">\"sei\"</span>, <span style=\"color: #ff0000;\">\"sette\"</span>, <span style=\"color: #ff0000;\">\"otto\"</span>, <span style=\"color: #ff0000;\">\"nove\"</span>, <span style=\"color: #ff0000;\">\"th\"</span>, ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #ff0000;\">\"Undici\"</span>, <span style=\"color: #ff0000;\">\"dodici\"</span>, <span style=\"color: #ff0000;\">\"tredici\"</span>, <span style=\"color: #ff0000;\">\"quattordici\"</span>, <span style=\"color: #ff0000;\">\"quindici\"</span>, <span style=\"color: #ff0000;\">\"sedici\"</span>, <span style=\"color: #ff0000;\">\"diciassette\"</span>, <span style=\"color: #ff0000;\">\"diciotto\"</span>, <span style=\"color: #ff0000;\">\"diciannove\"</span>, <span style=\"color: #ff0000;\">\"venti\"</span> <span style=\"color: #000000;\">&#125;</span><br />&nbsp; &nbsp; &nbsp; aTens &nbsp; &nbsp;:= <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"Th\"</span>, <span style=\"color: #ff0000;\">\"venti\"</span>, <span style=\"color: #ff0000;\">\"trenta\"</span>, <span style=\"color: #ff0000;\">\"quaranta\"</span>, <span style=\"color: #ff0000;\">\"cinquanta\"</span>, <span style=\"color: #ff0000;\">\"sessanta\"</span>, <span style=\"color: #ff0000;\">\"settanta\"</span>, <span style=\"color: #ff0000;\">\"ottanta\"</span>, <span style=\"color: #ff0000;\">\"novanta\"</span> <span style=\"color: #000000;\">&#125;</span><br />&nbsp; &nbsp; &nbsp; aUnits &nbsp; := <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"Cento\"</span>, <span style=\"color: #ff0000;\">\"mille\"</span>, <span style=\"color: #ff0000;\">\"milioni\"</span>, <span style=\"color: #ff0000;\">\"miliardi\"</span> <span style=\"color: #000000;\">&#125;</span><br />&nbsp; &nbsp; &nbsp; cAnd &nbsp; &nbsp; := <span style=\"color: #ff0000;\">\" e\"</span><br />&nbsp;</div>[/code:1xg3tftu]\nNow I changed as advised by you.", "time": "14:35", "topic": "Antonio: Num2Word.prg", "username": "nageswaragunupudi" } ]
Antonio: Num2Word.prg
[ { "date": "2017-06-06", "forum": "FiveWin for Harbour/xHarbour", "text": "We request other users of Spanish and Portuguese also to suggest correct translations.\nPlease see \\fwh\\source\\function\\num2words.prg", "time": "14:36", "topic": "Antonio: Num2Word.prg", "username": "nageswaragunupudi" } ]
Antonio: Num2Word.prg
[ { "date": "2017-06-06", "forum": "FiveWin for Harbour/xHarbour", "text": "the italian language[b:1km2el8g] is wrong [/b:1km2el8g]\n[code=fw:1km2el8g]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp;aNums &nbsp; &nbsp;:= <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"One\"</span>, <span style=\"color: #ff0000;\">\"due\"</span>, <span style=\"color: #ff0000;\">\"tre\"</span>, <span style=\"color: #ff0000;\">\"quattro\"</span>, <span style=\"color: #ff0000;\">\"cinque\"</span>, <span style=\"color: #ff0000;\">\"sei\"</span>, <span style=\"color: #ff0000;\">\"sette\"</span>, <span style=\"color: #ff0000;\">\"otto\"</span>, <span style=\"color: #ff0000;\">\"nove\"</span>, <span style=\"color: #ff0000;\">\"th\"</span>, ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #ff0000;\">\"Undici\"</span>, <span style=\"color: #ff0000;\">\"dodici\"</span>, <span style=\"color: #ff0000;\">\"tredici\"</span>, <span style=\"color: #ff0000;\">\"quattordici\"</span>, <span style=\"color: #ff0000;\">\"quindici\"</span>, <span style=\"color: #ff0000;\">\"sedici\"</span>, <span style=\"color: #ff0000;\">\"diciassette\"</span>, <span style=\"color: #ff0000;\">\"diciotto\"</span>, <span style=\"color: #ff0000;\">\"diciannove\"</span>, <span style=\"color: #ff0000;\">\"venti\"</span> <span style=\"color: #000000;\">&#125;</span><br />&nbsp; &nbsp; &nbsp; aTens &nbsp; &nbsp;:= <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"Th\"</span>, <span style=\"color: #ff0000;\">\"venti\"</span>, <span style=\"color: #ff0000;\">\"trenta\"</span>, <span style=\"color: #ff0000;\">\"quaranta\"</span>, <span style=\"color: #ff0000;\">\"cinquanta\"</span>, <span style=\"color: #ff0000;\">\"sessanta\"</span>, <span style=\"color: #ff0000;\">\"settanta\"</span>, <span style=\"color: #ff0000;\">\"ottanta\"</span>, <span style=\"color: #ff0000;\">\"novanta\"</span> <span style=\"color: #000000;\">&#125;</span><br />&nbsp; &nbsp; &nbsp; aUnits &nbsp; := <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"Cento\"</span>, <span style=\"color: #ff0000;\">\"mille\"</span>, <span style=\"color: #ff0000;\">\"milioni\"</span>, <span style=\"color: #ff0000;\">\"miliardi\"</span> <span style=\"color: #000000;\">&#125;</span><br />&nbsp; &nbsp; &nbsp; cAnd &nbsp; &nbsp; := <span style=\"color: #ff0000;\">\" e\"</span><br /><br />&nbsp;</div>[/code:1km2el8g]\n\nthis is the [b:1km2el8g]right [/b:1km2el8g]\n\naNums := { \"uno\", \"due\", \"tre\", \"quattro\", \"cinque\", \"sei\", \"sette\", \"otto\", \"nove\", \"dieci\", ;\n\"undici\", \"dodici\", \"tredici\", \"quattordici\", \"quindici\", \"sedici\", \"diciasette\", \"diciotto\", \"diciannove \", \"venti\" }\naTens := { \"dieci\", \"venti\", \"trenta\", \"quaranta\", \"cinquanta\", \"sessanta\", \"settanta\", \"ottanta\", \"novanta\" }\naUnits := { \"cento\", \"mille\", \"millione\", \"milliardo\" }\ncAnd := \" e\"", "time": "14:52", "topic": "Antonio: Num2Word.prg", "username": "Silvio.Falconi" } ]
Antonio: Num2Word.prg
[ { "date": "2017-06-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr Silvio\n\nI now adopted what you suggested.", "time": "15:10", "topic": "Antonio: Num2Word.prg", "username": "nageswaragunupudi" } ]
Antonio: Num2Word.prg
[ { "date": "2017-06-06", "forum": "FiveWin for Harbour/xHarbour", "text": "In portuguese:\n\n aNums := { \"um\", \"dois\", \"três\", \"quatro\", \"cinco\", \"seis\", \"sete\", \"oito\", \"nove\", \"dez\", ;\n \"onze\", \"doze\", \"treze\", \"quatorze\", \"quinze\", \"dezesseis\", \"dezessete\", \"dezoito\", \"dezenove\", \"vinte\" }\n aTens := { \"dez\", \"vinte\", \"trinta\", \"quarenta\", \"cinquenta\", \"sessenta\", \"setenta\", \"oitenta\", \"noventa\" }\n aUnits := { \"cento\", \"mil\", \"milhão\", \"bilhão\" }\n cAnd := \" e\"", "time": "15:12", "topic": "Antonio: Num2Word.prg", "username": "vilian" } ]
Antonio: Num2Word.prg
[ { "date": "2017-06-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr Vilian\n\nThank you. Adopted", "time": "15:20", "topic": "Antonio: Num2Word.prg", "username": "nageswaragunupudi" } ]
Antonio: Num2Word.prg
[ { "date": "2017-06-06", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"nageswaragunupudi\":2m838rn4]Mr Silvio\n\nI now adopted what you suggested.[/quote:2m838rn4]\n\n\nthanks to try the function can you write wich are c1 and c2 parameters ?", "time": "15:24", "topic": "Antonio: Num2Word.prg", "username": "Silvio.Falconi" } ]
Antonio: Num2Word.prg
[ { "date": "2017-06-06", "forum": "FiveWin for Harbour/xHarbour", "text": "The function uses the currency name corresponding to the region set in \nFWNumFormat( cRegion, [lThousandSeparator] )\n\ncRegion can be 'A' for America (general format), 'B', for Britan, 'E' for Europe and 'I' for India. This setting decides the default numeric format:\n'A' and 'B' : 999,999,999.99\n'E' : 999.999.999,99\n'I' : 99,99,99,999.99\n\nfunction NUMPICT( 9, 2 ) --> picture depending on the country code.\n\nIt is desirable to depend on FWNumFormat() and NumPict() rather than hard-coding the picture clauses. This enables to change the numeric format globally and on the fly for applications that need to run globally.\n\nThe function selects currency name as \"Dollar\", \"Pound\", \"Euro\", \"Rupee\" on the basis of the region 'A', 'B', 'E' or 'I'. \n\nWhen a different currency name is required, parameters c1 and c2 can be used for currency name and cents name.\n\nExample:\n[code=fw:1t4ozbgl]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />   FWNumFormat<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"E\"</span>, .t. <span style=\"color: #000000;\">&#41;</span>  <span style=\"color: #B900B9;\">// European format</span><br />   FW_N2WSETUP<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">4</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #B900B9;\">// Portuguese</span><br />   ? FW_NUMTOWORDS<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">4567.23</span> <span style=\"color: #000000;\">&#41;</span><br />   ? FW_NUMTOWORDS<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">4567.23</span>, <span style=\"color: #ff0000;\">\"Real\"</span>, <span style=\"color: #ff0000;\">\"cents\"</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #B900B9;\">// The names will be used for all subsequent calls.</span><br /> </div>[/code:1t4ozbgl]\n\nResult:\n[code=fw:1t4ozbgl]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />Euros quatro mil cinco cento sessenta sete e  cents vinte três<br />Reals quatro mil cinco cento sessenta sete e cents vinte três<br /> </div>[/code:1t4ozbgl]", "time": "16:25", "topic": "Antonio: Num2Word.prg", "username": "nageswaragunupudi" } ]
Antonio: Num2Word.prg
[ { "date": "2017-06-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr Rao,\n\nThis result in portuguese is wrong:\n[quote:2cdlsaox]Reals quatro mil cinco cento sessenta sete e cents vinte três[/quote:2cdlsaox]\n\nFor this value(4567,23), the right result should be:\n\n[b:2cdlsaox]Quatro mil quinhentos e sessenta sete reais e vinte três centavos[/b:2cdlsaox]", "time": "16:59", "topic": "Antonio: Num2Word.prg", "username": "vilian" } ]
Antonio: Num2Word.prg
[ { "date": "2017-06-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Ola... Boa tarde\n\nVilian, creio que esteja faltando uma variável do tipo\n\n------------------100-------200------------300----------400------------500-------------600-------------700------------800---------900\naCentenas := { \"Cem\", \"Duzentos\",\"Trezentos\",\"Quatrocentos\",\"Quinhentos\",\"Seiscentos\",\"Setecentos\",\"Oitocentos\",\"Novecentos\"}\n\nCreio que seja isto.\n\nEspero ter ajudado.", "time": "18:14", "topic": "Antonio: Num2Word.prg", "username": "miragerr" } ]
Antonio: Num2Word.prg
[ { "date": "2017-06-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Nages,\nI Try with \n FWNumFormat( \"E\", .t. ) // European format\n FW_N2WSETUP( 6 ) // Italian\n ? FW_NUMTOWORDS( 4567.23 )\n ? FW_NUMTOWORDS( 4567.23, \"Euro\", \"centesimi\" )\n\ngive me :\n[b:2i6yoqdt] Euros quattro mille cinque Cento sessanta sette e cents vent tre [/b:2i6yoqdt]\n\nbut this is wrong because \n\n Quattromilacinquecentosessantasette/23\n\nIf the banck check is 500 euros, it is necessary to write: [b:2i6yoqdt]cinquecento/00.[/b:2i6yoqdt]\n\n If it is 500.50 euros, it is necessary to write: [b:2i6yoqdt]cinquecento/50[/b:2i6yoqdt]\n\nIn case of 4567.23 In Italy I write \n\n[b:2i6yoqdt]Euro QuattroMilaCinqueCentoSessantaSette/23[/b:2i6yoqdt]\n\nthen you can ask also to Enrico Maria Giordano or another Italian friend\n\nfor try a test you can go to internet at <!-- m --><a class=\"postlink\" href=\"https://www.blia.it/cifralettere/\">https://www.blia.it/cifralettere/</a><!-- m --> and insert the number you want", "time": "18:27", "topic": "Antonio: Num2Word.prg", "username": "Silvio.Falconi" } ]
Antonio: Num2Word.prg
[ { "date": "2017-06-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks for your comments.\nI find other languages are not as simple as English.\nLet me study more and see how to implement.\nWhenever I require, I will seek your help.\nPlease give me some more time.\n\nMr Gunther\nAre you getting the results correctly in German with your changes?", "time": "01:19", "topic": "Antonio: Num2Word.prg", "username": "nageswaragunupudi" } ]
Antonio: Num2Word.prg
[ { "date": "2017-06-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr. Nages, i will test next days!", "time": "08:26", "topic": "Antonio: Num2Word.prg", "username": "byte-one" } ]
Antonio: Num2Word.prg
[ { "date": "2017-06-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Spanish is a bit more complicated, because at least in the case of 1, can be said in two different ways depending of its use...\nThis was around 2003, made this just for fun, i never look back at it, because I never need it....\n\nFor sure in spanish you wont want it to say\n\n[quote:20ny4iuu]Ciento uno mil, quinientos uno dolares[/quote:20ny4iuu]\n\nIn english and spanish\nnever finished, \nthe string can be quite long... needs to be broken down....\n\n[url:20ny4iuu]http&#58;//www&#46;lawebdelprogramador&#46;com/codigo/Clipper-FiveWin/803-Convertir-cantidades-a-cadena&#46;html[/url:20ny4iuu]", "time": "01:00", "topic": "Antonio: Num2Word.prg", "username": "Bayron" } ]
Antonio: Num2Word.prg
[ { "date": "2012-03-28", "forum": "FiveWin for Harbour/xHarbour", "text": "The vars in TRibbon.prg [code=fw:271q58o7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">static</span> hQuickAreaL, hQuickAreaM, hQuickAreaR</div>[/code:271q58o7] should not be static! Should be normal data from the class. I use a second window and when i leave this window with ribbonbar , the quickarea from the main-window is cutted.", "time": "08:53", "topic": "Antonio: Problem in TRibbon", "username": "byte-one" } ]
Antonio: Problem in TRibbon
[ { "date": "2012-04-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, i have made the above changes and displaying of quickaccess in some windows is ok. Can you make this changes also in FWH?", "time": "08:55", "topic": "Antonio: Problem in TRibbon", "username": "byte-one" } ]
Antonio: Problem in TRibbon
[ { "date": "2012-04-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Implemented and working fine, thanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "13:51", "topic": "Antonio: Problem in TRibbon", "username": "Antonio Linares" } ]
Antonio: Problem in TRibbon
[ { "date": "2015-01-16", "forum": "FiveWin for Harbour/xHarbour", "text": "What range of characters are converted? I found, that < chr(32) are not functioning!?", "time": "09:07", "topic": "Antonio: Question to encrypt()/decrypt()", "username": "byte-one" } ]
Antonio: Question to encrypt()/decrypt()
[ { "date": "2015-01-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther \n\ni use encrypt and decrypt in my app without problem\n\nCRYPTEDTXT := CMIMEENC(ENCRYPT(xxxx))\n\ndecryptedtxt := DECRYPT(CMIMEDEC(ALLTRIM(CRYPTEDTXT)))\n\nHth\n\nRichard", "time": "09:57", "topic": "Antonio: Question to encrypt()/decrypt()", "username": "Richard Chidiak" } ]
Antonio: Question to encrypt()/decrypt()
[ { "date": "2015-01-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Günther,\n\nAll of them are used.\n\nCould you provide an example ? thanks", "time": "09:58", "topic": "Antonio: Question to encrypt()/decrypt()", "username": "Antonio Linares" } ]
Antonio: Question to encrypt()/decrypt()
[ { "date": "2008-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\r\nAny chance of you enhancing class TSAY to add option TRANSPARENT / OPAQUE?\r\n\r\nI have various DIALOGs where I want most SAYs to be transparent but some to be not transparent. The latter are typically mathematically calculated PROMPTs where the SAY control in my resource file has a border and I apply a background color to the SAY (resulting in the colored background filling the entire area inside the border box. \r\n\r\nCurrently, if I make the DIALOG transparent, I lose the background colour for these bordered SAYs. Yes, I can include (eg)\r\n\r\n(oMyColorSay:lTransparent := .F.)\r\n\r\nat the time I ACTIVATE DIALOG but this only colors the *text* inside the SAY border instead of filling the entire SAY border area like it does if the DIALOG is not transparent. It also means a great amount of extra coding (an extra line for each such say).\r\n\r\nAny chance of you adding this TRANSPARENT / OPAQUE option to TSAY any time soon?\r\n\r\nThanks,\r\nColin", "time": "05:39", "topic": "Antonio: Requested SAY enhancement", "username": "Colin Wisbey" } ]
Antonio: Requested SAY enhancement
[ { "date": "2008-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Colin,\r\n\r\nYes, we are currently working on transparent portions of controls to implement rounded buttons, so we can use it for SAYs too", "time": "11:43", "topic": "Antonio: Requested SAY enhancement", "username": "Antonio Linares" } ]
Antonio: Requested SAY enhancement
[ { "date": "2008-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Great. Thanks, Antonio\r\nCol", "time": "15:26", "topic": "Antonio: Requested SAY enhancement", "username": "Colin Wisbey" } ]
Antonio: Requested SAY enhancement
[ { "date": "2008-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\r\n\r\nWhen editing a cell in xBrowse, I need the ability for UP and DOWN keys to complete the edit and move in the direction indicated. (i.e. instead of having to press RETURN first).\r\n\r\nI've been using LKM's TCBrowse for many years and love his version but I'm looking at the benefits of \"modernising\" to xBrowse. Some years ago I made some fairly complicated changes to LKM's TCBrowse to provide the above UP / DOWN facility, including a \"No follow\" action if the edit was on a field in the current cdx tag. \r\n\r\ne.g. Assume the data (indexed by Product) is:\r\n\r\nPRODUCT PRICE\r\nBlue Cap 5\r\nBlue Coat 42\r\nBlue Dress 33\r\nBlue Trousers 70\r\n\r\n- If you changed the Coat price then pressed DOWN, you would be on the Dress record. \r\n- However, if instead you wanted to change all the \"Blue\"s to \"Red\" in all product descriptions, then after changing \"Blue Cap\" to \"Red Cap\" and then pressing DOWN (without pressing RETURN), you would want to be on the \"Blue Coat\" record, not the record following \"Red Cap\". (i.e. You have changed the index order but now want to change the price of the next product you were up to). \r\n\r\nAs mentioned, my changes to LKM's TCBrowse already handle this but took me quite a while to work out back then and the code is \"messy\" and it would seem to be a big job for me to make equivalent changes in xBrowse.\r\n\r\nThis facility is extremely useful. (For me, vital).\r\n\r\nAre you able to implement this feature in xBrowse, Antonio?\r\n\r\nI'm also interested in how many other FiveWinners are interested in you adding such an enhancement. (I would have thought many people would have the need).\r\n\r\nThanks,\r\nColin", "time": "06:18", "topic": "Antonio: Requested xBrowse enhancement", "username": "Colin Wisbey" } ]
Antonio: Requested xBrowse enhancement
[ { "date": "2008-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Colin,\r\n\r\nYes, we can implement it", "time": "11:38", "topic": "Antonio: Requested xBrowse enhancement", "username": "Antonio Linares" } ]
Antonio: Requested xBrowse enhancement
[ { "date": "2008-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Colin and Antonio,\r\n\r\nI worked on this same problem about 10 years ago. First I reviewed spreadsheet behavior so I could recreate it in a browse. Here is the old specification I wrote for spreadsheet style editing. This may be of some help.\r\n\r\nJames\r\n\r\n------------------------------\r\nSpecification for Spreadsheet Style Editing\r\n\r\n1) A single cell is highlighted at a time, preferably with an heavy outline rather than the entire cell being in reverse video.\r\n\r\n2) Spreadsheets have two modes, edit and replace. The replace-mode is triggered when you start typing any key and this key initiates data entry with the previous data cleared and the new keystroke in the cell. Any of the four arrow keys ends the replace-mode and moves to the ajacent cell. The Enter key also ends the replace-mode except the cursor remains on the same cell. The Tab key terminates the replace-mode and moves to the cell to the right. The Shift-Tab terminates and moves to the cell to the left.\r\n\r\n3) A double-click or F2 triggers the edit-mode for the currently highlighted cell. [Note that Clipper users are used to using the Enter key for this--ideally we'd like to optionally use the Enter Key too.] This places the cell into a standard edit-mode with the existing data still in the cell. Use of the right and left arrow keys now just moves the cursor within the cell. Use of the up or down arrow keys ends the edit-mode and moves to the next cell. The Tab key ends the edit and moves to the cell to the right. The Shift-Tab ends the edit and moves to the cell to the left.\r\n\r\n4) A single click on a new cell while in the edit-mode ends the edit and moves to the new cell. A double click places it in the edit-mode too.", "time": "12:50", "topic": "Antonio: Requested xBrowse enhancement", "username": "James Bott" } ]
Antonio: Requested xBrowse enhancement
[ { "date": "2008-05-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Many thanks, Antonio. I eagerly await such enhancement.\r\n\r\nOn a side note, I must applaud you on your extremely prompt and pro-active customer service as your standard modus operandi. Frequent enhancements / fixes, ultra quick helpful responses to queries. We can't ask for better service.\r\n\r\nKind regards,\r\nColin", "time": "15:34", "topic": "Antonio: Requested xBrowse enhancement", "username": "Colin Wisbey" } ]
Antonio: Requested xBrowse enhancement
[ { "date": "2008-05-29", "forum": "FiveWin for Harbour/xHarbour", "text": "It would be nice to improve xBrowse to behave like excel, the way Mr James Bott suggested. Even new users feel the browse to be familiar. \r\n\r\nHaving gone through xBrowse source code manytimes, I observed that the original intention appeard to make the grid behave like excel. Better continue further development in the directions advised by Mr James", "time": "14:32", "topic": "Antonio: Requested xBrowse enhancement", "username": "nageswaragunupudi" } ]
Antonio: Requested xBrowse enhancement
[ { "date": "2008-06-09", "forum": "FiveWin for Harbour/xHarbour", "text": "hello test to see if this example serves you can use directional keys without pressing enter and stay in shape RELEASED\r\n\r\n\r\n\r\n<!-- m --><a class=\"postlink\" href=\"http://www.accasoft.net/Ejemplo\">http://www.accasoft.net/Ejemplo</a><!-- m --> xBrowse Estilo Excel.zip", "time": "04:00", "topic": "Antonio: Requested xBrowse enhancement", "username": "luisduque" } ]
Antonio: Requested xBrowse enhancement
[ { "date": "2008-06-09", "forum": "FiveWin for Harbour/xHarbour", "text": "is \r\n<!-- m --><a class=\"postlink\" href=\"http://www.accasoft.net/Ejemplo%20xBrowse%20Estilo%20Excel.zip\">http://www.accasoft.net/Ejemplo%20xBrow ... 0Excel.zip</a><!-- m -->", "time": "04:03", "topic": "Antonio: Requested xBrowse enhancement", "username": "luisduque" } ]
Antonio: Requested xBrowse enhancement
[ { "date": "2008-06-09", "forum": "FiveWin for Harbour/xHarbour", "text": "LuisDuque,\r\n The ability for UP and DOWN keys to complete the edit and move in the direction indicated. (i.e. instead of having to press RETURN first). \r\n By modify static function EditGetkeyDown().\r\nGreat ! \r\nThank you !\r\nShuming Wang", "time": "05:31", "topic": "Antonio: Requested xBrowse enhancement", "username": "ShumingWang" } ]
Antonio: Requested xBrowse enhancement
[ { "date": "2012-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Antonio!\n1: In Combobox with style CBS_DROPDOWN (with Get) the font becomes big if the combobox are setting to \"disabled\".\n2: On gets with oGet:bPostedit := {|,cBuffer| } the cBuffer becomes NIL if the len of the get-variable is reached and another key is pressed.\n3: In Combobox method ::set() should also evaluated the ::bChanged if exist.\n4: In TRANSPARENT dialogs the treeview is ugly!", "time": "15:22", "topic": "Antonio: Some Little Bugs", "username": "byte-one" } ]
Antonio: Some Little Bugs
[ { "date": "2012-11-12", "forum": "FiveWin for Harbour/xHarbour", "text": "5: Also on Combobox the variable are not updated, when i call ::set(???) and the goal of set are the actual ::nAt.", "time": "12:16", "topic": "Antonio: Some Little Bugs", "username": "byte-one" } ]
Antonio: Some Little Bugs
[ { "date": "2012-11-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Günther\n\nHere is the answer to your first question from Enrico .. had the same problem myself .\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=24915\">viewtopic.php?f=3&t=24915</a><!-- l -->\n\n[code=fw:3fivjpfz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">COMBOBOX</span> oCbx <span style=\"color: #0000ff;\">VAR</span> cItem <span style=\"color: #0000ff;\">ITEMS</span> <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"Testing\"</span>, <span style=\"color: #ff0000;\">\"this\"</span>, <span style=\"color: #ff0000;\">\"ComboBox\"</span> <span style=\"color: #000000;\">&#125;</span> ;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">110</span> <span style=\"color: #0000ff;\">OF</span> oDlg <span style=\"color: #0000ff;\">when</span> cMode <> <span style=\"color: #ff0000;\">\"V\"</span><br /><br />&nbsp; &nbsp;oCbx:<span style=\"color: #000000;\">oGet</span>:<span style=\"color: #000000;\">SetFont</span><span style=\"color: #000000;\">&#40;</span> oFont <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #B900B9;\">// <-- here is the fix</span><br />&nbsp;</div>[/code:3fivjpfz]\n\nRick Lipkin", "time": "14:47", "topic": "Antonio: Some Little Bugs", "username": "Rick Lipkin" } ]
Antonio: Some Little Bugs
[ { "date": "2012-11-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio...\n\nis not better put this code in the initiate method of combobox\n\n::oGet:SetText( oFont )\n\n?\n\nsalu2\ncarlos vargas", "time": "23:51", "topic": "Antonio: Some Little Bugs", "username": "carlos vargas" } ]
Antonio: Some Little Bugs
[ { "date": "2012-11-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks to all. Point 1. is functioning! The class should do this automatically.", "time": "13:44", "topic": "Antonio: Some Little Bugs", "username": "byte-one" } ]
Antonio: Some Little Bugs
[ { "date": "2012-12-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, please take a look at this points!", "time": "18:00", "topic": "Antonio: Some Little Bugs", "username": "byte-one" } ]
Antonio: Some Little Bugs
[ { "date": "2012-12-05", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"carlos vargas\":tuy7izmj]Antonio...\n\nis not better put this code in the initiate method of combobox\n\n::oGet:SetText( oFont )\n\n?\n\nsalu2\ncarlos vargas[/quote:tuy7izmj]\n\nAdded as ::oGet:SetFont( ::oFont )\n\nthanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "08:32", "topic": "Antonio: Some Little Bugs", "username": "Antonio Linares" } ]
Antonio: Some Little Bugs
[ { "date": "2012-12-05", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"byte-one\":vdm1v7n5]Hello Antonio!\n3: In Combobox method ::set() should also evaluated the ::bChanged if exist.\n[/quote:vdm1v7n5]\n\nImplemented, thanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "08:36", "topic": "Antonio: Some Little Bugs", "username": "Antonio Linares" } ]
Antonio: Some Little Bugs
[ { "date": "2012-12-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Eso Antonio, me habia equivocado con el metodo, puse SetText en lugar de SetFont.\npero lo importante es que esta implementado.\n\nsalu2\ncarlos vargas", "time": "17:55", "topic": "Antonio: Some Little Bugs", "username": "carlos vargas" } ]
Antonio: Some Little Bugs
[ { "date": "2013-04-16", "forum": "FiveWin for Harbour/xHarbour", "text": "1.) When i use a second window with ribbonbar and open and close this second window several times, the font in the first window is destroyed. We should not end the font.\n[code=fw:1ggxrcv2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">METHOD</span> Destroy<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TRBGroup<br />...<br /><span style=\"color: #B900B9;\">//  ::oFont:End()</span><br />...</div>[/code:1ggxrcv2]\n2.)\nThis code is to reach a better linement of the text when texthigh is greater.\n[code=fw:1ggxrcv2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">METHOD</span> <span style=\"color: #0000ff;\">Paint</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TRBGroup<br />...<br />      nOldBk := SetBkMode<span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hDC</span>, TRANSPARENT <span style=\"color: #000000;\">&#41;</span><br />      DrawText<span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hDC</span>, ::<span style=\"color: #000000;\">cCaption</span>,<span style=\"color: #000000;\">&#123;</span> aRect<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">&#93;</span> - ::<span style=\"color: #000000;\">oFont</span>:<span style=\"color: #000000;\">nHeight</span> * nLine * <span style=\"color: #000000;\">1.3</span> , aRect<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">&#93;</span> + <span style=\"color: #000000;\">3</span>, aRect<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">&#93;</span> - <span style=\"color: #000000;\">1</span>, aRect<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">4</span> <span style=\"color: #000000;\">&#93;</span> - <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">&#125;</span>, nStyle <span style=\"color: #000000;\">&#41;</span>   <span style=\"color: #B900B9;\">//NEW</span><br />      SetBkMode<span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hDC</span>, nOldBk <span style=\"color: #000000;\">&#41;</span><br />...</div>[/code:1ggxrcv2]", "time": "15:14", "topic": "Antonio: Suggested changes in class TRBGroup", "username": "byte-one" } ]
Antonio: Suggested changes in class TRBGroup
[ { "date": "2013-04-16", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:4eolvoz2]We should not end the font.[/quote:4eolvoz2]\nI am of the view that the ::oFont should be ended inside the Destroy() method and that the program need not be modified.\n\nTo set a font to a control like this, we should use oGrp:SetFont( oOurFont ) and should not directly assign oGrp:oFont := oOurFont.\n\nSetFont( oFont ) increments the count of font and the oFont:end() in the Destroy() method decrements the count.", "time": "15:40", "topic": "Antonio: Suggested changes in class TRBGroup", "username": "nageswaragunupudi" } ]
Antonio: Suggested changes in class TRBGroup
[ { "date": "2013-04-16", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:23e0itfd]This code is to reach a better linement of the text when texthigh is greater.[/quote:23e0itfd]\nThe requirement is appreciated and will be implemented in an appropriate manner.", "time": "15:51", "topic": "Antonio: Suggested changes in class TRBGroup", "username": "nageswaragunupudi" } ]
Antonio: Suggested changes in class TRBGroup
[ { "date": "2013-04-16", "forum": "FiveWin for Harbour/xHarbour", "text": "I assign the font with ::setfont( oMyfont ) as you wrote! The same font is assigned to the parent ribbonbar and also to the buttons from the RBGroups. I see in the code from the ribbonbar and buttons that the font also not is ended!?\n\nAnother suggestion is to use the function RefreshRibbonBarBtn( oRb , oMyfont ) also to assign a font to all the ribbonbar-contents, if needed (as i made also so)!", "time": "16:10", "topic": "Antonio: Suggested changes in class TRBGroup", "username": "byte-one" } ]
Antonio: Suggested changes in class TRBGroup
[ { "date": "2013-04-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr Günther\n\nFirst I stand corrected on my earlier posting on ::oFont:End(). You are right. We shall remove this line, because call to Super:Destroy() is releasing the font.\n\nThank you for other suggestions and we shall work on them.", "time": "16:59", "topic": "Antonio: Suggested changes in class TRBGroup", "username": "nageswaragunupudi" } ]
Antonio: Suggested changes in class TRBGroup
[ { "date": "2008-11-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio:\r\n\r\nGoing back to the Testimg.exe sample program:\r\n\r\n [color=blue:1esufrej]http://forums.fivetechsoft.com/viewtopic.php?t=13587[/color:1esufrej]\r\n\r\nIf I upgrade to FWH 8.10 from 8.05, will this program open JPGs without locking up ? On the contrary should I used the latest Harbour that you have published over xHarbour September 2008 build ? Thank you.", "time": "09:49", "topic": "Antonio: Testimg, final saga :-)", "username": "HunterEC" } ]
Antonio: Testimg, final saga :-)
[ { "date": "2008-11-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Gustavo,\r\n\r\nYou have tried our EXE built using FWH 8.10 and Harbour. \r\n\r\nSo you can check for yourself if it works fine with FWH 8.10 <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\r\n\r\nIf you want to, we can also build it using xHarbour, but it should work the same way.", "time": "16:28", "topic": "Antonio: Testimg, final saga :-)", "username": "Antonio Linares" } ]
Antonio: Testimg, final saga :-)
[ { "date": "2008-11-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio:\r\n\r\nCan you compile it with xHarbour and post it for download ? Thank you for your help.", "time": "19:17", "topic": "Antonio: Testimg, final saga :-)", "username": "HunterEC" } ]
Antonio: Testimg, final saga :-)
[ { "date": "2008-11-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Gustavo,\r\n\r\nHere you have it:\r\n\r\n<!-- m --><a class=\"postlink\" href=\"http://rapidshare.com/files/165401816/testimg.zip.html\">http://rapidshare.com/files/165401816/testimg.zip.html</a><!-- m -->", "time": "19:40", "topic": "Antonio: Testimg, final saga :-)", "username": "Antonio Linares" } ]
Antonio: Testimg, final saga :-)
[ { "date": "2008-11-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio:\r\n\r\nThank you, consistently great support as always !", "time": "20:50", "topic": "Antonio: Testimg, final saga :-)", "username": "HunterEC" } ]
Antonio: Testimg, final saga :-)
[ { "date": "2008-11-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio,\r\n\r\nA while back we did some playing around with using a pendrive as a software protection device.\r\n\r\n[url:32p95pho]http&#58;//fivetechsoft&#46;com/forums/viewtopic&#46;php?t=8805&highlight=protection[/url:32p95pho]\r\n\r\nI have a small problem and was wondering if you can help...\r\n\r\nIt works perfectly if the user has admin rights but if they have a limited account it is as if the pendrive is not inserted. (I'm running Windows XP Pro)\r\n\r\nAny ideas on how to get it working on a limited account?", "time": "15:02", "topic": "Antonio: USB Pendrive for s/w protection", "username": "Jeff Barnes" } ]
Antonio: USB Pendrive for s/w protection
[ { "date": "2008-11-19", "forum": "FiveWin for Harbour/xHarbour", "text": "I forgot to mention...\r\n\r\nThrough my desktop I have no problem reading / writing / deleting files from the pendrive.", "time": "15:05", "topic": "Antonio: USB Pendrive for s/w protection", "username": "Jeff Barnes" } ]
Antonio: USB Pendrive for s/w protection
[ { "date": "2008-11-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Jeff,\r\n\r\nis the pendrive recognized from the system ? Maybe the USB port is blocked for limited users, so they are not allowed to use USB hardware.\r\n\r\nCheck also the mapped drives, XP is not able to give the pen a driveletter if there is no driveletter free between the local drives and the mapped drives.\r\n\r\nIF the last local drive is E:\\ and the first mapped drive is F: XP tries to assign also F: to the pendrive.The pendrive is unvisible in this case.", "time": "09:42", "topic": "Antonio: USB Pendrive for s/w protection", "username": "StefanHaupt" } ]
Antonio: USB Pendrive for s/w protection
[ { "date": "2008-11-20", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Jeff Barnes\":1dv57dcp]Hi Antonio,\n\nA while back we did some playing around with using a pendrive as a software protection device.\n\n[url:1dv57dcp]http&#58;//fivetechsoft&#46;com/forums/viewtopic&#46;php?t=8805&highlight=protection[/url:1dv57dcp]\n\nI have a small problem and was wondering if you can help...\n\nIt works perfectly if the user has admin rights but if they have a limited account it is as if the pendrive is not inserted. (I'm running Windows XP Pro)\n\nAny ideas on how to get it working on a limited account?[/quote:1dv57dcp]\r\n\r\nJeff,\r\n\r\nI have the same problem:\r\n\r\n<!-- m --><a class=\"postlink\" href=\"http://fivetechsoft.com/forums/viewtopic.php?t=10658&highlight=usb\">http://fivetechsoft.com/forums/viewtopi ... hlight=usb</a><!-- m -->\r\n\r\nAntonio?\r\n\r\nSaludos\r\nCarlos G.", "time": "10:03", "topic": "Antonio: USB Pendrive for s/w protection", "username": "FiveWiDi" } ]
Antonio: USB Pendrive for s/w protection
[ { "date": "2008-11-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Carlos,\r\n\r\nI have tested it in Vista and always with Administrator rights.\r\n\r\nSorry, I can't help on that. Surely Google may help.", "time": "11:09", "topic": "Antonio: USB Pendrive for s/w protection", "username": "Antonio Linares" } ]
Antonio: USB Pendrive for s/w protection
[ { "date": "2008-11-20", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":2o7cn9p7]Carlos,\n\nI have tested it in Vista and always with Administrator rights.\n\nSorry, I can't help on that. Surely Google may help.[/quote:2o7cn9p7]\r\n\r\nAntonio,\r\n\r\nYo no se programar en C por tanto no me veo capaz de resolver este caso.\r\n\r\nNo lo había reclamado antes al ver que sólo yo tenía el problema; esperaré a que haya más gente en mi situación.\r\n\r\nSaludos y gracias.\r\nCarlos G.", "time": "14:30", "topic": "Antonio: USB Pendrive for s/w protection", "username": "FiveWiDi" } ]
Antonio: USB Pendrive for s/w protection
[ { "date": "2008-11-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Carlos,\r\n\r\nNo es una cuestion de programación en C.\r\n\r\nHabría que ver si un usuario puede darse nivel de administrador para acceder a la escritura en la llave USB.\r\n\r\nPero lo que me extraña es que haga falta ser administrador para escribir en ella. Nosotros no hemos detectado ese problema con Vista.\r\n\r\nJeff habla de una cuenta limitada. Si la limitación incluye el no acceder a la llave USB entonces, poco se podrá hacer, supongo...", "time": "15:15", "topic": "Antonio: USB Pendrive for s/w protection", "username": "Antonio Linares" } ]
Antonio: USB Pendrive for s/w protection
[ { "date": "2008-11-20", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":1s99njns]Carlos,\n\nNo es una cuestion de programación en C.\n\nHabría que ver si un usuario puede darse nivel de administrador para acceder a la escritura en la llave USB.\n\nPero lo que me extraña es que haga falta ser administrador para escribir en ella. Nosotros no hemos detectado ese problema con Vista.\n\nJeff habla de una cuenta limitada. Si la limitación incluye el no acceder a la llave USB entonces, poco se podrá hacer, supongo...[/quote:1s99njns]\r\n\r\nAntes de nada discúlpame si quizás no he entendido el problema de Jeff.\r\n\r\nCuando hacia referencia al antipirateo mediante USB supuse que se trataba del mismo problema que tengo yo; que es que si no soy administrador no puedo obtener el número de serie del USB, aunque sí que puedo realizar de todo con él: leer, crear carpetas, escribir y ¿formatear?.\r\n\r\nY claro como para variar el tipo de acceso al USB desde las funciones que proporciona Fivewin se necesita reprogramar esas funciones, de ahí el comentario sobre el C.\r\n\r\nEn fin esa era la cuestión, mi cuestión.\r\n\r\nSaludos y gracias\r\nCarlos G.", "time": "17:15", "topic": "Antonio: USB Pendrive for s/w protection", "username": "FiveWiDi" } ]
Antonio: USB Pendrive for s/w protection
[ { "date": "2008-11-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Carlos,\r\n\r\nEl código fuente completo está en FWH\\samples\\protect.prg y no usa C para nada <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\r\n\r\nPuedes modificarlo como desees!", "time": "21:08", "topic": "Antonio: USB Pendrive for s/w protection", "username": "Antonio Linares" } ]
Antonio: USB Pendrive for s/w protection
[ { "date": "2008-11-21", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":33tlc2sx]Carlos,\n\nEl código fuente completo está en FWH\\samples\\protect.prg y no usa C para nada <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nPuedes modificarlo como desees![/quote:33tlc2sx]\r\n\r\nEs cierto, ya no me acordaba de como eran las funciones que nos proporcionostes.\r\nPor lo que veo en ellas, el problema no es su lógica sino de lo que hacen uso.\r\nPara no equivocarme otra vez, he vuelto a comprobar que bajo W2000 si no eres administrador no obtienes el número de serie del USB.\r\nDe todas maneras cada día que pasa tengo menos problabilidades de encontrarme de nuevo con el problema (W2000 ya tiene 8 años y se estan instalando XP), por tanto KELEDEN.\r\n\r\nGracias por todo y perdona las molestias.\r\nCarlos G.", "time": "10:02", "topic": "Antonio: USB Pendrive for s/w protection", "username": "FiveWiDi" } ]
Antonio: USB Pendrive for s/w protection
[ { "date": "2008-11-21", "forum": "FiveWin for Harbour/xHarbour", "text": "Carlos,\r\n\r\nNo es molestia, al contrario, contento de poder ser de ayuda <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "10:29", "topic": "Antonio: USB Pendrive for s/w protection", "username": "Antonio Linares" } ]
Antonio: USB Pendrive for s/w protection
[ { "date": "2008-04-05", "forum": "FiveWin for CA-Clipper", "text": "I've been supporting & enhancing a business application for many years now that evolved from DBase to Clipper to FiveWin, and am now looking at the next transition that will enable it to run successfully on current Windows platforms (XP, Vista, etc.). It is basically just a database program that relies extensively on customized reports, which requires quite a lot of specialized indexes. The programming tools I’m currently using are:\n\nClipper 5.2e\nFiveWin 1.9.5 SP5\nBlinker 5.10\nResource Workshop 1.02\nMicrosoft Library Manager 3.10\nComix 3.0 RDD\nFuncky 6.0\nProtection Plus 4.05\n\nMy question is this... what would be your advice in regard to upgrading my software that would impact the development timeframe the least. In other words, what sort of problems might I expect if I choose to upgrade my current version of FiveWin with little or no changes to the client’s source code. \n\nThe application has no special requirements that would necessitate using 32 bits or 64 bits (that I’m aware of), but it would need to run on various versions of Windows platforms (Win98 and beyond).\n\nThanks in advance for any advice and/or suggestions.\n\n- Steve", "time": "17:27", "topic": "Antonio: Upgrade suggestions", "username": "Stevemcg" } ]
Antonio: Upgrade suggestions
[ { "date": "2008-04-05", "forum": "FiveWin for CA-Clipper", "text": "Steve,\n\nThe best advice is to upgrade your application to FiveWin for Harbour/xHarbour (FWH) as your application will be 32 bits with perfect integration with XP, Vista, etc.\n\nYou can easily upgrade from FiveWin for Clipper to FWH in two weeks or less. Most of FiveWin developers are already using FWH.\n\n16 bits will give you troubles with memory management, resources management, usb printers management, etc. as your application grows. 32 bits is the natural evolution for your application", "time": "20:27", "topic": "Antonio: Upgrade suggestions", "username": "Antonio Linares" } ]
Antonio: Upgrade suggestions
[ { "date": "2008-04-05", "forum": "FiveWin for CA-Clipper", "text": "So... all my other software tools will still be compatible? Also, what sort of changes would have to be made that would take about two weeks. Would that be changes to the source code, or changes to the make/link scripts, or...?\n\n- Steve", "time": "20:38", "topic": "Antonio: Upgrade suggestions", "username": "Stevemcg" } ]
Antonio: Upgrade suggestions
[ { "date": "2008-04-05", "forum": "FiveWin for CA-Clipper", "text": "Steve,\n\n> So... all my other software tools will still be compatible? \n\nYes. Are you using any third party libraries ? Blinker is no longer needed.\n\n>\nAlso, what sort of changes would have to be made that would take about two weeks.\n>\n\nI said two weeks for a maximum time, but you could have it in two days only. There is some software that it is not 32 bits compatible as VBXs, or third parties 16 bits DLLs. For these you will need to use their 32 bits equivalents. Thats why I estimated two weeks.\n\n>\nWould that be changes to the source code, or changes to the make/link scripts, or...? \n>\n\nBasically you have to replace clipper.exe with harbour.exe, and have to modify your make file to call a free C compiler (Borland) that will generate the OBJ from a temporary C file. You don't need to modify (or understand) that intermediate C file at all.\n\nWe use Borland free ilink32.exe instead of blinker.exe. With FWH we provide you the required batch file (and make files also) to build your 32 bits application.\n\nYou will have all our tech support and help to successfully migrate to 32 bits in record time.", "time": "20:56", "topic": "Antonio: Upgrade suggestions", "username": "Antonio Linares" } ]
Antonio: Upgrade suggestions
[ { "date": "2008-04-05", "forum": "FiveWin for CA-Clipper", "text": "The only third party libraries being used are:\n\nComix RDD 3.0 \nFuncky 6.0 \nProtection Plus 4.05 \nNetLib 6.5\n\nWould these need to be upgraded as well?\n\n- Steve", "time": "21:03", "topic": "Antonio: Upgrade suggestions", "username": "Stevemcg" } ]
Antonio: Upgrade suggestions
[ { "date": "2008-04-05", "forum": "FiveWin for CA-Clipper", "text": "Steve,\n\n> Would these need to be upgraded as well? \n\nYes, as you can not mix 16 and 32 bits code into the same EXE.\n\n> Comix RDD 3.0\n\nHarbour provides native built-in comix fully compatible RDD. So you don't need comix any longer.\n\n> Funcky 6.0\n\nWhat functions do you use from Funcky ? Funcky also provides an OLE library (32 bits) that can be used with FWH.\n\n> Protection Plus 4.05\n\nCould you check if they provide a 32 bits version ? If not, what sort of protection does it offer ? We may help you to replace it with a similar system.\n\n> NetLib 6.5\n\nWhat functions do you use from NetLib ? Again, you may check if there is a 32 bits version.", "time": "21:09", "topic": "Antonio: Upgrade suggestions", "username": "Antonio Linares" } ]
Antonio: Upgrade suggestions
[ { "date": "2013-11-17", "forum": "FiveWin for Harbour/xHarbour", "text": "If i use \"Arial\" in most cases the text is vertical centerd ok in gets. But when i use z.B. \"Segoe UI\" (WITH THE SAME HEIGHT) the text is deeper on the line and in the get in some cases the space between get-top and text-top are to great to show the complete height of the text! ( is tmInternalLeading to respect??? )\nThis gives often a ugly look!\nOr try to center a \"7\" in a circle with different fonts. You see, that the vertical position changes with the used font.", "time": "22:05", "topic": "Antonio: Vertical textposition in SAYS, GETS or in XBROWSE", "username": "byte-one" } ]
Antonio: Vertical textposition in SAYS, GETS or in XBROWSE
[ { "date": "2013-11-20", "forum": "FiveWin for Harbour/xHarbour", "text": "I write functions to center a text in vert. The letters have in all fonts different space in all directions. This is to correcting. For the vertical problem from GETS i found no solution. Antonio?\n\n[code=fw:2qha2n4b]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">function</span> FontMetricsPos<span style=\"color: #000000;\">&#40;</span> nTop, nBottom , oWin, oFont <span style=\"color: #000000;\">&#41;</span>&nbsp; <span style=\"color: #B900B9;\">//Vertikal alignment -> Gives the correct value for nTop in DrawTextEx() and so on</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #B900B9;\">//nTop</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #B900B9;\">//nBottom [optional]</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #B900B9;\">//oWin&nbsp; Window- or printobject</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #B900B9;\">//oFont&nbsp;Fontobject</span><br /><span style=\"color: #00C800;\">local</span> hDC, nHeight := <span style=\"color: #000000;\">0</span>, nVMitte := <span style=\"color: #000000;\">0</span><br /><br /><span style=\"color: #00C800;\">DEFAULT</span> nBottom := nTop + oFont:<span style=\"color: #000000;\">nHeight</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />nTop := int<span style=\"color: #000000;\">&#40;</span>nTop<span style=\"color: #000000;\">&#41;</span><br />nBottom := int<span style=\"color: #000000;\">&#40;</span>nBottom<span style=\"color: #000000;\">&#41;</span><br />nVMitte := nTop + int<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#40;</span>nBottom - nTop<span style=\"color: #000000;\">&#41;</span>/<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">&#41;</span><br /><br /><span style=\"color: #00C800;\">if</span> upper<span style=\"color: #000000;\">&#40;</span>oWin:<span style=\"color: #000000;\">classname</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span> == <span style=\"color: #ff0000;\">\"TPRINTER\"</span><br />&nbsp; &nbsp; hDc := oWin:<span style=\"color: #000000;\">hDCOut</span><br />&nbsp; &nbsp; oFont:<span style=\"color: #0000ff;\">Activate</span><span style=\"color: #000000;\">&#40;</span> hDC <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp; nHeight := GetTextMetricsFo<span style=\"color: #000000;\">&#40;</span> hDC <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp; oFont:<span style=\"color: #000000;\">Deactivate</span><span style=\"color: #000000;\">&#40;</span> hDC <span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #00C800;\">else</span><br />&nbsp; &nbsp; hDC := oWin:<span style=\"color: #000000;\">GetDC</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp; oFont:<span style=\"color: #0000ff;\">Activate</span><span style=\"color: #000000;\">&#40;</span> hDC <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp; nHeight := GetTextMetricsFo<span style=\"color: #000000;\">&#40;</span> hDC <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp; oFont:<span style=\"color: #000000;\">Deactivate</span><span style=\"color: #000000;\">&#40;</span> hDC <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp; oWin:<span style=\"color: #000000;\">ReleaseDC</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #00C800;\">endif</span><br /><br /><span style=\"color: #00C800;\">return</span> nVMitte - ceiling<span style=\"color: #000000;\">&#40;</span>nHeight/<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">&#41;</span> + <span style=\"color: #000000;\">1</span><br /><br /><span style=\"color: #B900B9;\">//*****************************************************</span><br /><br /><span style=\"color: #00C800;\">HB_FUNC</span><span style=\"color: #000000;\">&#40;</span> GETTEXTMETRICSFO <span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #000000;\">&#123;</span><br />&nbsp; &nbsp;TEXTMETRIC tm;<br /><br />&nbsp; &nbsp;HDC hDC = <span style=\"color: #000000;\">&#40;</span> HDC <span style=\"color: #000000;\">&#41;</span> hb_parnl<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#41;</span>;<br /><br />&nbsp; &nbsp;GetTextMetrics<span style=\"color: #000000;\">&#40;</span> hDC, &tm <span style=\"color: #000000;\">&#41;</span>;<br /><br />&nbsp; &nbsp;hb_retni<span style=\"color: #000000;\">&#40;</span> tm.tmAscent + tm.tmInternalLeading <span style=\"color: #000000;\">&#41;</span>;<span style=\"color: #B900B9;\">//+ tm.tmExternalLeading );</span><br /><span style=\"color: #000000;\">&#125;</span><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span></div>[/code:2qha2n4b]", "time": "14:01", "topic": "Antonio: Vertical textposition in SAYS, GETS or in XBROWSE", "username": "byte-one" } ]
Antonio: Vertical textposition in SAYS, GETS or in XBROWSE
[ { "date": "2014-02-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Günther \nYou feel the same if the Get is in a Dialog, in a window or on a TPanel?\n\nSpanish\nGünther\nTe pasa lo mismo si el Get está en un Dialog, en una ventana o en un TPanel?", "time": "15:13", "topic": "Antonio: Vertical textposition in SAYS, GETS or in XBROWSE", "username": "cnavarro" } ]
Antonio: Vertical textposition in SAYS, GETS or in XBROWSE
[ { "date": "2014-02-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Please see this get-object with \"Segoe UI\". In various classes this should corrected. I use the above code in xBrowse.\n\n[url:2fgesqw3]http&#58;//byte-one&#46;com/v&#46;png[/url:2fgesqw3]", "time": "14:22", "topic": "Antonio: Vertical textposition in SAYS, GETS or in XBROWSE", "username": "byte-one" } ]
Antonio: Vertical textposition in SAYS, GETS or in XBROWSE
[ { "date": "2014-02-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Cristobal, yes in all cases. This is a screenshoot with a disabled get. The code for disabled gets are in TGet:paint(). For active gets it seems, Windows itself manage the font-position. But not all fonts are optimal. Try \"Gabriola\".", "time": "16:30", "topic": "Antonio: Vertical textposition in SAYS, GETS or in XBROWSE", "username": "byte-one" } ]
Antonio: Vertical textposition in SAYS, GETS or in XBROWSE
[ { "date": "2016-04-20", "forum": "FiveWin for Harbour/xHarbour", "text": "<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=32177\">viewtopic.php?f=3&t=32177</a><!-- l -->", "time": "01:02", "topic": "Antonio: anything new on this post ?", "username": "HunterEC" } ]
Antonio: anything new on this post ?
[ { "date": "2016-04-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Gustavo,\n\nSorry I missed your post\n\nI have just emailed you the FWH modified libs so your example works fine <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "05:04", "topic": "Antonio: anything new on this post ?", "username": "Antonio Linares" } ]
Antonio: anything new on this post ?
[ { "date": "2016-04-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio:\n\nEverything working ok. Thank you very much my friend !", "time": "07:15", "topic": "Antonio: anything new on this post ?", "username": "HunterEC" } ]
Antonio: anything new on this post ?
[ { "date": "2016-04-20", "forum": "FiveWin for Harbour/xHarbour", "text": "very good <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "07:47", "topic": "Antonio: anything new on this post ?", "username": "Antonio Linares" } ]
Antonio: anything new on this post ?
[ { "date": "2013-07-05", "forum": "FiveWin for Harbour/xHarbour", "text": "<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=26726\">viewtopic.php?f=3&t=26726</a><!-- l -->\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=26724\">viewtopic.php?f=3&t=26724</a><!-- l -->\n\nThank you.", "time": "16:22", "topic": "Antonio: can you take a look at this posts ?", "username": "HunterEC" } ]
Antonio: can you take a look at this posts ?
[ { "date": "2013-08-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio:\n\nCan you take a look at these posts ?\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=27085\">viewtopic.php?f=3&t=27085</a><!-- l -->\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=27084\">viewtopic.php?f=3&t=27084</a><!-- l -->\n\n\nThank you.", "time": "16:35", "topic": "Antonio: can you take a look at this posts ?", "username": "HunterEC" } ]
Antonio: can you take a look at this posts ?
[ { "date": "2008-05-04", "forum": "FiveWin para Harbour/xHarbour", "text": "Maestro:\r\n\r\nSeria posible que en la version de Mayo de FWH ya este \r\ntoda la clase para uso de los gif en lenguaje C para no tener \r\nproblemas con Borland 2005?\r\n\r\nMuchas gracias.\r\n\r\nSaludos\r\n\r\nRuben Fernandez", "time": "14:37", "topic": "Antonio: clase Gif", "username": "Ruben D. Fernandez" } ]
Antonio: clase Gif
[ { "date": "2008-05-06", "forum": "FiveWin para Harbour/xHarbour", "text": "Ruben,\r\n\r\nVamos a intentarlo pero tal vez no nos de tiempo para la versión 8.05", "time": "07:34", "topic": "Antonio: clase Gif", "username": "Antonio Linares" } ]
Antonio: clase Gif
[ { "date": "2008-05-06", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias igual, que sea para la 806\r\n\r\nSaludos\r\n\r\nRuben Fernandez", "time": "12:07", "topic": "Antonio: clase Gif", "username": "Ruben D. Fernandez" } ]
Antonio: clase Gif
[ { "date": "2006-07-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, could you solve that problem of [?] button in NoModal dialogs?\nThe [?] button don't work in this dialog type...\n\nRegards!\nMaurilio", "time": "18:04", "topic": "Antonio: how about button [?] in NoModal dialogs?", "username": "Maurilio Viana" } ]
Antonio: how about button [?] in NoModal dialogs?
[ { "date": "2006-07-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Any news?", "time": "17:11", "topic": "Antonio: how about button [?] in NoModal dialogs?", "username": "Maurilio Viana" } ]
Antonio: how about button [?] in NoModal dialogs?
[ { "date": "2006-07-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Maurilio,\n\nWe are going to review it asap. Thanks,", "time": "18:26", "topic": "Antonio: how about button [?] in NoModal dialogs?", "username": "Antonio Linares" } ]
Antonio: how about button [?] in NoModal dialogs?
[ { "date": "2006-07-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Maurilio,\n\nThis sample is working fine, though on the nonmodal dialog the help-arrow cursor is not shown, but it properly fires the request for Help event:\n[code:3p7e4c23]\n#include \"FiveWin&#46;ch\"\n\nfunction Main&#40;&#41;\n\n local oDlg1, oDlg2\n \n DEFINE DIALOG oDlg1 TITLE \"NON MODAL\"\n \n ACTIVATE DIALOG oDlg1 NOWAIT\n \n DEFINE DIALOG oDlg2 TITLE \"MODAL\"\n \n ACTIVATE DIALOG oDlg2 CENTERED\n \nreturn nil \n[/code:3p7e4c23]", "time": "18:30", "topic": "Antonio: how about button [?] in NoModal dialogs?", "username": "Antonio Linares" } ]
Antonio: how about button [?] in NoModal dialogs?
[ { "date": "2006-07-12", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":1718sm0p]\n\n(...) help-arrow cursor is not shown, but it properly fires the request for Help event\n[/quote:1718sm0p]\n\nAntonio,\n\nWhat method fire help event for this case?\nI'm thinking in change cursor resource for myself... What do you think?\n\nRegards!\nMaurilio", "time": "17:09", "topic": "Antonio: how about button [?] in NoModal dialogs?", "username": "Maurilio Viana" } ]
Antonio: how about button [?] in NoModal dialogs?
[ { "date": "2013-12-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio:\n\nI'm getting linking errors when building the SAMPSIX.PRG included in FW 10.06. I'm trying to build the app with FW 13.09. What libraries I'm missing ? Here are the errors:\n[code=fw:2q0hn1sh]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">Compiling...<br />xHarbour <span style=\"color: #000000;\">1.2</span><span style=\"color: #000000;\">.3</span> Intl. <span style=\"color: #000000;\">&#40;</span>SimpLex<span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#40;</span>Build <span style=\"color: #000000;\">20130422</span><span style=\"color: #000000;\">&#41;</span><br />Copyright <span style=\"color: #000000;\">1999</span><span style=\"color: #000000;\">-2013</span>, http:<span style=\"color: #B900B9;\">//www.xharbour.org <!-- m --><a class=\"postlink\" href=\"http://www.harbour-project.org/\">http://www.harbour-project.org/</a><!-- m --></span><br />Compiling <span style=\"color: #ff0000;\">'sampsix.prg'</span> and generating preprocessed output <span style=\"color: #0000ff;\">to</span> <span style=\"color: #ff0000;\">'sampsix.ppo'</span>...<br />Generating C source output <span style=\"color: #0000ff;\">to</span> <span style=\"color: #ff0000;\">'sampsix.c'</span>...<br />Done.<br />Lines <span style=\"color: #000000;\">40</span>, Functions/Procedures <span style=\"color: #000000;\">1</span>, pCodes <span style=\"color: #000000;\">106</span><br />Borland C++ <span style=\"color: #000000;\">5.82</span> <span style=\"color: #00C800;\">for</span> Win32 Copyright <span style=\"color: #000000;\">&#40;</span>c<span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">1993</span>, <span style=\"color: #000000;\">2005</span> Borland<br />sampsix.c:<br /><span style=\"color: #000000;\">Turbo</span> Incremental Link <span style=\"color: #000000;\">5.69</span> Copyright <span style=\"color: #000000;\">&#40;</span>c<span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">1997</span><span style=\"color: #000000;\">-2005</span> Borland<br />Error: <span style=\"color: #000000;\">Unresolved</span> external <span style=\"color: #ff0000;\">'_HB_FUN_SIX'</span> referenced <span style=\"color: #0000ff;\">from</span> C:\\T\\SAMPSIX.OBJ<br />Error: <span style=\"color: #000000;\">Unresolved</span> external <span style=\"color: #ff0000;\">'_HB_FUN_SX_SETFILETYPE'</span> referenced <span style=\"color: #0000ff;\">from</span> C:\\T\\SAMPSIX.OBJ<br />Error: <span style=\"color: #000000;\">Unresolved</span> external <span style=\"color: #ff0000;\">'_HB_FUN_SX_SETCENTURY'</span> referenced <span style=\"color: #0000ff;\">from</span> C:\\T\\SAMPSIX.OBJ<br />Error: <span style=\"color: #000000;\">Unresolved</span> external <span style=\"color: #ff0000;\">'_HB_FUN_SX_SETDELETED'</span> referenced <span style=\"color: #0000ff;\">from</span> C:\\T\\SAMPSIX.OBJ<br />Error: <span style=\"color: #000000;\">Unresolved</span> external <span style=\"color: #ff0000;\">'_HB_FUN_SX_SETEPOCH'</span> referenced <span style=\"color: #0000ff;\">from</span> C:\\T\\SAMPSIX.OBJ<br />* Linking errors *</div>[/code:2q0hn1sh]", "time": "06:08", "topic": "Antonio: linking errors (Not solved)", "username": "HunterEC" } ]
Antonio: linking errors (Not solved)