Page 1 of 1

Looking for a calendar class

Posted: Fri Sep 17, 2010 3:02 pm
by Marco Turco
Hi all,
I need a calendar control that permit the end user to change the date in a get control.
Something like that in the attached image.

I read on the forum about a tcalendar class but I didn't find it.
Any ideas ?

Image
Thanks in advance

Re: Looking for a calendar class

Posted: Fri Sep 17, 2010 4:17 pm
by Armando
Marco:

I think the datepicker control is enought.

Image

Regards

Re: Looking for a calendar class

Posted: Sat Sep 18, 2010 5:01 am
by ShumingWang
Datepicker not works the same as tget .
I'm looking for long time too till now.

Shuming Wang

Re: Looking for a calendar class

Posted: Sat Sep 18, 2010 9:41 am
by Horizon
ShumingWang wrote:Datepicker not works the same as tget .
I'm looking for long time too till now.

Shuming Wang
+1

Datepicker has problem with empty dates. I think we need the new own class like Datepicker.

Re: Looking for a calendar class

Posted: Sat Sep 18, 2010 9:24 pm
by mmercado
Hello Marco:
Marco Turco wrote:I need a calendar control that permit the end user to change the date in a get control.
Something like that in the attached image.

I read on the forum about a tcalendar class but I didn't find it.
Any ideas ?
Perhaps this could help you, FWCalendar function works fine with tget controls.
http://www.box.net/shared/fdxvklpejh

Best regards.

Manuel Mercado Gómez.

Re: Looking for a calendar class

Posted: Sun Sep 19, 2010 7:24 am
by Uwe.Diemer
C5 Calendar was good or is good

Perhaps Paco open the Source

UD

Re: Looking for a calendar class

Posted: Mon Sep 20, 2010 5:28 am
by ShumingWang
www.canalfive.com only diaplay one picture 'Canal Five'

Re: Looking for a calendar class

Posted: Mon Sep 20, 2010 10:36 pm
by TimStone
I actually have a function and process for this. I use a BMPGET to display the get field with a small bitmap calendar at the end. Clicking on it brings up a calendar dialog. I've had it so long I don't remember if it was part of FWH or where it came from.

If you want to email me directly I'll package the code and the bmp and send it to you, but you might experiment first with a BMPGET that calls the datepicker class.

tCalenda is part of the current FWH and I use it in a dialog. It is now working fine.

I'd still love to see coding for an appointment grid like is available in Outlook. I know several people have been working on one.

Re: Looking for a calendar class

Posted: Tue Sep 21, 2010 6:29 am
by Otto
I found this source code.
http://www.knowlexbase.com/en/software/ ... ntrol.html
This code is for xBase but maybe we can use it with (x)Harbour, too.

Best regards,
Otto


Image