Hi guys
Is there any concrete example of FWH and web?
Thank you
Damiano
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
Hi guys
Is there any concrete example of FWH and web?
Thank you
Damiano
A RAD for the Web using Harbour and FiveWin syntax
Hi,
im trying this :
http://itarraco.com/demo_dr/dr.php
user
1234
and to app, visual studio with Xamarin.
regards
Antonio, i have first tested FiveWeb but the resulting exe runs not! The server reports a error.
what error is it ?
suexec policy violation: see suexec log for more details
[Thu Feb 02 11:28:43.927429 2017] [cgid] [pid 23575:tid 140161375508224] [client 213.225.4.29] End of script output before headers: demo.exe
Please post here the source code of demo.prg
Antonio, demo.prg is from the sample-folder of FiveWeb.
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
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.
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
Antonio, thanks, but i found not a older version from fiveweb!?
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
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
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