Search found 98 matches: explains

Searched query: explains

by Antonio Linares
Thu Dec 19, 2024 2:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Local hook
Replies: 2
Views: 602

Re: Local hook

chatgpt explains it really well:

When creating a local hook with the SetWindowsHookEx function, the second parameter must be a pointer to a callback function that matches the required signature for the type of hook you're setting. Here’s the general process:

Steps:
1. Identify the Hook Type: Choose ...
by Otto
Tue Sep 24, 2024 6:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Demo version
Replies: 29
Views: 5451

Re: Demo version

... tool into your project, but you can also take source code from the project into the tool and continue editing it there.
But watch the video; it explains simply what it can do. The GIF shows how you can edit xBrowse, and the video contains more examples.

Best regards,
Otto


https://mybergland.com ...
by Otto
Tue Sep 24, 2024 4:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Demo version
Replies: 29
Views: 5451

Re: Demo version

... insert source code from the tool into your project, but you can also take source code from the project into the tool and continue editing it there.
But watch the video; it explains simply what it can do. The GIF shows how you can edit xBrowse, and the video contains more examples.

Best regards,
Otto
by Enrico Maria Giordano
Wed Jun 26, 2024 7:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editors
Replies: 78
Views: 15418

Re: DBF editors

Otto wrote:Enrico, it is version 2.38.
This explains all, it is a very old version. Please download the current one (2.75):

https://www.emagsoftware.it/EmagDbu275.zip
by nageswaragunupudi
Sat Oct 14, 2023 5:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TGet() - UTF8 encoding fails [Solved]
Replies: 20
Views: 3761

Re: TGet() - UTF8 encoding fails [Unsolved]

... functionality is used by a Unicode Get by setting the style to ES_UPPERCASE, so this upper case conversion is automatically done by Windows.
This explains how "üäö" is converted to "ÜÄÖ" inside the Get.

In the version to be released we are providing two new functions, WinUpper() and WinLower ...
by TimStone
Fri Sep 08, 2023 4:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Cut & Paste limit
Replies: 7
Views: 1087

Re: Cut & Paste limit

... at the middle of the field and pressing paste, which, as was explained, leaves half the field with blank spaces and limits the paste.

Thank you so much for that answer. It also explains why I could not duplicate the problem here. I know to click on the left side ( by habit ) and do my paste.

Tim
by goosfancito
Wed Jul 19, 2023 5:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 36487

Re: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

Is there a wiki that explains how to use fwconnect so I can see what is needed for an embedded mariadb connection?

thanks
by nageswaragunupudi
Wed May 17, 2023 12:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 1629

Re: Numeric alignment with oPrn:SayText( )

Maybe my post will only be for images .... (not sure anymore) . Sorry then .... :roll:
Your post is for Text and is relevant in the sense, it explains cAlign.
On screen, cAlign defaults to VCenter and HCenter.
On printer it defaults to "TL" top left. and this parameter is next to oFont.
In the ...
by TimStone
Tue May 16, 2023 9:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 1629

Numeric alignment with oPrn:SayText( )

... numbers to align right.

This is not, in it's current format, documented. I have looked at the source code, include file, and samples. Nothing explains valid values for ALIGN ( which would be the next variable after the font ). I have tried several but do not get the desired result. I am working ...
by Enrico Maria Giordano
Sat Sep 10, 2022 8:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 7161

Re: hb_base64 link

Ok, this explains why it requires LIBC. So, which are the correct FWH libs for MSC 2022 and xHarbour?
by Antonio Linares
Sat Oct 23, 2021 4:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 4788

Re: help on a GPF situation

https://github.com/harbour/core/blob/master/doc/tracing.txt

INTRODUCTION
============

This file explains how to enable tracing in Harbour.


TRACING
=======

Harbour implements tracing by adding calls to the following macro in
the C code:

HB_TRACE( level, ( "printf-style parameters ...
by James Bott
Mon Aug 16, 2021 7:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 5489

Re: Lookup method of Tdatabase

... 3 and 16 have CHECK_IN and CHECK_OUT dates that are within the desired dates of record 6; 7/08/28 to 7/29/28 (Italian format MM/DD/YY).

This explains why at least one of the tests is not working.

The database should never have overlapping dates for the same ROOMS_ID and TYPE. This is what you ...
by ricbarraes
Thu Jan 07, 2021 1:44 pm
Forum: mod_harbour
Topic: Handling images and other files
Replies: 4
Views: 1683

Handling images and other files

... file inside my HTTP request, but I don't know exactly the headers and data that should go inside of it. Does anybody knows?

And after sending it, I don't really know exactly how to get this file from the request using Mercury and mod_harbour, is there any sample that explains how to do it?

Thanks!
by Otto
Wed Oct 21, 2020 12:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Resize dialog
Replies: 16
Views: 2543

Re: Resize dialog

... What is the status of your project?
Do you plan to post some more code.

Have a look at:

https://modharbour.app/compass/

Charly explains how to design screens. Let us try to do it in FIVEWIN the same way.


Best regards,
Otto

https://mybergland.com/fwforum/screencharly&#46 ...