Search found 72 matches: performing

Return to advanced search

Re: DNS

WSACleanup() is responsible for performing cleanup tasks when your program is finished using Winsock functionality. Unloads Winsock DLLs: When called, WSACleanup() typically unloads any protocol-specific helper DLLs (Dynamic Link Libraries) ...
by Antonio Linares
Fri Mar 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1022

Re: Learn SQL with ChatGPT or when can ChatGPT really help

... in plain SQL? ChatGPT says: Certainly, if you're constrained to plain SQL without access to specific MariaDB functions like HEX() and UNHEX(), performing character matching using UTF-8 hexadecimal representations directly within a LIKE statement becomes challenging ... ... Unfortunately, in ...
by frose
Fri Nov 17, 2023 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learn SQL with ChatGPT or when can ChatGPT really help
Replies: 9
Views: 670

Re: Create solid color bitmap array

... You will find it in the samples directory of the FWH distributions. In one of my added functions, I can select a color to designate who will be performing the work ( or any other user defined purpose ). The color is associated with an ID One attribute you can define is the Label for the particular ...
by TimStone
Thu Jul 13, 2023 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 324

Re: Connection to XPlane Flight Simulator

... is to create an instructor console, where the instructor can see what the student flying the simulator is doing, even over internet, whether he is performing maneuvers correctly, maintaining speeds, altitudes, etc. For example, take a look at this commercial application; something similar can be ...
by alvaro533
Thu Jun 08, 2023 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connection to XPlane Flight Simulator
Replies: 13
Views: 995

Re: xbrowse <-> Tree and viceversa

... block to make the sorting functionality work. In the MakeGroup function, there is a line oDbf:close(), which is closing the database file before performing operations on it. Remove this line to ensure the database file remains open for further operations. fwh release December 2021 to March 2022 ...
by Silvio.Falconi
Tue May 16, 2023 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse <-> Tree and viceversa
Replies: 12
Views: 663

Re: xbrowse <-> Tree and viceversa

... block to make the sorting functionality work. In the MakeGroup function, there is a line oDbf:close(), which is closing the database file before performing operations on it. Remove this line to ensure the database file remains open for further operations.
by Otto
Tue May 16, 2023 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse <-> Tree and viceversa
Replies: 12
Views: 663

Understanding how autoGPT works...

... Agents for delegation of simple tasks. 4. File output. PERFORMANCE EVALUATION: 1. Continuously review and analyze your actions to ensure you are performing to the best of your abilities. 2. Constructively self-criticize your big-picture behavior constantly. 3. Reflect on past decisions and strategies ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 528

Re: TGet bLostFocus y WHEN no entiendo bien la lógica...

... cLogFile, hb_MemoRead( cLogFile ) + hb_eol() + Time() + ' ' + cText)Return ( Nil )  When executing it, without performing any action with the keyboard, only when starting the dialog, it already executes the codeblock of some get controls several times. Why does ...
by VictorCasajuana
Mon Oct 24, 2022 9:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGet bLostFocus yWHEN no entiendo bien la lógica[SOLUCIONADO
Replies: 20
Views: 1106

Re: Transaction security with DBF

If you allow me, the logic could be improved to avoid conflicts in multi-user environments. I would add a semaphore to prevent two users from performing a transaction at the same time. The semaphore can be a file on disk, a record in a dbf table, an open socket, or any other signal that a user ...
by VictorCasajuana
Wed Aug 31, 2022 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transaction security with DBF
Replies: 9
Views: 726

TDolphin version 64 bits and VSC 2019

... My thanks to Ariel Cagiao for his invaluable help in testing it and performing the necessary tests. Add that this version is prepared to be used also in Mod-Harbour Comments received: "It is much, much faster" ...
by cnavarro
Sun Nov 07, 2021 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDolphin version 64 bits and VSC 2019
Replies: 0
Views: 208

FWH: Support for Matrix calculations

... an easy interface to perform complex matrix calculations with its new class FW_Matrix. Using this class, matrix calculations can be as simple as performing normal arithmetic like this: matrix3 := matrix1 * matrix2  matrix3 is an FW_Matrix() object obtained by matrix multiplication of matrix1 ...
by nageswaragunupudi
Thu Dec 10, 2020 8:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Support for Matrix calculations
Replies: 3
Views: 720

Problem with conversion Image on W7

I have problem to converte a Png file on Jpg, and then this jpg to Bmp on Windows Seven I save the images in a ". \ Temp" folder. After performing the conversion I use the images in a combobox and in Windows Seven IO I see black lines on the images but in reality there are no images saved ...
by Silvio.Falconi
Sat May 16, 2020 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with conversion Image on W7
Replies: 7
Views: 773

ADO: filter does not work on memo fields [fixed]

Hi,

Performing a filter on ADO (oRs:Filter) using LIKE on a memo field does not work.

Is there a way?

Thank you.
by MOISES
Mon Jan 27, 2020 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO: filter does not work on memo fields [fixed]
Replies: 9
Views: 1521

mistake

If when performing any .prg there was a mistake, (for example at me midnight.prg gives a mistake) and after it to start the working .prg (for example info.prg), in the browser the mistake will hang all the same. That info.prg ...
by MMK
Fri Nov 01, 2019 8:50 am
 
Forum: mod_harbour
Topic: mistake
Replies: 9
Views: 1629

Re: Error FiveWin/3 Cannot create Dialog Box

... 197, 7, 27, 40  CONTROL "TBitMap", 105, "TBitMap", 0x00000000, 3, 7, 27, 40}*/  Regards, saludos. I made the changes and am performing tests because the error only occurs on the client. Thanks for the suggestion and I will update the post with the result
by IgorMatheus
Thu Oct 24, 2019 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FiveWin/3 Cannot create Dialog Box
Replies: 15
Views: 2010
Next

Return to advanced search