mod_harbour sandbox is ready !!!

wartiaga
Posts: 83
Joined: Wed May 25, 2016 1:04 am

Re: mod_harbour sandbox is ready !!!

Post by wartiaga »

Antonio Linares wrote:Write and execute your Harbour code directly on the web ;-)

https://harbour.fourtech.es/modharbour_ ... andbox.prg

This is a dream made true :-D

See how fast it runs !!!
Amazing, works great in windows10, one question, how I can open a dbf in other folder like C:\SISTEMAS\DADOS? In this folder i have many dbfs. Thank you!
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: mod_harbour sandbox is ready !!!

Post by Antonio Linares »

Are you using Apache from Windows or from the bash (linux) ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
wartiaga
Posts: 83
Joined: Wed May 25, 2016 1:04 am

Re: mod_harbour sandbox is ready !!!

Post by wartiaga »

Antonio Linares wrote:Are you using Apache from Windows or from the bash (linux) ?
Bash (Ubuntu 18.04 LTS)
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: mod_harbour sandbox is ready !!!

Post by Antonio Linares »

To let a folder with DBFs, etc. be used from Apache:

sudo chown -R www-data:www-data folderName

www-data is the Apache username, so we make www-data the owner of the folder
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Euclides
Posts: 144
Joined: Wed Mar 28, 2007 1:19 pm

Re: mod_harbour sandbox is ready !!!

Post by Euclides »

Hi, when I log in, got this wrong screen.
See the image:
Image
Using Chrome and screen resolution: 1366 x 768 (max for Philips 190TS)
Regards, Euclides
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: mod_harbour sandbox is ready !!!

Post by cnavarro »

Euclides,
I use for the design and development of Sandbox.prg and Chrome, but from the url that you indicate, now, I also get the same result :(

Download always download the latest version of:

https://github.com/FiveTechSoft/mod_harbour

Copy in your documents folder of server apache and execute sandbox.prg ( localhost\mod_harbour\samples\sandbox.prg ) and tell me.

Image

( Pd: This image does not correspond to the version you will download. )
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
bpd2000
Posts: 153
Joined: Tue Aug 05, 2014 9:48 am
Location: India

Re: mod_harbour sandbox is ready !!!

Post by bpd2000 »

Euclides wrote:Hi, when I log in, got this wrong screen.
See the image:
Image
Using Chrome and screen resolution: 1366 x 768 (max for Philips 190TS)
Regards, Euclides
I am also facing same problem
The menu like Run displays for second and it wanish when Noname1.prg load
Regards, Greetings

Try FWH. You will enjoy it's simplicity and power.!
User avatar
Euclides
Posts: 144
Joined: Wed Mar 28, 2007 1:19 pm

Re: mod_harbour sandbox is ready !!!

Post by Euclides »

Hi Cristóbal.
Today the 'Run', 'Clear' and 'Select' Buttons are showing up.
For a while I did not download anything.
I am talking with th IT personel to install an Apache server in one of the servers.
The I will come up with new questions.
Thanks & regards, Euclides.
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: mod_harbour sandbox is ready !!!

Post by cnavarro »

Euclides, I updated repository with version 1.2
Please download, and try
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Post Reply