FiveWeb

Re: Fiveweb

Postby codemaker » Wed Apr 10, 2013 12:09 am

If you are using IIS for Windows 7 or Windows 2008 server, there is no rule where the CGI must reside.
Just make sure ypu put the CGI into the path where the IIS can find it (either on site path or on virtual directory)

If the CGI is of extension EXE, then make sure you enable EXE in "handler Mappings" section and to enable "executable" also.
User avatar
codemaker
 
Posts: 208
Joined: Wed Dec 03, 2008 4:48 pm
Location: Belgrade, Serbia

Re: Fiveweb

Postby cdmmaui » Wed Apr 10, 2013 3:35 am

Dear Otto,

I will share my experiences with everyone. We are planning on installing on Windows 2008 server with IIS7.

We will install on in-house server and customer server.

Please do not hesitate to reach out to me via e-mail at Darrell DOT Ortiz AT cdmsoft DOT com

Sincerely,
*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
User avatar
cdmmaui
 
Posts: 689
Joined: Fri Oct 28, 2005 9:53 am
Location: Houston ∙ Chicago ∙ Los Angeles ∙ Miami ∙ London ∙ Hong Kong

Re: FiveWeb

Postby Antonio Linares » Wed Apr 10, 2013 8:55 am

Darrell,

As I have commented you by email:

It is not as easy as it may seem. You can not take a major Windows based app and port it to FiveWeb.

FiveWeb is an easy way to develop for the web using xbase (and FiveWin) syntax, but it is really far away from porting a complete FWH app. You may use Terminal Server for that.


Just to avoid misunderstandings :-)
regards, saludos

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

Re: FiveWeb

Postby cdmmaui » Wed Apr 10, 2013 9:01 am

Hi Antonio,

Thanks for your feedback. We have web tracking and data entry systems that we developed using xBase++ and clipweb. We have been using that platform since the late 90s. However, we need to incorporate SQL and better data entry interfaces with field validation and more importantly auto complete or data population from a table, i.e. load company name and address details in to a form.

Do you think FiveWeb can handle this or should I look at other options?
*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
User avatar
cdmmaui
 
Posts: 689
Joined: Fri Oct 28, 2005 9:53 am
Location: Houston ∙ Chicago ∙ Los Angeles ∙ Miami ∙ London ∙ Hong Kong

Re: FiveWeb

Postby Antonio Linares » Wed Apr 10, 2013 9:06 am

Dear Darrell,

I copy here the answer email that I just sent you :-)

As far as I understand you, what you are looking for is a way to enhance your current xBase++ and Clipweb existing app. That would mean to enhance Clipweb to get the extra functionality that you are looking for.


Using FiveWeb would mean to rewrite your whole app, and that may mean a lot of work...
regards, saludos

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

Re: FiveWeb

Postby Marco Turco » Thu Apr 11, 2013 2:47 pm

Hi Antonio,
about FiveWeb, I understood you translate the command code we use to make the user interface (DIALOGS, BUTTONS etc).
Do you think it could be possible to import that data directly from a RC/RES file as we use for FWH ?
This solution will make FiveWeb at a really higher compatibility level with the current FWH and will permit us to continue to design UI with any Resource Designer.
Best Regards,

Marco Turco
SOFTWARE XP LLP
User avatar
Marco Turco
 
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London

Re: FiveWeb

Postby Antonio Linares » Thu Apr 11, 2013 2:50 pm

Marco,

about FiveWeb, I understood you translate the command code we use to make the user interface (DIALOGS, BUTTONS etc).
Do you think it could be possible to import that data directly from a RC/RES file as we use for FWH ?


Yes :-)

Quite easy. If you review the source code for samples/re.prg you will see that there we parse RCs, so we could take that info, apply some factors and generate the resulting FiveWeb code :-)

I am going to review how to build it :-)
regards, saludos

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

Re: FiveWeb

Postby Marco Turco » Thu Apr 11, 2013 2:55 pm

It would be great !! :D :D
Best Regards,

Marco Turco
SOFTWARE XP LLP
User avatar
Marco Turco
 
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London

Re: FiveWeb

Postby Otto » Fri Apr 12, 2013 7:26 am

Dear Antonio,
can I download the test programs as exe or cgi files for WINDOWS.
I would like to setup IIS first and test with exe/cgi files where I know that these work.
Next step I would try to compile myself.
Thanks in advance
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6332
Joined: Fri Oct 07, 2005 7:07 pm

Re: FiveWeb

Postby Antonio Linares » Fri Apr 12, 2013 12:23 pm

regards, saludos

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

Re: FiveWeb

Postby Horizon » Sat Apr 13, 2013 6:29 am

Antonio,

Where should i copy your exe files in iis win7?

Thanks
Regards,

Hakan ONEMLI

Harbour & MSVC 2022 & FWH 23.04
Horizon
 
Posts: 1322
Joined: Fri May 23, 2008 1:33 pm

Re: FiveWeb

Postby Antonio Linares » Sat Apr 13, 2013 10:17 am

regards, saludos

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

Re: FiveWeb

Postby Otto » Sat Apr 13, 2013 10:26 am

Hello Antonio,
in the description you write:
<Use a server like xampp to ejecute them>
Are these files for IIS too.
Thanks in advance
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6332
Joined: Fri Oct 07, 2005 7:07 pm

Re: FiveWeb

Postby Antonio Linares » Sat Apr 13, 2013 10:32 am

Otto,

Yes, they are standard Windows EXEs that should be fine for IIS, xampp, etc... :-)

We just use a little PHP from testbrow.prg but it is not needed at all and can be removed, I used it there just to show the example of invoking a PHP. We could also invoke an ASP, etc
regards, saludos

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

Re: FiveWeb

Postby Horizon » Sat Apr 13, 2013 12:08 pm

Antonio Linares wrote:Hakan,

viewtopic.php?p=142767#p142767


Thank you very much. I have done it.
Regards,

Hakan ONEMLI

Harbour & MSVC 2022 & FWH 23.04
Horizon
 
Posts: 1322
Joined: Fri May 23, 2008 1:33 pm

Previous

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: jmartial and 114 guests