Search found 549 matches: usage

Return to advanced search

Re: Question about performance RowSet

... attention and informattions. RowSet RowSet takes a bit 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 ...
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 3968

Re: Question about performance RowSet

RowSet RowSet takes a bit 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 ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 3968

Fulltext-Search

... https://mybergland.com/fwforum/fulltxt.gif Here's a basic overview of how to use findstr: Basic Usage: At its simplest, you can use findstr to search for a string in a file. For example, to search for the word "example" in a file called ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1226

Re: link between PRG and RC

thank you very much ... so i just write NACHFASSEN DIALOG and make everything slimmer -> less words for less memory usage... :D just kidding ... but less words for cleanliness and readability is very useful for me... learning a new language is exciting and also challenging... thank ...
by Ruth
Tue Jan 30, 2024 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1650

Re: WebView2 Essentials: Guides, Tips & Resources

... the web view, possibly used in callbacks or bindings. Notes: The code seems to manage an array aWebViews to keep track of web view instances. The usage of inline C-like functions (e.g., WebView_Create, SetWindowPos) suggests integration with lower-level system APIs or another library for web view ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 480

WebView2 Essentials: Guides, Tips & Resources

... web content in applications, like Electron. For developers, it's important to be aware of this behavior, especially when considering the resource usage of your application.
by Otto
Wed Jan 10, 2024 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 480

Re: Using Microsoft AI Phi-2 from FWH

... f:\llama.cpp>cmake .. CMake Error: The source directory "F:/" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. f:\llama.cpp>dir *.txt Datenträger in Laufwerk F: ist EVO_F Volumeseriennummer: F4CE-E78C Verzeichnis ...
by Jimmy
Fri Dec 22, 2023 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8172

Re: Obtener el nombre del OS o version de Windows

...  Windows 11 64 Bits, version: 6.2, Build 9200   If we just look into FWH errsysw.prg, we get to know what function is used, we see the usage of FWH functions: cWinVersion() // andGetVersion() // for more build information
by nageswaragunupudi
Wed Dec 13, 2023 6:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Obtener el nombre del OS o version de Windows
Replies: 7
Views: 881

Re: Help splitting up a character address string

... or module can be kept in separate files, making the codebase cleaner and more modular. #include "fivewin.ch"function main// Example usageLOCAL aAddressPartsaAddressParts := SplitAddress("258 Shoreline Drive, Columbia, SC 29212")? "CStreet =", aAddressParts[1]? ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 587

Re: Help splitting up a character address string

... 2, 2) cZip := SubStr(cAddress, nPos2 + 5) // Return as an array, or handle as needed RETURN {cStreet, cCity, cState, cZip} ENDFUNCTION // Example usage LOCAL aAddressParts aAddressParts := SplitAddress("258 Shoreline Drive, Columbia, SC 29212") ? "CStreet =", aAddressParts[1] ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 587

New FTDN October/Octubre 2023 (FWH 23.10)

... * Improved: FW_CopyToClipBoard(): Uses gdi++ to copy images to clipboard, enabling the contents to be pasted in word,excel,whatsapp, etc. Usage: FW_CopyToClipboard( hBitmap/imagebuffer ) or FWCopyToClipBoard( imagefilename, 2 ) * New: samples\dllexpl.prg shows how to get the exported functions ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3883

Re: Request : new PostgreSQL OLEDb-Provider

... FW_RDBMSName() but it seems "empty" ... hm Do not worry at all about this function. This is basically intended for internal usage to help the function FW_ValToSQL() It has no effect on Opening ADO connctions, Opening RecordSets and using the recordsets in any manner we need.
by nageswaragunupudi
Mon Sep 11, 2023 6:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : new PostgreSQL OLEDb-Provider
Replies: 11
Views: 686

Re: Editar celdas en xbrowse

Usage of "dbo." and " oRSSTK:Fields( "costo" ):Value := x" indicates that it is MS SQL with ADO.
by nageswaragunupudi
Tue Sep 05, 2023 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Editar celdas en xbrowse
Replies: 7
Views: 552

Re: problem with report to excel

... from XBrowse, Both have the same language issues for SUBTOTAL. Please help us to support Dutch installation by advising us the correct keyword and usage. Thanks in advance.
by nageswaragunupudi
Fri Sep 01, 2023 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with report to excel
Replies: 18
Views: 3367

Saving OuterHTML using Await Implementation with TWebView

... TWebView, which is supported by the 'await' technique in other languages. 5. The implementation is named TAWaitWeb. To facilitate more convenient usage, I have created user-friendly functions using TAWaitWeb as follows: AWait_QuerySelector(oWeb, cQuery, nSecond) AWait_QuerySelectAll(oWeb, cQuery, ...
by CharlesKwon
Mon Aug 14, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1622
Next

Return to advanced search