有 50 筆資料符合您搜尋的條件

admin
2023-07-16, 23:29
版面: xBase/[x]Harbour/Fivewin/HWGUI in Taiwan
主題: RWD WebApp use mod_harbour
回覆: 0
觀看: 1421

RWD WebApp use mod_harbour

https://youtu.be/KgoJKtJ0xQU

attach file:
per.7z
per.js.prg、per.prg、per.css、per.html
(25.11 KiB) 已下載 349 次
Web Design Using WYSIWYG Web Builder 18:
https://www.wysiwygwebbuilder.com/

excel output is use libXL.
admin
2023-05-24, 22:09
版面: xBase/[x]Harbour/Fivewin/HWGUI in Taiwan
主題: (2023.05.24)mod_harbour support SSE.
回覆: 0
觀看: 1225

(2023.05.24)mod_harbour support SSE.

Server-Sent Events (SSE) : 允許網頁從伺服器端取得更新資料. 參考網址: https://www.w3schools.com/html/html5_serversentevents.asp 當我們要從伺服器端抓取資料,又不想用一般的進度表顯示,SSE 是一種好方法. mod_harbour 有沒有支援 SSE 呢? 經過反覆測試下,終於完成 SSE 功能. SSE is a good way when we want to fetch data from the server and don't want to use the usual progress meter...
admin
2023-04-10, 23:57
版面: xBase/[x]Harbour/Fivewin/HWGUI in Taiwan
主題: *2023.04.10: mod_harbour.v2 (x64) + mysql
回覆: 0
觀看: 1129

*2023.04.10: mod_harbour.v2 (x64) + mysql

使用軟體: XAMPP release 7.4.33 Apache 2.4.54 PHP 7.4.33 , 8.0.25 , 8.1.12 MariaDB 5.4.27 OpenSSL 1.1.1p (Windows) and OpenSSL 1.1.1s (Linux and OS X) Harbour core 2023-03-09 15:50 hbcurl、hbssl、hbmysql mod_harbour.v2.1 3rd curl-7.87.0 openssl-1.1.1t openssl-1.0.2u Compiler Visual Studio 2019 (MSVC16) 1. ...
admin
2021-09-23, 23:44
版面: xBase/[x]Harbour/Fivewin/HWGUI in Taiwan
主題: TGet modify for utf8 input(Lastday: 2021.09.23)
回覆: 7
觀看: 15340

Re: TGet modify for utf8 input(Lastday: 2021.09.23)

*2021.09.23: fix 修改(fix): ::KeyWChar() 1. 修正: 插入狀態下,當資料已滿狀態下無法繼續輸入資料自動移除尾端文字功能. In the inserting state, when the data is full, you cannot continue to enter the data and automatically remove the trailing text function. 修改(fix): ::HandleEvent 1. 修正: 當 ::cPicture 為 '@R' 格式時,貼上資料會亂掉問題, ex: '@R 999.99.99...
admin
2021-09-07, 10:11
版面: xBase/[x]Harbour/Fivewin/HWGUI in Taiwan
主題: mod_harbour fix 2021.08.21, support PRG/PHP
回覆: 2
觀看: 6482

Re: mod_harbour fix 2021.08.21, support PRG/PHP

好消息!! WYSIWYG Web Builder 16.4.3 經在下建議,開始支援 harbour 語法 <?prg ... ?> 也就是說,我們可以開始使用 WYSIWYG Web Builder 搭配 harbour 設計網頁了!! good news!! WYSIWYG Web Builder 16.4.3 has been suggested below and started to support harbour syntax <?prg ... ?> In other words, we can start using WYSIWYG Web Builder with harb...
admin
2021-08-30, 17:15
版面: xBase/[x]Harbour/Fivewin/HWGUI in Taiwan
主題: harbour 3.2(2021-08-31) 5 Compiler
回覆: 2
觀看: 5286

Re: harbour 3.2(2021-04-28) 5 Compiler

補齊 mingw32/mingw64 的 hbcurl、hbssl 檔案! 現在 bcc32、msvc、msvc64、mingw、mingw64 都可以完整編譯包含使用 hbssl、hbcurl 套件的程式!! Fill in mingw32/mingw64 about hbcurl、hbssl. Now We have bcc32、msvc、msvc64、mingw、mingw64 full package to use hbssl、hbcurl. 說明:因為 mingw32、mingw64 的 hbssl、hbcurl 都會有 libcrypto.a、libssl.a, 因此將 hbcur...
admin
2021-08-21, 12:51
版面: xBase/[x]Harbour/Fivewin/HWGUI in Taiwan
主題: mod_harbour fix 2021.08.21, support PRG/PHP
回覆: 2
觀看: 6482

Re: mod_harbour fix 2021.08.21

*2021.08.21: fix 1. 修正: 如果整個網頁都沒有 '<?prg' 與 '?>' 造成失敗錯誤訊息. 1. Fix: If there is no'<?prg' and '?>' in the entire webpage, it will cause a failure error message. 2. 新增: HTML 中可以同時執行 <?php ... ?> 與 <?prg ... ?>. 說明: 執行順序: 先執行 PHP 程式碼,再執行 PRG 程式碼. 這項功能在副檔名為 .hrb 時無法正確執行,因為 .hrb 是預先編譯,無法重新呼叫 PHP 重新編譯! 須設...
admin
2021-08-19, 12:51
版面: xBase/[x]Harbour/Fivewin/HWGUI in Taiwan
主題: mod_harbour fix 2021.08.21, support PRG/PHP
回覆: 2
觀看: 6482

mod_harbour fix 2021.08.21, support PRG/PHP

從 2019 年到現在 2021,mod_harbour 做了相當大的異動,針對新版重新修改程式碼,讓他可以跟一般網頁那樣崁入 php 程式碼方式執行. From 2019 to 2021, mod_harbour has made a considerable change, re-modifying the code for the new version, so that it can be executed by embedding php code like normal web pages. 範例程式碼,提供給 apache/mod_harbour 執行: Sample code,...
admin
2021-08-17, 00:25
版面: xBase/[x]Harbour/Fivewin/HWGUI in Taiwan
主題: harbour 3.2(2021-08-31) 5 Compiler
回覆: 2
觀看: 5286

Re: harbour 3.2(2021-04-28) 5 Compiler

lost msvc 32bit library: hbcurl.lib & hbcurls.lib