Search found 32 matches: improves

Return to advanced search

Re: cloud or not cloud

... task. I have not yet found a good outline. However, with each test installation and by going through the steps outlined in the concept, the guide improves. I have built a tree view to manage the notes. Now, I have added a tree view item icon that allows me to set a check/uncheck. I will now mark ...
by Otto
Mon Nov 11, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 4128

Re: xbrowse very slow vs Xbrowser

oBrw:lFastDraw := .t. Improves the speed if the browse is simple and screen ornamentation is less. I tried to use this on your function (https://forums.fivetechsupport.com/viewtopic.php?f=3&t=42291&hilit=xbrowse&sid=219eb3f552cfafd821f3d23014eac849#p254116) ...
by Silvio.Falconi
Thu Nov 07, 2024 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse very slow vs Xbrowser
Replies: 18
Views: 2144

Re: xbrowse very slow vs Xbrowser

oBrw:lFastDraw := .t. Improves the speed if the browse is simple and screen ornamentation is less. FWH provides 3 alternative browses, TWBROWSE, TCBROWSE, TXBROWSE. Nobody compels us to use XBrowse only for every browse. We better use ...
by Silvio.Falconi
Thu Nov 07, 2024 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse very slow vs Xbrowser
Replies: 18
Views: 2144

Re: xbrowse very slow vs Xbrowser

oBrw:lFastDraw := .t. Improves the speed if the browse is simple and screen ornamentation is less. FWH provides 3 alternative browses, TWBROWSE, TCBROWSE, TXBROWSE. Nobody compels us to use XBrowse only for every browse. We better use ...
by nageswaragunupudi
Thu Nov 07, 2024 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse very slow vs Xbrowser
Replies: 18
Views: 2144

Re: RDS (Remote Desktop) and FW programming

... visual effects in the RDS session (such as animations, shadows, and transitions). This reduces graphical processing load on the server and improves responsiveness for users. Session Timeouts: Set timeouts for inactive sessions to prevent idle sessions from consuming server resources, which ...
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: Question about Memo Field Storage Strategy?

Theoretically, keeping separate files improves performance.
But we perceive difference in performance only in case of
1. Large files
2. Access DBFs over network ( LAN or WAN )
In other cases, keeping memos in the same table simplifies programming.
by nageswaragunupudi
Tue Jul 02, 2024 6:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about Memo Field Storage Strategy?
Replies: 3
Views: 382

Re: Transaction security with DBF

... The closest thing I know of to rollback for .dbf files is to work with temporary files and then commit at the end It is a technique that greatly improves the referential apparatus in the event that a cut occurs. In any case, the rollback, as far as I know, does not exist in all bb.dd. and it ...
by hmpaquito
Fri Sep 09, 2022 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transaction security with DBF
Replies: 9
Views: 1046

Re: Advantage Database Server

... the great power for complex queries. Calculations are done on the server and only summary comes to server reducing network traffic and also highly improves speeds. Free from the limitations of DBFCDX, importantly size. Better performance with more concurrent users and larger tables. CONS: Cost ...
by Otto
Thu Jan 13, 2022 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 5658

New FTDN December/Diciembre 2020 (FWH 20.12)

... should be enough for most applications. Where large computations are to be performed in large loops writing the code in C using these C functions improves the execution speed considerably.
by Antonio Linares
Mon Dec 28, 2020 10:16 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 5890

Re: FWH: Support for Matrix calculations

... should be enough for most applications. Where large computations are to be performed in large loops writing the code in C using these C functions improves the execution speed considerably. Example: This code written using FW_Matrix() is taking 3.0 to 4.0 seconds for executing 10,000 times.   ...
by nageswaragunupudi
Fri Dec 11, 2020 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Support for Matrix calculations
Replies: 3
Views: 952

Re: Mr Rao, slow to create xbrowse

... In this case, please remove all totals. We should never call oBrw:MakeTotals() for large tables (even for DBF). Let us see if the performance improves after completely removing totals and using Dolphin's pagination with page size of 100 or so. Once we achieve acceptable performance, then we ...
by nageswaragunupudi
Thu Jun 15, 2017 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr Rao, slow to create xbrowse(solved)...
Replies: 13
Views: 2440

Re: xbrowse slow

... create good indexes Its not possible, I have fwh 13.01 - Creating index on "DELETED()" and then "SET FILTER TO !DELETED()" improves performance on dbfs having many deleted records. I will try that - On network, smaller index files improves performance. Build indexes with ...
by artu01
Sat Mar 18, 2017 4:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse slow
Replies: 19
Views: 4205

Re: xbrowse slow

... FW_CdxCreate( [fieldslist] ) helps create good indexes - Creating index on "DELETED()" and then "SET FILTER TO !DELETED()" improves performance on dbfs having many deleted records. - On network, smaller index files improves performance.
by nageswaragunupudi
Fri Mar 17, 2017 12:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse slow
Replies: 19
Views: 4205

XBrowse MakeTotals: Improvements in FWH 16.12 and 17.01

... between the original and modified values and refreshes the footer without having the call MakeTotals() again. This recalculation feature highly improves the performance. Issues: However this recalculation feaure is used by xbrowse only when the value of a cell is modified with inline edit and ...
by nageswaragunupudi
Fri Feb 03, 2017 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse MakeTotals: Improvements in FWH 16.12 and 17.01
Replies: 8
Views: 5897

Re: New FTDN January/Enero 2016 (FWH 16.01)

... for touch selection. - Enhancement: XBrowse now full uses GDI+ calls only for both reading and rendering all types of bitmaps and images. This improves quality of image rendering. - Calling oBrw:Refresh() or any method which in turn calls the refresh method (eg. oCol:Hide(), etc ) before oBrw:Adjust() ...
by Antonio Linares
Fri Jan 29, 2016 8:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2747
Next

Return to advanced search