FiveWin Web Interface

User avatar
Bayron
Posts: 815
Joined: Thu Dec 24, 2009 12:46 am
Location: Philadelphia, PA

Re: FiveWin Web Interface

Post by Bayron »

Antonio,

everything looks great, but I am thinking about security....

I am testing your samples in my own computer in localhost, and I have all your images, code Html, JavaScript and CSS; which I got by just using Google's Chrome Developer tools...

That means that all your code will be visible and will give you a Security risk, because your data will be exposed and your entire aplication can be copied!!!

That is the reason why I think it will be wise to use more PHP and less JavaScript or make the calls to JavaScrip from a .PHP file, because (I am not certain) but I think it will be hidden...

EDITED:
Just tested and the JavaScript is shown even in a PHP file, but everything contained between <?php ?> would not be shown... Plus PHP will give you easy access to MySQL...

By using lots of PHP, at least the applications will be useless when copied...
=====>

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

FWH12.04||Harbour 3.2.0 (18754)||BCC6.5||UEstudio 10.10||
Windows 7 Ultimate

FiveWin, One line of code and it's done...
User avatar
cdmmaui
Posts: 653
Joined: Fri Oct 28, 2005 9:53 am
Location: The Woodlands - Dallas - Scottsdale - London
Contact:

Re: FiveWin Web Interface

Post by cdmmaui »

Hi Antonio,

Great job!!! It seems to be working ok with with IE9. Dialogs appear and I able to type in data and get alert boxes.

Sincerely,
*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: FiveWin Web Interface

Post by Antonio Linares »

Bayron,

All the javascript used on the client side is open and accessible and this applies to all web apps

We are also going to use PHP and that will protect our apps :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: FiveWin Web Interface

Post by Enrico Maria Giordano »

Please reduce the horizontal size of your browser till Help option goes to the left, then try to open File menu. You should see that "Help" overwrites part of File menu.

EMG
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: FiveWin Web Interface

Post by Antonio Linares »

Enrico,

Yes, we are going to get all sort of undesirable effects, but this is the web and we have to live with it and try to solve what we can :-)
regards, saludos

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

Re: FiveWin Web Interface

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
toninhofwi
Posts: 161
Joined: Tue Oct 18, 2005 10:01 am

Re: FiveWin Web Interface

Post by toninhofwi »

Antonio Linares wrote:Toninho,

Please try it again, thanks :-)
Hi Antonio.

Sorry for delay. Now is working fine. Thank you.

Best regards,

Toninho.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: FiveWin Web Interface

Post by Antonio Linares »

Browsing DBFs :-)

Please select "Project", "Open"
http://www.fivetechsoft.com/fiveweb

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Eroni
Posts: 71
Joined: Fri Jul 21, 2006 7:15 pm
Location: Criciuma/SC Brazil
Contact:

Re: FiveWin Web Interface

Post by Eroni »

Antonio, this project seems spectacular, will it have compatibility with sqlrdd for access to databases such as mysql for example?
FWH 1709 BCC72 MySql MariaDB
Visual Studio 2019 / Xamarin / C#
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: FiveWin Web Interface

Post by Antonio Linares »

Eroni,

Actually we are using php in the server so you can easily use mysql, etc :-)
regards, saludos

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

Re: FiveWin Web Interface

Post by Antonio Linares »

Selecting records:

http://www.fivetechsoft.com/fiveweb Select "Project", "Open"

Image
regards, saludos

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

Re: FiveWin Web Interface

Post by Antonio Linares »

Selecting multiple records:

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
norberto
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Re: FiveWin Web Interface

Post by norberto »

dont work again in my ie9 windows 7 64.
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Re: FiveWin Web Interface

Post by Marc Vanzegbroeck »

Works fine on Google Chrome :D , The menu's aren't working anymore on IE9 :cry: . The where working before :!:

Marc
Regards,
Marc

FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: FiveWin Web Interface

Post by Antonio Linares »

Norberto,

Fixed. Also we are going to check the font issue as it really slows down IE...
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply