FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FiveTech's FiveWeb (free up to version 1.0)
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveTech's FiveWeb (free up to version 1.0)
Posted: Tue Dec 04, 2012 12:21 PM

Something more:

When we are going to perform an action from the client side, we need to decide if it is an action that we can solve locally (using javascript and using FiveWeb javascript functions) or if we need to request it from the server (database management, new requests, etc.)

The server app can ve invoked many times, and providing a parameter to it, then we can decide what to do from the same server app:

function Main( cWhatToDo )

so when we call our app, we do: //server/myapp?TheActionToDo

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1445
Joined: Mon Oct 10, 2005 02:38 PM
Re: FiveTech's FiveWeb (free up to version 1.0)
Posted: Tue Dec 04, 2012 05:59 PM
Antonio Linares wrote:Something more:

When we are going to perform an action from the client side, we need to decide if it is an action that we can solve locally (using javascript and using FiveWeb javascript functions) or if we need to request it from the server (database management, new requests, etc.)

The server app can ve invoked many times, and providing a parameter to it, then we can decide what to do from the same server app:

function Main( cWhatToDo )

so when we call our app, we do: //server/myapp?TheActionToDo


I like it.
"No me lo puedo creer! Vuelvo a ser un níño con zapatos nuevos!!"

Un Saludo

Carlos G.



FiveWin 25.12 + Harbour 3.2.0dev (r2502110321), BCC 7.7 Windows 11 Home

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveTech's FiveWeb (free up to version 1.0)
Posted: Wed Dec 05, 2012 10:07 AM
Folders support from the FiveWeb forms designer:

http://www.fivetechsoft.net/cgi-bin/fiveform

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveTech's FiveWeb (free up to version 1.0)
Posted: Wed Dec 05, 2012 12:56 PM
Added center vertically and horizontally, and delete of controls:

http://www.fivetechsoft.net/cgi-bin/fiveform

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 663
Joined: Mon Dec 05, 2005 11:22 PM
Re: FiveTech's FiveWeb (free up to version 1.0)
Posted: Wed Dec 05, 2012 08:16 PM

I could not get the examples to run on our IIS server. I finally downloaded and installed Apache xampp. Now I have the examples running except the menus do not work properly.
They run along the left side of the browser window, not across the top like your examples.
Any ideas what I can do the get the menus to work ok?

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveTech's FiveWeb (free up to version 1.0)
Posted: Thu Dec 06, 2012 04:21 AM

Gale,

Please try it with Google Chrome :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 663
Joined: Mon Dec 05, 2005 11:22 PM
Re: FiveTech's FiveWeb (free up to version 1.0)
Posted: Thu Dec 06, 2012 05:03 AM

I can try that but it looks ok when I run the sample links you provide. I tried it with Firefox and IE. It just doesn't work on web server.

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveTech's FiveWeb (free up to version 1.0)
Posted: Thu Dec 06, 2012 11:51 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 663
Joined: Mon Dec 05, 2005 11:22 PM
Re: FiveTech's FiveWeb (free up to version 1.0)
Posted: Thu Dec 06, 2012 02:14 PM

I have already been through that page of information and could not get it to work on our IIS server.
Thanks

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveTech's FiveWeb (free up to version 1.0)
Posted: Fri Dec 07, 2012 10:46 AM
Preferences support on FiveForm:

http://www.fivetechsoft.net/cgi-bin/fiveform

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1445
Joined: Mon Oct 10, 2005 02:38 PM
FiveTech's FiveWeb (free up to version 1.0) CGI-FastCGI
Posted: Sat Dec 08, 2012 10:09 AM

Hola a todos,

A ver quien me puede resolver esta duda. La pongo aquí porque creo que algunos se encontraran con lo mismo y está relacionado con el uso de FiveWeb (de esta version al menos).
Si contrato un servicio de Hosting que me permite FastCGI, ¿Debo entender que tambien soportará CGI?

Perdonen mi ignorancia, en esto estoy "en pañales".
Si ya se, la empresa de hosting me lo responderá, pero seguro que ustedes seran más rápidos. :)

Gracias.

Un Saludo

Carlos G.



FiveWin 25.12 + Harbour 3.2.0dev (r2502110321), BCC 7.7 Windows 11 Home

Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Re: FiveTech's FiveWeb (free up to version 1.0)
Posted: Tue Dec 18, 2012 10:07 AM

Dear Antonio,

How is FiveWeb coming along? When do you expect to release version 1.0? Can you provide a functions list? I would like to convert a small FWH application to FiveWeb to insure all functions are working properly before I convert a much larger application.

Sincerely,

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveTech's FiveWeb (free up to version 1.0)
Posted: Tue Dec 18, 2012 03:08 PM

Carlos,

El servicio de hosting tiene que proporcionar soporte de CGIs, y cambio de permisos de ficheros (a ejecución).

A mi personalmente lo que aprecio mucho es que me permitan conexión por SSH, lo que se traduce en que puedes controlar el ordenador remotamente

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveTech's FiveWeb (free up to version 1.0)
Posted: Tue Dec 18, 2012 03:14 PM

Darrell,

Its moving along nicely and also step by step...

I would like to comment that you can not think on a full 100% portability. Keep in mind that a desktop app is going to be converted to a client/server model and that means some changes.

We will upgrade the wiki for FIveWeb as we move along and define and implement more and more the required functionalities.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FiveTech's FiveWeb (free up to version 1.0)
Posted: Wed Dec 26, 2012 01:51 PM
Added Class TImage to support images:

http://www.fivetechsoft.net/cgi-bin/testimg

testimg.prg
Code (fw): Select all Collapse
include "FiveWeb.ch"

function Main()

   local oDlg, oImg

   DEFINE DIALOG oDlg TITLE "Using images"

   @ 10, 10 IMAGE oImg OF oDlg SIZE 100, 80

   ACTIVATE DIALOG oDlg

return nil


regards, saludos

Antonio Linares
www.fivetechsoft.com