Search found 52 matches: dutch

Searched query: dutch

by dutch
Thu Dec 19, 2024 6:25 am
Forum: FiveWin for Harbour/xHarbour
Topic: bDragBegin and bDropOver problem *Unresolve*
Replies: 31
Views: 6665

Re: bDragBegin and bDropOver problem *Unresolve*

Dear Master Rao,

Any update, thx in advance,
Dutch
by dutch
Fri Dec 06, 2024 1:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: bDragBegin and bDropOver problem *Unresolve*
Replies: 31
Views: 6665

Re: bDragBegin and bDropOver problem *Unresolve*

Dear Antonio,

No problem, Thank you.
Antonio Linares wrote:Dear Dutch,

I just contacted Mr. Rao regarding this thread.

We apologize for the answer delay
by Antonio Linares
Thu Dec 05, 2024 6:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: bDragBegin and bDropOver problem *Unresolve*
Replies: 31
Views: 6665

Re: bDragBegin and bDropOver problem *Unresolve*

Dear Dutch,

I just contacted Mr. Rao regarding this thread.

We apologize for the answer delay
by nageswaragunupudi
Fri Nov 29, 2024 4:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Incorrect Font Display
Replies: 29
Views: 3750

Re: Incorrect Font Display

Thank you my friend Mr. Dutch.
by Antonio Linares
Tue Nov 12, 2024 8:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour can produce HTTP server ?
Replies: 11
Views: 2092

Re: xHarbour can produce HTTP server ?

Dear Dutch,

#include "FiveWin.ch"
#include "inkey.ch"
#include "hbsocket.ch"

#define ADDRESS "0.0.0.0"
#define PORT 80
#define TIMEOUT 30

//----------------------------------------------------------------//

CLASS HbWebServer

DATA hListen
DATA cAddress INIT ADDRESS
DATA nPort INIT PORT
DATA ...
by dutch
Tue Nov 12, 2024 3:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour can produce HTTP server ?
Replies: 11
Views: 2092

Re: xHarbour can produce HTTP server ?

Dear Antonio,

May I have sample of Harbour, I will try. Thanks
Dear Dutch,

To implement a web server using xHarbour you need to use multithreading and as far as I know it does not properly work with xHarbour

You need to use Harbour to do it, sorry. We have the Harbour code to do it, just in case.
by Antonio Linares
Tue Nov 12, 2024 11:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour can produce HTTP server ?
Replies: 11
Views: 2092

Re: xHarbour can produce HTTP server ?

Dear Dutch,

To implement a web server using xHarbour you need to use multithreading and as far as I know it does not properly work with xHarbour

You need to use Harbour to do it, sorry. We have the Harbour code to do it, just in case.
by dutch
Thu Nov 07, 2024 10:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour can produce HTTP server ?
Replies: 11
Views: 2092

Re: xHarbour can produce HTTP server ?

Dear Otto,

It's time to look at Mod Harbour. Thanks for investigate.
Hello Dutch,
here nSocket returns a Pointer.
Have you looked at mod harbour?
Maybe it has these functions, and you could see how they are used.
Best regards,
Otto

STATIC FUNCTION SocketInit(nPort)
LOCAL nSocket := hb ...
by Otto
Thu Nov 07, 2024 7:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour can produce HTTP server ?
Replies: 11
Views: 2092

Re: xHarbour can produce HTTP server ?

Hello Dutch,
here nSocket returns a Pointer.
Have you looked at mod harbour?
Maybe it has these functions, and you could see how they are used.
Best regards,
Otto

STATIC FUNCTION SocketInit(nPort)
LOCAL nSocket := hb_socketOpen() // HB_SOCKET_AF_INET, HB_SOCKET_PT_STREAM, 0)

? valtype ...
by dutch
Wed Nov 06, 2024 3:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour can produce HTTP server ?
Replies: 11
Views: 2092

xHarbour can produce HTTP server ?

Dear All,

I would like to make small program for waiting HTTP client GET api to request data?

I used to write HTTP client to POST to HTTP server only.

Thanks in advance for any help and idea.
Dutch
by dutch
Fri Oct 18, 2024 10:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to check variable name of HASH in xHarbour?
Replies: 2
Views: 274

Re: How to check variable name of HASH in xHarbour?

Dear Antonio,

Thank you so much, it works fine.
Antonio Linares wrote:Dear Dutch,

Use HHasKey( hHash, cKey ) --> lYesNo
by Antonio Linares
Fri Oct 18, 2024 9:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to check variable name of HASH in xHarbour?
Replies: 2
Views: 274

Re: How to check variable name of HASH in xHarbour?

Dear Dutch,

Use HHasKey( hHash, cKey ) --> lYesNo
by dutch
Fri Oct 18, 2024 9:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to check variable name of HASH in xHarbour?
Replies: 2
Views: 274

How to check variable name of HASH in xHarbour?

Which library that I have to include for using this function?
HB_HHasKey()

I cannot compile with this function.

Thanks in advance,
Dutch
by dutch
Sat Feb 10, 2024 10:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: mariadb_connect bigdata and read as page
Replies: 3
Views: 662

mariadb_connect bigdata and read as page

Dear Master Rao,

I would like to know pagination of FWMARIA more clearly. Could you give more details and sample please?

Thanks a lot.
Dutch
by driessen
Fri Dec 08, 2023 8:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 5392

Strange characters going from FWH to Outlook FWH 13.10

... FWH 13.10.
In FWH 13.07, everything is working just fine.

Usually I put the text of my e-mail into a memo to store it within my application.

In Dutch and French, a lot of special characters are used : àéèâêîôûäëïöü , etc.

In my application you can see them like this: https://www.ma-consult.be ...