Page 1 of 1

Start with ModHarbour

Posted: Tue May 19, 2020 10:59 am
by Jack
Hi,
I will start with modharbour on a Windows10Pro computer .

Where can i find a complete install procedure ?

Thanks,

Philippe

Re: Start with ModHarbour

Posted: Tue May 19, 2020 11:36 am
by Antonio Linares
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).

Re: Start with ModHarbour

Posted: Tue May 19, 2020 12:46 pm
by Jack
Antonio,
I will try with Apache for Windows .

Thanks,
Philippe

Re: Start with ModHarbour

Posted: Tue May 19, 2020 2:08 pm
by Antonio Linares
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

Re: Start with ModHarbour

Posted: Wed May 20, 2020 7:58 am
by Jack
Antonio,
With fivewin, i use MS SQL tables .
Is it possible to use it with ModHarbour .

Thanks,

Philippe

Re: Start with ModHarbour

Posted: Wed May 20, 2020 1:02 pm
by Antonio Linares
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

Re: Start with ModHarbour

Posted: Fri May 22, 2020 8:39 am
by Jack
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

Re: Start with ModHarbour

Posted: Fri May 22, 2020 11:56 am
by Antonio Linares
Philippe,

These are the instructions to follow:

https://github.com/FiveTechSoft/mod_har ... /readme.md

Re: Start with ModHarbour

Posted: Fri May 22, 2020 1:07 pm
by Marco Augusto
Saludos

entonces mod_harbour solo
accede a MySQL o Mssql via localhost ?

Re: Start with ModHarbour

Posted: Thu May 28, 2020 5:47 am
by Jack
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

Re: Start with ModHarbour

Posted: Thu May 28, 2020 7:21 am
by Antonio Linares
Marco Augusto,
Marco Augusto wrote:Saludos

entonces mod_harbour solo
accede a MySQL o Mssql via localhost ?
mod_harbour puede acceder a bases de datos instaladas en el propio equipo donde está Apache/IIS ó en ordenadores remotos

Piensa en mod_harbour como si fuese un EXE: Puede acceder a bases de datos en el mismo ordenador ó en ordenadores remotos.

Re: Start with ModHarbour

Posted: Thu May 28, 2020 10:18 am
by Antonio Linares
Philippe,
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
mod_harbour provides a sayget.prg example that lets you simulate a SAY ... GET input screen.

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 ;-)