Search found 143 matches: minimal

Return to advanced search

Re: Stuck - Database update via .csv file

... massively improving performance. 2. Single Pass Through Database Only one loop is needed for the database, avoiding the costly nested loop. 3. Minimal Disk I/O The .csv is read into memory entirely at the start, reducing repetitive file reads.
by Antonio Linares
Tue Dec 17, 2024 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Stuck - Database update via .csv file
Replies: 8
Views: 198

Re: reading DBF from node.js

... Apache as a module, reducing deployment complexity. - **Native support for Clipper logic**: Enables leveraging existing Clipper codebases with minimal rewriting. - **Lightweight**: Good performance for scenarios requiring less demanding computation or where the Clipper ecosystem is still relevant. ...
by Antonio Linares
Thu Nov 28, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: reading DBF from node.js
Replies: 2
Views: 348

Re: why, under 64 Bit OS, does not Find UUID.LIB

hi,
Enrico Maria Giordano wrote:Do you want a minimal batch compile sample?

YES, please just to understand why it does not compile from different OS.
by Jimmy
Thu Oct 10, 2024 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 2226

Re: why, under 64 Bit OS, does not Find UUID.LIB

Do you want a minimal batch compile sample?
by Enrico Maria Giordano
Thu Oct 10, 2024 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 2226

Re: Error al compilar ejemplos con .rc con MSVC 64

Provide a minimal sample PRG + RC showing the problem, please.
by Enrico Maria Giordano
Thu Sep 19, 2024 4:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al abrir archivos .rc con Resedit en entorno MSVC 64
Replies: 17
Views: 1436

Re: how to link multiple Files using Bcc or MSVC

... *.hbp file hbmk2 is a powerful harbour built utility to make changing C compiler easy. It will auto detect C compiler to use based on path with minimal to no change to the link script I still use .mak most of the time though because with hbmk2 I am not sure of the sequence of libs that it linked-in. ...
by hua
Thu Sep 12, 2024 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to link multiple Files using Bcc or MSVC
Replies: 8
Views: 807

To Nages : searching Xbrowse ( normal and tree)

... data (in a get and having a combobox to select the fields) both in a normal xbrowse and in an xbrowse (the same one) made as a tree? Do you want a minimal test? I have already created the example in this topic : https://forums.fivetechsupport.com/viewtopic.php?f=3&t=44236&start=0&hilit=tree&sid=8d56f7c9c777efca30a1f0d4316a2ffe ...
by Silvio.Falconi
Wed Sep 11, 2024 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : searching Xbrowse ( normal and tree)
Replies: 2
Views: 416

Re: scrollbars on tFolderEx

... Roberto, I can't figure out where the problem is without a minimal test, and anyway I don't understand where the tfolderex would be in the figure
by Silvio.Falconi
Tue Sep 03, 2024 6:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: scrollbars on tFolderEx
Replies: 26
Views: 3779

Re: FWH64 : ERROR SE SALE DEL SISTEMA

I need a minimal PRG sample to reproduce the problem here, sorry. Carlos, can you provide it?
by Enrico Maria Giordano
Wed Aug 21, 2024 8:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH64 : ERROR SE SALE DEL SISTEMA
Replies: 33
Views: 5706

DBF File Format - Considerations A Secure Option

... management. In a multi-user environment, the probability of concurrent access is relatively low, and the wait times in the event of collisions are minimal. Therefore, the DBF format represents a good and secure choice, especially for applications that require robust and simple data management. ...
by Otto
Fri Jul 26, 2024 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF File Format - Considerations A Secure Option
Replies: 15
Views: 1980

Re: DBF editors

... The initial creation of a code block can have some overhead, especially if it involves complex expressions. However, this overhead is usually minimal compared to the speed of execution. Memory Usage: Efficient Use: Code blocks are typically small in terms of memory footprint. They store the ...
by Otto
Tue Jun 25, 2024 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editors
Replies: 78
Views: 9844

Re: harbour/xharbour appear ADS functions error

I don't get any errors. Please provide a minimal PRG sample to replicate the error and the batch you are using to compile. Dear EMG, I download xharbour.org file. xHarbour Binaries Rev. 10281 for BCC 7.70 This version ADS.ch not find in include ...
by richard-service
Tue Apr 09, 2024 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 59
Views: 14061

Re: harbour/xharbour appear ADS functions error

I don't get any errors. Please provide a minimal PRG sample to replicate the error and the batch you are using to compile.
by Enrico Maria Giordano
Tue Apr 09, 2024 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 59
Views: 14061

Re: Data exchange between PC and Android device on the same loca

... exclusive, everyone can program it as they want and feel comfortable One of my goals is to "try" to help you easily take this leap with minimal web knowledge. Those who are experts do not need these options because the nature of the web is different and the ways are different... and ...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 2222

colorize a xbrowse with a brush

... || iif( Empty(oBrw:aArrayData[oBrw:KeyNo(),nCol] ), ;            oBrush, nil ) }  any solution ? I made a minimal test to try  #include "fivewin.ch"#include "xbrowse.ch"function main()  local oDlg, oBrw  local aData    := { ...
by Silvio.Falconi
Tue Nov 07, 2023 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize a xbrowse with a brush
Replies: 3
Views: 536
Next

Return to advanced search