Search found 99 matches: disabling

Return to advanced search

Re: RDS (Remote Desktop) and FW programming

... maintain better performance for active users. 3. Disk I/O Optimization Disable Disk Compression: Although the SSD is already faster than an HDD, disabling file compression can slightly improve access times to data in certain cases. Optimize File Organization: Ensure the files used by the article ...
by Marc Venken
Thu Oct 31, 2024 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDS (Remote Desktop) and FW programming
Replies: 10
Views: 922

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

... Collection Wisely** The function disables garbage collection (`hb_gcSetCollecting(TRUE)`) during the destructor call. Be very cautious when disabling and re-enabling garbage collection, and ensure it is balanced and applied correctly. If the destructor fails unexpectedly, you want to make ...
by nnicanor
Wed Sep 25, 2024 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 3087

Re: Lock the mouse

In the C language, they suggest disabling the mouse like this
Code: Select all  Expand view  RUN
system("xinput disable ID mouse")

Get the ID mouse from the xinput list
How can this be written in FW ?
by Natter
Tue Sep 10, 2024 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lock the mouse
Replies: 7
Views: 1024

Re: phpBB to LLM

... need to configure your proxy settings. Firewall/Antivirus: Check if your firewall or antivirus software is blocking the connection. Temporarily disabling them for the installation process might help. Conda (Optional): If you're still having trouble, consider using conda, which is another package ...
by Antonio Linares
Mon Dec 25, 2023 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 8062

Re: dbfntx very slow with 2+ users

... Applied the command netsh interface tcp set global autotuninglevel=highlyrestricted Disabled Remote Differential Compression API support Tried disabling SMB2. Instead of using the Mapped drive, I tried using the UNC path too ie \\PcName\SharedDrive\MyApp\MyDBF.DBF, unfortunately, didn't make ...
by anserkk
Wed Mar 30, 2022 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 9090

New FTDN November/Noviembre (FWH 21.11)

... * When CenterMsgs( .t. ) is set, now Alert and MsgGet() dialogs are also centered in the default window/dialog. * TDataRow(): Enhanced enabling/disabling behavior of save button in default dialogs. * samples\build.bat: added hbpcre.lib to link script to provide support for regex. * XBROWSE: ...
by Antonio Linares
Tue Nov 30, 2021 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 2234

Re: ResEdit is on the Fritz ( again ) today

... problem is Resedit, but since others are not having the problem that you are, it must be something to do with your specific computer. Did you try disabling your antivirus? (I am running both Webroot and Malwarebytes antiviruses.) How about a fresh reboot? Is there another computer that you can ...
by James Bott
Thu Aug 05, 2021 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ResEdit is on the Fritz ( again ) today
Replies: 21
Views: 2832

Re: E-Mail UTF8 problem?

... "UTF8" ) doesn't effect any case. FW_SetUnicode( .F. ) is not the same result of *Never Call FW_SetUnicode()* Dear Dutch Try disabling Fw_SetUnicode (.F.) when entering the mail send function ( CDO ) and putting Fw_SetUnicode (.T.) right at the end of the function
by dutch
Sun Jul 25, 2021 2:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: E-Mail UTF8 problem?
Replies: 28
Views: 3772

Re: E-Mail UTF8 problem?

Dear cnavarro,

Thank you for your suggetion.
cnavarro wrote:Dear Dutch
Try disabling Fw_SetUnicode (.F.) when entering the mail send function ( CDO ) and putting Fw_SetUnicode (.T.) right at the end of the function
by dutch
Sun Jul 25, 2021 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: E-Mail UTF8 problem?
Replies: 28
Views: 3772

Re: E-Mail UTF8 problem?

Dear Dutch
Try disabling Fw_SetUnicode (.F.) when entering the mail send function ( CDO ) and putting Fw_SetUnicode (.T.) right at the end of the function
by cnavarro
Sat Jul 24, 2021 7:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: E-Mail UTF8 problem?
Replies: 28
Views: 3772

tTimePick

... DTS_SHOWNONE )  Starting with tTime nil , the control is disabled as expected , the checkbox must be checked . Msginfo shows current time Disabling the checkbox : tTime has value 00:00:53 ALso oTime:Varget() shows this value when the dialog is closed. How can we know that the time is checked ...
by Franklin Demont
Fri Aug 17, 2018 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tTimePick
Replies: 0
Views: 490

Re: Using dbf files with SMB1 disabled?

Hello, here I see instructions for disabling SMB2 which will revert system back to SMB1. Is this the only way to disable oplocks? I am afraid possibility to use SMB1 will be removed from MS networks in maybe not so far future. Taavi Hello ...
by Taavi
Wed May 31, 2017 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using dbf files with SMB1 disabled?
Replies: 3
Views: 766

Using dbf files with SMB1 disabled?

Hello, since now we have been getting around oplocks problems disabling SMB2. Is there a better solution for now? After ransomware attacks using SMB1 vulnerabilities MS suggest to disable SMB1 services on networks and use SMB2/3 instead. Anyone found a ...
by Taavi
Wed May 31, 2017 10:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using dbf files with SMB1 disabled?
Replies: 3
Views: 766

Re: Valid, oJump and close

Clever. That effectively disables the valid clause from the one get without disabling all the others. Wish I had known that years ago
by dtussman
Sat Oct 01, 2016 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Valid, oJump and close
Replies: 8
Views: 1482

Re: Unicode title bar issue

... all programs I build have the following line: ENABLE TYPE CLASS ALL When enabled I get the behavior described in the previous post, commenting it (disabling) makes things behave correctly. I haven't determined why that is yet, or why it is only on 2008 R2. Robb
by rhlawek
Mon Aug 29, 2016 2:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode title bar issue
Replies: 1
Views: 489
Next

Return to advanced search