Search found 418 matches: localhost

Return to advanced search

Re: FWH WebApp (HTML) testing

Hello Antonio
the program compiles correctly
but in the browse localhost i have only :
Apache... it works!

Maurizio
by Maurizio
Thu Sep 01, 2022 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH WebApp (HTML) testing
Replies: 32
Views: 2391

Re: FWH WebApp (HTML) testing

César,

Ahora no se hace asi, sino que tienes que ir a "localhost" desde el navegador y ahi te aparece :-)

Mira a ver si asi te funciona, en concreto con los ejemplos que he publicado
by Antonio Linares
Thu Sep 01, 2022 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH WebApp (HTML) testing
Replies: 32
Views: 2391

Re: FWH WebApp (HTML) testing

... Main()   SetWebApp()return nilfunction MyBrowse()  USE Customer  Browse()   // at this point, please go to "localhost" from your web browser  return nil  In Web Browser put the function to run: localhost/MyBrowse ?
by Ari
Wed Aug 31, 2022 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH WebApp (HTML) testing
Replies: 32
Views: 2391

Re: FWH WebApp (HTML) testing

... [/img] #include "FiveWin.ch" function Main() SetWebApp() USE Customer Browse() // at this point, please go to "localhost" from your web browser return nil foliene@sisrev.com.br
by Ari
Tue Aug 30, 2022 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH WebApp (HTML) testing
Replies: 32
Views: 2391

Re: Generar table temporal

... el sql mangement. Si accedes a tu base con un gestor de base de datos web, en ese caso ese usuario seguro que usa un usuario local: ejemplo root@localhost Si accedes de forma remota con un gestor tipo el Heidy o SqlYog, ahi si seguramente usa un usuario remoto: ejemplo root@% Si el caso es el ...
by cmsoft
Thu Aug 04, 2022 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Generar table temporal
Replies: 3
Views: 354

Re: MySql agregar usuario desde FWH

... ON basedatos.* TO 'username'@'%'; No se si la nueva clase nativa de FW tiene el metodo adduser. El simbolo % puedes reemplazarlo por una ip o por localhost si no queres que tenga acceso remoto.
by cmsoft
Wed Jun 29, 2022 1:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql agregar usuario desde FWH
Replies: 2
Views: 375

Re: New FTDN June/Junio 2022 (FWH 22.06)

... usando el nuevo samples\buildhmt.bat, luego haga clic derecho en la ventana principal y active la opción "WebApp", luego vaya a "localhost" desde su navegador web y verá la aplicación FWH corriendo en la web. Esto es un trabajo en curso, pero queríamos mostrarte esta capacidad ...
by Antonio Linares
Tue Jun 21, 2022 8:45 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2022 (FWH 22.06)
Replies: 1
Views: 876

Re: New FWH 22.06

... using the new samples\buildhmt.bat, then right click on the main window and activate the "WebApp" option, then go to "localhost" from your web browser and you will see the FWH app running on the web. This is a work on progress, but we wanted to show you this capability ...
by cnavarro
Tue Jun 21, 2022 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 22.06
Replies: 25
Views: 2003

Re: Nuevo FWH 22.06

... using the new samples\buildhmt.bat, then right click on the main window and activate the "WebApp" option, then go to "localhost" from your web browser and you will see the FWH app running on the web. This is a work on progress, but we wanted to show you this capability ...
by cnavarro
Tue Jun 21, 2022 12:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 22.06
Replies: 11
Views: 1044

New FTDN June/Junio 2022 (FWH 22.06)

... using the new samples\buildhmt.bat, then right click on the main window and activate the "WebApp" option, then go to "localhost" from your web browser and you will see the FWH app running on the web. This is a work on progress, but we wanted to show you this capability ...
by Antonio Linares
Tue Jun 21, 2022 4:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2022 (FWH 22.06)
Replies: 1
Views: 876

Re: A big hit: Neither Apache and mod_harbour are needed

... feature: https://github.com/FiveTechSoft/screenshots/blob/master/webapp1.jpg?raw=true Now we go to the web browser and go to "localhost" and see what we get: https://github.com/FiveTechSoft/screenshots/blob/master/webapp2.jpg?raw=true Still there are many things ...
by Antonio Linares
Thu Jun 02, 2022 9:20 am
 
Forum: mod_harbour
Topic: A big hit: Neither Apache and mod_harbour are needed
Replies: 61
Views: 15469

Switching the desktop to the online program

... we have installed our "Grafton Street local host server" in addition to APACHE. If, for example, reports are requested from the web, the localhost server forwards the request to the existing desktop programs and passes the necessary parameters in the request: Time, report, etc. The desktop ...
by Otto
Thu May 19, 2022 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching the desktop to the online program
Replies: 2
Views: 356

Re: A big hit: Neither Apache and mod_harbour are needed

Dear Marco,

You only need one harbour exe and you use it from the web browser (Chrome, edge, etc)

You can use it locally accesing localhost from the web browser or remotely given its IP address.

It's very simple and this allows to build web apps using Harbour very easily :-)
by Antonio Linares
Thu Apr 28, 2022 12:09 pm
 
Forum: mod_harbour
Topic: A big hit: Neither Apache and mod_harbour are needed
Replies: 61
Views: 15469

Re: mod_harbour FAQ

... a test.prg at c:\xampp\htdocs: ************ function Main() ? "Hello world" return nil ************* But when i run it at: http://localhost/test.prg i got this error: ******************** mod_harbour version May 13 2020, 12:49:18 c:/xampp/htdocs Impossibile trovare il modulo specificato. ...
by Romeo
Sat Apr 09, 2022 3:04 pm
 
Forum: mod_harbour
Topic: mod_harbour FAQ
Replies: 8
Views: 1657
PreviousNext

Return to advanced search