FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Files Needed - ADS / Harbour / MSVC 2013 (and FiveWeb info)
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: Files Needed - ADS / Harbour / MSVC 2013
Posted: Thu Oct 22, 2015 10:21 PM

Antonio,

My application has been "under revision" for the past year. Now it is tested full time in an actual business where it is used throughout the day, non-stop.

This is the version which is built with Harbour and Microsoft Visual Studio 2013.

Other than the expected bugs from such a large application ( EXE files run about 10 MB in size ), and such massive internal optimization, it is running quite well. My client is very happy with the performance, and soon we will put it into far more companies.

I'm glad we made this shift. I have a parallel build using xHarbour ( .com ) for compatibility with older ADS systems, and it runs perfectly also. However, I think Visual Studio is still the wave of the future, especially with the new direction of Microsoft.

Next step ... cloud based ( ??? )

Tim

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Files Needed - ADS / Harbour / MSVC 2013
Posted: Fri Oct 23, 2015 12:18 AM

++1

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Files Needed - ADS / Harbour / MSVC 2013
Posted: Sat Oct 24, 2015 07:47 AM

Tim,

I am happy to know that you are satisfied with the results :-)

Cloud based... There are many possibilities. You can review FiveWeb ;-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 838
Joined: Fri Feb 10, 2006 12:14 PM
Re: Files Needed - ADS / Harbour / MSVC 2013
Posted: Sat Oct 24, 2015 07:54 AM

FiveWeb is completed and working ?

Do we have a solution for Web developement like Xbase++ ?

Regards

Antonio H Ferreira
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Files Needed - ADS / Harbour / MSVC 2013
Posted: Sat Oct 24, 2015 08:00 AM
Antonio,

Gagan from India has developed a complete cloud based ERP using FiveWeb:

http://forums.fivetechsupport.com/viewtopic.php?f=3&t=29421&start=0&hilit=erp

He explained in his posts that they are very satisfied with the results.

Unfortunately there are very few users using FIveWeb. Maybe if you start using it it will grow as much
as needed same as you did with the ADO RDD and after all, FiveWeb is free :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Files Needed - ADS / Harbour / MSVC 2013
Posted: Sat Oct 24, 2015 08:03 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 838
Joined: Fri Feb 10, 2006 12:14 PM
Re: Files Needed - ADS / Harbour / MSVC 2013
Posted: Sat Oct 24, 2015 08:16 AM

Antonio,

It works CGI ? Isnt this a security problem in most sites?

How do install it to test ?

Can we use any rdd with it?

Can we maintain live connections (sessions) ?

Regards

Antonio H Ferreira
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Files Needed - ADS / Harbour / MSVC 2013
Posted: Sat Oct 24, 2015 09:39 AM
Antonio,

> It works CGI ? Isnt this a security problem in most sites?

No, it is not in case if you are authorized. I keep FiveWeb examples at dreamhost in USA where CGIs are allowed
and it is quite cheap:

https://www.dreamhost.com

> How do install it to test ?

You can develop and try FiveWeb locally on your own computer, (which it is perfect for development)
I suggest you to install XAMPP:

https://www.apachefriends.org/index.html

Activate apache once XAMPP has been installed. Once your app is working fine, then you copy
your FiveWeb app in dreamhost or alternative of your choice. FiveWeb both support Windows
and Linux.

> Can we use any rdd with it?

Yes, of course. You can use any RDD or code that you want to.

> Can we maintain live connections (sessions) ?

See how PHP does it and think about a similar way with Harbour.

The key to understand FIveWeb is to understand that there are processes that run
in the server only, and some other processes that run in the browser only.

Combining these two forces, you can do increible things with FiveWeb :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Files Needed - ADS / Harbour / MSVC 2013
Posted: Sat Oct 24, 2015 09:59 AM
Antonio and Antonio,

Antonio Linares wrote:It works CGI ? Isnt this a security problem in most sites?

No, it is not in case if you are authorized. I keep FiveWeb examples at dreamhost in USA where CGIs are allowed
and it is quite cheap:


What if you have to install the package in the customer's server (the most likely, at least here in Italia)?

I also use CGI sometimes but I think it's not the way to go.

EMG
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Files Needed - ADS / Harbour / MSVC 2013 (and FiveWeb info)
Posted: Sat Oct 24, 2015 10:29 AM

Enrico,

It depends on your needs and on your budget, as if you own a dedicated server then you can do whatever you want or need on it

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Files Needed - ADS / Harbour / MSVC 2013 (and FiveWeb info)
Posted: Sun Dec 06, 2015 10:42 AM
Building this with Harbour / MSVC 2013, it all loads and appears to work well. However, if I take the scroll bar slider and move it to the bottom, then click on a record to highlight it, I get the following error:
Error description: Error ADSCDX/5018 The handle given was not recognized by Advantage. Verify specified handle is open/active.
The error is generated from Database.prg, line 156.

Thanks for pointing out this problem. Calling OrdKeyGoTo() when the Alias is unordered, is resulting in run-time error in Harbour version of ADSRDD whereas there is no error when using xHarbour version of ADSRDD. Suitable work-around is now incorporated in xbrowse.prg and database.prg of FWH15.10
Regards



G. N. Rao.

Hyderabad, India

Continue the discussion