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
Shridhar
FWH 24.04, BCC 7 32 bit, MariaDB
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
Anything, limited only by your imagination.
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 ...
+ Full email services to clients, vendors, and others
oItem:= oApp:CreateItem(0)
oItem:Display(.t.)
MsgInfo(Transform(oItem:Sent, "")) // Fail because oItem is not object valid.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.
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