FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour What kind of Business Applications can be developed in FWH ?
Posts: 336
Joined: Mon Dec 07, 2009 02:49 PM
What kind of Business Applications can be developed in FWH ?
Posted: Thu Mar 21, 2019 08:53 AM

Dear All ,

what kind of business applications developed so far in FWH apart from Account / Inventory / Applications ?

This Query is posted just wanted to know about FWH usage range.

Thanks
Shridhar

Thanks

Shridhar

FWH 24.04, BCC 7 32 bit, MariaDB
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: What kind of Business Applications can be developed in FWH ?
Posted: Thu Mar 21, 2019 12:29 PM

Anything, limited only by your imagination.

Regards



G. N. Rao.

Hyderabad, India
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: What kind of Business Applications can be developed in FWH ?
Posted: Thu Mar 21, 2019 04:46 PM

In a fully integrated application, you can have many elements. You target the specific vertical market, and then create the elements that meet their needs. In my primary application, I include:
+ Workorder development, tracking, invoicing
+ Full customer, and service, histories
+ Comprehensive customer management and CRM ( full marketing )
+ Full inventory control including purchasing
+ Full accounting ( AR, AP, GL, Banking, Payroll )
+ Internal company messaging service
+ Full calendering and appointment scheduling
+ Full email services to clients, vendors, and others
+ Auto updating

All of this is built using FWH, Harbour, and MSVC++

I've also built other applications over the years to handle functions for athletic competition scoring, charitable organizations ( a variety of activities ), and even some medical office practice management. Again, all of this can be done with FWH ...

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: 1515
Joined: Thu Oct 30, 2008 02:37 PM
Re: What kind of Business Applications can be developed in FWH ?
Posted: Thu Mar 21, 2019 04:59 PM
Mr Stone,

+ Full email services to clients, vendors, and others


How do you do test if email, with Microsoft OutLook, is sent ?

This fail, is necessary event.

Code (fw): Select all Collapse
oItem:= oApp:CreateItem(0)

oItem:Display(.t.)

MsgInfo(Transform(oItem:Sent, "")) // Fail because oItem is not object valid.


Regards
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: What kind of Business Applications can be developed in FWH ?
Posted: Thu Mar 21, 2019 06:33 PM

For Outlook, I use MAPI ... and the email will show up in the Sent folder. If I have my Outlook defaults set to confirm the delivery, and confirm receipt, those should also take place since Outlook is actually handling the email.

There are several threads here on building an email client for received mail. I do have an auto follow up system ( email ) that logs each email that was sent. I built that into the processing of the follow ups.

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: 336
Joined: Mon Dec 07, 2009 02:49 PM
Re: What kind of Business Applications can be developed in FWH ?
Posted: Mon Mar 25, 2019 04:41 AM

Dear Tim,

Thanks a lot for sharing the information, Basically want to know the thoughts / Ideas from the FWH masters who spends many years to develop FWH applications.

Thanks
Shridhar

Thanks

Shridhar

FWH 24.04, BCC 7 32 bit, MariaDB

Continue the discussion