Search found 197 matches: operations

Return to advanced search

Re: Compiler with MSVC y HARBOUR

... OpenSSL binaries for Windows. 2. libcrypto-1_1-x64.dll Purpose: Also a part of OpenSSL, this library handles a wide range of cryptographic operations, such as symmetric encryption, asymmetric encryption, and hash functions. It's essential for generating secure keys, encrypting data, and ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 133

Re: WebView2 Essentials: Guides, Tips & Resources

... CanGoForward, and Source. It allows access to the complete functionality of the underlying CoreWebView2 COM API​​. Handling Asynchronous Operations: Since many WebView2 operations are asynchronous, it's important to handle these operations correctly in your application. Error Handling: ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

file ID in the Windows file system

... to access a file or other input/output resource, such as a pipe or network connection. File handles are used in system programming to manage file operations. When a program opens a file, the operating system creates a file handle to keep track of the file and operations performed on it. This handle ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

Re: copy a row of xbrowse

... enable the "copy" menuitem and disable the "paste" menuitem and give the possibility to copy another line and repeat the operations instead the copy command is disabled and "paste" is always active
by Silvio.Falconi
Tue Dec 05, 2023 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5786

Re: Help splitting up a character address string

... Placeholders like |UNIQUEID| or | placeholder | are used. Commands like $-> Filename 9999: placeholder=xxxxxxxx; allow for specific file operations. Comments can be made in include files using |- and won't appear in the patched release file. Preprocessor Inside Paragraphs: It allows preprocessing ...
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: 602

Re: Help splitting up a character address string

... At() functions to locate and extract the specific parts of the address. Harbour's string handling functions are quite powerful for these types of operations. Here's how you can do it in Harbour: harbour Copy code FUNCTION SplitAddress(cAddress) LOCAL cStreet, cCity, cState, cZip LOCAL nPos1, nPos2 ...
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: 602

Interesting discussion with ChtGPT

... units" RETURN Note that the Harbour/Clipper syntax is a bit outdated and differs from modern programming languages, but the mathematical operations are the same. You can run this code in your Harbour/Clipper environment to get the number of 15-minute units between the two given times. ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1243

Re: Advantage Database Server

... but I haven't seen this on https://drunkid.com/buy/hawaii-fake-id/ for issuing driver's licenses, it's the developers' choice to allow SQL-like operations on ISAM data. You noted that PgDBE does not run well on a single core, which may be a limitation of its design or the underlying system architecture. ...
by ferilmagic
Fri Nov 03, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3651

Re: DBF . Commit

... Harbour behavior presented on different Clipper related forums. In Harbour and Clipper: 1. When record or table is unlocked then just before this operations RDD writes all local modifications in table and index files. 2. DBSKIP(0) just like DBGOTO( RECNO() ) writes all local modifications (if ...
by Carles
Mon Oct 23, 2023 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2338

Re: DBF . Commit

... cache is properly managed and synchronized. The function cmxSys( 1002, .f. ), when set to false, would likely affect the automatic commit or flush operations that write the cache to the hard disk. However, the changes, as long as they are in the cache, should be visible to all users accessing the ...
by Otto
Sat Oct 21, 2023 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2338

Re: Lost connection to MySQL server during query

... error is displayed, the user needs to physically make sure or restore the connectivity and "retry" the same operation or do any other operations. Gets automatically reconnects and continues with the work as if nothing has happened. We are planning to retry the operation with a small ...
by nageswaragunupudi
Mon Sep 04, 2023 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12379

Re: Saving OuterHTML using Await Implementation with TWebView

... but doesn't get stuck indefinitely if the content isn't found. 6. **Asynchronous to Synchronous Transition**: - The asynchronous nature of web operations is tackled using the `::oWeb:Eval` method, which essentially runs JavaScript within the TWebView instance. - By binding a custom function ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1632

Re: Saving OuterHTML using Await Implementation with TWebView

... but doesn't get stuck indefinitely if the content isn't found. 6. **Asynchronous to Synchronous Transition**: - The asynchronous nature of web operations is tackled using the `::oWeb:Eval` method, which essentially runs JavaScript within the TWebView instance. - By binding a custom function ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1632

Re: XBROWSE ERROR

... = oGet something like and the variable of GET in some cases its becomes NULL that's why the error is coming. By the way XBROWSE Seeking RECORD operations prevents letters to type to make properly need to press backspace key. I need your help in this cases. Thanks in advance...! Thanks Shridhar
by shrifw
Tue Aug 08, 2023 7:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE ERROR
Replies: 5
Views: 386

Re: Distancia de Levenshtein

... 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 0 and 255. <nDelete> The weighing factor for Delete operations defaults ...
by nageswaragunupudi
Wed Jul 19, 2023 6:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Distancia de Levenshtein
Replies: 5
Views: 300
Next

Return to advanced search