Print Page | Close Window

Prevent editing code snippet

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Calendar
Forum Description: Topics Related to Codejock Calendar
URL: http://forum.codejock.com/forum_posts.asp?TID=8608
Printed Date: 07 October 2024 at 1:22pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Prevent editing code snippet
Posted By: DataFlowJoe
Subject: Prevent editing code snippet
Date 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)



Replies:
Posted By: DataFlowJoe
Date 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)



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net