FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Calendar / Appointment
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Calendar / Appointment
Posted: Fri Sep 21, 2007 05:42 PM

I don't suppose anyone has written a Calendar / Appointment book using pure FW/xHB code, but perhaps someone has found a control set they can link in successfully. I would like to update an old scheduler program ( 32 bit modification of an original Grumpfish program ) to the newer look and feel of true Windows scheduling. There are Active X programs available, but I want to retain DBF capabilities for my data, and the ability to share the data file across several users.

Has anyone found suitable products for this purpose ? Your thoughts would be appreciated.

I have looked at the CodeJock Active X component. First, a previous email thread on this object never showed that it would finally work. Secondly, I wrote to them about using it with a .DBF format and they indicated it was possible, but not designed to do that. Has anyone tried using this product with a .dbf format ( CodeJock Calendar Object ) ?
Thanks

Tim :D

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: 564
Joined: Thu Oct 13, 2005 09:23 AM
Calendar / Appointment
Posted: Mon Sep 24, 2007 06:38 AM

Tim,
I remember that Paco García, from Canalfive, has a calendar with appointments, and a beta of a scheduler. Ask him for this products.
Regards,
José Luis

Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Calendar
Posted: Mon Sep 24, 2007 10:55 PM

They have a date picker, but no full calendar with appointment scheduling, etc. The key is the display of the appointment book.

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: 824
Joined: Thu Oct 13, 2005 07:39 AM
Calendar / Appointment
Posted: Tue Sep 25, 2007 08:19 AM

Tim,

I have written an event-manager/scheduler class. It´s still in beta state, because the documentation is not completed and it´s not fully tested under W98, W2k and Vista. It´s working fine under XP.

If you want test a demo, please drop me a note.

kind regards

Stefan
Posts: 946
Joined: Thu Oct 06, 2005 07:05 PM
Calendar / Appointment
Posted: Tue Sep 25, 2007 01:46 PM

Stefan

I am interested in a demo

Thanks

Richard

http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Class
Posted: Tue Sep 25, 2007 02:46 PM

I can test under XP and Vista. I'd be happy to check it out and provide you with feedback.

I do have a working system, based on the DOS Grumpfish model, but today's windows applications have pretty well standardized on a look and feel.

My email is timstone@masterlinksoftware.com and I would appreciate an opportunity to test the class.

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: 1279
Joined: Mon Feb 06, 2006 04:28 PM
Re: Class
Posted: Tue Sep 25, 2007 07:32 PM

I will pleased to test it in windows 98 SE, my email is jmurugosa@gmail.com

Saludos/Regards,

José Murugosa

"Los errores en programación, siempre están entre la silla, el teclado y la IA!!"
Posts: 824
Joined: Thu Oct 13, 2005 07:39 AM
Calendar / Appointment
Posted: Wed Sep 26, 2007 07:35 AM

Hi all,

thanks for your interest, I will compile a demo and send it this afternoon

kind regards

Stefan
Posts: 824
Joined: Thu Oct 13, 2005 07:39 AM
Calendar / Appointment
Posted: Wed Sep 26, 2007 10:25 AM

Ok, done !

Richard,

I sent the demo to contact@cbati.com, was that right ?

kind regards

Stefan
Posts: 946
Joined: Thu Oct 06, 2005 07:05 PM
Calendar / Appointment
Posted: Wed Sep 26, 2007 11:55 AM

Stefan,

i will get it through this email also.

My mail is richard@cbati.com

Thanks for your interest

Richard

http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Calendar / Appointment
Posted: Wed Sep 26, 2007 01:21 PM

Please include me as well in the demo ..

Rick Lipkin
SC Dept of Health, USA

lipkinrm29063@yahoo.com

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Calendar / Appointment
Posted: Wed Sep 26, 2007 05:17 PM

Stefan,

It may be good idea if you upload it to a public host like rapidshare or similar, in case that you want to share it, before lots of users start requesting it here :-) Thanks,

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 824
Joined: Thu Oct 13, 2005 07:39 AM
Calendar / Appointment
Posted: Thu Sep 27, 2007 07:45 AM
Antonio,

yes, you are right, that a good idea.

Here everyone can download the demo:
http://rapidshare.com/files/58565980/Event.zip.html
kind regards

Stefan
Posts: 946
Joined: Thu Oct 06, 2005 07:05 PM
Calendar / Appointment
Posted: Tue Oct 16, 2007 01:17 PM

Stefan

Can you share the source code of the class ?

Tim, Are you using it ?

Thanks for response,

Richard

http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Class
Posted: Tue Oct 16, 2007 04:36 PM

Richard,

No, I'm not using it. I commented back directly on some issues, but in fact, it doesn't work like the calendar/scheduling classes we see today. I'm doing some extensive cleanup work ( about 100,000 lines of code ), and when I finish that ( hopefully next week ), I'm going to look into this issue more extensively, and perhaps build a component that gets me closer to what I want.

I've looked at some existing controls but they don't address DBF files, and they are inherently single user. I want to build a scheduler for a shop that can be accessed from any computer, updated from any computer, and which displays like the current day/week/month schedulers ( ie. Outlook appearance ). I have one right now that is a modification of a DOS scheduler, and it works, but it doesn't have the visual type interface our clients will expect today. Its an enhancement of the old Grumpfish program, turned into a GUI.

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