FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FiveWin Web Interface
Posts: 883
Joined: Thu Dec 24, 2009 12:46 AM
Re: FiveWin Web Interface
Posted: Mon Dec 05, 2011 01:08 AM
Using Flexigrid, inside a Dialog....

=====>

Bayron Landaverry
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala

FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10

FiveWin, One line of code and it's done...

Posts: 566
Joined: Thu Aug 30, 2007 03:40 PM
Re: FiveWin Web Interface
Posted: Mon Dec 05, 2011 02:57 AM

Bayron, very nice, wheres i found the last build of fiveweb? (updated) thanks

Posts: 883
Joined: Thu Dec 24, 2009 12:46 AM
Re: FiveWin Web Interface
Posted: Thu Dec 08, 2011 01:34 AM
norberto wrote:Bayron, very nice, wheres i found the last build of fiveweb? (updated) thanks


Hi norberto, the sources, can be downloaded from

http://www.fivetechsoft.com/fiveweb

and

http://forums.fivetechsupport.com/viewtopic.php?f=6&t=22667&start=45#p121347

That is as far as Antonio shared the code, the rest will be for sale as soon as FiveTech makes it available...

to get flexigrid in a dialogo, just change from OpenProject()

Code (fw): Select all Collapse
   oFrame = Frame( 50, 10, "browse.php", oDlg, 1073, 470 );


for

Code (fw): Select all Collapse
   oFrame = Frame( 50, 10, "flexigrid.html", oDlg, 1073, 470 );

=====>

Bayron Landaverry
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala

FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10

FiveWin, One line of code and it's done...

Posts: 883
Joined: Thu Dec 24, 2009 12:46 AM
Re: FiveWin Web Interface
Posted: Thu Dec 08, 2011 01:51 AM
Antonio Linares wrote:
FiveWeb is delayed as we have not been able to solve the Harbour + HTML5 WebSockets connection yet :-)


Antonio, Just to share my thoughts, a smart way of going, I think, should be a release of FiveWeb with MySQL access through PHP, with a free upgrade to WebSockets when it becomes available... A lot of people is waiting for this to happen, and It should be a good aproach, to speed up the release date...

I have many things to buy before FiveWeb, and little money to doit, but there are other guys that need it...

=====>

Bayron Landaverry
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala

FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10

FiveWin, One line of code and it's done...

Continue the discussion