Page 4 of 5

Re: Fivewin & web

PostPosted: Mon Feb 13, 2017 9:02 pm
by Otto
Dear Antonio,

I would like to ask you if it is possible to develop such a functionality with five web.

Thanks in advance
Otto


Image
Image

response

Image

Re: Fivewin & web

PostPosted: Wed Feb 15, 2017 3:09 pm
by Romeo
Hi

I'am tring the example of samples and found that the SET BACKIMAGE TO does not work !

i changed in otto.prg the line:

SET BACKIMAGE TO "http://fiveweb.googlecode.com/svn/trunk/images/beach.jpg"

in

SET BACKIMAGE TO "http://127.0.0.1/cgi-bin/beach.jpg"
and put the beach.jpg in cgi-bin folder, but nothing happend

My problem o BACKIMAGE problem ?

tks

Re: Fivewin & web

PostPosted: Wed Feb 15, 2017 4:38 pm
by Otto
Hello,
is there an example how to use:
SET CGI EXECUTABLE (url1{; url2})
to hide "exe" in the URL.
Best regards,
Otto

Re: Fivewin & web

PostPosted: Thu Feb 16, 2017 10:43 am
by byte-one
Otto, index.php könnte diesen Code enthalten.
Code: Select all  Expand view
<?php
    if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
        $uri = 'https://';
    } else {
        $uri = 'http://';
    }
    $uri .= $_SERVER['HTTP_HOST'];
   
header('Location: '.$uri.'/cgi-bin/tutor01.exe'); exit;
?>
 

Re: Fivewin & web

PostPosted: Thu Feb 16, 2017 11:18 am
by Otto
Hallo Günther,
danke für deine Hilfe.
Ich bin dabei alles für eine Neuentwicklung vorzubereiten.
Derzeit bin ich aber mit den RKSV-Updates eingedeckt.
lg
Otto

Re: Fivewin & web

PostPosted: Fri Feb 17, 2017 10:03 am
by damianodec
hi guys
I should start a web development path.
Server: AS400.

I connect it by SQL connection and it's ok!

but now I need to start this new path to read DB2 from web.
Do you think that FIVEWEB is better way?

thank

Damiano

Re: Fivewin & web

PostPosted: Fri Feb 17, 2017 10:16 am
by Antonio Linares
FiveWeb runs on Windows, Linux and Apple OSX only

Re: Fivewin & web

PostPosted: Tue Feb 21, 2017 2:14 pm
by Romeo
I am testing the fweb samples and i resolved same little problem !

Now i have a problem with mysql, i'am not familiary with it

I created a new database mysql usng ADMIN of XAMPP
The name of database is TEST with 2 tables (customers and tabiva)

i saw a new dir in c:\xampp\mysql\data\test

I tried to open the database TEST:

oServer = TDolphinSrv():New( "127.0.0.1", "test", "customers" )

but i get error, i wrong samething..

How open this database ?

tks

Re: Fivewin & web

PostPosted: Tue Feb 21, 2017 3:20 pm
by Lailton
It is the correctly way to connect.

Code: Select all  Expand view
oServ := tDolphinSrv():new('localhost','user','password',3306,0,'database_name')


Take look to the samples of dolphin.

Re: Fivewin & web

PostPosted: Tue Feb 21, 2017 5:31 pm
by Romeo
i have tried:
oServ := tDolphinSrv():new('localhost','','',3306,0,'romeo')
but i got error.

i have tried:
oServ := tDolphinSrv():new('localhost','','',3306,'romeo')
is ok but then

oServer:SelectDB( "tabiva" )

gives me error:
Access denied for user ''@'localhost' to database 'romeo'


I have not inserted any user/password into database ROMEO

I have only created a very simple database:
The name of database is TEST with 2 tables (customers and tabiva)


I will try again when have more time

tks any

Re: Fivewin & web

PostPosted: Tue Feb 21, 2017 10:15 pm
by Colin Haig
Hi Romeo

Go to Mysql bin folder and start Mysql.exe and type the following with your settings


GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION;
FLUSH PRIVILEGES;

or download HeidiSql application and there is a option to do this.

Colin

Re: Fivewin & web

PostPosted: Thu Feb 23, 2017 12:01 pm
by Romeo
OK, it works !

Where can i found all the function/metod of Dolphin ?
Tks

Re: Fivewin & web

PostPosted: Thu Mar 16, 2017 5:45 pm
by Massimo Linossi
Hi.
Antonio, is the new Fiveweb ready ?
Thanks a lot
Massimo

Re: Fivewin & web

PostPosted: Fri Mar 17, 2017 7:28 am
by damianodec
hi Antonio
I add myself to Massimo Question.
I would like to know the future of fiveweb.

ciao
Damiano

Re: Fivewin & web

PostPosted: Fri Mar 17, 2017 7:55 am
by Antonio Linares
Massimo,

No, not yet