Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - Clarion Time Problem
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Clarion Time Problem

 Post Reply Post Reply
Author
Message
irissteve View Drop Down
Newbie
Newbie


Joined: 03 September 2010
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote irissteve Quote  Post ReplyReply Direct Link To This Post Topic: Clarion Time Problem
    Posted: 03 September 2010 at 5:57pm
I am using version 13.0 with the Noyantis templates. Everything seems to be fine but the time in the events always seems to be 12:00 am though the field i'm sending has a valid time in it. Both files have the time defined as a long variable with a @t04 picture. As there is no documentation provided by either product I've tried everything I can. My subscription is up but so are sales of my product if I can't get help??? sample insert event below:
 
        EVE:STARTDATE=svc2:SchedDt
        EVE:STARTTIME=SVC2:StatTime
        EVE:ENDDATE=svc2:SchedDt
        EVE:ENDTIME=svc2:EstEndTime
        EVE:ALLDAY=''
        EVE:SUBJECT=clip(svc2:SchedData)
        EVE:ID=glort
        EVE:ScheduleID=glort
        EVE:RecurType=0
        EVENTID# = CalendarPro15.InsertEvent(glort,  |
                                           EVE:Colour,      |
                                           EVE:StartDate,   |
                                           EVE:EndDate,     |
                                           EVE:StartTime,   |
                                           EVE:EndTime,     |
                                           EVE:AllDay,      |
                                           EVE:PrivateFlag, |
                                           EVE:MeetingFlag, |
                                           EVE:Subject,     |
                                           EVE:Notes,       |
                                           glort,          |
                                           ,   |
                                           FALSE)
Back to Top
PeterG View Drop Down
Newbie
Newbie
Avatar

Joined: 24 February 2010
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote PeterG Quote  Post ReplyReply Direct Link To This Post Posted: 14 October 2010 at 2:49pm
Steve, I am also using Clarion/Noyantis and am slowly figuring it out using the examples.  I don't really have an answer for you other than to read Andy's class code in the NYSCalendarPro.clw and NYSCalendarPro.inc files.
Product: ActiveX PropertyGrid Version 15.0.2
Product: ActiveX Calendar Version 15.0.2
Platform: Windows Vista Business (32bit)
Language: Clarion 7.3
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.