Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - Prevent editing code snippet
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Prevent editing code snippet

 Post Reply Post Reply
Author
Message
DataFlowJoe View Drop Down
Groupie
Groupie


Joined: 30 October 2007
Status: Offline
Points: 12
Post Options Post Options   Thanks (0) Thanks(0)   Quote DataFlowJoe Quote  Post ReplyReply Direct Link To This Post Topic: Prevent editing code snippet
    Posted: 30 October 2007 at 8:26pm
Hi there codejock guys,
 
Your calendar control is a brilliant utility and very favourably priced. I've built it into an Access database. Can you give me a VB code example of how to prevent a user from inline editing the subject heading of an event on the calendar. What would benefit this control from my point of view would be lots of VB code snippet examples for the loads of methods and properties available.
 
Thanks a lot
 
Joe
He is no fool who gives what he cannot keep to gain what he cannot lose. (Jim Elliott)
Back to Top
DataFlowJoe View Drop Down
Groupie
Groupie


Joined: 30 October 2007
Status: Offline
Points: 12
Post Options Post Options   Thanks (0) Thanks(0)   Quote DataFlowJoe Quote  Post ReplyReply Direct Link To This Post Posted: 31 October 2007 at 5:43am
Hi there,
 
I had a look at the VB6 sample app and see that you included a settings form with the editing options. I've listed them below for my VB friends.
 
It's a great OCX control.
 
Joe
====================================================
 
CalendarControl.Options.EnableInPlaceEditEventSubject_ByMouseClick = [True or False]

CalendarControl.Options.EnableInPlaceEditEventSubject_AfterEventResize = [True or False]
   
CalendarControl.Options.EnableInPlaceEditEventSubject_ByF2 = [True or False]
 
CalendarControl.Options.EnableInPlaceEditEventSubject_ByTab = [True or False] 

CalendarControl.Options.EnableInPlaceCreateEvent = [True or False]

CalendarControl.Options.UseOutlookFontGlyphs = [True or False]
 
CalendarControl.Options.DayViewTimeScaleShowMinutes = [True or False]
He is no fool who gives what he cannot keep to gain what he cannot lose. (Jim Elliott)
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.172 seconds.