messages
listlengths 1
1
| topic
stringlengths 2
60
|
|---|---|
[
{
"date": "2013-07-24",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[code=fw:jxjrcyrd]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">FUNCTION</span> LLAMA_EXECUTABLE<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">LOCAL</span> Nome_Arq, nRegistro<br /><br /> <span style=\"color: #00C800;\">PUBLIC</span> XDA, lDesligaIndex := .F.<br /><br /> <span style=\"color: #B900B9;\">/*<br /> MsgStop( OemToAnsi( \"ATEN€ÇO USUµRIO: \" )+CRLF+;<br /> OemToAnsi( \"PRECISO DESLIGAR O PROGRAMA PARA PEGAR OS \" )+CRLF+;<br /> OemToAnsi( \"NOVOS INDICES E AS CONFIGURA€åES DE CAIXA. \" )+CRLF+;<br /> OemToAnsi( \"TECLE <ENTER> PARA CONTINUAR POR FAVOR. \" ), ;<br /> OemToAnsi( \"Reinicializa‡Æo do Programa - Configura‡äes.\" ) )<br /> */</span><br /><br /> FreeResources<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">// Set Resources To</span><br /><br /> <span style=\"color: #0000ff;\">Release</span> All<br /> SysRefresh<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> MemoryFlush<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> AEVAL<span style=\"color: #000000;\">(</span>DIRECTORY<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"VENTAS.BAT\"</span> <span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">{</span> |aFILE| FERASE<span style=\"color: #000000;\">(</span>aFILE<span style=\"color: #000000;\">[</span>F_NAME<span style=\"color: #000000;\">]</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #B900B9;\">// NOMBRE DE TU PROGRAMA</span><br /> <span style=\"color: #00C800;\">IF</span> !FILE<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"VENTAS.BAT\"</span> <span style=\"color: #000000;\">)</span><br /><br /> NOME_ARQ := FCREATE<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"VENTAS.BAT\"</span><span style=\"color: #000000;\">)</span><br /><br /> NREGISTRO := <span style=\"color: #ff0000;\">\"@ECHO OFF\"</span> ;<br /> + CRLF + ;<br /> <span style=\"color: #ff0000;\">\"CLS\"</span> + ;<br /> + CRLF + CRLF + ;<br /> <span style=\"color: #ff0000;\">\"VENTAS.EXE\"</span> + ;<br /> + CRLF + CRLF + ;<br /> <span style=\"color: #ff0000;\">\"CLS\"</span> + ;<br /> + CRLF + ;<br /> <span style=\"color: #ff0000;\">\"EXIT\"</span><br /><br /> FWRITE<span style=\"color: #000000;\">(</span> NOME_ARQ, NREGISTRO <span style=\"color: #000000;\">)</span><br /> FCLOSE<span style=\"color: #000000;\">(</span> NOME_ARQ <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">ENDIF</span><br /><br /> DBCLOSEALL<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> WinExec<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"VENTAS.BAT\"</span>, <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span><br /><br /> __Quit<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #00C800;\">RETURN</span><span style=\"color: #000000;\">(</span> .T. <span style=\"color: #000000;\">)</span><br /> </div>[/code:jxjrcyrd]\n\u001a",
"time": "13:44",
"topic": "Auto Ejecutar app.",
"username": "karinha"
}
] |
Auto Ejecutar app.
|
[
{
"date": "2005-10-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "We'll try this again. Does anyone have an update for a combo box ( CBS_DROPDOWN ) that will autofill the data from available items or allow a new item to be entered ?\n\nTim <!-- s:roll: --><img src=\"{SMILIES_PATH}/icon_rolleyes.gif\" alt=\":roll:\" title=\"Rolling Eyes\" /><!-- s:roll: -->",
"time": "14:51",
"topic": "Auto Fill Combo box",
"username": "TimStone"
}
] |
Auto Fill Combo box
|
[
{
"date": "2005-10-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nYou may use these methods: SetItems( aItems ) or Insert( cItem, nAt )",
"time": "03:44",
"topic": "Auto Fill Combo box",
"username": "Antonio Linares"
}
] |
Auto Fill Combo box
|
[
{
"date": "2006-02-11",
"forum": "FiveWin for CA-Clipper",
"text": "Hello,\n\nIs the a combobox-class with auto-fill, just like in Internet Explorer?\nIm looking for something like that without the possibility to enter something that not exist in the drop-down list.\n\nThanks,\n\nMarc",
"time": "21:30",
"topic": "Auto Fill Combo box",
"username": "Marc Vanzegbroeck"
}
] |
Auto Fill Combo box
|
[
{
"date": "2006-02-11",
"forum": "FiveWin for CA-Clipper",
"text": "Thanks Oskar,\n\nI get 2 errors while compiling.\nI can't find the function RAScan() and Txbrowse()\nI'm using FW195. Are those functions that are included in the newer version of FW?\n\nRegards,\nMarc",
"time": "23:21",
"topic": "Auto Fill Combo box",
"username": "Marc Vanzegbroeck"
}
] |
Auto Fill Combo box
|
[
{
"date": "2010-08-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nI would like to be able to locate a word in a text variable and replace it with something else.\n\nEx: \ncText := \"I would like to replace #THIS# word with something else\"\n\nThe text \"#THIS#\" is what I would like to replace with other text.\n\nAll the words that will need to be replaced will start and end with the # symbol.\n\n\nIs there any function that will let me do something like this?\nMaybe in the format: ReplaceText( cTextString, cOriginalText, cNewText)",
"time": "00:30",
"topic": "Auto Replace Text",
"username": "Jeff Barnes"
}
] |
Auto Replace Text
|
[
{
"date": "2010-08-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Jeff\n\nCheck : [url:vuxnn45e]http://www.itlnet.net/programming/program/Reference/c53g01c/nga1a13.html[/url:vuxnn45e]",
"time": "00:39",
"topic": "Auto Replace Text",
"username": "Daniel Garcia-Gil"
}
] |
Auto Replace Text
|
[
{
"date": "2010-08-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Daniel. Exactly what I needed <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "00:50",
"topic": "Auto Replace Text",
"username": "Jeff Barnes"
}
] |
Auto Replace Text
|
[
{
"date": "2006-11-30",
"forum": "FiveWin for CA-Clipper",
"text": "Hi All,\n\nI would like to automatically center a button in a dialog box. I can`t find out how to do this. Is there a way it can be done ?\n\nRegards,",
"time": "21:16",
"topic": "Auto centering in dialog",
"username": "Gilbert"
}
] |
Auto centering in dialog
|
[
{
"date": "2006-12-01",
"forum": "FiveWin for CA-Clipper",
"text": "This is a working sample:\n\n[code:2ldk0iq0]#include \"Fivewin.ch\"\n\n\nFUNCTION MAIN()\n\n LOCAL oDlg\n\n LOCAL oBtn\n\n DEFINE DIALOG oDlg\n\n @ 0, 0 BUTTON oBtn PROMPT \"&Close\";\n ACTION oDlg:End()\n\n ACTIVATE DIALOG oDlg;\n ON INIT CENTERBTN( oDlg, oBtn );\n CENTER\n\n RETURN NIL\n\n\nSTATIC FUNCTION CENTERBTN( oDlg, oBtn )\n\n LOCAL aDlgRect := GETCLIENTRECT( oDlg:hWnd )\n\n LOCAL nDlgWidth := aDlgRect[ 4 ] - aDlgRect[ 2 ]\n LOCAL nDlgHeight := aDlgRect[ 3 ] - aDlgRect[ 1 ]\n\n LOCAL nRow := ( nDlgHeight - oBtn:nHeight() ) / 2\n LOCAL nCol := ( nDlgWidth - oBtn:nWidth() ) / 2\n\n oBtn:Move( nRow, nCol )\n\n RETURN NIL[/code:2ldk0iq0]\n\nEMG",
"time": "10:06",
"topic": "Auto centering in dialog",
"username": "Enrico Maria Giordano"
}
] |
Auto centering in dialog
|
[
{
"date": "2006-12-01",
"forum": "FiveWin for CA-Clipper",
"text": "Hi Enrico,\n\nHi sure will do some testing this week end.\n\nThanks\n\nRegards,\n\nGilbert",
"time": "22:25",
"topic": "Auto centering in dialog",
"username": "Gilbert"
}
] |
Auto centering in dialog
|
[
{
"date": "2006-12-02",
"forum": "FiveWin for CA-Clipper",
"text": "Hi Enrico,\n\nIt`s a bit more complicated that I tought it would be, but it works nicely.\n\nThanks\nRegards,\n\nGilbert",
"time": "02:20",
"topic": "Auto centering in dialog",
"username": "Gilbert"
}
] |
Auto centering in dialog
|
[
{
"date": "2008-05-27",
"forum": "FiveWin for CA-Clipper",
"text": "In Clipper (text mode) sometimes I need to display a message to the user for n seconds and then the message dissapears automatically; how can I accomplish this in FiveWin ?",
"time": "08:34",
"topic": "Auto close dialog / window.",
"username": "HunterEC"
}
] |
Auto close dialog / window.
|
[
{
"date": "2008-05-27",
"forum": "FiveWin for CA-Clipper",
"text": "MsgWait()\r\n\r\nEMG",
"time": "08:50",
"topic": "Auto close dialog / window.",
"username": "Enrico Maria Giordano"
}
] |
Auto close dialog / window.
|
[
{
"date": "2012-06-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "ACD is working with any editor also with your editor.\nNew demo is online valid till 31.7.\nACD is a Two-Way-Tool allowing developer/user to edit code programmatically as well as visually \nWhat’s more important is anybody should be able to make the code with ACD correctly without errors ( it should also give help and guidance to the user )\nWhat is autocode for:\n[url:1q0yjesp]http://www.atzwanger-software.com/fw/autocode2/autocode2.html[/url:1q0yjesp]\n\n[url:1q0yjesp]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=23720&p=127573#p127573[/url:1q0yjesp]\n\nPresent demo expires by 31 May you have to download the new demo which is extended till 31 July.\nAdded syntax for METROPANEL, METROBUTTON and COMBOMETRO added.\n\n\n[url:1q0yjesp]http://www.atzwanger-software.com/fw/ACD5DEMO.Zip[/url:1q0yjesp]\n\nBest regards,\nOtto",
"time": "09:05",
"topic": "Auto code for Fivewin",
"username": "Otto"
}
] |
Auto code for Fivewin
|
[
{
"date": "2012-06-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "ACD is working with any editor also with your editor.\nNew demo is online valid till 31.7.\nACD is a Two-Way-Tool allowing developer/user to edit code programmatically as well as visually \nWhat’s more important is anybody should be able to make the code with ACD correctly without errors ( it should also give help and guidance to the user )\nWhat is autocode for:\n[url:10hjjqov]http://www.atzwanger-software.com/fw/autocode2/autocode2.html[/url:10hjjqov]\n\n[url:10hjjqov]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=23720&p=127573#p127573[/url:10hjjqov]\n\nPresent demo expires by 31 May you have to download the new demo which is extended till 31 July.\nAdded syntax for METROPANEL, METROBUTTON and COMBOMETRO added.\n\n\n[url:10hjjqov]http://www.atzwanger-software.com/fw/ACD5DEMO.Zip[/url:10hjjqov]\n\nBest regards,\nOtto",
"time": "09:10",
"topic": "Auto code for Fivewin",
"username": "Otto"
}
] |
Auto code for Fivewin
|
[
{
"date": "2012-06-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\nNice and very usefull tool, thanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "13:07",
"topic": "Auto code for Fivewin",
"username": "Antonio Linares"
}
] |
Auto code for Fivewin
|
[
{
"date": "2012-06-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Otto,\n\nNice and very usefull tool, thanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "13:08",
"topic": "Auto code for Fivewin",
"username": "Antonio Linares"
}
] |
Auto code for Fivewin
|
[
{
"date": "2013-02-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "AUTOCODE - new download ready\nThis demo works till 30 apr 2013.\nBest regards,\nOtto\n\n<!-- m --><a class=\"postlink\" href=\"http://www.atzwanger-software.com/fw/ACD5DEMO.Zip\">http://www.atzwanger-software.com/fw/ACD5DEMO.Zip</a><!-- m -->",
"time": "10:28",
"topic": "Auto code for Fivewin",
"username": "Otto"
}
] |
Auto code for Fivewin
|
[
{
"date": "2013-02-10",
"forum": "FiveWin para Harbour/xHarbour",
"text": "AUTOCODE - new download ready\nThis demo works till 30 apr 2013.\nBest regards,\nOtto\n\n<!-- m --><a class=\"postlink\" href=\"http://www.atzwanger-software.com/fw/ACD5DEMO.Zip\">http://www.atzwanger-software.com/fw/ACD5DEMO.Zip</a><!-- m -->\nOtto",
"time": "11:12",
"topic": "Auto code for Fivewin",
"username": "Otto"
}
] |
Auto code for Fivewin
|
[
{
"date": "2006-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear All,\n Our dialog resources in dll designed to 800*600 resolution , now we write a small function( called on dialog init) to auto fit/sort controls of dialog according different resolution as 1024*768,1280*1024, all the controls seems OK, but -1 ids (static text, groups) seems not exists in odialog:acontrols,how to detect these -1 ids ?\n\n\n rsl0:=getsysmetrics(0)/800\n rsl1:=getsysmetrics(1)/600\n for i:=1 TO LEN(odlg:acontrols)\n oCtrol = odlg:aControls[i]\n aRect = GetCoors( oCtrol:hWnd )\n oCtrol:Move( aRect[1]*rsl0, aRect[2]*rsl1, (aRect[4] - aRect[2])*rsl0, (aRect[3] - aRect[1])*rsl1, .t. ) \n next\n\nBest regard!\nShuming Wang",
"time": "02:46",
"topic": "Auto fits/sorts controls of dialog in different resolutions",
"username": "ShumingWang"
}
] |
Auto fits/sorts controls of dialog in different resolutions
|
[
{
"date": "2006-06-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"ShumingWang\":1ecux9zv]how to detect these -1 ids ?[/quote:1ecux9zv]\n\nYou can't, as far as I know.\n\nEMG",
"time": "20:18",
"topic": "Auto fits/sorts controls of dialog in different resolutions",
"username": "Enrico Maria Giordano"
}
] |
Auto fits/sorts controls of dialog in different resolutions
|
[
{
"date": "2006-06-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Wang, the best way to do it is create a ID to each control. I use any like it and I create an ID to each \"say\", then I do a \"pseudo redefine\" like this:\n\nredefine say id 51 of oDlg\nredefine say id 52 of oDlg\n(...)\n\nFor while is hard to redefine each say but is only way I found. Or you can create a function and refer to say's IDs in an array. Any like this\n\nMyRedefineSay({51,52,52,53}, oDlg)\n...\n\nfunction MyRedefineSay(aID, oDlg)\n local n\n FOR n := 1 to len(aID)\n TSay():Redefine(aId[n] ......... )\n NEXT\nreturn\n\n//-----------------------------------\n\nOnly a suggest <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nBast regards,\nMaurilio",
"time": "17:07",
"topic": "Auto fits/sorts controls of dialog in different resolutions",
"username": "Maurilio Viana"
}
] |
Auto fits/sorts controls of dialog in different resolutions
|
[
{
"date": "2006-06-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Shuming,\n\nI found the text below in my notes. You might give it a try.\n\nJames\n\n-----------------------------------------\n6/21/2004 9:00 PM\n\nIf you change the size of the dialog font in Workshop, then the dialog is automatically resized to accomodate the new font. This resizing occurs both in Workshop and in the application. Note that in Workshop the dialog is displayed larger than it will be in the application.\n\n[Note: WS defaults to a MS Sans Serif, 8 point font when you define a new dialog.]\n\nThe automatic resizing happens inside the dialogBox() function called in TDialog:activate(). This seems to be inside the Win API. There is no built-in way to force the dialog to resize by changing the font after the dialog has been initialized.\n\nYou can change the font of a dialog via code if you do it before activating the dialog:\n\n define dialog oDlg...\n oDlg:setFont(oFont)\n activate dialog oDlg\n\nHowever, I find that the font is about 4 points smaller on the screen that it is if you define the font in Workshop. E.G. you would have to use a 16point font via setFont() in order to get the same sized font on the screen that you would get if you defined a 12point font in WS. I think this must be a bug somewhere.",
"time": "17:28",
"topic": "Auto fits/sorts controls of dialog in different resolutions",
"username": "James Bott"
}
] |
Auto fits/sorts controls of dialog in different resolutions
|
[
{
"date": "2011-06-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:c9l4i5yv]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivewin.ch\"</span><br /><br /><span style=\"color: #00D7D7;\">#define</span> WM_SYSKEYDOWN 0x0104<br /><br /><span style=\"color: #00C800;\">Function</span> TestCheck<br /> <span style=\"color: #00C800;\">LOCAL</span> oDlg<br /> <br /> <span style=\"color: #00C800;\">LOCAL</span> oChk, lChk, nChk := <span style=\"color: #000000;\">0</span><br /> <span style=\"color: #00C800;\">LOCAL</span> oChk2, lChk2, nChk2 := <span style=\"color: #000000;\">0</span><br /> <br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg<br /> <br /> @ <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">CHECKBOX</span> oChk <span style=\"color: #0000ff;\">VAR</span> lChk <span style=\"color: #0000ff;\">OF</span> oDlg<br /> @ <span style=\"color: #000000;\">1.2</span>, <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">CHECKBOX</span> oChk2 <span style=\"color: #0000ff;\">VAR</span> lChk2 <span style=\"color: #0000ff;\">OF</span> oDlg<br /> <br /> @ <span style=\"color: #000000;\">2</span>, <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #ff0000;\">\"&Close\"</span> <span style=\"color: #0000ff;\">ACTION</span> oDlg:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">CENTER</span> ;<br /> <span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">INIT</span> oChk:<span style=\"color: #000000;\">PostMsg</span><span style=\"color: #000000;\">(</span> WM_SYSKEYDOWN, <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">2</span> ** <span style=\"color: #000000;\">29</span> <span style=\"color: #000000;\">)</span><br /> <br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /> </div>[/code:c9l4i5yv]",
"time": "12:24",
"topic": "Auto focus a checkbox from a dialog ON INIT",
"username": "Antonio Linares"
}
] |
Auto focus a checkbox from a dialog ON INIT
|
[
{
"date": "2011-06-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[url:2f107rl9]http://msdn.microsoft.com/en-us/library/ms646286(v=vs.85).aspx[/url:2f107rl9]\n\nlParam\nThe repeat count, scan code, extended-key flag, context code, previous key-state flag, and transition-state flag, as shown in the following table.\n\n...\n29\tThe context code. The value is 1 if the ALT key is down while the key is pressed; it is 0 if the WM_SYSKEYDOWN message is posted to the active window because no window has the keyboard focus.\n\nThis way we simulate a pressed ALT <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "14:04",
"topic": "Auto focus a checkbox from a dialog ON INIT",
"username": "Antonio Linares"
}
] |
Auto focus a checkbox from a dialog ON INIT
|
[
{
"date": "2011-06-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It doesn't work here. I always used\n\n[code=fw:1j00drms]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oDlg:<span style=\"color: #000000;\">bStart</span> = <span style=\"color: #000000;\">{</span> || oChk2:<span style=\"color: #000000;\">SetFocus</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span></div>[/code:1j00drms]\n\nIt works fine.\n\nEMG",
"time": "14:30",
"topic": "Auto focus a checkbox from a dialog ON INIT",
"username": "Enrico Maria Giordano"
}
] |
Auto focus a checkbox from a dialog ON INIT
|
[
{
"date": "2011-06-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "XP and Win7 differences again ? <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "15:23",
"topic": "Auto focus a checkbox from a dialog ON INIT",
"username": "Antonio Linares"
}
] |
Auto focus a checkbox from a dialog ON INIT
|
[
{
"date": "2006-05-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Everybody,\n\nI am trying to find a way to create a macro for the end user of my application.\n\nI would like to have them do someting like press F5 and have the text \"HELLO\" inserted into a get.\n\nAny Ideas?\n\nThanks,\nJeff",
"time": "18:09",
"topic": "Auto insert data",
"username": "Jeff Barnes"
}
] |
Auto insert data
|
[
{
"date": "2006-05-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Try something like this\n\nPOSTSTRING( oGet:hWnd, \"HELLO\" )\n\nwhere POSTSTRING() is:\n\n[code:2hjme3vv]FUNCTION POSTSTRING( hWnd, cString )\n\n LOCAL i, c\n\n DEFAULT hWnd := GETACTIVEWINDOW()\n\n FOR i = 1 TO LEN( cString )\n c = SUBSTR( cString, i, 1 )\n\n IF c > \" \"\n POSTMESSAGE( hWnd, WM_CHAR, ASC( c ) )\n ELSE\n POSTMESSAGE( hWnd, WM_KEYDOWN, ASC( c ) )\n ENDIF\n\n SYSREFRESH()\n NEXT\n\n RETURN NIL[/code:2hjme3vv]\n\nEMG",
"time": "20:33",
"topic": "Auto insert data",
"username": "Enrico Maria Giordano"
}
] |
Auto insert data
|
[
{
"date": "2006-05-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Or, you can try oGet:paste(\"Hello\")",
"time": "21:09",
"topic": "Auto insert data",
"username": "James Bott"
}
] |
Auto insert data
|
[
{
"date": "2006-05-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Much simpler. The only drawback is that it alters the clipboard, if I'm not wrong.\n\nEMG",
"time": "21:44",
"topic": "Auto insert data",
"username": "Enrico Maria Giordano"
}
] |
Auto insert data
|
[
{
"date": "2006-06-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\n>Much simpler. The only drawback is that it alters the clipboard, if I'm not wrong. \n\nI don't believe so. If cText is NOT passed then it pastes from the clipboard, but if cText is passed, then cText is used instead. Either way the clipboard is left as is.\n\nIt also handles numeric and date types in addition to string.\n\nJames",
"time": "00:04",
"topic": "Auto insert data",
"username": "James Bott"
}
] |
Auto insert data
|
[
{
"date": "2006-06-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ops, you are right!\n\nEMG",
"time": "00:07",
"topic": "Auto insert data",
"username": "Enrico Maria Giordano"
}
] |
Auto insert data
|
[
{
"date": "2006-06-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks James and Enrico.",
"time": "03:13",
"topic": "Auto insert data",
"username": "Jeff Barnes"
}
] |
Auto insert data
|
[
{
"date": "2011-07-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Guys:\n\nI had a small program to rebuild all indexes from all tables (20+), the menu allows the user to select the specific table that will get its indexes recreated. Some tables got over 500,000 records. Instead of having the user wait for each table to complete its course, how can I, via an menu option, put in the keyboard buffer the accelerator key for each option ? In the old Clipper days this was done with the KEYBOARD command or with the KEYSEND() function. Any ideas ? Thank you.",
"time": "07:22",
"topic": "Auto selectable menu.",
"username": "HunterEC"
}
] |
Auto selectable menu.
|
[
{
"date": "2011-07-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:3i7hokhl]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">__KEYBOARD<span style=\"color: #000000;\">(</span> cString <span style=\"color: #000000;\">)</span></div>[/code:3i7hokhl]\n\nEMG",
"time": "09:52",
"topic": "Auto selectable menu.",
"username": "Enrico Maria Giordano"
}
] |
Auto selectable menu.
|
[
{
"date": "2011-07-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico:\n\nThank you for your response. Can the ACCELERATOR keys be put in the keyboard buffer, for example Alt-I ?",
"time": "09:55",
"topic": "Auto selectable menu.",
"username": "HunterEC"
}
] |
Auto selectable menu.
|
[
{
"date": "2011-07-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I don't know, sorry.\n\nEMG",
"time": "09:57",
"topic": "Auto selectable menu.",
"username": "Enrico Maria Giordano"
}
] |
Auto selectable menu.
|
[
{
"date": "2011-07-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Add to source keybrd.c the function\n[code=fw:3vmt7ahv]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />CLIPPER __PUTACCKEY<span style=\"color: #000000;\">(</span> PARAMS <span style=\"color: #000000;\">)</span><br /><span style=\"color: #000000;\">{</span><br /> int vKeyAcc = _parni<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span>, vKey = _parni<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">)</span>;<br /> <br /> PostVirtualKeyEvent<span style=\"color: #000000;\">(</span> vKeyAcc, <span style=\"color: #00C800;\">FALSE</span> <span style=\"color: #000000;\">)</span>;<br /><br /> PostVirtualKeyEvent<span style=\"color: #000000;\">(</span> vKey, <span style=\"color: #00C800;\">FALSE</span> <span style=\"color: #000000;\">)</span>;<br /> PostVirtualKeyEvent<span style=\"color: #000000;\">(</span> vKey, <span style=\"color: #00C800;\">TRUE</span> <span style=\"color: #000000;\">)</span>;<br /><br /> PostVirtualKeyEvent<span style=\"color: #000000;\">(</span> vKeyAcc, <span style=\"color: #00C800;\">TRUE</span> <span style=\"color: #000000;\">)</span>;<br /><br /> SysRefresh<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>;<br /><span style=\"color: #000000;\">}</span><br /> </div>[/code:3vmt7ahv]\n\nExample:\n\n__PUTACCKEY( VK_MENU, VK_F2 )\t// Alt + F2\n__PUTACCKEY( VK_CONTROL, VK_F3 )\t// Control + F3\n\nBest regards\nMassimo <!-- s:wink: --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\":wink:\" title=\"Wink\" /><!-- s:wink: -->",
"time": "17:40",
"topic": "Auto selectable menu.",
"username": "MaxP"
}
] |
Auto selectable menu.
|
[
{
"date": "2011-07-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Massimo:\n\nThank you. I'll give it a try.",
"time": "18:23",
"topic": "Auto selectable menu.",
"username": "HunterEC"
}
] |
Auto selectable menu.
|
[
{
"date": "2022-11-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Rao:\n\nIn xBrowse is it possible to auto sort 2 or more columns? For example, I want to sort by product brand and then by product code, is it possible?\n\nBest regards",
"time": "03:26",
"topic": "Auto sort 2 columns in xbrowse?",
"username": "Armando"
}
] |
Auto sort 2 columns in xbrowse?
|
[
{
"date": "2022-11-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "if it is DBF:\na) if you have an index on brand + code, assign that index tag name to oCol:cSortOrder\nb) otherwise create a temporary index and assign that index tag name to oCol:cSortOrder and the index name to oCol:cOrdBag.\n\nFor Recordset, rowset, etc.\n oCol:cSortOrder := \"brand,code\"",
"time": "04:34",
"topic": "Auto sort 2 columns in xbrowse?",
"username": "nageswaragunupudi"
}
] |
Auto sort 2 columns in xbrowse?
|
[
{
"date": "2022-11-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Rao:\n\nI apologize for not giving complete information, I use xBrowse with RecordSet,\nso my idea is that by clicking on the brand column header, then clicking on the\nproduct column header, they are sorted by product within each brand, just like excel does,\n¿is it possible?\n\nBest regards",
"time": "20:28",
"topic": "Auto sort 2 columns in xbrowse?",
"username": "Armando"
}
] |
Auto sort 2 columns in xbrowse?
|
[
{
"date": "2020-02-15",
"forum": "mod_harbour",
"text": "This is a very neat trick <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n1. From a Windows cmd run \"bash\"\n\n2. From the bash run \"code .\"\n\nReally cool <!-- s;-) --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\";-)\" title=\"Wink\" /><!-- s;-) -->",
"time": "09:41",
"topic": "Auto start vscode from Windows bash",
"username": "Antonio Linares"
}
] |
Auto start vscode from Windows bash
|
[
{
"date": "2006-02-17",
"forum": "To do - WishList / Por hacer - Peticiones",
"text": "Antonio, \nis possible include auto text (like Internet Explorer) in gets?\nI wish type the text and auto text fill a list of keywords available in an array.\n\nThanks!\nMaurilio",
"time": "00:07",
"topic": "Auto text in gets",
"username": "Maurilio Viana"
}
] |
Auto text in gets
|
[
{
"date": "2006-02-17",
"forum": "To do - WishList / Por hacer - Peticiones",
"text": "Gracias, Oskar!\n\nSalu2\nMaurilio",
"time": "13:39",
"topic": "Auto text in gets",
"username": "Maurilio Viana"
}
] |
Auto text in gets
|
[
{
"date": "2006-02-17",
"forum": "To do - WishList / Por hacer - Peticiones",
"text": "Hello oskar\n\nThank you for your post.\nI get it and work now.\n\nRegards,\n\nRichard",
"time": "23:46",
"topic": "Auto text in gets",
"username": "Taiwan"
}
] |
Auto text in gets
|
[
{
"date": "2020-05-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I need to activate a timer to close files and applications when the time is over.\n\nI would like to set a timer to 60 minutes or more, automatically close the application if the user does not interact with the application, upon detection of no keyboard input and no mouse movement.\n\nI have auto-backup routines and various data updates to execute, but the procedure fails due to no access to data files.\n\nAs seen over many years and years, the clients never log off or exit application before leaving offices.\nI want to close applications and free data files for further processing.\nI have seen this forum for a possible solution but did not find any help.\n\n Thank you in advance for any guidance",
"time": "12:28",
"topic": "Auto-Close Application On Timer (Resolved)",
"username": "RiazKhan"
}
] |
Auto-Close Application On Timer (Resolved)
|
[
{
"date": "2020-05-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nMaybe this can help.\n\n[url:20anspeu]http://forums.fivetechsupport.com/viewtopic.php?p=114795#p114795[/url:20anspeu]",
"time": "13:07",
"topic": "Auto-Close Application On Timer (Resolved)",
"username": "Horizon"
}
] |
Auto-Close Application On Timer (Resolved)
|
[
{
"date": "2020-05-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, Thanks Hakan Onemli\n\nThis is fine and works very well..\nI have converted tinativo to LIB and attached it to my application.\n\nWill upload on to servers and check results....\n\nRegards",
"time": "15:45",
"topic": "Auto-Close Application On Timer (Resolved)",
"username": "RiazKhan"
}
] |
Auto-Close Application On Timer (Resolved)
|
[
{
"date": "2020-05-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nI'm interested also in this app.\n\nCan you confirm it's working and maybe share the code/lib that has a working code ?\n\nHow did you implement it into your app?",
"time": "09:19",
"topic": "Auto-Close Application On Timer (Resolved)",
"username": "Marc Venken"
}
] |
Auto-Close Application On Timer (Resolved)
|
[
{
"date": "2020-05-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Mark,\n\nYes, I tested this extensively yesterday, in many scenarios.\nIt detects non-keyboard and non-mouse movement for the period defined.\nIt works as desired, I just activated the timer on the main window of the application.\nIt is activated as soon as the application is executed.\n\nThe timer is activated and valid as..\n\nIf the application is at the main windows. (Works)\nIf the application is in any dialog or at a GET. (Works)\nIf the application is minimized. (Works)\nIf the user has the application open of any dialog and waiting at a GET and working on a xls worksheet. (Works)\n\nMy code is below as the MAIN.PRG\n\n[code=fw:2ih54r56]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.Ch\"</span><br /><br /><span style=\"color: #B900B9;\">// Declare Static Variables</span><br /><br /> <span style=\"color: #00C800;\">STATIC</span> nWait_Time,cThe_Func,lTime_Cont <br /><br />*---------------------------------------------------------------------------*<br /> <span style=\"color: #00C800;\">FUNCTION</span> Main<span style=\"color: #000000;\">(</span> CompPara, YearPara <span style=\"color: #000000;\">)</span><br />*---------------------------------------------------------------------------*<br /><br /><span style=\"color: #B900B9;\">// Assign parameters to variables</span><br /><br /> nWait_Time := <span style=\"color: #000000;\">5400000</span> <span style=\"color: #B900B9;\">// = 90 Minutes // Time to wait until calling function</span><br /> cThe_Func := <span style=\"color: #ff0000;\">\"iRtrn:=Exit(.T.)\"</span> <span style=\"color: #B900B9;\">// Name of the function to be called when Timer time is reached</span><br /> lTime_Cont := .F. <span style=\"color: #B900B9;\">// After executing the function, continue to monitor Keep as .F.</span><br /><br /><span style=\"color: #B900B9;\">// Define main window and activate.. </span><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">WINDOW</span> oMainWnd <span style=\"color: #0000ff;\">TITLE</span> S_Name <span style=\"color: #0000ff;\">MENU</span> BuildMenu<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #0000ff;\">ICON</span> oIco <span style=\"color: #0000ff;\">MDI</span><br /><br /> <span style=\"color: #000000;\">}</span><br /> <span style=\"color: #000000;\">}</span> your routines....<br /> <span style=\"color: #000000;\">}</span><br /><br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">WINDOW</span> oMainWnd <span style=\"color: #0000ff;\">MAXIMIZED</span> <span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">INIT</span> <span style=\"color: #000000;\">(</span> BuildTimer<span style=\"color: #000000;\">(</span> oMainWnd <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> <br /><br /><span style=\"color: #00C800;\">Return</span><span style=\"color: #000000;\">(</span> <span style=\"color: #00C800;\">Nil</span> <span style=\"color: #000000;\">)</span> <br /> <br />*---------------------------------------------------------------------------*<br /> <span style=\"color: #00C800;\">FUNCTION</span> BuildTimer<span style=\"color: #000000;\">(</span> oDlg <span style=\"color: #000000;\">)</span><br />*---------------------------------------------------------------------------*<br /><br />TinaTivo<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>:<span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">(</span>nWait_Time,cThe_Func,lTime_Cont<span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">// Add tinativo.lib To MAK File</span><br /> <br /><span style=\"color: #00C800;\">Return</span><span style=\"color: #000000;\">(</span> <span style=\"color: #00C800;\">Nil</span> <span style=\"color: #000000;\">)</span><br /> </div>[/code:2ih54r56]\n\n\nMark, I do not how to upload the lib or the prg files here on the forum.\nIf you can share your email address, it can be sent to you.\n\nRegards",
"time": "11:10",
"topic": "Auto-Close Application On Timer (Resolved)",
"username": "RiazKhan"
}
] |
Auto-Close Application On Timer (Resolved)
|
[
{
"date": "2020-05-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Send me at zip file with sources, mak, and lib and I upload your work to \"Fivewin Contributions\" repository",
"time": "11:26",
"topic": "Auto-Close Application On Timer (Resolved)",
"username": "cnavarro"
}
] |
Auto-Close Application On Timer (Resolved)
|
[
{
"date": "2020-05-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks, Navarro\nRegards",
"time": "11:36",
"topic": "Auto-Close Application On Timer (Resolved)",
"username": "RiazKhan"
}
] |
Auto-Close Application On Timer (Resolved)
|
[
{
"date": "2020-05-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"cnavarro\":29sv1lis]Send me mail zip file with sources, mak, and lib and I upload your work to \"Fivewin Contributions\" repository[/quote:29sv1lis]\n\nI will wait for the upload to contributions, so please send to him.\n\nThanks",
"time": "11:39",
"topic": "Auto-Close Application On Timer (Resolved)",
"username": "Marc Venken"
}
] |
Auto-Close Application On Timer (Resolved)
|
[
{
"date": "2020-05-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Already sent via email to cristobal\nRegards",
"time": "11:45",
"topic": "Auto-Close Application On Timer (Resolved)",
"username": "RiazKhan"
}
] |
Auto-Close Application On Timer (Resolved)
|
[
{
"date": "2020-05-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Updated repository, thanks\n<!-- m --><a class=\"postlink\" href=\"https://bitbucket.org/fivetech/fivewin-contributions/downloads/TINATIVO.zip\">https://bitbucket.org/fivetech/fivewin- ... NATIVO.zip</a><!-- m -->",
"time": "15:16",
"topic": "Auto-Close Application On Timer (Resolved)",
"username": "cnavarro"
}
] |
Auto-Close Application On Timer (Resolved)
|
[
{
"date": "2019-04-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nAccording to the problem I had with\n[url:3qqasu49]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=37039[/url:3qqasu49]\n\nI have create a little program to make a SQL-backup.\nI want to do a backup every hour. Each time he create another file-name, so there is no overwrite. Now I keep 30 versions of a backup\nNow is my question, what is the best.\nCalling each time the program with Window Schedule, or start the program, and create a backup each hour with timer in FW?",
"time": "07:02",
"topic": "Auto-backup -timer question.",
"username": "Marc Vanzegbroeck"
}
] |
Auto-backup -timer question.
|
[
{
"date": "2019-04-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Marc,\nare you using an inhouse server or is the SQL database hosted somewhere.\nBest regards\nOtto",
"time": "11:30",
"topic": "Auto-backup -timer question.",
"username": "Otto"
}
] |
Auto-backup -timer question.
|
[
{
"date": "2019-04-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\nI use it on a NAS with MariaDB of a customer that had the Hack-problem.\nNow I installed the backup-program on a PC, and start the backup with Windows Schedule, that create it on the local harddisk.\nIt's working fine now <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "11:52",
"topic": "Auto-backup -timer question.",
"username": "Marc Vanzegbroeck"
}
] |
Auto-backup -timer question.
|
[
{
"date": "2019-04-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In my opinion, Windows Schedule is better.\n\nFor backup, FWH has its own built-in backup and restore methods, which are quite fast.\n[code=fw:32kb7fue]<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: #00C800;\">function</span> Main<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> oCn<br /> <br /> oCn := maria_Connect<span style=\"color: #000000;\">(</span> <server>, <db>, <user>, <pw> <span style=\"color: #000000;\">)</span><br /> oCn:<span style=\"color: #000000;\">BackUp</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">[</span><db><span style=\"color: #000000;\">]</span>, <cDstFile> <span style=\"color: #000000;\">)</span><br /> oCn:<span style=\"color: #000000;\">Close</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /> </div>[/code:32kb7fue]",
"time": "13:39",
"topic": "Auto-backup -timer question.",
"username": "nageswaragunupudi"
}
] |
Auto-backup -timer question.
|
[
{
"date": "2012-04-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nlooking for a solution, to show a font with a selected color on a contrast-background,\nI used with a little change the Contrast-function from xBrowse.\nUsing different Fontcolors on Say on Get, the needed Background is automatically selected,\nto show a visible text. \n\nBecause of fontcolor < RED >, the Say-background-color changed to white :\n\n[img:29a65qm6]http://www.pflegeplus.com/pictures/colradjust.jpg[/img:29a65qm6]\n\nSample :\n\n[code=fw:29a65qm6]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />...<br />...<br /><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">SAY</span> oTime <span style=\"color: #0000ff;\">PROMPT</span> cTime <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">510</span> <span style=\"color: #0000ff;\">OF</span> oDlg2 <span style=\"color: #0000ff;\">UPDATE</span><br />oTime:<span style=\"color: #000000;\">SetColor</span><span style=\"color: #000000;\">(</span> nTimeColor, GET_CONTR<span style=\"color: #000000;\">(</span>nTimeColor<span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span><br />oTime:<span style=\"color: #000000;\">SetFont</span><span style=\"color: #000000;\">(</span> oTimeFont <span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BTNBMP</span> oBtn1 <span style=\"color: #0000ff;\">OF</span> oDlg2 ;<br /><span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">130</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #000000;\">2007</span> ;<br />NOBORDER ;<br /><span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"&Time-color\"</span> ;<br />FILENAME c_path + <span style=\"color: #ff0000;\">\"<span style=\"color: #000000;\">\\I</span>mages<span style=\"color: #000000;\">\\S</span>elect.Bmp\"</span> ;<br /><span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #000000;\">(</span> nTimeColor := ChooseColor<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>, ;<br /> oTime:<span style=\"color: #000000;\">SetColor</span><span style=\"color: #000000;\">(</span> nTimeColor, GET_CONTR<span style=\"color: #000000;\">(</span>nTimeColor<span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span>, ;<br /> oTime:<span style=\"color: #0000ff;\">Refresh</span> <span style=\"color: #000000;\">)</span> ;<br /><span style=\"color: #0000ff;\">FONT</span> oBrwFont ;<br /><span style=\"color: #0000ff;\">LEFT</span><br />oBtn1:<span style=\"color: #000000;\">lTransparent</span> := .t. <br />oBtn1:<span style=\"color: #000000;\">cToolTip</span> = <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"Time-\"</span> + CRLF + <span style=\"color: #ff0000;\">\"Color\"</span>,<span style=\"color: #ff0000;\">\"Color-Selection\"</span>, <span style=\"color: #000000;\">1</span>, CLR_BLACK, <span style=\"color: #000000;\">14089979</span> <span style=\"color: #000000;\">}</span><br />oBtn1:<span style=\"color: #000000;\">SetColor</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">)</span><br />...<br />...<br /><br /><span style=\"color: #B900B9;\">// ------------------</span><br /><br /><span style=\"color: #00C800;\">FUNCTION</span> GET_CONTR<span style=\"color: #000000;\">(</span>nFontClr<span style=\"color: #000000;\">)</span><br /><span style=\"color: #00C800;\">LOCAL</span> nClr, nLuma, nContrast<br /><br />nContrast := nFontClr<br /><br /><span style=\"color: #B900B9;\">// Fontcolor</span><br />nLuma := <span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0.299</span> * nRGBRed<span style=\"color: #000000;\">(</span> nFontClr <span style=\"color: #000000;\">)</span> + <span style=\"color: #000000;\">0.587</span> * nRGBGreen<span style=\"color: #000000;\">(</span> nFontClr <span style=\"color: #000000;\">)</span> + <span style=\"color: #000000;\">0.114</span> * nRGBBlue<span style=\"color: #000000;\">(</span> nFontClr <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /><br />nContrast := <span style=\"color: #00C800;\">IF</span><span style=\"color: #000000;\">(</span> nLuma < <span style=\"color: #000000;\">150</span>, CLR_WHITE, CLR_BLACK <span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #00C800;\">RETURN</span> nContrast<br /> </div>[/code:29a65qm6]\n\nBest Regards\nUwe <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: -->",
"time": "11:24",
"topic": "AutoBackgrd-Color (Say,Get) related to Fontcolor (Contrast)",
"username": "ukoenig"
}
] |
AutoBackgrd-Color (Say,Get) related to Fontcolor (Contrast)
|
[
{
"date": "2011-12-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It is a long time I didn’t remember this little tool idea.\nToday I compiled the code and inserted a prototype for XBrowse.\n\nBest regards,\nOtto\n\n[url:3b8gd79x]http://www.atzwanger-software.com/fw/autocode/Aufnahme-4/Aufnahme-4.html[/url:3b8gd79x]",
"time": "16:27",
"topic": "AutoCode 5",
"username": "Otto"
}
] |
AutoCode 5
|
[
{
"date": "2012-02-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "See all the amazing new things autocode5 can do:\n\n[url:318159zl]http://www.atzwanger-software.com/fw/autocode/autocode2/autocode2.html[/url:318159zl]",
"time": "23:20",
"topic": "AutoCode 5",
"username": "Otto"
}
] |
AutoCode 5
|
[
{
"date": "2012-02-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\nThat tool looks fantastic.\n\nWhere can we get it ?\n\nThanks for sharing this with us.",
"time": "12:31",
"topic": "AutoCode 5",
"username": "driessen"
}
] |
AutoCode 5
|
[
{
"date": "2012-02-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\nGreat idea and superb implementation! Many thanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "14:38",
"topic": "AutoCode 5",
"username": "Antonio Linares"
}
] |
AutoCode 5
|
[
{
"date": "2012-02-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I found no reference in fivewin forum about this Autocode, where is the source Otto? It's very nice idea with UESTUDIO. Could you tell us more about it.",
"time": "12:06",
"topic": "AutoCode 5",
"username": "Andrés González"
}
] |
AutoCode 5
|
[
{
"date": "2012-02-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Otto,\n\nHow nice!\n\nDutch",
"time": "11:08",
"topic": "AutoCode 5",
"username": "dutch"
}
] |
AutoCode 5
|
[
{
"date": "2012-02-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio qué es lo que me pierdo? Dónde está para probarlo?",
"time": "02:57",
"topic": "AutoCode 5",
"username": "Andrés González"
}
] |
AutoCode 5
|
[
{
"date": "2012-02-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "To all,\n\nif someone is interested here is a first demo:\n\n[url:2jsyq8wc]http://www.atzwanger-software.com/fw/ACD5.zip[/url:2jsyq8wc]\n\n\nAt the moment we have ready only a few classes like:\n\n GET\n BTNBMP\n BUTTON \n BUTTONBMP\n RBBTN \n SAY \n XBROWSE\n ACTIVATE DIALOG\n ADD GROUP \n DEFINE BRUSH \n DEFINE BUTTON \n DEFINE DIALOG \n DEFINE PEN \n DEFINE RIBBONBAR\n DEFINE WINDOW\n\n\nBest regards,\nOtto",
"time": "21:01",
"topic": "AutoCode 5",
"username": "Otto"
}
] |
AutoCode 5
|
[
{
"date": "2012-03-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Otto.",
"time": "22:25",
"topic": "AutoCode 5",
"username": "Andrés González"
}
] |
AutoCode 5
|
[
{
"date": "2014-12-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "AutoCode a RAD-Tool for FW\n\n<!-- m --><a class=\"postlink\" href=\"http://www.atzwanger-software.com/fw/ACxBrowse.mp4\">http://www.atzwanger-software.com/fw/ACxBrowse.mp4</a><!-- m -->\n\nBest regards,\nOtto",
"time": "07:57",
"topic": "AutoCode editing xbrowse",
"username": "Otto"
}
] |
AutoCode editing xbrowse
|
[
{
"date": "2014-12-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\nVery good <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nWhere Autocode may be downloaded from ?",
"time": "08:10",
"topic": "AutoCode editing xbrowse",
"username": "Antonio Linares"
}
] |
AutoCode editing xbrowse
|
[
{
"date": "2014-12-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\n\nhere is the link:\n<!-- m --><a class=\"postlink\" href=\"http://www.atzwanger-software.com/fh/autocode.zip\">http://www.atzwanger-software.com/fh/autocode.zip</a><!-- m -->\n\nBest regards,\nOtto",
"time": "08:26",
"topic": "AutoCode editing xbrowse",
"username": "Otto"
}
] |
AutoCode editing xbrowse
|
[
{
"date": "2014-12-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\nmany thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "09:53",
"topic": "AutoCode editing xbrowse",
"username": "Antonio Linares"
}
] |
AutoCode editing xbrowse
|
[
{
"date": "2014-12-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto, very very good",
"time": "11:00",
"topic": "AutoCode editing xbrowse",
"username": "cnavarro"
}
] |
AutoCode editing xbrowse
|
[
{
"date": "2015-11-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Otto;\n\nI just looked at the video demonstrating how it works. Nice.\n\nWill it work with resources? as in REDEFINE XBROWSE ::oBrw ID 101 OF ....\n\nHope you continue to do well.\n\n\nReinaldo.",
"time": "20:27",
"topic": "AutoCode editing xbrowse",
"username": "reinaldocrespo"
}
] |
AutoCode editing xbrowse
|
[
{
"date": "2021-04-17",
"forum": "mod_harbour",
"text": "AutoCode for WEB\n[img:gg69tmwd]https://mybergland.com/fwforum/autocodeweb.gif[/img:gg69tmwd]",
"time": "19:32",
"topic": "AutoCode for WEB",
"username": "Otto"
}
] |
AutoCode for WEB
|
[
{
"date": "2021-04-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "AutoCode for WEB\n[img:2et94tek]https://mybergland.com/fwforum/autocodeweb.gif[/img:2et94tek]",
"time": "19:34",
"topic": "AutoCode for WEB",
"username": "Otto"
}
] |
AutoCode for WEB
|
[
{
"date": "2021-04-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "AutoCode for WEB\n[img:dskwhbxi]https://mybergland.com/fwforum/autocodeweb.gif[/img:dskwhbxi]",
"time": "19:34",
"topic": "AutoCode for WEB",
"username": "Otto"
}
] |
AutoCode for WEB
|
[
{
"date": "2021-04-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[img:1jiyzpl6]https://mybergland.com/fwforum/autocodeweb2.jpg[/img:1jiyzpl6]",
"time": "23:40",
"topic": "AutoCode for WEB",
"username": "Otto"
}
] |
AutoCode for WEB
|
[
{
"date": "2021-05-03",
"forum": "mod_harbour",
"text": "Status of AutoCode4Web\nThe taglist is complete now. And I can start working with the program.\nI think I must insert TABs to the xBrowse to separate Attributes, Global Attributes, and Event methods.\n\n[img:igw5005l]https://mybergland.com/auoptcode/autocode2.gif[/img:igw5005l]",
"time": "09:19",
"topic": "AutoCode for WEB",
"username": "Otto"
}
] |
AutoCode for WEB
|
[
{
"date": "2021-05-06",
"forum": "mod_harbour",
"text": "Hello friends,\n\nWhen I searched the internet for:\n[b:46fcgzpq]How do you take notes while learning a programming language?\nI found on quora.com[/b:46fcgzpq]\n\n[quote:46fcgzpq]When learning programming or learning anything else, I write down all the teachers, instructors, or professors saying that \"important, need to write down or need to remember or ... on tests ...\".\n\nWhen I read books on programming or seeing anywhere that there is things which I do not know yet, seem to be good or interesting \nto me then I write down on my notebook if I have it at hand. I do that consistently because I know if I don not, \nI will forget quickly the important points I like to remember. I also know that whenever I write anything down I read it in my mind, \nI see it (learning thruogh my eyes), my brain learns through my fingers guiding the pen to make words with meanings appear!\n\n[/quote:46fcgzpq]\n\nTherefore I extended the documentation possibilities of AutoCode4Web.\n\nNow it is possible to have for every element and tag an attached RTF file which I can edit with MS-Write. \n\n\n[img:46fcgzpq]https://mybergland.com/auoptcode/autocodertfhelp0.jpg[/img:46fcgzpq]\n\n\n[img:46fcgzpq]https://mybergland.com/auoptcode/autocodertfhelp1.jpg[/img:46fcgzpq]",
"time": "09:34",
"topic": "AutoCode for WEB",
"username": "Otto"
}
] |
AutoCode for WEB
|
[
{
"date": "2012-04-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[url:3ozz91yb]http://www.atzwanger-software.com/fw/ACD5DEMO.Zip[/url:3ozz91yb]\n\nBest regards,\nOtto",
"time": "19:56",
"topic": "AutoCode5 - new update",
"username": "Otto"
}
] |
AutoCode5 - new update
|
[
{
"date": "2012-04-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Mis desculpas Otto, mas para que sirve AutoCode5 ??\n\nGracias\n\nSaludos.",
"time": "20:10",
"topic": "AutoCode5 - new update",
"username": "karinha"
}
] |
AutoCode5 - new update
|
[
{
"date": "2012-04-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[url:1kkfo48y]http://www.atzwanger-software.com/fw/autocode2/autocode2.html[/url:1kkfo48y]\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=23720&p=127573#p127573\">viewtopic.php?f=3&t=23720&p=127573#p127573</a><!-- l -->\n\nBest regards,\nOtto",
"time": "21:51",
"topic": "AutoCode5 - new update",
"username": "Otto"
}
] |
AutoCode5 - new update
|
[
{
"date": "2012-04-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hallo\n\nHeute sah ich das Video Ihrer Show, die ich in der Liebe WinHotel Daten fiel schirmt sehr modern hoffe, eines Tages, um die Dinge so schön wie deine <!-- s:mrgreen: --><img src=\"{SMILIES_PATH}/icon_mrgreen.gif\" alt=\":mrgreen:\" title=\"Mr. Green\" /><!-- s:mrgreen: -->",
"time": "07:12",
"topic": "AutoCode5 - new update",
"username": "AIDA"
}
] |
AutoCode5 - new update
|
[
{
"date": "2012-04-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hallo Aida,\nvielen Dank für die netten Worte und liebe Grüße aus Österreich, Tirol,\nOtto\n\nPS: Have you tried AutoCode5?",
"time": "13:03",
"topic": "AutoCode5 - new update",
"username": "Otto"
}
] |
AutoCode5 - new update
|
[
{
"date": "2012-04-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Heute werde ich den AutoCode5? <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nEinen schönen Tag noch <!-- s:wink: --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\":wink:\" title=\"Wink\" /><!-- s:wink: -->",
"time": "19:25",
"topic": "AutoCode5 - new update",
"username": "AIDA"
}
] |
AutoCode5 - new update
|
[
{
"date": "2012-05-10",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Aida,\nAutoCode\nPresent demo expires by 30 April you have to download the new demo which is extended till 31 May.\nAdded syntax for METROPANEL and METROBUTTON.\n\n<!-- m --><a class=\"postlink\" href=\"http://www.atzwanger-software.com/fw/ACD5DEMO.Zip\">http://www.atzwanger-software.com/fw/ACD5DEMO.Zip</a><!-- m -->\n\nBest regards,\nOtto",
"time": "20:40",
"topic": "AutoCode5 - new update",
"username": "Otto"
}
] |
AutoCode5 - new update
|
[
{
"date": "2007-07-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello All!\n\nWindows API have one function \"SHAutoComplete\" from \"shlwapi.dll\"\nBut I do try fail, somebody can help me ? I hope have like IE address URL autocomplete function.\n[code:h5r2qkks]\n// harbour: AutoComplete( hWnd )\nHRESULT (CALLBACK* lpSHAutoComplete)(HWND ,DWORD);\nHB_FUNC( AUTOCOMPLETE )\n{\n // LONG nRet;\n LONG nRet;\n HWND hWnd = (HWND) hb_parnl(1); // Dialog hWnd\n HINSTANCE hIns = LoadLibrary(\"shlwapi.dll\");\n if (hIns != NULL) {\n (FARPROC *) lpSHAutoComplete = GetProcAddress(hIns, \"SHAutoComplete\");\n if (lpSHAutoComplete != NULL) {\n nRet = lpSHAutoComplete( hWnd, 0);\n hb_retnl( nRet );\n }\n else\n hb_retnl(-2);\n FreeLibrary(hIns);\n }\n else\n hb_retnl(-1);\n return;\n}\n\n[/code:h5r2qkks]",
"time": "11:07",
"topic": "AutoComplete",
"username": "ssbbs"
}
] |
AutoComplete
|
[
{
"date": "2007-07-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "What return value do you get ?",
"time": "12:11",
"topic": "AutoComplete",
"username": "Antonio Linares"
}
] |
AutoComplete
|
[
{
"date": "2007-07-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":26if0rc6]What return value do you get ?[/quote:26if0rc6]\n\nZero(0), It's OK, no error,\nBut, EditBox or Combobox have not 'AutoComplete' function.",
"time": "12:52",
"topic": "AutoComplete",
"username": "ssbbs"
}
] |
AutoComplete
|
[
{
"date": "2007-07-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "<!-- m --><a class=\"postlink\" href=\"http://fivetechsoft.com/forums/viewtopic.php?t=6726&highlight=tautoget\">http://fivetechsoft.com/forums/viewtopi ... t=tautoget</a><!-- m -->\n\nRegards,\nMaurilio",
"time": "17:36",
"topic": "AutoComplete",
"username": "Maurilio Viana"
}
] |
AutoComplete
|
[
{
"date": "2007-07-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Maurilio Viana\":2h1fyeab]http://fivetechsoft.com/forums/viewtopic.php?t=6726&highlight=tautoget\n\nRegards,\nMaurilio[/quote:2h1fyeab]\n\nI know it, But that is not my request.",
"time": "17:52",
"topic": "AutoComplete",
"username": "ssbbs"
}
] |
AutoComplete
|
[
{
"date": "2006-01-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "How can I stable screen positions (says,get,buttons) regardless screen resoultion ?",
"time": "22:22",
"topic": "AutoDetect to Screen Resolution",
"username": "Ehab Samir Aziz"
}
] |
AutoDetect to Screen Resolution
|
[
{
"date": "2017-11-07",
"forum": "latest AI news",
"text": "Wonderful!\n\nEMG",
"time": "13:13",
"topic": "AutoML and NASNet",
"username": "Enrico Maria Giordano"
}
] |
AutoML and NASNet
|
[
{
"date": "2017-11-07",
"forum": "latest AI news",
"text": "[url:3kdeqnl9]https://research.googleblog.com/2017/11/automl-for-large-scale-image.html[/url:3kdeqnl9]",
"time": "07:11",
"topic": "AutoML and NASNet",
"username": "Antonio Linares"
}
] |
AutoML and NASNet
|
[
{
"date": "2017-11-07",
"forum": "latest AI news",
"text": "Muy bueno Antonio\nGracias",
"time": "10:05",
"topic": "AutoML and NASNet",
"username": "cnavarro"
}
] |
AutoML and NASNet
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.