Anyone is using Codejock Calendar 15 with succeed?.
I tried Reinaldo sample but does not work. It gives me such type of errors
- Code: Select all Expand view
- WINOLE/1007 Argument error: WORKDAYSTARTTIME
It only works:
- Code: Select all Expand view
- #include "FiveWin.ch"
function Main()
local oWnd, oAct
DEFINE WINDOW oWnd
oAct := TActiveX():New( oWnd, "Codejock.CalendarControl.15.1.2", 10, 0, 1000, 550 )
ACTIVATE WINDOW oWnd
return nil
I will apreciate very much your feedback.
Thanks a lot.