messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2006-01-04", "forum": "To do - WishList / Por hacer - Peticiones", "text": "Kleyber,\n\nAs easy as run your application, then run dpus.exe and make click on your application window:\n\n[url=http://imageshack.us:15czxepk][img:15czxepk]http://img479.imageshack.us/img479/255/...
Change the "90% of resources" for a REAL percentua
[ { "date": "2010-10-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi, I need to change the replace command to add a function when he is executed.\n[code=fw:30jgiajz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />   #command REPLACE <span style=\"color: #000000;\">&#91;</sp...
Change the REPLACE command
[ { "date": "2020-02-05", "forum": "FiveWin for Harbour/xHarbour", "text": "How can I change the bitmap of the GET with ACTION, when the user clicks on action button.\nI have a login dialog and I want to show/Hide the password when the user clicks the button.\n\n[code=fw:225hnt9l]<div class=\"fw\" id=\"{C...
Change the bitmap of GET ACTION
[ { "date": "2020-02-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Perfect. Thank you very much.", "time": "13:46", "topic": "Change the bitmap of GET ACTION", "username": "betoncu" } ]
Change the bitmap of GET ACTION
[ { "date": "2020-02-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\ntry this code\n\n[code=fw:115h81w6]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oPsw <span style=\"color: #0000ff...
Change the bitmap of GET ACTION
[ { "date": "2007-09-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\nI succesfully replaced the fwh tcbrowse with xbrowse that is more flexible.\n\nI only have the problem to change the order of colums,\nfor example with an array like:\n\n{\"Mark\",\"11-11-2007\",\"3:45\"}\n{\"Luc\",\"4-5-2004...
Change the columns order with xBrowse
[ { "date": "2007-09-05", "forum": "FiveWin for Harbour/xHarbour", "text": "See \n\n<!-- m --><a class=\"postlink\" href=\"http://fivetechsoft.com/forums/viewtopic.php?t=7192&highlight=xbrowse\">http://fivetechsoft.com/forums/viewtopi ... ht=xbrowse</a><!-- m -->\n\nThis error was reported with corection\...
Change the columns order with xBrowse
[ { "date": "2007-09-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Frank,\n\nAlready implemented. We simply missed it. Thanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "10:40", "topic": "Change the columns order with xBr...
Change the columns order with xBrowse
[ { "date": "2007-09-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes,\nbut what is the way to display the columns with the order\n\nELEM 2\nELEM 3\nELEM 1\n\ninstead the default\nELEM 1\nELEM 2\nELEM 3\n\n?", "time": "10:54", "topic": "Change the columns order with xBrowse", "userna...
Change the columns order with xBrowse
[ { "date": "2007-09-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto\n\nELEM 2 \nELEM 3 \nELEM 1 \n\ninstead the default \nELEM 1 \nELEM 2 \nELEM 3\n\nWITH OBJECT oBrw\n :Swapcols(:aCols[1],:aCols[2]) ; :Swapcols[:aCols[2],:aCols[3])\nEND \n\nOr look at oBrw:setarray to see how oBrw:bstrd...
Change the columns order with xBrowse
[ { "date": "2018-05-14", "forum": "FiveWin for Harbour/xHarbour", "text": "My program has a string:\n\n@ 100, 100 XIMAGE oImg SIZE 64, 64 OF oDlg RESOURCE \"i_bmp\" NOBORDER\nThe icon shown is of size 64x64\nIn FWH17.12 all right, in FWH18.03 I see the icon 32x32. Why?\n\nIcons 16x16 are inserted in...
Change the size of icons in FWH18.03
[ { "date": "2018-05-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Are you referring to \"icons\" or \"bitmaps\"?\nCan you help me by suggesting names of any *.ico files in fwh folder for me to test and answer you?", "time": "01:28", "topic": "Change the size of icons in FWH18.03", "u...
Change the size of icons in FWH18.03
[ { "date": "2018-05-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Icons 16x16 in the xBrowse column headers\n\n..FWH\\icons\\blue.ico\n\noBrw:aCols[nn]:AddResource( \"blue\" )\noBrw:aCols[nn]:nHeadBmpNo:= 1\noBrw:aCols[nn]:nHeadBmpAlign:= AL_RIGHT\n-------------------------------------\nTo show ...
Change the size of icons in FWH18.03
[ { "date": "2018-05-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Please try\n@ 100, 100 XIMAGE oImg SIZE 64, 64 OF oDlg RESOURCE \"i_bmp(64x64)\" NOBORDER\n\noBrw:aCols[nn]:AddResource( \"blue(16x16)\" )\n\nI will explain more in my next post.", "time": "13:29", "topic": "Change the siz...
Change the size of icons in FWH18.03
[ { "date": "2018-05-16", "forum": "FiveWin for Harbour/xHarbour", "text": "\"blue(16x16)\" - yes it works", "time": "06:26", "topic": "Change the size of icons in FWH18.03", "username": "Natter" } ]
Change the size of icons in FWH18.03
[ { "date": "2023-04-22", "forum": "FiveWin for Harbour/xHarbour", "text": "I need to change the transparency of the window.I try this way, but nothing changes. How can this problem be solved ?\n[code=fw:c7zdniso]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;...
Change the transparency of the window
[ { "date": "2023-04-22", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:3k71mthz]<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: #00C800;...
Change the transparency of the window
[ { "date": "2023-04-22", "forum": "FiveWin for Harbour/xHarbour", "text": "I am interested in a non-modal (NOWAIT) window", "time": "19:22", "topic": "Change the transparency of the window", "username": "Natter" } ]
Change the transparency of the window
[ { "date": "2023-04-22", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:3rejqv86]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// C:\\FWH..\\SAMPLES\\NATTER2.PRG</span><br /><br /><span style=\"color: #00D7D7;\">#Include</span> <span sty...
Change the transparency of the window
[ { "date": "2023-04-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you, Karinha, it was a useful example !", "time": "07:30", "topic": "Change the transparency of the window", "username": "Natter" } ]
Change the transparency of the window
[ { "date": "2020-11-20", "forum": "FiveWin for Harbour/xHarbour", "text": "What about copying the value of TGet of App1 to ClipBoard and then in the App2 read the value from the clipboard and then paste into the corresponding TGet ? Just an idea", "time": "06:44", "topic": "Change the value", ...
Change the value
[ { "date": "2020-11-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi, Anserkk !\n\nYes, I can also use the clipboard. In this case, I wanted to use TGet as an indicator of accesses to App1. I solved it this way - inserted the handling of requests from App2 in the HandleEvent method of the App1 d...
Change the value
[ { "date": "2020-11-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi.\n\nThere are 2 apps on FW. App1 and App2. App1 has a dialog box with the [b:39g5mtxk]TGet[/b:39g5mtxk] control. I use a timer to check the [b:39g5mtxk]TGet[/b:39g5mtxk] value for changes. I want to change the value of this TGe...
Change the value
[ { "date": "2015-05-13", "forum": "FiveWin for Harbour/xHarbour", "text": "To All\n\nI would like to be able to change the value of 'set message' (TMsgBar()) at runtime. The only way I have found to do that is to re-issue the TMsgBar():New .. which works .. but the message bar 'blinks' when I do this.\n\...
Change the value of TMsgBar() at run-time
[ { "date": "2015-05-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\noMsgBar:cMsgDef = \"New text\"\noMsgBar:Refresh()", "time": "20:07", "topic": "Change the value of TMsgBar() at run-time", "username": "Antonio Linares" } ]
Change the value of TMsgBar() at run-time
[ { "date": "2015-05-13", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio\n\nThank you .. I had to prefix the Mdi Window object to get it to work.\n[code=fw:2zvktzkt]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oWindMain:<span style=\"color: #000000;\">oMsgBar</span>:<sp...
Change the value of TMsgBar() at run-time
[ { "date": "2015-05-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\nJust FYI, you can always use the wndMain() function which returns the main window object. So you can do:\n\nwndMain():oMsgbar...\n\nThis prevents you from having to pass the main window object to functions or class method...
Change the value of TMsgBar() at run-time
[ { "date": "2015-05-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Good day ...\n\nI used this method to change the text, but when mouse over the bar, showing me the previous value\n\nregards\n\nJohnson Russi", "time": "15:11", "topic": "Change the value of TMsgBar() at run-time", "us...
Change the value of TMsgBar() at run-time
[ { "date": "2006-01-11", "forum": "FiveWin for CA-Clipper", "text": "Is it possible to change the title of a window to an application initiated with the run command?\n\nCheers\nGerry", "time": "03:20", "topic": "Change title of another window created with Run", "username": "grumpy" } ]
Change title of another window created with Run
[ { "date": "2006-01-11", "forum": "FiveWin for CA-Clipper", "text": "Grumpy:\n\n Yes, with Manu Exposito's twcapture class:\n\noWnd := TWCapture():New( AllTrim( cTitle ) )\noWnd:SetText( \"TWCapture captura ventanas - by Manu Exposito 2001\" )\n\nRegards,", "time": "04:28", "topic": ...
Change title of another window created with Run
[ { "date": "2006-01-11", "forum": "FiveWin for CA-Clipper", "text": "Where can one find this class?\n\nCheers", "time": "07:05", "topic": "Change title of another window created with Run", "username": "grumpy" } ]
Change title of another window created with Run
[ { "date": "2006-01-11", "forum": "FiveWin for CA-Clipper", "text": "Grumpy:\n\n In the new location of prometheus website (ex dbwide.com.ar), in vikthor domain:\n\n<!-- m --><a class=\"postlink\" href=\"http://vikthor.com.mx/fivewin/\">http://vikthor.com.mx/fivewin/</a><!-- m -->\n\n ...
Change title of another window created with Run
[ { "date": "2006-01-12", "forum": "FiveWin for CA-Clipper", "text": "I could not find it there?\n\nCheers", "time": "22:25", "topic": "Change title of another window created with Run", "username": "grumpy" } ]
Change title of another window created with Run
[ { "date": "2006-01-14", "forum": "FiveWin for CA-Clipper", "text": "Grumpy:\n\n But there is it. The exact link is:\n\n<!-- m --><a class=\"postlink\" href=\"http://www.vikthor.com.mx/fivewin/files/sources/wcapture.zip\">http://www.vikthor.com.mx/fivewin/files ... apture.zip</a><!-- m -->\n\...
Change title of another window created with Run
[ { "date": "2006-01-14", "forum": "FiveWin for CA-Clipper", "text": "I thank you for that - must have my glasses checked wen through the lists twice. <!-- s8) --><img src=\"{SMILIES_PATH}/icon_cool.gif\" alt=\"8)\" title=\"Cool\" /><!-- s8) -->", "time": "03:48", "topic": "Change title of anothe...
Change title of another window created with Run
[ { "date": "2016-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "I now will change to Harbour.\nFirst problem is with \n[code=fw:1v5cixhr]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">hb_reta<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">12</span><...
Change to Harbour (SOLVED)
[ { "date": "2016-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Try with\n\n[code=fw:3s1r89su]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />hb_storvni<br />&nbsp;</div>[/code:3s1r89su]", "time": "18:56", "topic": "Change to Harbour (SOLVED)", "username": "cn...
Change to Harbour (SOLVED)
[ { "date": "2016-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks!\nIs there a headerfile with translations xHarbour -> Harbour ?", "time": "19:01", "topic": "Change to Harbour (SOLVED)", "username": "byte-one" } ]
Change to Harbour (SOLVED)
[ { "date": "2016-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "What LIBs are missing?\nError: Nicht aufl÷sbares externes '_HB_FUN_CTOT' referenziert von C:\\FWH\\LIB\\FIVEH.LIB|VALBLANK\nError: Nicht aufl÷sbares externes '_HB_FUN_HB_COMPILEFROMBUF' referenziert von C:\\FWH\\LIB\\FIVEH.LIB|HAR...
Change to Harbour (SOLVED)
[ { "date": "2016-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes,\n\nYou Can Use HBCOMPAT.CH", "time": "20:27", "topic": "Change to Harbour (SOLVED)", "username": "vilian" } ]
Change to Harbour (SOLVED)
[ { "date": "2016-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Oh, thanks!\nSome link-errors are gone. But the errors above are further present. Some Harbour-libs are to be linked. But which one?", "time": "21:18", "topic": "Change to Harbour (SOLVED)", "username": "byte-one" } ...
Change to Harbour (SOLVED)
[ { "date": "2016-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "You have to link hbcplr.lib too", "time": "21:21", "topic": "Change to Harbour (SOLVED)", "username": "Antonio Linares" } ]
Change to Harbour (SOLVED)
[ { "date": "2016-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, no effect! \nThis is complete list of functions not found!\n\n[quote:2yls4adm]Error: Nicht aufl÷sbares externes '_HB_FUN_CTOT' referenziert von C:\\FWH\\LIB\\FIVEH.LIB|VALBLANK\nError: Nicht aufl÷sbares externes '_HB_FUN_...
Change to Harbour (SOLVED)
[ { "date": "2016-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Please, look\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=31031&p=179002&hilit=%27_HB_FUN_CTOT&sid=919ab8f8383ba06f53055e456b3457dc#p179002\">viewtopic.php?f=3&t=31031&p=179...
Change to Harbour (SOLVED)
[ { "date": "2016-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Oh, many thanks!!\nNow only one error occurs. Exist this function dllcall() in Harbour? Can i replace with other? \n[quote:7rz1j4tp]Error: Nicht aufl÷sbares externes '_HB_FUN_DLLCALL' referenziert von C:\\WGUN\\GUN1\\QRCODE.OBJ[/...
Change to Harbour (SOLVED)
[ { "date": "2016-01-18", "forum": "FiveWin for Harbour/xHarbour", "text": "I found DLL32.....\nAll is OK!\nThanks.", "time": "23:47", "topic": "Change to Harbour (SOLVED)", "username": "byte-one" } ]
Change to Harbour (SOLVED)
[ { "date": "2016-01-19", "forum": "FiveWin for Harbour/xHarbour", "text": "very good <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "10:12", "topic": "Change to Harbour (SOLVED)", "username": "Antonio Linares" } ]
Change to Harbour (SOLVED)
[ { "date": "2011-03-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI found some API-functions to make it possible, to adjust the Screen-resolution\nto Application-resolution.\nDoes it make sense, to adjust it at Prog-start and restore the original Resolution at Prog.-end ?\nI don't know...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[ { "date": "2011-03-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe,\n\nI think that this code does what you need...\n\n[code=fw:sl9bhb84]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">CamReso <span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">1024</s...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[ { "date": "2011-03-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Byron,\n\nThank You very much.\nThe Function works perfect.\nBut there is still a problem, I have to find out :\n\nAfter changing the Screen-resolution, I get a System-Message : cannot continue.\nMaybe I have to create a ext...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[ { "date": "2011-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Uwe, the function should be called with .F. so It does not ask's for confirmation to change the resolution\n[code=fw:bfiv0rxn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">CHANGE_SCR<span style=\"color: #00000...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[ { "date": "2011-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Byron,\n\nthe Screenshots of my Tests :\n\nstarted with 1152 x 864\n[img:36wvyv8p]http&#58;//www&#46;pflegeplus&#46;com/pictures/scr1&#46;jpg[/img:36wvyv8p]\n\nswitching to Application Screen-resolution 1024 x 768,\nthe Appl...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[ { "date": "2011-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Uwe, I confirm that there is a problem with the code!!!\n\nI was able to temporaly change the resolution by using the function directly right after declaring Local Variables without using a button to call it. No error was produ...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[ { "date": "2011-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "I just read in the Brasilian forum, that it seem that it produces the error when using xHarbour...\n\nI don't use Harbour, maybe someone can test it...", "time": "17:27", "topic": "Change/save Screen-resolution to Applic.-...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[ { "date": "2011-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello\n\nit's a sample using the function from C\n\n[code=fw:1smjwbz1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"fi...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[ { "date": "2011-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Daniel,\n\nThank You very much.\nThis Function works [color=#FF0000:230wrg8c]GREAT[/color:230wrg8c] without any Problems.\nAs well the RESET, to restore the old Screen-resolution after finishing the Application.\nNo Validation nee...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[ { "date": "2011-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Am I missing something???\n\nI Compiled Uwe's sample, but the resolution does not changes!!!!\n\nWhen I press escape to exit, I see the screen blink, but nothing else happens!!!!", "time": "20:09", "topic": "Change/save Sc...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[ { "date": "2011-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Byron\n\ndid you tested my sample?", "time": "20:34", "topic": "Change/save Screen-resolution to Applic.-resol. at Runtime ?", "username": "Daniel Garcia-Gil" } ]
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[ { "date": "2011-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Daniel Garcia-Gil\":3e4utzzf]Byron\n\ndid you tested my sample?[/quote:3e4utzzf]\n\nYes I did; I got a dialog Alert:\n[img:3e4utzzf]http&#58;//www&#46;mayapos&#46;com/FiveWin/alert2&#46;jpg[/img:3e4utzzf]", "time": "2...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[ { "date": "2011-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Bayron\n\n\nyou're trying set a mode not supported...\n\n[code=fw:1uciyg8c]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">DISP_CHANGE_SUCCESSFUL= &nbsp;<span style=\"color: #000000;\">0</span> &nbsp; &nbsp; &nbsp;...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[ { "date": "2011-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Daniel,\nThat is why I compiled Uwe's sample...\n\nI did not get the error, but the resolution does not changes....\n\nBy the way, the resolution in your sample should be supported in my system!!!\n\n[img:6s8bjzna]http&#58;...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[ { "date": "2011-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "A better sample with Button-selection :\n( The Exit-button restores to original Screen-resolution )\n\n[img:122iwgqd]http&#58;//www&#46;pflegeplus&#46;com/pictures/scr4&#46;jpg[/img:122iwgqd]\n\n[code=fw:122iwgqd]<div class=\"fw\"...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[ { "date": "2011-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Bayron\":25wh1reb]Maybe it has something to do that I have 2 monitors???[/quote:25wh1reb]\n\nyes maybe... i'll test in my home tonight...", "time": "21:38", "topic": "Change/save Screen-resolution to Applic.-resol...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[ { "date": "2011-04-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Uwe and Daniel,\n\nI compiled this example, but it does not do anything at all other than blinking the screen once each time I press the button.\n\nBy the way I unplugged the extra monitors and only left one working, and s...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[ { "date": "2011-04-02", "forum": "FiveWin for Harbour/xHarbour", "text": "I still have a Question about the Position of Desktop-Icons.\n\nAfter changing the Screen-resolution it is possible, that Icons are displayed on different Places.\nFor that Reason, there are some Freeware-prog*s available ( extern...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[ { "date": "2011-04-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe\n\nThis is great!\nI downloaded a command line desktop restor from [url:2msrul39]http&#58;//www&#46;midiox&#46;com/desktoprestore&#46;htm[/url:2msrul39]\nand used the following at the start\n[code=fw:2msrul39]<div class=\"fw\"...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[ { "date": "2011-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Jonathan,\n\nThank You very much.\nThis Solution works fine for me.\nDo You know, if the existing Resolution is written to a File or Registry ?\nWith 2 Monitors, I couldn't test.\n\nBest Regards\nUwe <!-- s:lol: --><img src=\"{SMI...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[ { "date": "2011-04-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Uwe\n\n[quote:24oxqyj9]Do You know, if the existing Resolution is written to a File or Registry ?[/quote:24oxqyj9]\nReg => HKEY_CURRENT_USER\\Software\\JOConnell\\DeskTop\nYou can define a registry storage name too.\nMore info in ...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[ { "date": "2008-09-25", "forum": "FiveWin for CA-Clipper", "text": "Clipper 5.4\r\nBlinker 4\r\nFw 2.1\r\nComment changer d'imprimante pour un rapport (checks) automatiquement", "time": "19:36", "topic": "Changer d'impromante automatique", "username": "richard wilson" } ]
Changer d'impromante automatique
[ { "date": "2008-10-02", "forum": "FiveWin for CA-Clipper", "text": "You may use oPrinter:SetSize( nNewWidth, nNewHeight )", "time": "10:00", "topic": "Changer d'impromante automatique", "username": "Antonio Linares" } ]
Changer d'impromante automatique
[ { "date": "2008-10-09", "forum": "FiveWin for CA-Clipper", "text": "Comment changer le model :\r\n\r\nHP 1200 to HP 1020", "time": "03:40", "topic": "Changer d'impromante automatique", "username": "richard wilson" } ]
Changer d'impromante automatique
[ { "date": "2008-10-09", "forum": "FiveWin for CA-Clipper", "text": "Printer by default is HP1200\r\n\r\nFor the report \"Invoice\" the printer is HP1020\r\n\r\nHow can I change the printer", "time": "03:45", "topic": "Changer d'impromante automatique", "username": "richard wilson" } ]
Changer d'impromante automatique
[ { "date": "2008-10-09", "forum": "FiveWin for CA-Clipper", "text": "[code:30339hqi]PRINT oPrn &#46;&#46;&#46; TO \"yourprinternamehere\"[/code:30339hqi]\r\n\r\nEMG", "time": "08:29", "topic": "Changer d'impromante automatique", "username": "Enrico Maria Giordano" } ]
Changer d'impromante automatique
[ { "date": "2008-10-10", "forum": "FiveWin for CA-Clipper", "text": "Tanks .\r\nIt worhs well but after printing the invoice.\r\nIf I want to print another list and I try to change the printer with the function printersetup()\r\nI Can\"t do it . Why???", "time": "01:05", "topic": "Changer d'impro...
Changer d'impromante automatique
[ { "date": "2019-08-12", "forum": "mod_harbour", "text": "Hi to all\nI made a change in this code adding the alltrim() to cCookie variable. \nWithout this in some situation the functions gives error.\n \n[code=fw:58jgd88i]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\...
Changes for code getcookies
[ { "date": "2019-08-16", "forum": "mod_harbour", "text": "thank you!", "time": "07:54", "topic": "Changes for code getcookies", "username": "Antonio Linares" } ]
Changes for code getcookies
[ { "date": "2013-07-27", "forum": "FiveWin for Harbour/xHarbour", "text": "To All\n\nI have a BtnBmp that uses icons from resources ( enabled and disabled ) and I would like to be able to change the Enabled Bitmap that shows on the button based on a programmatical logical value which needs to be changed...
Changing BtnBmp Icon on demand
[ { "date": "2013-07-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\n[quote=\"Rick Lipkin\":13g9s37m]To All\n\nI have a BtnBmp that uses icons from resources ( enabled and disabled ) and I would like to be able to change the Enabled Bitmap that shows on the button based on a programmatica...
Changing BtnBmp Icon on demand
[ { "date": "2013-07-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico\n\nHere is a typical BtnBmp button code with Icons from resource .. I want to be able to change the Enabled Icon at runtine .. \"Ok\" to maybe \"Finished\" ( resource icons ).\n\nWhere would I use the 'when' clause ?\n\nTha...
Changing BtnBmp Icon on demand
[ { "date": "2013-07-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Rick,\n\n[quote=\"Rick Lipkin\":15eyrjpq]Enrico\n\nHere is a typical BtnBmp button code with Icons from resource .. I want to be able to change the Enabled Icon at runtine .. \"Ok\" to maybe \"Finished\" ( resource icons ).\n\nWhe...
Changing BtnBmp Icon on demand
[ { "date": "2013-07-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Rick,\n\nI test with BmpFile and it works well. I'm not quite sure, is it what you want.\n[code=fw:3754ucs4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">function</span> Main...
Changing BtnBmp Icon on demand
[ { "date": "2013-07-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Dutch\n\nThank you ... I will test your suggestion when I get to work Monday!\n\nRick Lipkin", "time": "16:12", "topic": "Changing BtnBmp Icon on demand", "username": "Rick Lipkin" } ]
Changing BtnBmp Icon on demand
[ { "date": "2013-07-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi, Ricky, you can try this, also:\n[code=fw:1ducgzef]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">if</span> cVar==<span style=\"color: #ff0000;\">\"A\"</span><br />&nbsp; &nbsp;o...
Changing BtnBmp Icon on demand
[ { "date": "2022-12-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\nI have a dialog from a rc with 1 get with a numeric var and 1 multiline get .\nI want to change the background color of the multiline field depending of the value entered in the firts numeric .\n\nAny samples ?\n\nThanks \n\n...
Changing Color of Get
[ { "date": "2022-12-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Look this,\n\n[url:2ctdfsoq]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=40181&sid=1aade6997ddab341911b652507773fdf[/url:2ctdfsoq]\n\n[url:2ctdfsoq]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#...
Changing Color of Get
[ { "date": "2022-12-02", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:1lhv4vtr]<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;\">fun...
Changing Color of Get
[ { "date": "2022-12-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Another way to change the color of the GET:\n\n[code=fw:1llf42hz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// C:\\FWH..\\SAMPLES\\CORGET2.PRG</span><br /><br /><span styl...
Changing Color of Get
[ { "date": "2022-12-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks for this samples !\n\nPhilippe", "time": "10:15", "topic": "Changing Color of Get", "username": "Jack" } ]
Changing Color of Get
[ { "date": "2022-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "With the new BtnClr class from Next fwh package\n\n[img:xcvtpqea]https&#58;//i&#46;postimg&#46;cc/bvk9RJtG/btnclr&#46;gif[/img:xcvtpqea]", "time": "09:50", "topic": "Changing Color of Get", "username": "Silvio.Falconi"...
Changing Color of Get
[ { "date": "2022-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Silvio.Falconi\":3btntiu3]With the new BtnClr class from Next fwh package\n\n[img:3btntiu3]https&#58;//i&#46;postimg&#46;cc/bvk9RJtG/btnclr&#46;gif[/img:3btntiu3][/quote:3btntiu3]\n\nVery good.\n\nRegards, saludos.", ...
Changing Color of Get
[ { "date": "2017-03-06", "forum": "FiveWin for Harbour/xHarbour", "text": "First globally set\nTGet():lDisColors := .F. // Disables default disabled colors\n\nThen\noGet:nClrTextDis := <nTextColorWhenDisabled>\noGet:nClrPaneDis := <nBackColorWhenDisabled>", "time": "17:14", "topic": "Changing Co...
Changing Color of Get with When clause
[ { "date": "2017-03-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\nI use the WHEN clause with GET in other to desable the GET .\nHow is it possible to change the fore of background color when the WHEN retun .F. \nI'd like that the bakgroud is Yellow .\n\nREDEFINE GET oG1 var wtotal picture \...
Changing Color of Get with When clause
[ { "date": "2017-03-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nTGet():lDisColors := .F. works nice but oG2:nClrTextDis := RGB( 255, 199, 206 ) dont work .\n\nError description: Error BASE/1005 No exported variable: NCLRTEXTDIS\n\nThanks", "time": "17:37", "topic": "Changi...
Changing Color of Get with When clause
[ { "date": "2017-03-06", "forum": "FiveWin for Harbour/xHarbour", "text": "These are the DATAs in TGet program\n\n DATA nClrTextDis, nClrPaneDis\n\nPlease ensure oG2 is already defined as GET\n\nMay I know your FWH version?", "time": "17:56", "topic": "Changing Color of Get with When clause"...
Changing Color of Get with When clause
[ { "date": "2017-03-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Fivewin 2014 or 2016\n\nThanks for your help .", "time": "18:12", "topic": "Changing Color of Get with When clause", "username": "Jack" } ]
Changing Color of Get with When clause
[ { "date": "2017-03-06", "forum": "FiveWin for Harbour/xHarbour", "text": "I am not sure about 2014, but it should work with any versions from 2015 onwards. Please use your 2016 version.", "time": "18:20", "topic": "Changing Color of Get with When clause", "username": "nageswaragunupudi" }...
Changing Color of Get with When clause
[ { "date": "2017-03-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Same with FWH16 ??\nWhat is the first argument ?\n\n\nThanks .\nApplication\n===========\n Path and name: G:\\Apps\\BioBanque\\bhul.exe (32 bits)\n Size: 3,948,544 bytes\n Compiler version: Harbour 3.2.0dev (r1601050904)\n ...
Changing Color of Get with When clause
[ { "date": "2017-03-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Can you please reproduce your program?", "time": "19:40", "topic": "Changing Color of Get with When clause", "username": "nageswaragunupudi" } ]
Changing Color of Get with When clause
[ { "date": "2007-02-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi all,\n\n Has anyone changed the errorsys in order to quit the program only if we pulse the button QUIT? My idea is if we pulse other button, the program continues normally without quit. Is it possible? If so, how can I do it ...
Changing Errorsys
[ { "date": "2007-02-16", "forum": "FiveWin for Harbour/xHarbour", "text": "It's only possible for recoverable errors. You can BREAK if you want let the main program to handle the error, return .T. to retry the operation or return .F. to ignore the error.\n\nEMG", "time": "23:31", "topic": "Changi...
Changing Errorsys