Fivewin & web
- damianodec
- Posts: 372
- Joined: Wed Jun 06, 2007 2:58 pm
- Location: Italia
- Contact:
Fivewin & web
Hi guys
Is there any concrete example of FWH and web?
Thank you
Damiano
Is there any concrete example of FWH and web?
Thank you
Damiano
FiveWin for xHarbour 17.09 - Sep. 2017 - Embarcadero C++ 7.00 for Win32
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Fivewin & web
Damiano,
You may review FiveWeb:
https://bitbucket.org/fivetech/fiveweb/wiki/Home
You may review FiveWeb:
https://bitbucket.org/fivetech/fiveweb/wiki/Home
A RAD for the Web using Harbour and FiveWin syntax
Re: Fivewin & web
Hi,
im trying this :
http://itarraco.com/demo_dr/dr.php
user
1234
http://itarraco.com/forum/
and to app, visual studio with Xamarin.
regards
im trying this :
http://itarraco.com/demo_dr/dr.php
user
1234
http://itarraco.com/forum/
and to app, visual studio with Xamarin.
regards
Re: Fivewin & web
Antonio, i have first tested FiveWeb but the resulting exe runs not! The server reports a error.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Fivewin & web
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
suexec policy violation: see suexec log for more details
[Thu Feb 02 11:28:43.927429 2017] [cgid:error] [pid 23575:tid 140161375508224] [client 213.225.4.29:57138] End of script output before headers: demo.exe
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Fivewin & web
Please post here the source code of demo.prg
Re: Fivewin & web
Antonio, demo.prg is from the sample-folder of FiveWeb.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Fivewin & web
Please try with tutor01.prg
I recently modified FiveWeb to use Bootstrap instead of JQuery UI and actually FiveWeb is broken
but tutor01.prg should work fine
I recently modified FiveWeb to use Bootstrap instead of JQuery UI and actually FiveWeb is broken
but tutor01.prg should work fine
Re: Fivewin & web
Antonio, thanks. Now i know that on my server no exe run, as on the server runs linux.
On XAMPP the exes run, but no dialogs are produced, only the text is to see. The msginfo(...) is displayes normal.
On XAMPP the exes run, but no dialogs are produced, only the text is to see. The msginfo(...) is displayes normal.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Fivewin & web
Günther,
You can use Harbour and FiveWeb for Linux too
If you pull a previous FiveWeb version from bitbucket, before I pushed the changes for Bootstrap,
then FiveWeb will work fine
You can use Harbour and FiveWeb for Linux too
If you pull a previous FiveWeb version from bitbucket, before I pushed the changes for Bootstrap,
then FiveWeb will work fine
Re: Fivewin & web
Antonio, thanks, but i found not a older version from fiveweb!?
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Fivewin & web
You need to fetch a certain commit from the repository:
git fetch https://bitbucket.org/fivetech/fiveweb 29401af838a5ecf922945433e9a63bc6331c7989
not sure how to do this using TortoiseGit on Windows
We may do it from OSX, where git runs from the terminal
git fetch https://bitbucket.org/fivetech/fiveweb 29401af838a5ecf922945433e9a63bc6331c7989
not sure how to do this using TortoiseGit on Windows
We may do it from OSX, where git runs from the terminal
- damianodec
- Posts: 372
- Joined: Wed Jun 06, 2007 2:58 pm
- Location: Italia
- Contact:
Re: Fivewin & web
hi Antonio,
I explain my need:
Now I read from server (AS400) with SELECT embedded in FWH and it's ok.
my company in the future will change this way and we will use server linux and web.
Can you tell me if is it possible to use FWH in the future?
which way?
Damiano
I explain my need:
Now I read from server (AS400) with SELECT embedded in FWH and it's ok.
my company in the future will change this way and we will use server linux and web.
Can you tell me if is it possible to use FWH in the future?
which way?
Damiano
FiveWin for xHarbour 17.09 - Sep. 2017 - Embarcadero C++ 7.00 for Win32
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Fivewin & web
Damiano,
You can run Harbour and FiveWeb on Linux server, so you could reuse your Harbour source code
Or you rewrite your app using another language as PHP, etc
You can run Harbour and FiveWeb on Linux server, so you could reuse your Harbour source code
Or you rewrite your app using another language as PHP, etc