Thanks Reinaldo.
Andrés González desde Mallorca
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
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.
//create the object
::oCalex := tActiveX():New( ::oPanelCalex, "Codejock.CalendarControl.13.4.2" )Andrés
Yo have to register the ocx , did you do it ?
Richard
I would like to be able to integrate Codejock Calendar with Google Calendar.
Can anyone assist?
How is it done.
thanks in advance ![]()
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
I highly recommend codejock calendar, it is a fantastic tool.
Hth
Richard
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.
Dear Codejockers
Any advise how to start a project with xHarbour and Codejock ActiveX?
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
Frances,
Please, look at:
viewtopic.php?f=3t=20732p=110045hilit=calex#p110045
It is almost finished. Missing reports functions and alerts.
Best regards
&&&
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
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
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??
Richard, can send to me too? thanks norbertolf@msn.com