Download Project file: https://github.com/webui-dev/webuialbeiroval wrote:ssbbs, looks greats.
Can you put the "C" and header "h" files that you included in the example ?
Search found 9 matches: ssbbs
Searched query: ssbbs
- Tue Jun 11, 2024 3:22 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: WebUI
- Replies: 12
- Views: 1954
Re: WebUI
- Tue May 28, 2024 2:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: WebUI
- Replies: 12
- Views: 1954
Re: WebUI
ssbbs, looks greats.
Can you put the "C" and header "h" files that you included in the example ?
Can you put the "C" and header "h" files that you included in the example ?
- Tue May 28, 2024 5:43 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: WebUI
- Replies: 12
- Views: 1954
Re: WebUI
ssbbs,
I think one should start with the official FiveTech programs first.
The problem is that these niche products do not achieve significant user numbers and fall asleep.
WebView2 is also used by other desktop languages and has a user base.
In our group, it is almost non-existent. I have noticed ...
I think one should start with the official FiveTech programs first.
The problem is that these niche products do not achieve significant user numbers and fall asleep.
WebView2 is also used by other desktop languages and has a user base.
In our group, it is almost non-existent. I have noticed ...
- Fri May 26, 2023 12:27 pm
- Forum: mod_harbour
- Topic: SSE example
- Replies: 19
- Views: 9810
Re: SSE example
Hello ssbbs,
I can't remember, do I have to change something in mod harbour setup that
<?prg
LOCAL cMethod := AP_Method()
?>
is working?
Thank you and best regards,
Otto
https://forums.fivetechsupport.com/viewtopic.php?f=45&t=41883&p=251070&hilit=html&sid=803baefa45914aa3e822398600af6982 ...
I can't remember, do I have to change something in mod harbour setup that
<?prg
LOCAL cMethod := AP_Method()
?>
is working?
Thank you and best regards,
Otto
https://forums.fivetechsupport.com/viewtopic.php?f=45&t=41883&p=251070&hilit=html&sid=803baefa45914aa3e822398600af6982 ...
- Fri May 26, 2023 6:58 am
- Forum: mod_harbour
- Topic: SSE example
- Replies: 19
- Views: 9810
Re: SSE example
Hello ssbbs,
With the prg version I get following error:
Error: Unterminated string ''
called from: __PP_PROCESS, line: 0
called from: ..\source\exec.prg, EXECUTE, line: 64
Source:
0062: a: 1
0063: ,b: 2
0064 => };
0065: let param=url+'?func=9&data='+JSON.stringify(data);
0066: alert('Go ...
With the prg version I get following error:
Error: Unterminated string ''
called from: __PP_PROCESS, line: 0
called from: ..\source\exec.prg, EXECUTE, line: 64
Source:
0062: a: 1
0063: ,b: 2
0064 => };
0065: let param=url+'?func=9&data='+JSON.stringify(data);
0066: alert('Go ...
- Fri May 26, 2023 6:22 am
- Forum: mod_harbour
- Topic: SSE example
- Replies: 19
- Views: 9810
Re: SSE example
Hello ssbbs,
thank you.
With the prg version I get following error:
Error: Unterminated string ''
called from: __PP_PROCESS, line: 0
called from: ..\source\exec.prg, EXECUTE, line: 64
Source:
0062: a: 1
0063: ,b: 2
0064 => };
0065: let param=url+'?func=9&data='+JSON.stringify(data);
0066: alert('Go ...
thank you.
With the prg version I get following error:
Error: Unterminated string ''
called from: __PP_PROCESS, line: 0
called from: ..\source\exec.prg, EXECUTE, line: 64
Source:
0062: a: 1
0063: ,b: 2
0064 => };
0065: let param=url+'?func=9&data='+JSON.stringify(data);
0066: alert('Go ...
- Thu May 25, 2023 3:59 pm
- Forum: mod_harbour
- Topic: SSE example
- Replies: 19
- Views: 9810
Re: SSE example
Hello ssbbs,
I understand.
Can you please post the php code, too.
Best regards,
Otto
I understand.
Can you please post the php code, too.
Best regards,
Otto
- Thu May 25, 2023 12:18 pm
- Forum: mod_harbour
- Topic: SSE example
- Replies: 19
- Views: 9810
Re: SSE example
Hello ssbbs,
I believe it is important to appreciate the functionality of the server-side program. In my case, since I am using DBF, I require mod Harbour.
Currently, without SSE (Server-Sent Events), I utilize `setInterval()`, which is similar to `timer()` in Harbour. Then, I use `fetch` to check ...
I believe it is important to appreciate the functionality of the server-side program. In my case, since I am using DBF, I require mod Harbour.
Currently, without SSE (Server-Sent Events), I utilize `setInterval()`, which is similar to `timer()` in Harbour. Then, I use `fetch` to check ...
- Thu May 25, 2023 8:27 am
- Forum: mod_harbour
- Topic: SSE example
- Replies: 19
- Views: 9810
Re: SSE example
Hello ssbbs,
Thank you very much for that.
I will study and test your code.
I'm glad to hear that you're using mod_harbour APACHE and that it's working fine for you.
I want to remember that this question has been bothering me a lot:
The way mod_harbour is implemented is by inserting HTML into the ...
Thank you very much for that.
I will study and test your code.
I'm glad to hear that you're using mod_harbour APACHE and that it's working fine for you.
I want to remember that this question has been bothering me a lot:
The way mod_harbour is implemented is by inserting HTML into the ...