Fivewin & web

User avatar
damianodec
Posts: 372
Joined: Wed Jun 06, 2007 2:58 pm
Location: Italia
Contact:

Fivewin & web

Post by damianodec »

Hi guys
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)
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Fivewin & web

Post by Antonio Linares »

Damiano,

You may review FiveWeb:

https://bitbucket.org/fivetech/fiveweb/wiki/Home
A RAD for the Web using Harbour and FiveWin syntax
regards, saludos

Antonio Linares
www.fivetechsoft.com
norberto
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Re: Fivewin & web

Post by norberto »

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
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: Fivewin & web

Post by byte-one »

Antonio, i have first tested FiveWeb but the resulting exe runs not! The server reports a error.
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Fivewin & web

Post by Antonio Linares »

what error is it ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: Fivewin & web

Post by byte-one »

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.
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
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Fivewin & web

Post by Antonio Linares »

Please post here the source code of demo.prg
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: Fivewin & web

Post by byte-one »

Antonio, demo.prg is from the sample-folder of FiveWeb.
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Fivewin & web

Post by Antonio Linares »

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
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: Fivewin & web

Post by byte-one »

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.
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Fivewin & web

Post by Antonio Linares »

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
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: Fivewin & web

Post by byte-one »

Antonio, thanks, but i found not a older version from fiveweb!?
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Fivewin & web

Post by Antonio Linares »

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
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
damianodec
Posts: 372
Joined: Wed Jun 06, 2007 2:58 pm
Location: Italia
Contact:

Re: Fivewin & web

Post by damianodec »

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
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)
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Fivewin & web

Post by Antonio Linares »

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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply