Search found 49 matches: received

Searched query: received

by Marcelo Via Giglio
Wed Nov 06, 2024 7:07 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Error ADSCDX/6605
Replies: 2
Views: 268

Re: Error ADSCDX/6605

Hola,

esto hay en el manual

6605 Client comm layer received more data from the Advantage Database Server than it was expecting

saludos

Marcelo
by Otto
Tue Oct 29, 2024 7:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Adjusting the setup program
Replies: 1
Views: 346

Adjusting the setup program

... com/fwforum/websetup.gif

And when asking ChatGPT, we also learn a lot of new things that, if shared in bits with colleagues and if we received their experiences, would save us a lot of time and make things easier:

For example:
Can you change all the switches to data-tab="tabStammdaten ...
by Otto
Fri Oct 25, 2024 9:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 1805

Re: Preview of the invoice in advance

... generates the HTML to send the data.
HTML Launch:

The HTML is called with WaitRun().
Simultaneously, a timer starts to check if a response is received from the client.
Response Check in HTML:

In the HTML, a JavaScript INTERVAL (similar to a timer) regularly queries the web server to see if a ...
by Ruth
Thu Oct 10, 2024 8:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView vs. TWebView2
Replies: 7
Views: 698

Re: TWebView vs. TWebView2

... button onclick='SendToFWH( 123 )'>Call FWH app from web browser</button>

And bOnBind event handler lets my Harbour program process the data received from the HTML.... I hope I understood this correctly...

Thank you :-)

Thank you also for making it clear, dear Antonio, that TWebView2 is the ...
by Enrico Maria Giordano
Wed Oct 09, 2024 2:30 pm
Forum: FiveWin para Harbour/xHarbour
Topic: BCC77 64 bits
Replies: 5
Views: 666

Re: BCC77 64 bits

Hi Willi,

I received an email but it is not signed, so I'm not sure it is from you. Can you send me a signed email (I mean, just write your name in the body of the email)?
by chiaiese
Sat Oct 05, 2024 10:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: scrollbars on tFolderEx
Replies: 26
Views: 4320

Re: scrollbars on tFolderEx

Hi Antonio,
did you received the source file?
I sent it to you on september 09

regards
Roberto
by Enrico Maria Giordano
Mon Sep 23, 2024 5:06 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Error al abrir archivos .rc con Resedit en entorno MSVC 64
Replies: 17
Views: 1838

Re: Error al abrir archivos .rc con Resedit en entorno MSVC 64

ResEdit received. This is opening fine here:

#include "windows.h"

TEST DIALOG 0, 0, 300, 300
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Sans Serif"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
{
}

You have to set this include path in the preferences:

<yourCcompilerpath ...
by MarcoBoschi
Mon Sep 16, 2024 3:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 76
Views: 11990

Re: slowness

... programs is slow while the search in close table are very very fast

If I have to search in calls and out calls from may 2024 to september 2024 I have to open
i_202405.dbf fast
i_202406.dbf fast
i_202407.dbf fast
i_202408.dbf fast
i_202409.dbf slow (opened by programs that received data from pbx)
by chiaiese
Tue Sep 03, 2024 12:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to Work with FIVEWIN and Web Side by Side - An Easy Way
Replies: 9
Views: 2264

Re: How to Work with FIVEWIN and Web Side by Side - An Easy Way

... active or not or scheduled. Every folder/customer has its own repository

The cgimodule.exe is the app that is called by php with the parameters received from Apache server. this app recognizes the user by the 'session id', interprets the parameters ('gets' and 'posts' as the pageId), reads contents ...
by Otto
Sat Aug 10, 2024 9:41 am
Forum: mod_harbour
Topic: Presentando Harbour websocket server
Replies: 10
Views: 7595

Re: Presentando Harbour websocket server

Dear Antonio,

It seems to me that the WSS is not forwarding the messages to the connected clients.
The server only responds to received messages and sends back to the original sender.

I wanted to make changes, but I'm missing files: hbmk2: Error: Referenced, missing, but unknown function(s): HB ...
by shrifw
Sun Aug 04, 2024 4:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TEXT TO VOICE IN HINDI , MARATHI ( INDIAN LANGUAGES)
Replies: 2
Views: 622

TEXT TO VOICE IN HINDI , MARATHI ( INDIAN LANGUAGES)

Dear All ,

I have received enquiry on Text to Voice in Indian Languages. I have searched on the net and I found some open sources in Java. Basically as the requirement the software would be installed in a android device.

Could you please provides some guide on this.

Thanks
Shridhar
by Otto
Fri Jul 19, 2024 9:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf/cdx to sql changing
Replies: 53
Views: 5420

Re: Dbf/cdx to sql changing

Hello Rick,
yes, I believe so. You are using a Microsoft Access database.

When I received the task of creating the online booking system for a vacation region in 2004, we got the job only because we had the fastest access time.
At that time, we switched from MS_SQL to JetEngine on short notice.
I ...
by dagiayunus
Fri Jul 19, 2024 1:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 3141

Need Help guide for my program.

Good morning

For Jewellery business. We may received Payments (Cash Rs, Old Gold, Old Silver) against
1. Order (Amts must display below order after making invoice for that order amts paid should display below the invoice)
2. Advance payment withour order.
3. Against Bill. (Payment amt must display ...
by Natter
Mon Jul 15, 2024 1:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Color saturation
Replies: 14
Views: 1189

Re: Color saturation

... thank you, program is quite working.
For example, I read pixel gaps (contours of areas on the map) with increasing red saturation and confidently received the most brightly colored pixel.
It would be quite good to specify the boundaries of the contour brightness. For example, when reading a contour ...
by TimStone
Thu Jul 04, 2024 6:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with aFields( ) in most recent version of FWH
Replies: 8
Views: 888

Re: Problem with aFields( ) in most recent version of FWH

... array holds the corresponding type for each field so it can be entered properly in the filter.

This worked perfectly until the last library I received from Antonio to correct another issue.

Here is the full method code:


METHOD FilterDbf( )

MEMVAR oBrush, oMFont

LOCAL cFilterField := SPACE ...