messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2008-10-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe,\r\n\r\nIt was just moved to the utilities section of these forums, as it is not specifically related to FiveWin programming.", "time": "11:49", "topic": "A reason, a existing post is -moved- ?", "username": "Anton...
A reason, a existing post is -moved- ?
[ { "date": "2008-10-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\r\n\r\nthank you very much for the information.\r\nIn the future, i will consider this.\r\n\r\nA question : \r\nIn the moment, i'm busy to create a source-generator.\r\nYou get a complete basic-structure of : \r\nMDI, han...
A reason, a existing post is -moved- ?
[ { "date": "2008-10-20", "forum": "FiveWin for Harbour/xHarbour", "text": "FiveWin related questions, source code, specific utilities, etc. are fine in this section.\r\n\r\nGeneric utilities are for the utilities section\r\n\r\nOff Topic is for Off Topic issues <!-- s:-) --><img src=\"{SMILIES_PATH}/icon...
A reason, a existing post is -moved- ?
[ { "date": "2013-08-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI need a REPORT-sample of a Image-list with MEMOS.\nThe images are adjusted to a given width ( keeping ratio ) \nand the row height to a given image-height if the memolines less this value \nor using the maximum height o...
A report-sample of a imagelist with memos from DBF ?
[ { "date": "2013-08-12", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:151g8774]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">DBGOTOP<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />REPORT oReport <span style=\"color: #0000...
A report-sample of a imagelist with memos from DBF ?
[ { "date": "2013-08-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Rao,\n\nthank You very much for the sample.\n\nI noticed a some things.\n\n1. Image-Quality ?\n2. big images doesn't fill the given size. They are adjusted to the memolines.\nMaybe adding empty lines to fill the defined image-area...
A report-sample of a imagelist with memos from DBF ?
[ { "date": "2013-08-13", "forum": "FiveWin for Harbour/xHarbour", "text": "1. Image height:\nIf we do not specify the minimum height for the image column, image size is adjusted to the maximum of other columns' memolines, subject to a minimum of 4.\nWe can also specify minimum height of the image in numb...
A report-sample of a imagelist with memos from DBF ?
[ { "date": "2013-08-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank You very much for the infos.\nWith a given HEIGHT, it looks much better.\nWith some more tests, I noticed the problem with the image / memo - combination.\nMaybe some calculations needed to force a pagebreak, \nif the image ...
A report-sample of a imagelist with memos from DBF ?
[ { "date": "2013-08-14", "forum": "FiveWin for Harbour/xHarbour", "text": "I see that handling of image painting at page-breaks need improvement.\nWe shall attend to this issue in the next release.\nThanks for bringing it up.", "time": "04:59", "topic": "A report-sample of a imagelist with memos ...
A report-sample of a imagelist with memos from DBF ?
[ { "date": "2012-04-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear friends:\nCan somebody post a small sample about how use fields names on variables?\nSomething like this:\n\ncField := \"FIELD1\"\n\noServer:Query(\"INSERT INTO MyTable ( '\"+ cField + \"') VALUES ('\"+ cField + \"' + '100...
A sample FWH-XHARBOUR-MYSQL?
[ { "date": "2012-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Francisco,\n\nI do not understand the use of cField in the final part of your query if you want to insert a row (append). Try:\n[code=fw:3v1a6wpu]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">Query<span style...
A sample FWH-XHARBOUR-MYSQL?
[ { "date": "2012-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi, ADutheil . Thanks for your reply.\nYes, your are right.\n[code=fw:luq4wwvn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">Query<span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"INSE...
A sample FWH-XHARBOUR-MYSQL?
[ { "date": "2012-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Try\n\n[code=fw:1nt4xzhj]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">Query<span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"INSERT INTO MyTable (\"</span> + cField + <span style=\"co...
A sample FWH-XHARBOUR-MYSQL?
[ { "date": "2012-04-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico, your are great...!!!\n\nIt's working!\nI had tried a thousand ways and never occurred to me to enter the numeric value without quotes.\nThank you very much.\n\nBest regards", "time": "14:46", "topic": "A sample FWH...
A sample FWH-XHARBOUR-MYSQL?
[ { "date": "2008-02-12", "forum": "FiveWin for Harbour/xHarbour", "text": "#include \"FiveWin.ch\"\n\n// Your SOFTWARE.exe\nc_dir\t:= GetModuleFilename(GetInstance(),\"SOFTWARE.EXE\" + ;\nCHR(0), 255)\nc_pfad\t:= left ( c_dir, rat( \"\\\", c_dir) -1 )\n\nREQUEST DBFCDX\nRDDSETDEFAULT( \"DBFCDX\" )\n\nDBF...
A sample for building CDX-Files w. Syntax-Check
[ { "date": "2016-07-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nDifferent to the button-solutions, another sample shows, how to create a [color=#FF0000:16p1wq8n]IMAGE[/color:16p1wq8n]-ANIMATION \nusing different frames selected from a DLL ( a progressbar is embedded and is running th...
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
[ { "date": "2016-07-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Many year ago Paco made a animation class", "time": "08:28", "topic": "A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.", "username": "Silvio.Falconi" } ]
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
[ { "date": "2016-07-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio,\n\nI don't want to create something new.\nI have been looking for a solution, to replace the usage of a ANIMATED.gif\nbecause I noticed some problems like transparent-display.\nInstead I'm using a DLL with the included / e...
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
[ { "date": "2016-07-06", "forum": "FiveWin for Harbour/xHarbour", "text": "simply fantastic <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nthanks \n\nUwe", "time": "11:45", "topic": "A sample how to create a IMAGE-ani. ( indexbuilder )...
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
[ { "date": "2016-07-06", "forum": "FiveWin for Harbour/xHarbour", "text": "a practical usage creating a indexbuilder :\nshowing a running [color=#0000FF:1fzfbdsm]IMAGE[/color:1fzfbdsm] ( frames are defined inside a DLL )\nand using [color=#0000FF:1fzfbdsm]METEREX[/color:1fzfbdsm]\n\nDOWNLOAD :\n\n<!-- m ...
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
[ { "date": "2016-07-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Updated\n\ncheck the relationship ( animation-speed ) with combinations of delay and steps\n\nDOWNLOAD :\n<!-- m --><a class=\"postlink\" href=\"http://www.service-fivewin.de/DOWNLOADS/Animat3.zip\">http://www.service-fivewin.de/D...
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
[ { "date": "2016-07-07", "forum": "FiveWin for Harbour/xHarbour", "text": "on this forum I found this :\n[url:2tbtr1uz]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=17&t=12423&hilit=animation+bmp#p62341[/url:2tbtr1uz]\n\n[code=fw:2tbtr1uz]<div class=\"fw\" id=\"{CB}\" style=\"font-fam...
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
[ { "date": "2016-07-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe,\n\nwith Paco Banner class I have the same result ....\n\n[img:29q13cb8]http&#58;//www&#46;eoeo&#46;it/wp-content/uploads/2015/05/mm&#46;bmp[/img:29q13cb8]\n\nI make a test with your 16 bmps\n[b:29q13cb8]the code[/b:29q13cb8]...
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
[ { "date": "2016-07-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio,\n\nmy solution offers more effects.\nDuring indexing, I can change the animation-style / color ( using any frames ).\nSample :\nfrom 0 - 25 % indexing I can use frameset < B >\nfrom 26 - 50 % I can change to frameset < D >...
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
[ { "date": "2016-07-08", "forum": "FiveWin for Harbour/xHarbour", "text": "on banner class you have many animations styles\nSPEED\nFRAMES\nEFFECTS ( Miror,Poner, Mengua,Crece,Cortina,Turn) to UP, Down,Left ,Right , top, Vertical, Horizzontal\nACTIONS\n\nPerhaps it is possible add new effects ...\nthe ...
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
[ { "date": "2016-07-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Colorchange ( type 2 ) during indexing from red to blue :\n\nbefore creating something new like classes .....\nI try using existing functions / or parts of other solutions / samples to solve a problem\nscooping all possibilities t...
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
[ { "date": "2016-07-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Great work Uwe, many compliments.", "time": "17:02", "topic": "A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.", "username": "Massimo Linossi" } ]
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
[ { "date": "2016-07-08", "forum": "FiveWin for Harbour/xHarbour", "text": "It was just to tell you that there were already classes that make animation FWH. \n\nMy advice FWH needs new classes or interesting objects and not always heat the hot water .... \n\nBut if she dear sir fun in this way, you can c...
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
[ { "date": "2016-07-08", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"ukoenig\":34x068do]\nbefore creating something new like classes .....\nI try using existing functions / or parts of other solutions / samples to solve a problem\nscooping all possibilities the basic-FWH offers\n[/quote:34...
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
[ { "date": "2016-07-09", "forum": "FiveWin for Harbour/xHarbour", "text": "I not talk with cartoons!!!\nI not seen any new classes created by this cartoons!!!\n\n <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> <!-- s:D --><img src=\"{SMILIES_PATH...
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
[ { "date": "2016-07-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Updated\n\nWhat's new :\n\n[color=#0000FF:3a58zwik]1.) 9 DBF's are included with sizes from 50 - 100000 records\n2.) new animation-speed-calculation added\n----the speed is always the same no matter of DBF-size\n----calculated in ...
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
[ { "date": "2016-07-12", "forum": "FiveWin for Harbour/xHarbour", "text": "added a transparent counter shown centered inside of a animation.\ncan be records or percent\n\n[img:2zxp7s4h]http&#58;//www&#46;service-fivewin&#46;de/IMAGES/Animat10&#46;jpg[/img:2zxp7s4h]\n\nadd in function :\n\nFUNCTION SET_AN...
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
[ { "date": "2022-03-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->\n\nNew link for download, please.\n\nMany thanks.\n\nRegards, saludos.", "time": "12:53", "topic": "A sample how t...
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
[ { "date": "2022-03-08", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:tuad7vuq]New link for download, please.[/quote:tuad7vuq]\n\nAll links are updated <!-- s:!: --><img src=\"{SMILIES_PATH}/icon_exclaim.gif\" alt=\":!:\" title=\"Exclamation\" /><!-- s:!: --> \n\nregards\nUwe <!-- s:D --><...
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
[ { "date": "2022-03-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Great.\n\nSuper many thanks.\n\nRegards, saludos.", "time": "12:29", "topic": "A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.", "username": "karinha" } ]
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
[ { "date": "2010-02-28", "forum": "FiveWin for Harbour/xHarbour", "text": "I have finished a report with FASTREPORT.\nI show charts for every month and within the chart I compare 2 years (black and green). Under every chart I print the single values.\nFirst I show with xBrowse the whole report and the u...
A sample report – screenshots
[ { "date": "2010-03-01", "forum": "FiveWin for Harbour/xHarbour", "text": "In the GroupHeader I insert the Charts 1 – 12 for each month.\nThen on the OnBeforePrint –event of the Groupheader I set the Chart of the corresponding month visible.\nBest regards,\nOtto\n\n[img:2wxlzyoc]http&#58;//www&#46;atzwan...
A sample report – screenshots
[ { "date": "2018-02-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI'm looking for a simple way to print with [color=#0000FF:2x5r3xxk][b:2x5r3xxk]richedi5[/b:2x5r3xxk][/color:2x5r3xxk] a memofield on two pages\nI Added a print-button to the sample-collector for printing samples.\nJust a...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe\nI do not know if I have understood your question correctly, but you can insert a page break in your text when you need it\n\n[code=fw:1ghwc9vy]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oRTF: <span ...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Christobal,\n\nI scanned the complete forum and found 42 topics about richedit\n\nbut NO infos about a textbreak during printing to a new page\nDo You mean to count the lines and include a pagebreak on a defined position [color=#0...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-22", "forum": "FiveWin for Harbour/xHarbour", "text": "This is a old method of richedit ( and also for richedit5 )\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=16&t=6594&p=29464&hilit=PageBreak#p29464\">viewtopic.php?f=16&t=6594&p=2...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-22", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"ukoenig\":26gua4k2]Christobal,\n\nDo You mean to count the lines and include a pagebreak on a defined position [color=#0000FF:26gua4k2]BEFORE[/color:26gua4k2] printing ?\n\nregards\nUwe <!-- s:?: --><img src=\"{SMILIES_PA...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Cristobal,\n\nI counted [color=#0000FF:jnd962v7][b:jnd962v7]60 lines [/b:jnd962v7][/color:jnd962v7] of possible code printing the first page.\nThat means for topics > 60 lines in size I need a second page for printing.\nIt is just...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-22", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"ukoenig\":63uo1tsv]Cristobal,\n\nI counted [color=#0000FF:63uo1tsv][b:63uo1tsv]60 lines [/b:63uo1tsv][/color:63uo1tsv] of possible code printing the first page.\nThat means for topics > 60 lines in size I need a second pa...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Cristobal,\n\nYes that is what I mean. 90 % of the topic-code is small in size and only 1 page is needed\nbut I would like to cover bigger text as well.\n\n[quote:238h0n2e]Now I think I understand what you mean\nAre you looking fo...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok\nYou have\n\n[code=fw:238qhpbk]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />oRTF:<span style=\"color: #000000;\">LastLineVisible</span><span style=\"color: #000000;\">&#40;</span><span style=\"col...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Cristobal,\n\nprinting on multiple pages works but I didn't use pagebreak.\n\nNext I want to show colored keywords.\nI think it is not tested showing / refresh a new text on xbrowse row-change.\nAdding [color=#0000FF:wqxnwa3s]HIGH...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Did you look at this ? Seems to work for Xbrowse\n\nCompile in samples\n\n[code=fw:1vxs0qld]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Marc,\n\nthank You I will ckeck it\nIt is number[color=#0000FF:qx9zpzzc] [b:qx9zpzzc]4[/b:qx9zpzzc][/color:qx9zpzzc] position of the browser.\nAll what we need is coloring the filtertext inside the memo\n\nThe result importing fro...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"ukoenig\":1bhydo4d]Cristobal,\n\nprinting on multiple pages works but I didn't use pagebreak.\n\nNext I want to show colored keywords.\nI think it is not tested showing / refresh a new text on xbrowse row-change.\nAdding ...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Cristobal ,\n\nthank You very much.\nWith these changes it looks much better now <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: --> \nIt will be next on my todolist.\nI ...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe,\n\nMaybe a launce for a ceartin application like :\n\nc:\\multi\\multiedit sample.prg (from browse) ?\n\nOfcource, a copy paste from a other solution will work also ))\n\nJust a idea.", "time": "11:25", "topic": "A s...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Marc,\n\nJust a idea.\nUsing the setup-section and define the editor You are working with.\nThat will open the memo with Your favorite editor.\nThe memo will be saved as a textfile before and opend with Your editor\n\nregards\nUwe...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe,\n\nThis would totaly fit for my needs <!-- s:wink: --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\":wink:\" title=\"Wink\" /><!-- s:wink: --> <!-- s:wink: --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\":wink:\" title...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Marc,\n\nI added the editor-solution\nWorks PERFECT <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" titl...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes...\n\nBTW : Wich program do you use to make those jpg's and balloons ?", "time": "13:15", "topic": "A sample to print with REPrintBox5 a memo on two pages ?", "username": "Marc Venken" } ]
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Marc,\n\nI'm using [color=#0000FF:27xi5wjq]SNAGIT[/color:27xi5wjq] ( commercial )\nbut I remember there is a program ( freeware ) that comes very close to it.\nI have to look for it.\n\nregards\nUwe <!-- s:D --><img src=\"{SMILIES...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Try this also\n\n[code=fw:2ugqe0ng]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><span style=...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "This is very close to what is wanted.\n\nI get this error however : (when I try to save)\n\nApplication\n===========\n Path and name: C:\\fwharb\\samples\\mycolor2.exe (32 bits)\n Size: 3,895,808 bytes\n Compiler version: Ha...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "You are right, it's my mistake\n\nIn Memoedit.prg\nAt moment, change in button \"Save\" ACTION ::oActivo: with oEditor variable\n\nPlease, change and add this code\n\n[code=fw:3olglqq6]<div class=\"fw\" id=\"{CB}\" style=\"font-f...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks.\n\nUwe, I let this for you to do because I never have changed stuff from FW prog's itself. (Maybe i have to link/compile them and that kind of stuff)\n\n@ Cristobal : You may put a link to a Exe for me to test, but I get t...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Marc Venken\":3r9uokiw]Thanks.\n\nUwe, I let this for you to do because I never have changed stuff from FW prog's itself. (Maybe i have to link/compile them and that kind of stuff)\n\n@ Cristobal : You may put a link to a...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Cristobal,\n\nI did some changes to the sample\nbecause of a colored dialog You can see that the memo gets repainted again and again\nWith my changes the memo is painted only once and after that a text replacement.\nMaybe You can ...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Cristobal,\n\nI did some changes to the sample\nbecause of a colored dialog You can see that the memo gets painted again and again\nWith my changes the memo is painted only once and after that a text replacement.\nMaybe You can ha...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe, your sample run OK for me\nwhat's your problem?\nI do not notice that the control is repainted", "time": "21:55", "topic": "A sample to print with REPrintBox5 a memo on two pages ?", "username": "cnavarro" } ]
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2018-02-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Ah!, sorry\n\nRemove calls to the method SetText\n\n[code=fw:19wcet53]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />      :<span style=\"color: #000000;\">bChange</span> := <span style=\"color: #00000...
A sample to print with REPrintBox5 a memo on two pages ?
[ { "date": "2008-03-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nThere are some questions, about array-position in xbrowse\n\nAt first, once again thanks to Mr. Nageswaragunupudi\nfor his help\n\n[img:2qo2kq8g]http&#58;//www&#46;pflegeplus&#46;com/pictures/default&#46;jpg[/img:2qo2kq8...
A sample, how to use DEFAULT-Positions in xBrowse-Arrays.
[ { "date": "2023-05-16", "forum": "FiveWin for Harbour/xHarbour", "text": "An initial LLM (\"large language model\") using Harbour hashes:\n\nllm.prg\n[code=fw:p9s5asy6]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">static</span> hWords := <span style=\"co...
A simple LLM using Harbour's hashes
[ { "date": "2023-05-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Antonio,\n[i:6n3h6id6]large language model[/i:6n3h6id6]\n\nCan this model also be used with the copy & paste method to submit larger amounts of text to the ChatGPT prompt?\n\nIs there any way to bypass the token limit of appr...
A simple LLM using Harbour's hashes
[ { "date": "2023-05-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Enhanced example:\n\n[code=fw:11sdc4hr]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">#xcommand <span style=\"color: #0000ff;\">TEXT</span> <into:<span style=\"color: #0000ff;\">TO</span>,INTO> <v> => <span style=...
A simple LLM using Harbour's hashes
[ { "date": "2023-05-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Otto,\n\nThis is just a very simple example to understand how to build a very simple LLM", "time": "07:55", "topic": "A simple LLM using Harbour's hashes", "username": "Antonio Linares" } ]
A simple LLM using Harbour's hashes
[ { "date": "2023-05-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Antonio,\n\nHere, with a passing knowledge base, you see, I ask the same question twice.\nBy sending the knowledge base, I also receive a perfect response.\n\nWhat I would like is to send the entire FIVEWIN documentation, but...
A simple LLM using Harbour's hashes
[ { "date": "2023-05-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Antonio,\nSomewhere I read that it is possible to link a web page as knowledge base. \nMaybe someone knows how to do it. \nThen we could have all the documentation linked in a single page.\n\nBest regards,\nOtto", "time"...
A simple LLM using Harbour's hashes
[ { "date": "2023-05-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Enhanced version thanks to Mr. Rao\n\n[code=fw:j2dsu8oc]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">#xcommand <span style=\"color: #0000ff;\">TEXT</span> <into:<span style=\"color: #0000ff;\">TO</span>,INTO> <v...
A simple LLM using Harbour's hashes
[ { "date": "2008-07-29", "forum": "FiveLinux / FiveDroid (Android)", "text": "[img:twzt073y]http&#58;//img66&#46;imageshack&#46;us/img66/2473/screenshotcalendar1yf2&#46;png[/img:twzt073y]\r\n\r\nwork in progress but now has slightly neater code and code to increment by any number of months (forward or ba...
A simple month calendar
[ { "date": "2008-07-29", "forum": "FiveLinux / FiveDroid (Android)", "text": "Doug,\r\n\r\nThanks for sharing it! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "08:19", "topic": "A simple month calendar", "username": "Antonio Lin...
A simple month calendar
[ { "date": "2008-07-29", "forum": "FiveLinux / FiveDroid (Android)", "text": "Hi all\r\n\r\nI discovered a small glitch in my code. It occurred when MoveMonths() was used to move backwards enough for iTemp to go negative. This of course only happened when the move was back more than 1 month (which coul...
A simple month calendar
[ { "date": "2021-06-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Is there any easy slider-solution <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: --> \n\nI created a function, but a little bit complicated.\nThe rest of the gradientpainter ...
A slider solution to adjust the color brightness ?
[ { "date": "2021-06-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Uwe,\n\nYour function code seems correct, is it working fine ?\n\nGreat work!", "time": "09:18", "topic": "A slider solution to adjust the color brightness ?", "username": "Antonio Linares" } ]
A slider solution to adjust the color brightness ?
[ { "date": "2021-06-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Antonio,\n\nnow I'm using a double-solution for the color-adjustment\n1. on image-click\n2. optional on slider-position\nthe sliderposition is adjusted to the position on imageclick\n\nthe clickposition inside the slider must...
A slider solution to adjust the color brightness ?
[ { "date": "2008-09-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\r\n\r\ni noticed, that after adding a new Cell-bmp \r\nbigger than the old row-height,\r\nthe row-height is not adjusted to the new bmp-size.\r\n\r\nIs there a method to call, after adding the bmp ?\r\nI tested some like ad...
A solution <Row-adjust> after adding a new Cell-BMP.
[ { "date": "2008-09-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\r\nI added a few lines in my source to solve the problem\r\nof different BMP-Hight and row-adjust.\r\nI works fine now.\r\nIs it possible to do the adjust-calculation in the xBrowse class ?\r\n\r\n[img:bxnx8gm0]http&#58;//w...
A solution <Row-adjust> after adding a new Cell-BMP.
[ { "date": "2008-09-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe,\r\n\r\nWe are reviewing the xbrowse version that was going to be published for 8.09.\r\n\r\nWe are going to review the way to implement your request too, thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-...
A solution <Row-adjust> after adding a new Cell-BMP.
[ { "date": "2016-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nis it possible to display a animated GIF inside BTNBMP ?\n\nI can use a TRANSPARENT button and split the animated GIF to it single images\nNext using oBtn:SetFile(Frame&No.gif ) inside a loop on buttonclick\nbut I need u...
A solution for BTNBMP using animated GIF's
[ { "date": "2016-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "I do not understand your needs\nBut this works for me\n\n[code=fw:jsxgpe2g]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fiv...
A solution for BTNBMP using animated GIF's
[ { "date": "2016-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Cristobal,\n\nthat is NOT the result, I'm looking for\nthe problem : the animated GIF is NOT shown transparent and the button-action is disabled \nas well NO tooltip and NO prompt is visible !!!\n\nYou can download my complete sam...
A solution for BTNBMP using animated GIF's
[ { "date": "2016-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe, your sample run OK, for me\n\n[img:2pwq4y42]https&#58;//s32&#46;postimg&#46;org/b5wlk3vph/0061&#46;png[/img:2pwq4y42]", "time": "19:57", "topic": "A solution for BTNBMP using animated GIF's", "username": "cnavarro...
A solution for BTNBMP using animated GIF's
[ { "date": "2016-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe, sorry,\nNow I understand your problem\nI'll investigate", "time": "20:28", "topic": "A solution for BTNBMP using animated GIF's", "username": "cnavarro" } ]
A solution for BTNBMP using animated GIF's
[ { "date": "2016-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Cristobal,\n\nI added another set in blue using bmp-format NO alpha < 1.bmp - 18.bmp >\n( works as well and can be created as resource )\nadded a different start and endimage\n\nThe solution could be used like in windows shutdown ...
A solution for BTNBMP using animated GIF's
[ { "date": "2016-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Cristobal . Si interesa tengo algo con gdiplus que funciona con un código muy similar pero sin crear los frames externos ... \nel código seria similar a esto . ( faltaría liberar hbitmaps ) \nel exe funcionando <!-- m --><a class=...
A solution for BTNBMP using animated GIF's
[ { "date": "2016-06-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Manuel, si, eso ya lo había visto, muchas gracias\nEl problema es que cuando se muestra un GIF ( no las imágenes sucesivamente como ahora ), el GIF no se muestra transparente\n\nSaludos\n\nManuel, yes, that I had already seen, tha...
A solution for BTNBMP using animated GIF's
[ { "date": "2016-06-21", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"cnavarro\":1n7jlzdz]Manuel, si, eso ya lo había visto, muchas gracias\nEl problema es que cuando se muestra un GIF ( no las imágenes sucesivamente como ahora ), el GIF no se muestra transparente\n\nSaludos\n\nManuel, yes,...
A solution for BTNBMP using animated GIF's
[ { "date": "2016-06-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Cristobal,\n\nI added some more tests and all animations are working fine\nSome new sets are added and working with resources.\n\n[img:2e6tf490]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Anigif3&#46;jpg[/img:2e6tf490]\n\n[img:2e...
A solution for BTNBMP using animated GIF's
[ { "date": "2016-06-29", "forum": "FiveWin for Harbour/xHarbour", "text": "I added some more tests\nNew : sample using a DLL and a sample running a external EXE-file\n\n1. I splitted the anigif to single frames\n2. converted the frames to BMP\n3. created a DLL\n4. added the frames using numeric resource-...
A solution for BTNBMP using animated GIF's
[ { "date": "2008-07-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\r\n\r\ni'm busy, to create a new easy to use 3 step - MAKE-utility.\r\n\r\n1. define a project-name.\r\n2. select HARBOUR or xHARBOUR.\r\n3. select your project path.\r\n\r\nthats all\r\n\r\nI want a automatic find of the \...
A straight FILE-FIND - function ?
[ { "date": "2008-07-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Uwe,\r\nI sent you my snipkeeper. Please have a look into it.\r\nRegards,\r\nOtto", "time": "10:05", "topic": "A straight FILE-FIND - function ?", "username": "Otto" } ]
A straight FILE-FIND - function ?
[ { "date": "2008-07-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Otto.\r\n\r\nCould you send me a copy as well?", "time": "23:32", "topic": "A straight FILE-FIND - function ?", "username": "Jeff Barnes" } ]
A straight FILE-FIND - function ?
[ { "date": "2008-07-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi all\r\n\r\nI'm working on a FiveLinux make utility. To this end I have written a FILES class and worked on some shell scripts including providing the date and time of compilation as a define for the xHarbour compiler so you ca...
A straight FILE-FIND - function ?
[ { "date": "2011-02-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Guys,\n\nI can't use inside FOR/NEXT \"REDEFINE GET ....\"\n\nIt´s a sample of error: \n\n[code=fw:33y16qwf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">Function</span> Test<sp...
A strange Error
[ { "date": "2011-02-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello\n\nTry\n\n[code=fw:1kiwfuz5]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"fivewin.ch\"</span><br /><br /><span style=\"color...
A strange Error