I forget to say:
If use <?prg and ?>
must modify apache .\conf\httpd.conf and add: SetEnv RUN_AS_PHP "1"
Search found 23 matches
- Wed Jun 12, 2024 3:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Mod Harbour installation -
- Replies: 16
- Views: 1700
- Tue Jun 11, 2024 3:38 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Mod Harbour installation -
- Replies: 16
- Views: 1700
Re: Mod Harbour installation -
Dear Wen,
My version of mod_harbour integrates TMySQL, TSQLLite, LibXL, TPDF, and JWT. 8)
Would you be so kind to provide it ? Do you keep it on a github repo ?
many thanks
The execution syntax of my modified version is different.
The syntax for my mod_harbour.v2 is:
file: test.prg
<?prg ...
My version of mod_harbour integrates TMySQL, TSQLLite, LibXL, TPDF, and JWT. 8)
Would you be so kind to provide it ? Do you keep it on a github repo ?
many thanks
The execution syntax of my modified version is different.
The syntax for my mod_harbour.v2 is:
file: test.prg
<?prg ...
- Tue Jun 11, 2024 3:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Mod Harbour installation -
- Replies: 16
- Views: 1700
Re: Mod Harbour installation -
My version of mod_harbour integrates TMySQL, TSQLLite, LibXL, TPDF, and JWT.
- Tue Jun 11, 2024 3:23 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: WebUI
- Replies: 12
- Views: 1936
Re: WebUI
The WebUI can use BCC x32 compiler.Lailton wrote:Just to let you know, it uses the webview2 ( same that Antonio already have added to fivewin )
https://github.com/webui-dev/webui/tree ... rc/webview
- Tue Jun 11, 2024 3:22 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: WebUI
- Replies: 12
- Views: 1936
Re: WebUI
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 ?
- Tue May 28, 2024 7:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: WebUI
- Replies: 12
- Views: 1936
Re: WebUI
The applications I developed have already started to move to the web!
- Tue May 28, 2024 3:47 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: WebUI
- Replies: 12
- Views: 1936
WebUI
I found something great!!
WebUI: https://github.com/webui-dev/webui
Test on fivewin!!
compiler BCC 7.4/x32
func main()
msgInfo('begin')
WebUI()
msgInfo('end')
return
#pragma BEGINDUMP
#include "webui.h"
HB_FUNC(WEBUI){
size_t my_window = webui_new_window();
webui_show(my_window, "<html ...
WebUI: https://github.com/webui-dev/webui
Test on fivewin!!
compiler BCC 7.4/x32
func main()
msgInfo('begin')
WebUI()
msgInfo('end')
return
#pragma BEGINDUMP
#include "webui.h"
HB_FUNC(WEBUI){
size_t my_window = webui_new_window();
webui_show(my_window, "<html ...
- Thu Feb 29, 2024 2:17 pm
- Forum: mod_harbour
- Topic: XAMPP through PortableApps.com or Server2Go
- Replies: 13
- Views: 15274
- Tue Jan 09, 2024 3:10 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH functions and mod harbour
- Replies: 1
- Views: 771
Re: FWH functions and mod harbour
try use: FRename( cLogFile2, cLogFile )
- Thu Aug 31, 2023 2:05 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH2308: ShowXLSX( cfileXLSX )
- Replies: 7
- Views: 1159
Re: FWH2308: ShowXLSX( cfileXLSX )
However, have not seen examples of this.nageswaragunupudi wrote:Yesssbbs wrote:Can I read and modify, add and delete .xlsx files?
All sample is : oXlsx:CreateFile() no ::readFile()
- Wed Aug 30, 2023 3:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH2308: ShowXLSX( cfileXLSX )
- Replies: 7
- Views: 1159
Re: FWH2308: ShowXLSX( cfileXLSX )
Can I read and modify, add and delete .xlsx files?
- Thu Jul 20, 2023 1:40 pm
- Forum: mod_harbour
- Topic: RWD WebApp use mod_harbour
- Replies: 6
- Views: 2200
Re: RWD WebApp use mod_harbour
Hello WenShengg,
>how I simplify the complexity of applications for myself by using Harbourino
I only showed the way how I work on code.
I appreciate simplicity, and as a visual person, I prefer things to be straightforward.
Otto
Personally, I prefer to complete the code, just open a file ...
>how I simplify the complexity of applications for myself by using Harbourino
I only showed the way how I work on code.
I appreciate simplicity, and as a visual person, I prefer things to be straightforward.
Otto
Personally, I prefer to complete the code, just open a file ...
- Thu Jul 20, 2023 11:21 am
- Forum: mod_harbour
- Topic: RWD WebApp use mod_harbour
- Replies: 6
- Views: 2200
Re: RWD WebApp use mod_harbour
May I ask why you did this?Otto wrote:Hello WenSheng,
Here you can see how I simplify the complexity of applications for myself by using Harbourino - an additional preprocessor - to split the functions.
I think you can understand from this simple function how it works.
- Mon Jul 17, 2023 4:06 am
- Forum: mod_harbour
- Topic: RWD WebApp use mod_harbour
- Replies: 6
- Views: 2200
RWD WebApp use mod_harbour
https://i.imgur.com/3RUTS8O.png
video:
https://youtu.be/KgoJKtJ0xQU
Web Design Using WYSIWYG Web Builder 18 :
https://www.wysiwygwebbuilder.com/
https://i.imgur.com/7MFYUdk.png
per.html:
https://app.box.com/s/1l1e9tfmbbpik2dzymbclj97tja0a0zz
per.css:
https://app.box.com/s ...
video:
https://youtu.be/KgoJKtJ0xQU
Web Design Using WYSIWYG Web Builder 18 :
https://www.wysiwygwebbuilder.com/
https://i.imgur.com/7MFYUdk.png
per.html:
https://app.box.com/s/1l1e9tfmbbpik2dzymbclj97tja0a0zz
per.css:
https://app.box.com/s ...
- Sat May 27, 2023 2:18 am
- Forum: mod_harbour
- Topic: SSE example
- Replies: 19
- Views: 9664
Re: SSE example
What aspect do you mean?