Start with ModHarbour
Start with ModHarbour
Hi,
I will start with modharbour on a Windows10Pro computer .
Where can i find a complete install procedure ?
Thanks,
Philippe
I will start with modharbour on a Windows10Pro computer .
Where can i find a complete install procedure ?
Thanks,
Philippe
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Start with ModHarbour
Philippe,
Do you plan to use Microsoft IIS or Apache for Windows ?
Another choice is to install Windows WSL and run Apache from it (Linux).
Do you plan to use Microsoft IIS or Apache for Windows ?
Another choice is to install Windows WSL and run Apache from it (Linux).
Re: Start with ModHarbour
Antonio,
I will try with Apache for Windows .
Thanks,
Philippe
I will try with Apache for Windows .
Thanks,
Philippe
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Start with ModHarbour
Is your Windows 32 or 64 bits ?
If Windows 64 bits then download this Apache build:
https://www.apachehaus.com/downloads/ht ... 4-vc15.zip
If Windows 32 bits then download this Apache build:
https://www.apachehaus.com/downloads/ht ... 6-vc15.zip
If Windows 64 bits then download this Apache build:
https://www.apachehaus.com/downloads/ht ... 4-vc15.zip
If Windows 32 bits then download this Apache build:
https://www.apachehaus.com/downloads/ht ... 6-vc15.zip
Re: Start with ModHarbour
Antonio,
With fivewin, i use MS SQL tables .
Is it possible to use it with ModHarbour .
Thanks,
Philippe
With fivewin, i use MS SQL tables .
Is it possible to use it with ModHarbour .
Thanks,
Philippe
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Start with ModHarbour
Philippe,
Do you use ADO to manage them from FWH ?
If yes, then you can manage them also using mod_harbour, meanwhile the server is running on Windows
Do you use ADO to manage them from FWH ?
If yes, then you can manage them also using mod_harbour, meanwhile the server is running on Windows
Re: Start with ModHarbour
Apache24 is installed on the Windows 10 Pro computer est the test http://localhost is successful .
What is the next step for mod_harbour ?
Thanks,
Philippe
What is the next step for mod_harbour ?
Thanks,
Philippe
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Start with ModHarbour
Philippe,
These are the instructions to follow:
https://github.com/FiveTechSoft/mod_har ... /readme.md
These are the instructions to follow:
https://github.com/FiveTechSoft/mod_har ... /readme.md
-
- Posts: 122
- Joined: Wed Oct 12, 2005 1:03 pm
- Location: Cuernacava, Morelos Mexico
Re: Start with ModHarbour
Saludos
entonces mod_harbour solo
accede a MySQL o Mssql via localhost ?
entonces mod_harbour solo
accede a MySQL o Mssql via localhost ?
Marco Augusto Rodriguez Manzo
fwh 2020 Xharbour 1.2.3
MySQL 5.0.19 Fastreport
PERZO SOFT
Sistemas Personalizados
fwh 2020 Xharbour 1.2.3
MySQL 5.0.19 Fastreport
PERZO SOFT
Sistemas Personalizados
Re: Start with ModHarbour
Hello,
I have installed Apache on Win10 computer and modharbour .
Everything is OK .
I 'd like to test samples of Input Screen ?
Is it possible to use SAY and GET instruction ?
Do you have sample with a screen with 3 or 4 gets, 1 or 2 Combo and when you press save, a record is Added in a table .
Thanks for modHarbour,
I ask me why you say ModHarbour and not WebHarbour ?
Philippe
I have installed Apache on Win10 computer and modharbour .
Everything is OK .
I 'd like to test samples of Input Screen ?
Is it possible to use SAY and GET instruction ?
Do you have sample with a screen with 3 or 4 gets, 1 or 2 Combo and when you press save, a record is Added in a table .
Thanks for modHarbour,
I ask me why you say ModHarbour and not WebHarbour ?
Philippe
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Start with ModHarbour
Marco Augusto,
Piensa en mod_harbour como si fuese un EXE: Puede acceder a bases de datos en el mismo ordenador ó en ordenadores remotos.
mod_harbour puede acceder a bases de datos instaladas en el propio equipo donde está Apache/IIS ó en ordenadores remotosMarco Augusto wrote:Saludos
entonces mod_harbour solo
accede a MySQL o Mssql via localhost ?
Piensa en mod_harbour como si fuese un EXE: Puede acceder a bases de datos en el mismo ordenador ó en ordenadores remotos.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Start with ModHarbour
Philippe,
When you start building apps for the web you will realize that you want them to look fine on any device: that is called a "responsive" design that
automatically adapts to the dimensions of the device. In that case you have to forget about the SAY ... GET coordinates and use a GUI that is "responsive".
We do recommend bootstrap and it is the one that we use many times in our mod_harbour examples.
Please review samples\genesis as it is a very powerfull example to edit DBFs, use forms, etc.
mod_harbour project started as an Apache official extension to support PRGs and HRBs files.
Official Apache extensions are named mod_...(name of the language) traditionally. Thats why we choosed mod_harbour
mod_harbour provides a sayget.prg example that lets you simulate a SAY ... GET input screen.Jack wrote:Hello,
I have installed Apache on Win10 computer and modharbour .
Everything is OK .
I 'd like to test samples of Input Screen ?
Is it possible to use SAY and GET instruction ?
Do you have sample with a screen with 3 or 4 gets, 1 or 2 Combo and when you press save, a record is Added in a table .
Thanks for modHarbour,
I ask me why you say ModHarbour and not WebHarbour ?
Philippe
When you start building apps for the web you will realize that you want them to look fine on any device: that is called a "responsive" design that
automatically adapts to the dimensions of the device. In that case you have to forget about the SAY ... GET coordinates and use a GUI that is "responsive".
We do recommend bootstrap and it is the one that we use many times in our mod_harbour examples.
Please review samples\genesis as it is a very powerfull example to edit DBFs, use forms, etc.
mod_harbour project started as an Apache official extension to support PRGs and HRBs files.
Official Apache extensions are named mod_...(name of the language) traditionally. Thats why we choosed mod_harbour