Search found 173 matches: compared

Return to advanced search

Re: Question about performance RowSet

... more time, because during creation it collects a lot other relevant information which makes usage faster. First time reading is a bit slower when compared to other libraries. Once opened, updates, inserts, deletes, sorts, filters, etc. are all extremely faster than the other libs. If we look back ...
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4029

Re: Question about performance RowSet

... more time, because during creation it collects a lot other relevant information which makes usage faster. First time reading is a bit slower when compared to other libraries. Once opened, updates, inserts, deletes, sorts, filters, etc. are all extremely faster than the other libs. If we look back ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4029

tiny11 core for ARM64

... features introduced by Microsoft, including Copilot, native RAR support, redesigned volume slider, RGB controls in the Settings app, and more . Compared to the previous tiny11 version, version 2311 is 20% smaller and allows you to recover even more space on your system drive. Furthermore, it ...
by Silvio.Falconi
Thu Jan 18, 2024 10:23 am
 
Forum: FiveWin for Pocket PC
Topic: tiny11 core for ARM64
Replies: 0
Views: 7149

Re: Monitor function error

i.e. the resolution of ScreenWidth() is right the resolution of ScreenHeight() is bad compared to the screen resolution,there is a difference of 63

ScreenHeight() excludes the taskbar height, and gives the height available for our program's window/display.
by nageswaragunupudi
Wed Jan 10, 2024 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Monitor function error
Replies: 2
Views: 548

Monitor function error

... a mistake in creating the dialogs in the right position i.e. the resolution of ScreenWidth() is right the resolution of ScreenHeight() is bad compared to the screen resolution,there is a difference of 63 this ?   GetSysMetrics(0),GetSysMetrics(1) is right
by Silvio.Falconi
Wed Jan 10, 2024 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Monitor function error
Replies: 2
Views: 548

Create a Panel width a text

... about creating a panel but I didn't understand how to create a large border and at the same time update the height if the memo field is large compared to the initial space
by Silvio.Falconi
Fri Dec 22, 2023 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3187

Interesting discussion with ChtGPT

... provided code snippet. In the context of software development, Harbour/Clipper is seen as an older programming language or environment, especially compared to newer languages and technologies. However, the provided code snippet shows basic mathematical operations and logic that are similar in most ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1243

Re: Choise : Windows server standard 2022 versus essential 2022

... concerns against a notebook, but I cannot confirm them. We only experience advantages with it - including the screen, easy handling, space-saving. Compared to the 'real' servers, these devices are simply more lightweight. I can't recall any hardware failures in over 10 years. We back up using Windows ...
by Iris Gesser
Sat Sep 02, 2023 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choise : Windows server standard 2022 versus essential 2022
Replies: 23
Views: 1443

Re: not ISOEM(), ISANSI() or IsUTF8()

... "C3BC" in UTF8. When FWH displays, both look exacty alike and in fact both represent the same character. But both are different. When compared, both are not equal and also we can not concatenate both the strings. Nothing to do with FW_SetUnicode() and nothing to do with any Codepage ...
by nageswaragunupudi
Sun Aug 27, 2023 2:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2094

Re: Web programming with Mod Harbour

... as other languages like JavaScript, Python, or Ruby. As a result, the availability of resources, libraries, and community support might be limited compared to more popular languages. Before diving into web development with Mod Harbour, make sure you are familiar with the basics of the language ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 327

Re: Distancia de Levenshtein

... [<nDelete>] , ; [<nInsert>] ) --> nSimilarity Arguments <cString1> and <cString2> Thes are two character strings being compared for their similarity. <nReplace> The weighing factor for Replace operations defaults to 3. It can be changed to a numeric value between ...
by nageswaragunupudi
Wed Jul 19, 2023 6:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Distancia de Levenshtein
Replies: 5
Views: 300

Re: SSE example

... to send events or updates to the client (web page) over a single, long-lived HTTP connection. SSE can be a more efficient and reliable approach compared to interval requests with AJAX, which is what I currently use. Would you be willing to share your code? Best regards, Otto The way mod_harbour ...
by ssbbs
Thu May 25, 2023 4:24 am
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4930

Re: SSE example

... to send events or updates to the client (web page) over a single, long-lived HTTP connection. SSE can be a more efficient and reliable approach compared to interval requests with AJAX, which is what I currently use. Would you be willing to share your code? Best regards, Otto
by Otto
Wed May 24, 2023 5:46 pm
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4930

Re: Consulta

... but you do not need it for Cl*pper App i prefer vDOSplus http://www.vdosplus.org/ vDosPlus has all features of original vDos, but compared with original vDos, it also has a wide range of additional features and other improvements, such as direct support for long filenames (LFN) ...
by Jimmy
Wed Mar 22, 2023 3:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta
Replies: 4
Views: 411

Different TEXT INTO results under different compilers

... is displayed correctly when I compiled under xHarbour When I recompiled using Harbour+FWH1912 (my latest FWH), the rtf text doesn't appear. When I compared the ppo generated by the compilers the implementation of TEXT INTO is drastically different How to fix this? TIA .ppo of xHarbour+FWH11.8 cGet ...
by hua
Thu Jan 12, 2023 3:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different TEXT INTO results under different compilers
Replies: 3
Views: 305
Next

Return to advanced search