messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2021-10-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Rick,\n\noMailItem:HtmlBody = cHTML\n\nUse \"<br>\" instead of Chr( 10 )\n\nand remember to use the typical HTML structure:\n\n<html>\n<head>\n</head>\n<body>\nYour text goes here\n</body>\n</html>\n\nYou can use tables, colo...
Automated Outlook e-mail and sending plain text
[ { "date": "2021-10-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio\n\nThank you .. would you mind giving me a quick example of the plain text conversion ??\n\nRick Lipkin", "time": "20:19", "topic": "Automated Outlook e-mail and sending plain text", "username": "Rick Lipkin" ...
Automated Outlook e-mail and sending plain text
[ { "date": "2021-10-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\nnot sure if this is what you mean\n[code=fw:2xvt4pdg]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">local</span> cHTML<br /><br /><span style=\"color: #0000ff;\">TEXT</span...
Automated Outlook e-mail and sending plain text
[ { "date": "2017-03-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI need to download pic's from a site. I don't have access to ftp, so I will loop all the pics into a browsers and need to hit CTRL-S + ENTER to download the pic.\nsince it will be lots of img. the window needs to close ...
Automated download of pictures
[ { "date": "2017-03-08", "forum": "FiveWin for Harbour/xHarbour", "text": "This is what I'm using to download a file from a http url:\n\n[code=fw:2mo98fc0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">#command <span style=\"color: #00C800;\">IF</span> <condition> THEN <*statements*> => ...
Automated download of pictures
[ { "date": "2017-03-08", "forum": "FiveWin for Harbour/xHarbour", "text": "The above posting is a great tutorial for me and it is a good learning for me.\n\nAt the same time, for the sake of interest, I would like to present some simple variations that are possible with the functionality that is already ...
Automated download of pictures
[ { "date": "2017-03-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Waawh. Again a very nice and quick solution.\n\nI see also the very interesting oneliners of Xbrowser\n\nI didn't find a topic where this onliner (FULL SETUP) is talked about.\n\nI only use xbrowser(\"datafile\") // always dbf f...
Automated download of pictures
[ { "date": "2017-03-08", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Enrico Maria Giordano\":17kaskuu]This is what I'm using to download a file from a http url:\n\n[code=fw:17kaskuu]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">#command <span style=\"color: #00C800;\">IF<...
Automated download of pictures
[ { "date": "2017-03-08", "forum": "FiveWin for Harbour/xHarbour", "text": "It uses TIPClientHttp() that is an xHarbour class.\n\nEMG", "time": "13:55", "topic": "Automated download of pictures", "username": "Enrico Maria Giordano" } ]
Automated download of pictures
[ { "date": "2017-03-08", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:39svjuuv]AEval( aPics, { |c,i,x| x := AfterAtNum( \"/\", c ), MEMOWRIT( x, WebPageContents( c ) ), aPics[ i ] := x } )[/quote:39svjuuv]\n\nI don't see the webpagecontents function.\n\nI think that I'm missing several links ...
Automated download of pictures
[ { "date": "2017-03-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Programming is (among other things) a trade off between compactness and readability. Don't be tempted by excessive compactness and less readabilty. Oneliner instruction such that is a double cut knife. Use it with care.\n\nEMG", ...
Automated download of pictures
[ { "date": "2017-03-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Strange,\n\nThe samples works ok (xbrowse and download) , but with the dbf data the Xbrowse only works, but the download part gives this error\n\nThere are 1600 records, all processed ok in the browse, none in the download.\n\nAs ...
Automated download of pictures
[ { "date": "2017-03-09", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:2ol3cdg8]\n(DOS Error -2147352571) WINOLE/1007 Argument error: OPEN\n[/quote:2ol3cdg8]\nThis means you have some invalid URLs in the list. You should make sure that these are all valid URLs.\nWe don't get a runtime error wi...
Automated download of pictures
[ { "date": "2017-03-09", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:zabw5ofs]\nAEval and DBEval are often used (not me, because i don't know it yet) but i'm sure that 30% of my code is replacebel with these functions.\n[/quote:zabw5ofs]\n\nThere is no specific advantage of using AEVAL inste...
Automated download of pictures
[ { "date": "2017-03-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr EMG\n\nI request you to help.\nI tried this program using the function you have posted\n[code=fw:1ncpka21]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">function</span> testweb4<...
Automated download of pictures
[ { "date": "2017-03-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr. Rao,\n\nprobably the problem is https protocol. You have to use xHarbour tipssl.lib. Sorry, I'm not familiar with it (never used). You'll need of openssl DLLs too.\n\nEMG", "time": "11:18", "topic": "Automated download...
Automated download of pictures
[ { "date": "2017-03-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Try this, it works fine here:\n\n[code=fw:3j2rtyyl]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivewin.ch\"</span><br /><br /><b...
Automated download of pictures
[ { "date": "2017-03-09", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you.\nGETURLTOFILE() is working with http: but not https:\nURLDOWNLOADTOFILE() is working well with all and is also much faster than GETURLTOFILE().\n\nThe actual reason for my testing is to find a faster alternative to the ...
Automated download of pictures
[ { "date": "2017-03-09", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"nageswaragunupudi\":3pwmohqf]Thank you.\nGETURLTOFILE() is working with http: but not https:[/quote:3pwmohqf]\n\nThis is not true. It would work if tipssl were linked (and opensll DLL's were available).\n\n[quote=\"nagesw...
Automated download of pictures
[ { "date": "2017-03-09", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:2k4f90pw]I was not aware the URLDOWNLOADTOFILE() is much faster than GETURLTOFILE(). Are you made any real test? Can you share the timing result?\n[/quote:2k4f90pw]\n\nI used the Tajmahal.jpg ( http not https )\n\nGETURLTOF...
Automated download of pictures
[ { "date": "2017-03-09", "forum": "FiveWin for Harbour/xHarbour", "text": "That's only a cache effect. Try calling this before download:\n\n[code=fw:11d8s56a]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">DLL <span style=\"color: #00C800;\">FUNCTION</span> DELETEURLCACHEENTRY<span style=...
Automated download of pictures
[ { "date": "2017-03-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr EMG\n\nYou are right.\nWithout the benefit of cache, GETURLTOFILE() is faster than the other two.\nAnother observation is that GETURLTOFILE() does not take advantage of cache and other two take advantage of cache if available",...
Automated download of pictures
[ { "date": "2017-03-10", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"nageswaragunupudi\":3shc5c1u]Mr EMG\n\nYou are right.\nWithout the benefit of cache, GETURLTOFILE() is faster than the other two.\nAnother observation is that GETURLTOFILE() does not take advantage of cache and other two ...
Automated download of pictures
[ { "date": "2017-03-11", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:3vmarzxq]That's true. But use of cache means that the file is not really downloaded, even if it's changed. So use it with caution.\n[/quote:3vmarzxq]\nYes. Thanks", "time": "04:27", "topic": "Automated download of p...
Automated download of pictures
[ { "date": "2009-01-22", "forum": "FiveWin for Pocket PC", "text": "Hi,\n\nIn:\nREDEFINE COMBOBOX o[ O_INCD_RECORD ] VAR v[ O_INCD_RECORD ] ITEMS aIncdRecord ID ID_INCD_RECORD OF o[ O_DLG_GET_INCD ] \n\nFrom some reason the array, aIncdRecord , is sorted automatically. I don't need it sorted. Ho...
Automatic ASORT()?
[ { "date": "2009-01-22", "forum": "FiveWin for Pocket PC", "text": "En el recurso puedes definir que no se ordene automáticamente.\nsaludos", "time": "22:00", "topic": "Automatic ASORT()?", "username": "wmormar" } ]
Automatic ASORT()?
[ { "date": "2009-01-22", "forum": "FiveWin for Pocket PC", "text": "Moshe,\n\nAs William tells you, don't use the listbox sort style in the resource file.", "time": "23:13", "topic": "Automatic ASORT()?", "username": "Antonio Linares" } ]
Automatic ASORT()?
[ { "date": "2009-01-23", "forum": "FiveWin for Pocket PC", "text": "Thanks. It works good.\n\nMoshe Yarden", "time": "10:04", "topic": "Automatic ASORT()?", "username": "yardenmo" } ]
Automatic ASORT()?
[ { "date": "2010-04-17", "forum": "FiveWin for CA-Clipper", "text": "Hi,\n\n I have tried function DISPLAY 2.0 for resizig windows, dialogs … and objects on them … but resizing is going very slow expecially if there are manu objects on the dialog.\n So here is my new idea which work perfectly on ev...
Automatic RESIZING objects to the system display resolution.
[ { "date": "2008-02-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello, does anyone have a sample function that will automatically terminates an application if a user is not actively using the application. I need this function to automatically close the application in case a user forgets to clo...
Automatic application termination
[ { "date": "2008-02-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Darrell,\n\nHere is an idea. Create a timer that checks the time of day every 30 mintues or so then if it is after a specified time, call wndMain():end().\n\nJames", "time": "19:25", "topic": "Automatic application termina...
Automatic application termination
[ { "date": "2008-02-21", "forum": "FiveWin for Harbour/xHarbour", "text": "I hope I can help you ....\n\n[code:ye4ssy28]\n\nLocal oOut\nLocal nTime&#58;=0\nLocal oWnd\n\ndefine window oWnd\n&#46;&#46;&#46;&#46;\n\nDEFINE TIMER oOut INTERVAL 60000 OF oWnd ;\n ACTION &#40; nTime ++, if &#40; ...
Automatic application termination
[ { "date": "2008-11-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\r\n\r\nI search a solution to close an fwh aplication after a certain time.\r\n\r\nI know that there was a topic , but i don't found it.\r\n\r\nFrank", "time": "10:30", "topic": "Automatic close fwh aplication", ...
Automatic close fwh aplication
[ { "date": "2008-11-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Frank,\r\n\r\nYou can use a Timer and then call oWnd:End() or simply PostQuitMessage( 0 )\r\n\r\n<!-- m --><a class=\"postlink\" href=\"http://forums.fivetechsoft.com/viewtopic.php?t=10028\">http://forums.fivetechsoft.com/viewtopi...
Automatic close fwh aplication
[ { "date": "2008-11-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Can we detect how long the aplication is inactive ?\r\n\r\nEach key stroke or mouse activity should reset the timer to zero ?\r\n\r\nFrank", "time": "11:32", "topic": "Automatic close fwh aplication", "username": "demo...
Automatic close fwh aplication
[ { "date": "2007-12-21", "forum": "FiveWin for Pocket PC", "text": "Half way their from a PC I create a WEB page with <A href=\"wtai://wp/mc918887766\"> 91 888 77 66<u></u></A> using :\n\nif !empty(AGENDWML->TEL)\noText:Add('<A href=\"wtai://wp/mc;'+STRTRAN(AGENDWML->TEL,' ','')+'\">'+TRIM(AGENDWML->TEL)...
Automatic dialing of phone number on PDA Phone
[ { "date": "2007-12-30", "forum": "FiveWin for Pocket PC", "text": "Paul,\n\nCreo que esto es lo que buscas.\n\n[url:32shc1hx]http&#58;//msdn2&#46;microsoft&#46;com/en-us/library/ms880691&#46;aspx[/url:32shc1hx]", "time": "17:26", "topic": "Automatic dialing of phone number on PDA Phone", "us...
Automatic dialing of phone number on PDA Phone
[ { "date": "2020-06-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nOne of my programs send emails with ZIP-files as attachement, and is working fine.\nThe problem is that some clients have problems sending it, because some of their customers only accept receiving ZIP-files via Wetransfer.\...
Automatic send via wetransfer
[ { "date": "2020-06-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Look de Public API of wetransfer\n<!-- m --><a class=\"postlink\" href=\"https://developers.wetransfer.com/\">https://developers.wetransfer.com/</a><!-- m -->", "time": "13:06", "topic": "Automatic send via wetransfer", ...
Automatic send via wetransfer
[ { "date": "2020-06-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Incidentally, wetransfer.com is banned in India just a few days back.", "time": "13:11", "topic": "Automatic send via wetransfer", "username": "nageswaragunupudi" } ]
Automatic send via wetransfer
[ { "date": "2011-09-05", "forum": "FiveWin for Harbour/xHarbour", "text": "When i will start a second new window (no mdichild, no parent) automatically on start from the app-window with the INIT clausula, these second window become master and all msg.. are centered on this second window (no good!). When ...
Automatic start of a new window
[ { "date": "2011-09-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Easiest way we have found of doing this is via a timer which we activate just before activating the main window\n\nIn your on init clause of the main window you set a var like lMainWindowInitComplete := .t. The timer function then...
Automatic start of a new window
[ { "date": "2011-09-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Alex! This is good!", "time": "10:56", "topic": "Automatic start of a new window", "username": "byte-one" } ]
Automatic start of a new window
[ { "date": "2022-02-11", "forum": "latest AI news", "text": "[url:2cifoir7]https&#58;//share&#46;streamlit&#46;io/streamlit/example-app-streamlit-codex/main[/url:2cifoir7]\n\n[url:2cifoir7]https&#58;//github&#46;com/streamlit/streamlit[/url:2cifoir7]", "time": "22:03", "topic": "Automatic streaml...
Automatic streamlit apps using AI
[ { "date": "2010-04-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nOn a regular base, I put updates of my application on my website. An update always contains 2 files.\n\nI want to build a function in my application which checks if an update is available on my website. If an update is a...
Automatic updating
[ { "date": "2010-04-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Mr. Michel,\n\n1.Each time your program is run, it should check with your FTP site whether a new exe is available or not. This can be File's date Time.\n2. If the exe in FTP is the latest, means there is an update. Now inform...
Automatic updating
[ { "date": "2010-04-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Michel,\nthis is how I do it:\nRegards,\nOtto\n\n[code=fw:kjq5717x]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">if</span> &nbsp;Memoread<span style=\"color: #000000;\">&#40;...
Automatic updating
[ { "date": "2010-04-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nMaster Gabriel Maimó created a solution to update via FTP. See at <!-- m --><a class=\"postlink\" href=\"http://bielsys.blogspot.com/\">http://bielsys.blogspot.com/</a><!-- m -->\n\n(actualización automática de aplicaciones...
Automatic updating
[ { "date": "2010-04-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Michael,\n\nI do it a bit differently. I created a separate program which runs on the server all of the time. Here is how it works:\n\n1) The program, when started, will check my server to see if an update exists AND if the cli...
Automatic updating
[ { "date": "2010-04-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you guys, for your answers.\n\nOtto's suggestion works perfectly.", "time": "16:09", "topic": "Automatic updating", "username": "driessen" } ]
Automatic updating
[ { "date": "2010-04-30", "forum": "FiveWin for Harbour/xHarbour", "text": "mgsoft\nthe test of biel not run on xharbour", "time": "16:51", "topic": "Automatic updating", "username": "MdaSolution" } ]
Automatic updating
[ { "date": "2010-04-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Biel's program run perfect under xHarbour and xBuilder. Please use the following code:\n[code=fw:38r9r8v4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">///// FUNCIONES PARA C...
Automatic updating
[ { "date": "2010-05-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Good george can you post the sample complete please?\nAnd How I can make If I must go out from a proxy ?", "time": "16:37", "topic": "Automatic updating", "username": "MdaSolution" } ]
Automatic updating
[ { "date": "2010-05-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Please refer to:\nGabriel Maimó at <!-- m --><a class=\"postlink\" href=\"http://bielsys.blogspot.com/\">http://bielsys.blogspot.com/</a><!-- m --> For further explanation. \n\nHe is the person that developed this program.\n\nRega...
Automatic updating
[ { "date": "2018-10-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi fivewinners.\n\nAny idea on how to automatically refresh a xbrowse after a few minutes of inactivity (no key stroke)\n\nAny help will be appreciated\n\nThanks in advance\n\nFrom Chile\nAdolfo", "time": "16:50", "topic":...
Automatic xbrowse refresh
[ { "date": "2018-10-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi ,\n\nYou can look at TIMER\n\n DEFINE TIMER oTmr INTERVAL 6000 ACTION (oLbx:Refresh()) OF oWnd\n ACTIVATE TIMER oTmr", "time": "16:57", "topic": "Automatic xbrowse refresh", "username": "Jack" } ]
Automatic xbrowse refresh
[ { "date": "2018-10-20", "forum": "FiveWin for Harbour/xHarbour", "text": "You have also setidleactin({||UDF()})\n\nTestIdle.prg", "time": "17:02", "topic": "Automatic xbrowse refresh", "username": "Jack" } ]
Automatic xbrowse refresh
[ { "date": "2018-10-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Adolfo:\nyo lo hago en una window..\nse actualiza cada 30 seg aprox.\n\nla funcion Recargar_Datos( oBrw ), es donde realizo el proceso de carga del xbrowse...\n\n[code=fw:2v32ja9z]<div class=\"fw\" id=\"{CB}\" style=\"font-family...
Automatic xbrowse refresh
[ { "date": "2018-10-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks to all ...\n\nJack\nSetIdleAction() is only for 16 bits and can cause app freeze.\n\nArmando.\nI need to control the time after the last keystroke is done, not at a defined period of time\nSP: Necesito controlar el tiempo ...
Automatic xbrowse refresh
[ { "date": "2018-10-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\nWhen i start the xbrowe, i get the time() in a static / global var\n\nWhen i use the on change, ik get the time in a the same static / global var \n\nIn the timer i compre the actual time with the static/gloval var and if it ...
Automatic xbrowse refresh
[ { "date": "2012-07-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI need to create an FWH application that automatically downloads a file from a website so it can be processed. Does anyone have an example that they can share?\n\nThank you,", "time": "14:26", "topic": "Automatic...
Automatically Download File from website
[ { "date": "2012-07-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Try this:\n\n[code=fw:3hooffa8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">FUNCTION</span> GETURLTOFILE<span style=\"color: #000000;\">&#40;</span> cUrl, cFile <span style=\"colo...
Automatically Download File from website
[ { "date": "2012-07-26", "forum": "FiveWin for Harbour/xHarbour", "text": "If you like some sort of auto-update routine <!-- m --><a class=\"postlink\" href=\"http://bielsys.blogspot.com/\">http://bielsys.blogspot.com/</a><!-- m --> is a useful reference too (listed at <!-- m --><a class=\"postlink\" hre...
Automatically Download File from website
[ { "date": "2012-07-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you Enrico, that is what I was look for! I appreciate you help!", "time": "01:58", "topic": "Automatically Download File from website", "username": "cdmmaui" } ]
Automatically Download File from website
[ { "date": "2012-07-27", "forum": "FiveWin for Harbour/xHarbour", "text": "This is the way I download a file :[code=fw:dwgv7sew]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">TRY</span><br />   MsgRun<span style=\"color: #000000;\">&#40;</span><span style=...
Automatically Download File from website
[ { "date": "2012-07-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you Michel!", "time": "04:12", "topic": "Automatically Download File from website", "username": "cdmmaui" } ]
Automatically Download File from website
[ { "date": "2008-07-14", "forum": "FiveLinux / FiveDroid (Android)", "text": "I wanted some automatic way of including the build date and time in my complied xHarbour/FiveLinux code. The method I came up with is as follows:\r\n\r\nIn the shell script that builds the application I get the system date and...
Automatically adding date and time of compilation
[ { "date": "2008-07-14", "forum": "FiveLinux / FiveDroid (Android)", "text": "Doug,\r\n\r\nNice solution, thanks for sharing it <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "12:20", "topic": "Automatically adding date and time of co...
Automatically adding date and time of compilation
[ { "date": "2020-02-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nHow to make the line under the cursor automatically get focus when moving the mouse cursor over xBrowse ?", "time": "07:31", "topic": "Automatically get focus", "username": "Natter" } ]
Automatically get focus
[ { "date": "2020-02-13", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:246yxt8t]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oBrw:<span style=\"color: #000000;\">lHoverSelect</span> := .T.</div>[/code:246yxt8t]", "time": "01:58", "topic": "Automatically get focus",...
Automatically get focus
[ { "date": "2009-10-04", "forum": "FiveLinux / FiveDroid (Android)", "text": "Hi Antonio\n\nI am trying to be able to compile and link code from within a code generator I am writing.\n\nI can run the xHarbour compile step (ie .prg to .c) fine with:\n\nFUNCTION CompilePRG( str_PRGName )\n \n[code=fw:3pgx...
Automating Compile and Link
[ { "date": "2009-10-04", "forum": "FiveLinux / FiveDroid (Android)", "text": "This works, but isn't ideal:\n\n[code=fw:2lpov6o6]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">FUNCTION</span> CompileC<span style=\"color: #000000;\">&#40;</span> str_CName <s...
Automating Compile and Link
[ { "date": "2009-10-04", "forum": "FiveLinux / FiveDroid (Android)", "text": "Doug,\n\nI would suggest to compare the source code of RUN with your ExecuteProcess() code:\n\nBasically it does a call to:\niret = system( hb_parc( 1 ) );\n\n[url:3k6qihto]http&#58;//www&#46;cit&#46;gu&#46;edu&#46;au/teaching/...
Automating Compile and Link
[ { "date": "2009-10-04", "forum": "FiveLinux / FiveDroid (Android)", "text": "I have pretty much solved this one.\n\nThe first problem I found was that the new process didn't seem to inherit the current working directory so I replaced the include files that were specified with relative names by absolute ...
Automating Compile and Link
[ { "date": "2009-10-04", "forum": "FiveLinux / FiveDroid (Android)", "text": "Hi Antonio\n\nThanks for the wonderfully prompt reply. I was in the middle of finding a solution without having to go to C, but I'll keep that option in mind.\n\nIt's a nice outcome from this searching for a solution that I ca...
Automating Compile and Link
[ { "date": "2009-10-04", "forum": "FiveLinux / FiveDroid (Android)", "text": "Doug,\n\nNice to see that you are improving and moving forward on your Linux development <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nAre you working on a visual make to...
Automating Compile and Link
[ { "date": "2009-10-05", "forum": "FiveLinux / FiveDroid (Android)", "text": "Hi Antonio\n\nI am building the engine to automatically build applications produced by my code generator. Currently my code generator builds a shell script that can build the application. But that is an extra step which I am ...
Automating Compile and Link
[ { "date": "2009-10-05", "forum": "FiveLinux / FiveDroid (Android)", "text": "Hi Antonio\n\nCurrent Structure of Compile and LInk back end is:\n\nClass SSFile => encapsulates a file and its attributes, especially date and time Updated\n\nClass SSPRGFile => derived from SSFile. Adds behaviour specific to ...
Automating Compile and Link
[ { "date": "2009-10-05", "forum": "FiveLinux / FiveDroid (Android)", "text": "Hi Antonio\n\nWhilst the compile and link code is not nice and clean as yet, the generator can now take an application definition (as an xml file), generate the .prg code, compile that code and link it to produce an executable ...
Automating Compile and Link
[ { "date": "2009-11-15", "forum": "FiveLinux / FiveDroid (Android)", "text": "Doug,\n\nit would be great of you could post some screenshots of what you are doing, how the apps look, etc. Thanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "tim...
Automating Compile and Link
[ { "date": "2008-07-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\r\n\r\nI have the following problem in my application:\r\n\r\nI have defined AUTORADIOBUTTON in resource (DLL), when I select any autoradiobutton option, the text that define this autoradiobutton disappear, even the text di...
Autoradiobutton and FWH
[ { "date": "2008-07-11", "forum": "FiveWin for Harbour/xHarbour", "text": "alfonso,\r\n Change autoradiobutton in .rc /dll into radiobutton .\r\n\r\nShuming Wang", "time": "09:43", "topic": "Autoradiobutton and FWH", "username": "ShumingWang" } ]
Autoradiobutton and FWH
[ { "date": "2008-07-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola,\r\n\r\nSe me presenta el problema siguiente:\r\n\r\nTengo definido AUTORADIOBUTTON en recursos (DLL), cuando en el programa selecciono cualquier opcion de radiobutton desaparece el texto que lo define, incluso desaparece e...
Autoradiobutton y fwh
[ { "date": "2008-07-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola,\r\n\r\nCambia de AUTORADIOBUTTON para RADIOBUTTON a ver se te funciona.\r\n\r\nSaludos,", "time": "22:12", "topic": "Autoradiobutton y fwh", "username": "Kleyber" } ]
Autoradiobutton y fwh
[ { "date": "2008-07-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Kleyber\r\n\r\nHe cambiado a RADIOBUTTON y no funciona, es decir desaparece el texto.\r\n\r\nSaludos,", "time": "01:19", "topic": "Autoradiobutton y fwh", "username": "alfonso" } ]
Autoradiobutton y fwh
[ { "date": "2008-07-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Muestra una imagen.\r\n\r\nY Como haces. El codigo fuente y un .rc de la pantalla.\r\n\r\nSaludos.", "time": "13:03", "topic": "Autoradiobutton y fwh", "username": "karinha" } ]
Autoradiobutton y fwh
[ { "date": "2019-09-13", "forum": "FiveWin for Harbour/xHarbour", "text": "I'm using\n\n[color=#0000FF:3ri5vuo5][b:3ri5vuo5]oActiveX = TActiveX():New( oDlg, \"WMPlayer.OCX\" )[/b:3ri5vuo5][/color:3ri5vuo5]\n\nis it possible to define < autorewind > or a loop-value\n\noActiveX&#058;Settings:Volume = 7 // ...
Autorewind or defined loops using "WMPlayer.OCX" ?
[ { "date": "2019-09-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\nlooks like the correct way is:\n\n[code=fw:301t80rg]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oActiveX : <span style=\"color: #000000;\">Settings</span>:<span style=\"color: #000000;\">setMode</...
Autorewind or defined loops using "WMPlayer.OCX" ?
[ { "date": "2019-09-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonino,\n\nthank You that works\n\n[quote:337v7e9o]oActiveX&#058;Settings:SetMode(\"loop\",.T.)[/quote:337v7e9o]\n\nregards\nUwe <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D...
Autorewind or defined loops using "WMPlayer.OCX" ?
[ { "date": "2019-09-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Antonino,\n\noActiveX&#058;Settigs:setMode('loop',.T.) is working. \n\nI cannot find the property of nTop, nLeft, nHeight, nWidth. How can I setting the position.\n\nThanks in advance,\nDutch\n[quote=\"AntoninoP\":392rt5el]...
Autorewind or defined loops using "WMPlayer.OCX" ?
[ { "date": "2019-09-14", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear All,\n\nPlease ignore my question, I got it now.\n\n[quote=\"dutch\":1tz4hybq]Dear Antonino,\n\noActiveX&#058;Settigs:setMode('loop',.T.) is working. \n\nI cannot find the property of nTop, nLeft, nHeight, nWidth. How can I...
Autorewind or defined loops using "WMPlayer.OCX" ?
[ { "date": "2015-03-06", "forum": "FiveTouch", "text": "Buenas.\n\nQueda mal el centrado al hacer autorotacaion en el dispositivo.\n\n[url:20uzwmtb]https&#58;//drive&#46;google&#46;com/file/d/0By3GyDUP8Ga5RjhzaENOMnhBZU44OWlaQzRxTEh2T2pNNzAw/view?usp=sharing[/url:20uzwmtb]", "time": "21:43", "top...
Autorotacion
[ { "date": "2015-03-19", "forum": "FiveTouch", "text": "fix", "time": "20:05", "topic": "Autorotacion", "username": "RenOmaS" } ]
Autorotacion
[ { "date": "2015-03-19", "forum": "FiveTouch", "text": "No se ve bien tu imagen, puedes volver a ponerla ? gracias", "time": "19:41", "topic": "Autorotacion", "username": "Antonio Linares" } ]
Autorotacion
[ { "date": "2015-03-19", "forum": "FiveTouch", "text": "Seguramente se nos notifique con un evento y haya que usarlo para hacer un oDlg:Center()\n\ngracias!", "time": "20:18", "topic": "Autorotacion", "username": "Antonio Linares" } ]
Autorotacion
[ { "date": "2018-09-06", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigos.\nTengo el siguiente codigo (xBrowse con TMySql) que da error al usar AUTOSORT:\n\n[code=fw:2hai6oke]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">REDEFINE</span> <span sty...
Autosort no funciona con Object (MySql)?
[ { "date": "2018-09-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Holas.\nSi hago:\n[code=fw:1lmh0etf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oBrw:<span style=\"color: #000000;\">bSeek</span> := <span style=\"color: #000000;\">&#123;</span> |c| MysqlSeek<span style=\"col...
Autosort no funciona con Object (MySql)?
[ { "date": "2018-09-10", "forum": "FiveWin para Harbour/xHarbour", "text": "It appears you are using modified xbrowse.prg, because line no.11450 in the original xbrowse.prg of FWHX 12.03 is not in method SetOrder.\n\nIt appears that you are getting error at this line in xbrowse.prg: (line 11287 in the or...
Autosort no funciona con Object (MySql)?
[ { "date": "2018-09-12", "forum": "FiveWin para Harbour/xHarbour", "text": "[code=fw:21ygiagd]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oBalanza:=oServer:<span style=\"color: #000000;\">Query</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\" ...
Autosort no funciona con Object (MySql)?
[ { "date": "2018-09-12", "forum": "FiveWin para Harbour/xHarbour", "text": "After you assigned a character value to oBalanza:cSort, how is it getting reset to NIL on its own?", "time": "03:37", "topic": "Autosort no funciona con Object (MySql)?", "username": "nageswaragunupudi" } ]
Autosort no funciona con Object (MySql)?