Search found 34 matches: disables

Return to advanced search

SetAutoHelp

... my manual which is already quite extensive. I would like to actually use the feature but add it as an F2 key. When changing the code, however, it disables the F1 help. Any suggestions for making both work ... F1 for the context sensitive help in the manual, and F2 so the user can write their own ...
by TimStone
Fri Nov 03, 2023 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetAutoHelp
Replies: 2
Views: 193

Re: Syswait() question

... hb_parl(1) );}#pragma enddump  Regards, saludos. Thank you Karinha but it doesn't work well, in addition to that it also disables the mouse and when pressing several keys simultaneously the program interrupts.
by wartiaga
Mon Apr 17, 2023 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Syswait() question
Replies: 9
Views: 639

OLE Object Title

... oOle:width:=675 oOle:height:=675 oOle:Visible:=.t. // Displays the Browser oOle:ToolBar:=.f. // Disables the toolbar oOle:StatusBar:=.f. // Disables status bar oOle:MenuBar:=.f. // Disables the menu bar oOle:Navigate(cMapFile) // Open the Webpage ...
by cdmmaui
Wed May 17, 2017 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE Object Title
Replies: 2
Views: 700

Bug in TBitmap [Fixed]

TBitmap disables nomodal oDlg valid. This is a sample. Try to hit ESC on the first and on the second dialogs. The first will close (it shouldn't), the second not. #include "Fivewin.ch"FUNCTION MAIN()    LOCAL ...
by Enrico Maria Giordano
Sat Apr 01, 2017 7:39 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBitmap [Fixed]
Replies: 7
Views: 2166

Re: Changing Color of Get with When clause

First globally set
TGet():lDisColors := .F. // Disables default disabled colors

Then
oGet:nClrTextDis := <nTextColorWhenDisabled>
oGet:nClrPaneDis := <nBackColorWhenDisabled>
by nageswaragunupudi
Mon Mar 06, 2017 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing Color of Get with When clause
Replies: 7
Views: 733

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: 1354

Re: xHarbour vs Harbour

... user version(major,minor) /Vd.d Specifies expected Windows version /v Includes full symbolic debug information /w Turn all warnings on /w-dee Disables “.EXE module built with a .DLL or BPL extension” warning /w-dpl Disables “Duplicate symbol in library” warning /w-dup Disables “Duplicate symbol” ...
by hmpaquito
Tue Dec 09, 2014 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour vs Harbour
Replies: 27
Views: 4461

Re: Cantidad variable de parámetros

... overwrites the contents in VarName. TEXTMERGE Enables evaluation of contents surrounded by delimiters without setting SET TEXTMERGE to ON. NOSHOW Disables display of the text merge to the screen. FLAGS nValue Specifies a numerical value that determines if output is suppressed to an output file, ...
by carlos vargas
Mon Dec 01, 2014 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cantidad variable de parámetros
Replies: 29
Views: 9821

New FTDN september 2014 (FWH 14.09)

... http://forums.fivetechsupport.com/viewtopic.php?p=162528#p162528 * Enhancement: Added CLASSDATA lChangeCaret into Class TGet: It enables or disables the change of the caret shape when pressing Ins.
by Antonio Linares
Tue Oct 21, 2014 4:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN september 2014 (FWH 14.09)
Replies: 0
Views: 1110

Re: Slow RDD experiences

Wilson,

4 Was it related to the network ?

90% true ,much issues like disables smb2, review the hardware, etc


smb2 was active on Windows Server 2003 ?

If so, how did you disabled it ?

thanks
by Antonio Linares
Wed May 28, 2014 4:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow RDD experiences
Replies: 45
Views: 7589

Re: Slow RDD experiences

... of Harbour seems works good 3. Was it related to a certain Windows version ? nop 4 Was it related to the network ? 90% true ,much issues like disables smb2, review the hardware, etc 5. How did you fixed it ? :-) I use adsntx local, and in big customers adsntx server When i try to work with ...
by wilsongamboa
Wed May 28, 2014 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow RDD experiences
Replies: 45
Views: 7589

Re: IsZip() Unresolved external

... and more ... Directory = .T. selects a directory backup or restore Directory = .F. selects a file backup or restore Backup and Restore = .F. disables a selection Restore = .T. switches < Source / Target > http://www.pflegeplus.com/pictures/FBackup2.jpg Best regards Uwe :?:
by ukoenig
Thu Dec 19, 2013 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IsZip() Unresolved external
Replies: 10
Views: 2716

Re: dbfntx very slow with 2+ users

Hello, xHarbour created this function, later adopted by Harbour, that disables SMB 2.0. I tried some time ago with Little Luck. Here it is. It may help you: #include "directry.ch"#include "hbwin.ch"/* NOTE: To change any of these registry ...
by lucasdebeltran
Wed Aug 21, 2013 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6803

Re: dbfntx very slow with 2+ users

... Interesting post also: https://en.wikipedia.org/wiki/Server_Message_Block Do you know if Harbour function OS_NetRegOK() disables SMB?. Thank you.
by lucasdebeltran
Wed Aug 21, 2013 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6803

Re: xBrowse ascending order

Otto

I believe you can just omit AUTOSORT when you create your browse ... if I recall that disables the header click to sort.

Rick Lipkin
by Rick Lipkin
Thu Aug 08, 2013 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse ascending order
Replies: 8
Views: 2266
Next

Return to advanced search