FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FiveWeb
Posts: 208
Joined: Wed Dec 03, 2008 04:48 PM
Re: Fiveweb
Posted: 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.

Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Re: Fiveweb
Posted: Wed Apr 10, 2013 03: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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveWeb
Posted: Wed Apr 10, 2013 08: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
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Re: FiveWeb
Posted: Wed Apr 10, 2013 09: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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveWeb
Posted: Wed Apr 10, 2013 09: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
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
Re: FiveWeb
Posted: Thu Apr 11, 2013 02: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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveWeb
Posted: Thu Apr 11, 2013 02: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
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
Re: FiveWeb
Posted: Thu Apr 11, 2013 02:55 PM

It would be great !! :D :D

Best Regards,



Marco Turco

SOFTWARE XP LLP
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: FiveWeb
Posted: Fri Apr 12, 2013 07: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

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveWeb
Posted: Fri Apr 12, 2013 12:23 PM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1387
Joined: Fri May 23, 2008 01:33 PM
Re: FiveWeb
Posted: Sat Apr 13, 2013 06:29 AM

Antonio,

Where should i copy your exe files in iis win7?

Thanks

Regards,



Hakan ONEMLI



Harbour & MSVC 2022 & FWH 23.06
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveWeb
Posted: Sat Apr 13, 2013 10:17 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: FiveWeb
Posted: 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

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveWeb
Posted: 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
Posts: 1387
Joined: Fri May 23, 2008 01:33 PM
Re: FiveWeb
Posted: 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.06

Continue the discussion