Search found 915 matches: avoid

Return to advanced search

Re: HBFORMAT.EXE de xHarbour/Harbour.

... every DEFINE XXX need a END XXX for FiveWin i use #IFDEF __HMG__    END XXX#ENDIF  to avoid CLICK recognize it as Error
by Jimmy
Thu Sep 15, 2022 2:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBFORMAT.EXE de xHarbour/Harbour.
Replies: 12
Views: 1038

Re: Transaction security with DBF

If you allow me, the logic could be improved to avoid conflicts in multi-user environments. I would add a semaphore to prevent two users from performing a transaction at the same time. The semaphore can be a file on disk, a record in a dbf table, ...
by VictorCasajuana
Wed Aug 31, 2022 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transaction security with DBF
Replies: 9
Views: 749

Re: Excel OLE RTE when compiled with Harbour

It's just a crude report written in class form as I try to avoid using public,private variable as much as possible :)
Irregardless, I've emailed it to you.
Thank you
by hua
Tue Aug 30, 2022 3:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel OLE RTE when compiled with Harbour
Replies: 15
Views: 897

oBrowse:bSeek and TAB

hi,

when "TAB" (from other Control) into XBROWSE it will "activate Seek" but not bSeek Codeblock itself

how can i avoid "Seek" without type any Sign (a-z, 0-9) :?:
by Jimmy
Sat Aug 06, 2022 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrowse:bSeek and TAB
Replies: 3
Views: 331

Re: Readonly and/or disable GETs background color

Ok, bColorBlock (actually bColor) is evaluated inside paint event. So this is the only option, it seems. I would like to avoid using paint event.

EMG
by Enrico Maria Giordano
Fri Aug 05, 2022 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 867

Re: XBROWSE and any Key

... easier migration from TCBrowse to TXBrowse. Same way, please do not use the FIELDS clause for similar reasons. Instead use COLUMNS syntax. Better avoid them to take full advantage of all features of XBrowse,
by nageswaragunupudi
Mon Aug 01, 2022 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE and any Key
Replies: 9
Views: 726

Re: FWH2206 startup error

in the new version of fivewin, antonio is working with the controls to give him the possibility of displaying on the web through socket, the debugging messages shown here are avoidable using the code that i put, since it would avoid using the changes described above.
by carlos vargas
Wed Jul 13, 2022 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2206 startup error
Replies: 14
Views: 1111

Flick on folder

When changing the folder you notice a flash, how could I avoid it?


Image
by Silvio.Falconi
Sat May 28, 2022 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Flick on folder
Replies: 9
Views: 465

Re: ADS - The future is <sadly> now so where do you go ?

... be deleted/stolen/corrupted by any user, either by accident or malice. Having orphan records is accepted as common as it is almost impossible to avoid it without integrity rules. The list goes on... However, I don't think UNIONS are specific to ADS. All SQLs will have the same capability and ...
by reinaldocrespo
Sat May 14, 2022 12:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2845

FW Preview Menu

Hi all,

is there a way to avoid/hide the menu when a print preview is shown?
i already eliminated the buttons for navigation and export.
But a user could open the menu and use it's commands.

Regards, Detlef
by Detlef
Thu May 05, 2022 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview Menu
Replies: 6
Views: 512

Date scrollbar

... I explain ... it may happen that by moving the trackpos of the second scrollbar you arrive at the same date as the first scrollbar and to avoid that the second date is lower than the first how can I move the first track the first scrollBar @ nRow, ncol SCROLLBAR oScroll_dFirst HORIZONTAL ...
by Silvio.Falconi
Thu Apr 21, 2022 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date scrollbar
Replies: 2
Views: 229

Re: dbfntx very slow with 2+ users

... LanManager which can "redirect" Port 139 to 445 SMB2 is using UNC-Path and you do not need "Authentification" every Time so avoid Traffic on UDP Ports 135-139 which use "old" SMB1 (with all those Problems) p.s. on many SQL Server UDP-Ports are "blocked" ...
by Jimmy
Mon Apr 11, 2022 12:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6912

Re: Error en xbrowse al intentar hacer zoom

You get this error if :lFitGridHeight is set to .T. This error is fixed in FWH2203. For now, you can avoid this error by keeping :lFitGridHeight := .F. Please see http://forums.fivetechsupport.com/viewtopic.php?f=3&t=41583 You can also modify xbrowse.prg by substituting ...
by nageswaragunupudi
Sun Apr 10, 2022 6:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en xbrowse al intentar hacer zoom
Replies: 5
Views: 412

Re: dbfntx very slow with 2+ users

... SCOPE / Index it can very slow on big Database and make much Traffic btw. same with SQL when not using LIMIT so do use Resource only when need and avoid "Stand-by" of open Database when not need
by Jimmy
Thu Mar 31, 2022 3:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6912

Re: HARU PDF

... "FWH64 15.10" #define FWDESCRIPTION "FiveWin for Harbour 64" #endif #endif #xtranslate SetCursor( => WSetCursor( // to avoid conflicts with Harbour functions #xtranslate __Keyboard( => ___Keyboard( // to avoid conflicts with Harbour functions #xtranslate LastKey( ...
by byron.hopp
Mon Mar 28, 2022 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HARU PDF
Replies: 8
Views: 638
PreviousNext

Return to advanced search