topic
stringlengths
1
63
text
stringlengths
1
577k
Change the ""90% of resources"" for a REAL percentua
Kleyber, As easy as run your application, then run dpus.exe and make click on your application window: [url=http://imageshack.us:15czxepk][img:15czxepk]http://img479.imageshack.us/img479/255/gdi5oo.jpg[/img:15czxepk][/url:15czxepk] though it seems that the reported information is not very rel...
Change the REPLACE command
Hi, I need to change the replace command to add a function when he is executed. [code=fw:30jgiajz]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   #command REPLACE <span style="color: #000000;">&#91;</span> <f1> WITH <x1> <span style="color: #000000;">&#91;</span>, <fn> WITH <xn><span style="color: #0...
Change the bitmap of GET ACTION
How can I change the bitmap of the GET with ACTION, when the user clicks on action button. I have a login dialog and I want to show/Hide the password when the user clicks the button. [code=fw:225hnt9l]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">REDEFINE</span> <span style="...
Change the bitmap of GET ACTION
Perfect. Thank you very much.
Change the bitmap of GET ACTION
Hi, try this code [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;">VAR</span> cPsw <span style="color: #0000ff;">ID</span> <span style="color: #000000;">102</span> <span...
Change the columns order with xBrowse
Hi, I succesfully replaced the fwh tcbrowse with xbrowse that is more flexible. I only have the problem to change the order of colums, for example with an array like: {"Mark","11-11-2007","3:45"} {"Luc","4-5-2004","11:37"} if I want to display the second,third and first element in twbrowse I can do it with ADD COLU...
Change the columns order with xBrowse
See <!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/viewtopic.php?t=7192&highlight=xbrowse">http://fivetechsoft.com/forums/viewtopi ... ht=xbrowse</a><!-- m --> This error was reported with corection No reaction Frank
Change the columns order with xBrowse
Frank, Already implemented. We simply missed it. Thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Change the columns order with xBrowse
Yes, but what is the way to display the columns with the order ELEM 2 ELEM 3 ELEM 1 instead the default ELEM 1 ELEM 2 ELEM 3 ?
Change the columns order with xBrowse
Otto ELEM 2 ELEM 3 ELEM 1 instead the default ELEM 1 ELEM 2 ELEM 3 WITH OBJECT oBrw :Swapcols(:aCols[1],:aCols[2]) ; :Swapcols[:aCols[2],:aCols[3]) END Or look at oBrw:setarray to see how oBrw:bstrdata is set oCol := :aCols[1] oCol:bStrData := GenArrayBlock( { || :aArrayData[ :nArrayAt ] },2, .t. ) ...
Change the size of icons in FWH18.03
My program has a string: @ 100, 100 XIMAGE oImg SIZE 64, 64 OF oDlg RESOURCE "i_bmp" NOBORDER The icon shown is of size 64x64 In FWH17.12 all right, in FWH18.03 I see the icon 32x32. Why? Icons 16x16 are inserted in the xBrowse column headers. In FWh17.12 all right, FWH18.03 the size of these icons has increased...
Change the size of icons in FWH18.03
Are you referring to "icons" or "bitmaps"? Can you help me by suggesting names of any *.ico files in fwh folder for me to test and answer you?
Change the size of icons in FWH18.03
Icons 16x16 in the xBrowse column headers ..FWH\icons\blue.ico oBrw:aCols[nn]:AddResource( "blue" ) oBrw:aCols[nn]:nHeadBmpNo:= 1 oBrw:aCols[nn]:nHeadBmpAlign:= AL_RIGHT ------------------------------------- To show in xImage icons 64x64 additionally added oImg:FitWidth() oImg:FitHeight () Now works fine
Change the size of icons in FWH18.03
Please try @ 100, 100 XIMAGE oImg SIZE 64, 64 OF oDlg RESOURCE "i_bmp(64x64)" NOBORDER oBrw:aCols[nn]:AddResource( "blue(16x16)" ) I will explain more in my next post.
Change the size of icons in FWH18.03
"blue(16x16)" - yes it works
Change the transparency of the window
I need to change the transparency of the window.I try this way, but nothing changes. How can this problem be solved ? [code=fw:c7zdniso]<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:...
Change the transparency of the window
[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;">STATIC</span> oDlg<br /><br /><span style="color: #00C800;">FUNCTION</span> Main<span style="color: #...
Change the transparency of the window
I am interested in a non-modal (NOWAIT) window
Change the transparency of the window
[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 style="color: #ff0000;">"Fivewin.ch"</span><br /><span style="color: #00D7D7;">#Include</span> <span style...
Change the transparency of the window
Thank you, Karinha, it was a useful example !
Change the value
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
Change the value
Hi, Anserkk ! Yes, 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 dialog box. Everything works
Change the value
Hi. There 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 TGet from App2. hWn:=FindWindow( ,"The dialog title") //Handle of the dialog App1 hGt:=FindWi...
Change the value of TMsgBar() at run-time
To All I 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. Any way to just change the value of TMsgBar() without using the :New method? Thanks Rick Lip...
Change the value of TMsgBar() at run-time
Rick, oMsgBar:cMsgDef = "New text" oMsgBar:Refresh()
Change the value of TMsgBar() at run-time
Antonio Thank you .. I had to prefix the Mdi Window object to get it to work. [code=fw:2zvktzkt]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oWindMain:<span style="color: #000000;">oMsgBar</span>:<span style="color: #000000;">cMsgDef</span> := xMessage,oWindMain:<span style="color: #000000;">oMsgBar...
Change the value of TMsgBar() at run-time
Rick, Just FYI, you can always use the wndMain() function which returns the main window object. So you can do: wndMain():oMsgbar... This prevents you from having to pass the main window object to functions or class methods. James
Change the value of TMsgBar() at run-time
Good day ... I used this method to change the text, but when mouse over the bar, showing me the previous value regards Johnson Russi
Change title of another window created with Run
Is it possible to change the title of a window to an application initiated with the run command? Cheers Gerry
Change title of another window created with Run
Grumpy: Yes, with Manu Exposito's twcapture class: oWnd := TWCapture():New( AllTrim( cTitle ) ) oWnd:SetText( "TWCapture captura ventanas - by Manu Exposito 2001" ) Regards,
Change title of another window created with Run
Where can one find this class? Cheers
Change title of another window created with Run
Grumpy: In the new location of prometheus website (ex dbwide.com.ar), in vikthor domain: <!-- m --><a class="postlink" href="http://vikthor.com.mx/fivewin/">http://vikthor.com.mx/fivewin/</a><!-- m --> In the section EXTRAS, FUENTES. Regards,
Change title of another window created with Run
I could not find it there? Cheers
Change title of another window created with Run
Grumpy: But there is it. The exact link is: <!-- 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 --> Regards,
Change title of another window created with Run
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) -->
Change to Harbour (SOLVED)
I now will change to Harbour. First problem is with [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><span style="color: #000000;">&#41;</span><br />hb_storni<span style="color: #000000;">&#40;</span>nChe...
Change to Harbour (SOLVED)
Try with [code=fw:3s1r89su]<div class="fw" id="{CB}" style="font-family: monospace;"><br />hb_storvni<br />&nbsp;</div>[/code:3s1r89su]
Change to Harbour (SOLVED)
Thanks! Is there a headerfile with translations xHarbour -> Harbour ?
Change to Harbour (SOLVED)
What LIBs are missing? Error: Nicht aufl÷sbares externes '_HB_FUN_CTOT' referenziert von C:\FWH\LIB\FIVEH.LIB|VALBLANK Error: Nicht aufl÷sbares externes '_HB_FUN_HB_COMPILEFROMBUF' referenziert von C:\FWH\LIB\FIVEH.LIB|HARBOUR Error: Nicht aufl÷sbares externes '_HB_FUN_TOLEAUTO' referenziert von C:\FWH\LIB\FIVEH.LIB|HA...
Change to Harbour (SOLVED)
Yes, You Can Use HBCOMPAT.CH
Change to Harbour (SOLVED)
Oh, thanks! Some link-errors are gone. But the errors above are further present. Some Harbour-libs are to be linked. But which one?
Change to Harbour (SOLVED)
You have to link hbcplr.lib too
Change to Harbour (SOLVED)
Antonio, no effect! This is complete list of functions not found! [quote:2yls4adm]Error: Nicht aufl÷sbares externes '_HB_FUN_CTOT' referenziert von C:\FWH\LIB\FIVEH.LIB|VALBLANK Error: Nicht aufl÷sbares externes '_HB_FUN_TOLEAUTO' referenziert von C:\FWH\LIB\FIVEH.LIB|HARBOUR Error: Nicht aufl÷sbares externes '_HB_FU...
Change to Harbour (SOLVED)
Please, look <!-- 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=179002&hilit=%27_HB_FUN_CTOT&sid=919ab8f8383ba06f53055e456b3457dc#p179002</a><!-- l -->
Change to Harbour (SOLVED)
Oh, many thanks!! Now only one error occurs. Exist this function dllcall() in Harbour? Can i replace with other? [quote:7rz1j4tp]Error: Nicht aufl÷sbares externes '_HB_FUN_DLLCALL' referenziert von C:\WGUN\GUN1\QRCODE.OBJ[/quote:7rz1j4tp]
Change to Harbour (SOLVED)
I found DLL32..... All is OK! Thanks.
Change to Harbour (SOLVED)
very good <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Change/save Screen-resolution to Applic.-resol. at Runtime ?
Hello, I found some API-functions to make it possible, to adjust the Screen-resolution to Application-resolution. Does it make sense, to adjust it at Prog-start and restore the original Resolution at Prog.-end ? I don't know, if it is possible, to change the Resolution in silent-mode. Maybe somebody found a working So...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
Uwe, I think that this code does what you need... [code=fw:sl9bhb84]<div class="fw" id="{CB}" style="font-family: monospace;">CamReso <span style="color: #000000;">&#40;</span> <span style="color: #000000;">1024</span>, <span style="color: #000000;">768</span>, .f. <span style="color: #000000;">&#41;</span></div>[/co...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
Hello Byron, Thank You very much. The Function works perfect. But there is still a problem, I have to find out : After changing the Screen-resolution, I get a System-Message : cannot continue. Maybe I have to create a extra small Exe-file. I tested a PRG-Structure like : [code=fw:283c4qdd]<div class="fw" id="{CB}" ...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
Hi Uwe, the function should be called with .F. so It does not ask's for confirmation to change the resolution [code=fw:bfiv0rxn]<div class="fw" id="{CB}" style="font-family: monospace;">CHANGE_SCR<span style="color: #000000;">&#40;</span><span style="color: #000000;">1152</span>, <span style="color: #000000;">864</span...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
Hello Byron, the Screenshots of my Tests : started with 1152 x 864 [img:36wvyv8p]http&#58;//www&#46;pflegeplus&#46;com/pictures/scr1&#46;jpg[/img:36wvyv8p] switching to Application Screen-resolution 1024 x 768, the Application stopps. [img:36wvyv8p]http&#58;//www&#46;pflegeplus&#46;com/pictures/scr2&#46;jpg[/img:36w...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
Hi Uwe, I confirm that there is a problem with the code!!! I 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 produced, but the window was not created and the original resolution was restored after a few sec...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
I just read in the Brasilian forum, that it seem that it produces the error when using xHarbour... I don't use Harbour, maybe someone can test it...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
Hello it's a sample using the function from C [code=fw:1smjwbz1]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><br /><span style="color: #00C800;">function</span> main<span style="color: #...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
Daniel, Thank You very much. This Function works [color=#FF0000:230wrg8c]GREAT[/color:230wrg8c] without any Problems. As well the RESET, to restore the old Screen-resolution after finishing the Application. No Validation needed ( works in silent Mode ). It's funny, that calling original API-functions, making Problems....
Change/save Screen-resolution to Applic.-resol. at Runtime ?
Am I missing something??? I Compiled Uwe's sample, but the resolution does not changes!!!! When I press escape to exit, I see the screen blink, but nothing else happens!!!!
Change/save Screen-resolution to Applic.-resol. at Runtime ?
Byron did you tested my sample?
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[quote="Daniel Garcia-Gil":3e4utzzf]Byron did you tested my sample?[/quote:3e4utzzf] Yes I did; I got a dialog Alert: [img:3e4utzzf]http&#58;//www&#46;mayapos&#46;com/FiveWin/alert2&#46;jpg[/img:3e4utzzf]
Change/save Screen-resolution to Applic.-resol. at Runtime ?
Bayron you're trying set a mode not supported... [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;;The settings <span style="color: #0000ff;">change</span> was successful.<br />DISP_CHANGE_RESTART= &nb...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
Thanks Daniel, That is why I compiled Uwe's sample... I did not get the error, but the resolution does not changes.... By the way, the resolution in your sample should be supported in my system!!! [img:6s8bjzna]http&#58;//www&#46;mayapos&#46;com/FiveWin/resolution&#46;jpg[/img:6s8bjzna] Maybe it has something to do...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
A better sample with Button-selection : ( The Exit-button restores to original Screen-resolution ) [img:122iwgqd]http&#58;//www&#46;pflegeplus&#46;com/pictures/scr4&#46;jpg[/img:122iwgqd] [code=fw:122iwgqd]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <s...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
[quote="Bayron":25wh1reb]Maybe it has something to do that I have 2 monitors???[/quote:25wh1reb] yes maybe... i'll test in my home tonight...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
Thanks Uwe and Daniel, I compiled this example, but it does not do anything at all other than blinking the screen once each time I press the button. By the way I unplugged the extra monitors and only left one working, and still does not do anything... (this is weird, since I realize that it is Windows API that is as...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
I still have a Question about the Position of Desktop-Icons. After changing the Screen-resolution it is possible, that Icons are displayed on different Places. For that Reason, there are some Freeware-prog*s available ( external ) to save and restore Icon-positions. Is it maybe possible, to do this from inside a FWH-a...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
Uwe This is great! I downloaded a command line desktop restor from [url:2msrul39]http&#58;//www&#46;midiox&#46;com/desktoprestore&#46;htm[/url:2msrul39] and used the following at the start [code=fw:2msrul39]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp;<span style="color: #00C800;">IF</s...
Change/save Screen-resolution to Applic.-resol. at Runtime ?
Jonathan, Thank You very much. This Solution works fine for me. Do You know, if the existing Resolution is written to a File or Registry ? With 2 Monitors, I couldn't test. Best Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
Change/save Screen-resolution to Applic.-resol. at Runtime ?
Uwe [quote:24oxqyj9]Do You know, if the existing Resolution is written to a File or Registry ?[/quote:24oxqyj9] Reg => HKEY_CURRENT_USER\Software\JOConnell\DeskTop You can define a registry storage name too. More info in the rtf info in the download. I have just been looking at some of Jamie oConnell's code on the web...
Changer d'impromante automatique
Clipper 5.4Blinker 4Fw 2.1Comment changer d'imprimante pour un rapport (checks) automatiquement
Changer d'impromante automatique
You may use oPrinter:SetSize( nNewWidth, nNewHeight )
Changer d'impromante automatique
Comment changer le model :HP 1200 to HP 1020
Changer d'impromante automatique
Printer by default is HP1200For the report "Invoice" the printer is HP1020How can I change the printer
Changer d'impromante automatique
[code:30339hqi]PRINT oPrn &#46;&#46;&#46; TO "yourprinternamehere"[/code:30339hqi]EMG
Changer d'impromante automatique
Tanks .It worhs well but after printing the invoice.If I want to print another list and I try to change the printer with the function printersetup()I Can"t do it . Why???
Changes for code getcookies
Hi to all I made a change in this code adding the alltrim() to cCookie variable. Without this in some situation the functions gives error. [code=fw:58jgd88i]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> GetCookies<span style="color: #000000;">&#40;</spa...
Changes for code getcookies
thank you!
Changing BtnBmp Icon on demand
To All I 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 and re-evaluated on the value of the variable. In clearer terms .. I need to change the Bi...
Changing BtnBmp Icon on demand
Rick, [quote="Rick Lipkin":13g9s37m]To All I 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 and re-evaluated on the value of the variable. In cle...
Changing BtnBmp Icon on demand
Enrico Here 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 ). Where would I use the 'when' clause ? Thanks Rick Lipkin [code=fw:2yvt456f]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><...
Changing BtnBmp Icon on demand
Rick, [quote="Rick Lipkin":15eyrjpq]Enrico Here 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 ). Where would I use the 'when' clause ? Thanks Rick Lipkin [code=fw:15eyrjpq]<div class="fw" id="{CB}" st...
Changing BtnBmp Icon on demand
Dear Rick, I test with BmpFile and it works well. I'm not quite sure, is it what you want. [code=fw:3754ucs4]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style...
Changing BtnBmp Icon on demand
Dutch Thank you ... I will test your suggestion when I get to work Monday! Rick Lipkin
Changing BtnBmp Icon on demand
Hi, Ricky, you can try this, also: [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;oBtn:<span style="color: #000000;">LoadBitmaps</span><span style="color: #000000;">&#40;</span><span sty...
Changing Color of Get
Hi, I have a dialog from a rc with 1 get with a numeric var and 1 multiline get . I want to change the background color of the multiline field depending of the value entered in the firts numeric . Any samples ? Thanks Philippe
Changing Color of Get
Look this, [url:2ctdfsoq]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=40181&sid=1aade6997ddab341911b652507773fdf[/url:2ctdfsoq] [url:2ctdfsoq]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=35809&sid=1aade6997ddab341911b652507773fdf[/url:2ctdfsoq] Regards, saludos.
Changing Color of Get
[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;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br...
Changing Color of Get
Another way to change the color of the GET: [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 style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span ...
Changing Color of Get
Thanks for this samples ! Philippe
Changing Color of Get
With the new BtnClr class from Next fwh package [img:xcvtpqea]https&#58;//i&#46;postimg&#46;cc/bvk9RJtG/btnclr&#46;gif[/img:xcvtpqea]
Changing Color of Get
[quote="Silvio.Falconi":3btntiu3]With the new BtnClr class from Next fwh package [img:3btntiu3]https&#58;//i&#46;postimg&#46;cc/bvk9RJtG/btnclr&#46;gif[/img:3btntiu3][/quote:3btntiu3] Very good. Regards, saludos.
Changing Color of Get with When clause
First globally set TGet():lDisColors := .F. // Disables default disabled colors Then oGet:nClrTextDis := <nTextColorWhenDisabled> oGet:nClrPaneDis := <nBackColorWhenDisabled>
Changing Color of Get with When clause
Hi, I use the WHEN clause with GET in other to desable the GET . How is it possible to change the fore of background color when the WHEN retun .F. I'd like that the bakgroud is Yellow . REDEFINE GET oG1 var wtotal picture "999" REDEFINE GET oG2 var wxx WHEN wtotal > 10 Thanks for your help .
Changing Color of Get with When clause
Hi, TGet():lDisColors := .F. works nice but oG2:nClrTextDis := RGB( 255, 199, 206 ) dont work . Error description: Error BASE/1005 No exported variable: NCLRTEXTDIS Thanks
Changing Color of Get with When clause
These are the DATAs in TGet program DATA nClrTextDis, nClrPaneDis Please ensure oG2 is already defined as GET May I know your FWH version?
Changing Color of Get with When clause
Fivewin 2014 or 2016 Thanks for your help .
Changing Color of Get with When clause
I am not sure about 2014, but it should work with any versions from 2015 onwards. Please use your 2016 version.
Changing Color of Get with When clause
Same with FWH16 ?? What is the first argument ? Thanks . Application =========== Path and name: G:\Apps\BioBanque\bhul.exe (32 bits) Size: 3,948,544 bytes Compiler version: Harbour 3.2.0dev (r1601050904) FiveWin Version: FWH 16.10 Windows version: 6.2, Build 9200 Time from start: 0 hours 0 mins 5...
Changing Color of Get with When clause
Can you please reproduce your program?
Changing Errorsys
Hi all, 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 in my errorsys? Best Regards,
Changing Errorsys
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. EMG