Fivewin & web

Fivewin & web

Postby damianodec » Tue Jan 31, 2017 9:16 pm

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
damianodec
 
Posts: 414
Joined: Wed Jun 06, 2007 2:58 pm
Location: Italia

Re: Fivewin & web

Postby Antonio Linares » Wed Feb 01, 2017 11:09 am

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

Re: Fivewin & web

Postby norberto » Wed Feb 01, 2017 1:06 pm

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
norberto
 
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Re: Fivewin & web

Postby byte-one » Thu Feb 02, 2017 10:35 am

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

Re: Fivewin & web

Postby Antonio Linares » Thu Feb 02, 2017 10:36 am

what error is it ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41312
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Fivewin & web

Postby byte-one » Thu Feb 02, 2017 10:43 am

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

Re: Fivewin & web

Postby Antonio Linares » Thu Feb 02, 2017 10:47 am

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

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41312
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Fivewin & web

Postby byte-one » Thu Feb 02, 2017 10:50 am

Antonio, demo.prg is from the sample-folder of FiveWeb.
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
byte-one
 
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria

Re: Fivewin & web

Postby Antonio Linares » Thu Feb 02, 2017 11:17 am

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

Re: Fivewin & web

Postby byte-one » Thu Feb 02, 2017 3:15 pm

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

Re: Fivewin & web

Postby Antonio Linares » Thu Feb 02, 2017 8:13 pm

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

Re: Fivewin & web

Postby byte-one » Thu Feb 02, 2017 9:12 pm

Antonio, thanks, but i found not a older version from fiveweb!?
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
byte-one
 
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria

Re: Fivewin & web

Postby Antonio Linares » Thu Feb 02, 2017 10:46 pm

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

Re: Fivewin & web

Postby damianodec » Fri Feb 03, 2017 8:35 am

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
damianodec
 
Posts: 414
Joined: Wed Jun 06, 2007 2:58 pm
Location: Italia

Re: Fivewin & web

Postby Antonio Linares » Fri Feb 03, 2017 9:50 am

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

Next

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 14 guests