FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Looking for a calendar class
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
Looking for a calendar class
Posted: Fri Sep 17, 2010 03:02 PM
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 ?


Thanks in advance
Best Regards,



Marco Turco

SOFTWARE XP LLP
Posts: 3358
Joined: Fri Oct 07, 2005 08:20 PM
Re: Looking for a calendar class
Posted: Fri Sep 17, 2010 04:17 PM
Marco:

I think the datepicker control is enought.



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
Posts: 474
Joined: Sun Oct 30, 2005 06:37 AM
Re: Looking for a calendar class
Posted: Sat Sep 18, 2010 05:01 AM

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

Shuming Wang

http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
Posts: 1387
Joined: Fri May 23, 2008 01:33 PM
Re: Looking for a calendar class
Posted: Sat Sep 18, 2010 09:41 AM
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 & MSVC 2022 & FWH 23.06
Posts: 782
Joined: Wed Dec 19, 2007 07:50 AM
Re: Looking for a calendar class
Posted: Sat Sep 18, 2010 09:24 PM
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
Posts: 99
Joined: Mon Aug 09, 2010 11:00 AM
Re: Looking for a calendar class
Posted: Sun Sep 19, 2010 07:24 AM

C5 Calendar was good or is good

Perhaps Paco open the Source

UD

Posts: 474
Joined: Sun Oct 30, 2005 06:37 AM
Re: Looking for a calendar class
Posted: Mon Sep 20, 2010 05:28 AM

www.canalfive.com only diaplay one picture 'Canal Five'

http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: Looking for a calendar class
Posted: Mon Sep 20, 2010 10:36 PM

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
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: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Looking for a calendar class
Posted: Tue Sep 21, 2010 06:29 AM
I found this source code.
http://www.knowlexbase.com/en/software/downloads/yukon/MonthCalControl.html
This code is for xBase but maybe we can use it with (x)Harbour, too.

Best regards,
Otto


Continue the discussion