Page 5 of 8

Re: Codejock Calendar Samples?

PostPosted: Sun Feb 13, 2011 8:52 am
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.

Re: Codejock Calendar Samples?

PostPosted: Tue Feb 15, 2011 6:23 pm
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

Re: Codejock Calendar Samples?

PostPosted: Tue Feb 15, 2011 7:56 pm
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.

Re: Codejock Calendar Samples?

PostPosted: Thu Feb 17, 2011 8:00 am
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  Expand view
//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.

Re: Codejock Calendar Samples?

PostPosted: Thu Feb 17, 2011 8:24 am
by Richard Chidiak
Andrés

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

Richard

Re: Codejock Calendar Samples?

PostPosted: Fri Apr 01, 2011 8:26 am
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

Re: Codejock Calendar Samples?

PostPosted: Fri Apr 01, 2011 12:21 pm
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

Re: Codejock Calendar Samples?

PostPosted: Fri Apr 01, 2011 10:34 pm
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.

Re: Codejock Calendar Samples?

PostPosted: Sat Apr 14, 2012 7:35 am
by fraxzi
Dear Codejockers :)

Any advise how to start a project with xHarbour and Codejock ActiveX?

Re: Codejock Calendar Samples?

PostPosted: Sat Apr 14, 2012 1:53 pm
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

Re: Codejock Calendar Samples?

PostPosted: Sat Apr 14, 2012 8:46 pm
by lucasdebeltran
Frances,

Please, look at:
viewtopic.php?f=3&t=20732&p=110045&hilit=calex#p110045

It is almost finished. Missing reports functions and alerts.

Best regards

Re: Codejock Calendar Samples?

PostPosted: Sun Apr 15, 2012 6:13 pm
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:
viewtopic.php?f=3&t=20732&p=110045&hilit=calex#p110045

It is almost finished. Missing reports functions and alerts.

Best regards

Re: Codejock Calendar Samples?

PostPosted: Sun Apr 15, 2012 6:14 pm
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

Re: Codejock Calendar Samples?

PostPosted: Sun Apr 15, 2012 6:53 pm
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??

Re: Codejock Calendar Samples?

PostPosted: Sun Apr 15, 2012 11:43 pm
by norberto
Richard, can send to me too? thanks norbertolf@msn.com