Looking for a calendar class

Post Reply
User avatar
Marco Turco
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London
Contact:

Looking for a calendar class

Post 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
Best Regards,

Marco Turco
SOFTWARE XP LLP
User avatar
Armando
Posts: 2479
Joined: Fri Oct 07, 2005 8:20 pm
Location: Toluca, México
Contact:

Re: Looking for a calendar class

Post by Armando »

Marco:

I think the datepicker control is enought.

Image

Regards
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
ShumingWang
Posts: 454
Joined: Sun Oct 30, 2005 6:37 am
Location: Guangzhou(Canton),China

Re: Looking for a calendar class

Post by ShumingWang »

Datepicker not works the same as tget .
I'm looking for long time too till now.

Shuming Wang
Horizon
Posts: 997
Joined: Fri May 23, 2008 1:33 pm

Re: Looking for a calendar class

Post 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.
Regards,

Hakan ONEMLI

Harbour & VS 2019 & FWH 20.12
User avatar
mmercado
Posts: 782
Joined: Wed Dec 19, 2007 7:50 am
Location: Salamanca, Gto., México

Re: Looking for a calendar class

Post 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.
manuelmercado at prodigy dot net dot mx
User avatar
Uwe.Diemer
Posts: 81
Joined: Mon Aug 09, 2010 11:00 am

Re: Looking for a calendar class

Post by Uwe.Diemer »

C5 Calendar was good or is good

Perhaps Paco open the Source

UD
ShumingWang
Posts: 454
Joined: Sun Oct 30, 2005 6:37 am
Location: Guangzhou(Canton),China

Re: Looking for a calendar class

Post by ShumingWang »

www.canalfive.com only diaplay one picture 'Canal Five'
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Re: Looking for a calendar class

Post 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.
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: Looking for a calendar class

Post 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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
Post Reply