Codejock Calendar Samples?

User avatar
Andrés González
Posts: 625
Joined: Thu Jan 19, 2006 10:45 am
Location: Mallorca

Re: Codejock Calendar Samples?

Post by Andrés González »

Please Reinaldo Crespo, I try to download de codejock calendar just to test and no way. Allways It link to me to the http://www.codejock.com/downloads/ and is anything about calendars. Could you send me the correct link or send me the file. I'm following both samples and the one from Daniel and theseone. Please could you help me. If you can send to me a funtional sample I'll apreciate.

Thanks Reinaldo.
Saludos

Andrés González desde Mallorca
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Re: Codejock Calendar Samples?

Post by TimStone »

Andres,

Sorry for the delay in responding. You want to download and install the complete Active X Codejock controls demo from the website. It provides all of the controls for testing. Then if you want to order just the Calendar control, they will do that for you. For testing, do the complete download.

It should install, and register, the controls and be useable from the start. At this point we have been very successful at integrating it with both DBF and SQL databases. Reinaldo has led the way, and others have added various FWH capabilities tied to the control. In my case, it will be used by my clients as an appointment scheduler. I am able to track additional data, assign them to various groups ( colors ), move them from one day to another with drag and drop, change the times by dragging them, or extend it by pulling the lines on the control ... all instantly. Printouts are automatic, and its easy to add custom controls. You can see any range of dates, or the normal Outlook views. It can even interact with your Outlook calendar, do recurring items, and it has a reminder capability just like Outlook. Time spacing is defineable, views are defineable, and the list goes on. Its pretty amazing. We've just begun to build out all we can do.

So I hope you do get the download, and you do work with it.

Tim
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
IBTC
Posts: 103
Joined: Sat Oct 18, 2008 8:13 pm
Location: Stuttgart, Germany
Contact:

Re: Codejock Calendar Samples?

Post by IBTC »

Hi Tim!
TimStone wrote: As for 3rd party libraries, I actually use one for spell checking, another for graphing, and another for PDF creation. They all work fine.
What 3rd party libraries do you use exactly?

Thanks.
Best Regards,
Ruediger Alich

---
HMG 3.1.3 | FTDN/FWH 13.12 | Harbour 3.2 | BCC/MinGW | Windows XP/Vista/7/8/10 (32/64-Bit), Wine (Linux/Mac) - started 1999 with FW, 1989 with Clipper
User avatar
Andrés González
Posts: 625
Joined: Thu Jan 19, 2006 10:45 am
Location: Mallorca

Re: Codejock Calendar Samples?

Post by Andrés González »

Sorry Tim for the delay. I have installed it like you say an no way. The sample don't work, just in the line about the activex

Code: Select all

//create the object
::oCalex := tActiveX():New( ::oPanelCalex, "Codejock.CalendarControl.13.4.2" )
. May be a problem with the codejock.calendar.control name ? I'm not good in Activex.
Saludos

Andrés González desde Mallorca
User avatar
Richard Chidiak
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France
Contact:

Re: Codejock Calendar Samples?

Post by Richard Chidiak »

Andrés

Yo have to register the ocx , did you do it ?

Richard
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
lozmoz
Posts: 2
Joined: Fri Apr 01, 2011 1:09 am

Re: Codejock Calendar Samples?

Post by lozmoz »

I would like to be able to integrate Codejock Calendar with Google Calendar.

Can anyone assist?

How is it done.

thanks in advance :o
User avatar
Richard Chidiak
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France
Contact:

Re: Codejock Calendar Samples?

Post by Richard Chidiak »

Codejock calendar can interact easilly with "mapi" compliant calendars

Ms Outlook is Ok for this , i don't know about google calendar if it is compliant with Mapi, if yes then it is feasable .

You will find more help on codejock's forum

https://forum.codejock.com/

I highly recommend codejock calendar, it is a fantastic tool.

Hth

Richard
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
lozmoz
Posts: 2
Joined: Fri Apr 01, 2011 1:09 am

Re: Codejock Calendar Samples?

Post by lozmoz »

Thanks for the info.

I have purchased and integrated Codejock Calendar into my software, and I have used it to also talk to MS Outlook.

I really need to know how to link up with Google Calendar, if anyone has done this before.

Any assistance is appreciated.
User avatar
fraxzi
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines
Contact:

Re: Codejock Calendar Samples?

Post by fraxzi »

Dear Codejockers :)

Any advise how to start a project with xHarbour and Codejock ActiveX?
Kind Regards,
Frances

Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
User avatar
Richard Chidiak
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France
Contact:

Re: Codejock Calendar Samples?

Post by Richard Chidiak »

Frances

The easiest way is to build a class

Let me know what email you use, i will send you a copy of the class i use for my application since quite a while , working like a charm.

Hth

Richard
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
lucasdebeltran
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am
Contact:

Re: Codejock Calendar Samples?

Post by lucasdebeltran »

Frances,

Please, look at:
http://forums.fivetechsupport.com/viewt ... ex#p110045

It is almost finished. Missing reports functions and alerts.

Best regards
Muchas gracias. Many thanks.

Un saludo, Best regards,

Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]

Implementando MSVC 2010, FWH64 y ADO.

Abandonando uso xHarbour y SQLRDD.
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: Codejock Calendar Samples?

Post by dutch »

Dear Lucas,

I saw this project but it's unfinished project and no completely publish. I cannot even build the sample01. It shows and error.
function and class is missing.
"Calex_Setfirstdate"
"TCalex"

I would like to see this project has done.

Thanks,
Dutch
lucasdebeltran wrote:Frances,

Please, look at:
http://forums.fivetechsupport.com/viewt ... ex#p110045

It is almost finished. Missing reports functions and alerts.

Best regards
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: Codejock Calendar Samples?

Post by dutch »

Dear Richard,

Could you send me this sample class also.

Thanks in advance,
Dutch
Richard Chidiak wrote:Frances

The easiest way is to build a class

Let me know what email you use, i will send you a copy of the class i use for my application since quite a while , working like a charm.

Hth

Richard
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
User avatar
lucasdebeltran
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am
Contact:

Re: Codejock Calendar Samples?

Post by lucasdebeltran »

Dutch,

I don´t get any errors.

This is function Calex_SetFirstDate( nFirst )

//----------------------------------------------------------------------------//

FUNCTION Calex_SetFirstDate( nFirst )

local nOldValue

static nFirstDate := 0

nOldValue = nFirstDate

if PCount() > 0
nFirstDate = Min( Max( 1, nFirst ), 7 ) - 1
endif

return nOldValue

//----------------------------------------------------------------------------//


Maybe you are using an old version??
Muchas gracias. Many thanks.

Un saludo, Best regards,

Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]

Implementando MSVC 2010, FWH64 y ADO.

Abandonando uso xHarbour y SQLRDD.
norberto
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Re: Codejock Calendar Samples?

Post by norberto »

Richard, can send to me too? thanks norbertolf@msn.com
Post Reply