﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebScheduler - WebScheduler Delete Event</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-Delete-Event/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebScheduler Delete Event</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-Delete-Event/</link><pubDate>Mon, 22 Mar 2010 02:53:14 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;div&gt;Hi, &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;I am sorry for the late replied because I was having day off at Friday. I have modified the project. The namespace could not be found because we created dataset and extended class outside App_code.&lt;/div&gt;
&lt;div&gt;Therefore, your should fill the properties with the name of project such as &lt;i&gt;&lt;b&gt;ExtendedEventTypeName="WebSchedulerRefresh.SchedulerEvent"&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div&gt;&lt;i&gt;&lt;b&gt;ExtendedRecurringEventTypeName="WebSchedulerRefresh.SchedulerRecurringEvent"&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;The paremeter of Custom fields would return the correct value if you debug. But there are some parameters are not such as '&lt;b&gt;Mode&lt;/b&gt;', '&lt;b&gt;AllDayEvent&lt;/b&gt;' and '&lt;b&gt;ReminderTimeSpan&lt;/b&gt;'.&lt;/div&gt;
&lt;div&gt;In your existing database, the default value is &lt;b&gt;null/nothing&lt;/b&gt;. &lt;br /&gt;If you open our WebScheduler sample database, 'Mode' default value is 0, 'All DayEvent value should not be null (change into true or false) and 'ReminderTimeSpan' default value is -1.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;So, please try to use the correct default value instead of null/nothing.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Regards,&lt;br /&gt;Handy&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</description></item><item><title>WebScheduler Delete Event</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-Delete-Event/</link><pubDate>Thu, 18 Mar 2010 06:51:05 GMT</pubDate><dc:creator>wayhang@elutions.com.my</dc:creator><description>&lt;p&gt;Ya that's the error i got.&lt;/p&gt;
&lt;p&gt;Looking forward ur update..&lt;/p&gt;</description></item><item><title>WebScheduler Delete Event</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-Delete-Event/</link><pubDate>Thu, 18 Mar 2010 05:05:02 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Please let me know about the error you got. When I created the extended custom fields, I got something about ' event extended type could not be found...' or something. So, I want to ensure if this is the error you faced or not. I have submitted this to our developer teams and they will fix this issue.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>WebScheduler Delete Event</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-Delete-Event/</link><pubDate>Wed, 17 Mar 2010 06:02:49 GMT</pubDate><dc:creator>wayhang@elutions.com.my</dc:creator><description>&lt;p&gt;Hi Handy,&lt;/p&gt;
&lt;p&gt;I follow the walkthrough but encounter some problem. I hit error when run.&lt;/p&gt;
&lt;p&gt;Attached is the sample.&lt;/p&gt;
&lt;p&gt;Pls advise!&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</description></item><item><title>WebScheduler Delete Event</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-Delete-Event/</link><pubDate>Mon, 15 Mar 2010 06:54:39 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi Way,&lt;/p&gt;&lt;p&gt;I debugged your project and found what caused your issue. It happened because &lt;b&gt;&lt;i&gt;ActivityName &lt;/i&gt;&lt;/b&gt;is not bound into WebScheduler. &lt;br /&gt;Everytime WebScheduler delete your existing data, &lt;b&gt;&lt;i&gt;ActivityName &lt;/i&gt;&lt;/b&gt;value is always &lt;b&gt;&lt;i&gt;'Nothing' &lt;/i&gt;&lt;/b&gt;or &lt;b&gt;&lt;i&gt;Null &lt;/i&gt;&lt;/b&gt;which is incorrect. &lt;/p&gt;
&lt;p&gt;The delete statement condition uses 'And' operator.&lt;br /&gt; So, it could not delete the data because could not find ActivityName '&lt;b&gt;&lt;i&gt;nothing&lt;/i&gt;&lt;/b&gt;' which passed into the condition.&lt;br /&gt;&lt;br /&gt;It works when creating a new event (without click your insert button), because &lt;b&gt;&lt;i&gt;ActivityName &lt;/i&gt;&lt;/b&gt;value is nothing. So, when we delete the event, the condition of &lt;b&gt;&lt;i&gt;ActivityName &lt;/i&gt;&lt;/b&gt;meet your condition in query and sucessful.&lt;/p&gt;
&lt;p&gt;My suggestion, if you have more field/custom field, please also create extended class to handle your new custom field ('&lt;b&gt;&lt;i&gt;ActivityName&lt;/i&gt;&lt;/b&gt;'). &lt;br /&gt;You can read for more information in our documentation '&lt;b&gt;&lt;i&gt;Walkthrough: Adding custom fields in WebScheduler using 
Extensibility feature&lt;/i&gt;&lt;/b&gt;' or open our WebSchedulerSample &lt;b&gt;EventOrganizer.aspx&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebScheduler Delete Event</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-Delete-Event/</link><pubDate>Mon, 15 Mar 2010 06:22:53 GMT</pubDate><dc:creator>wayhang@elutions.com.my</dc:creator><description>&lt;p&gt;Hi Handy,&lt;/p&gt;
&lt;p&gt;Any progress?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</description></item><item><title>WebScheduler Delete Event</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-Delete-Event/</link><pubDate>Fri, 12 Mar 2010 03:20:31 GMT</pubDate><dc:creator>wayhang@elutions.com.my</dc:creator><description>&lt;p&gt;Hi Handy,&lt;/p&gt;
&lt;p&gt;As discussed, hope to get solutions from ur side sonnest possible.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</description></item><item><title>WebScheduler Delete Event</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-Delete-Event/</link><pubDate>Wed, 10 Mar 2010 23:05:33 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi Way Hang Wee,&lt;/p&gt;&lt;p&gt;I am sorry that I falsely in noticing your WebScheduler. You are using WebScheduler2 while I was using WebScheduler 3. &lt;br /&gt;In WebScheduler2 all operation would be set as '&lt;i&gt;&lt;b&gt;CompareAllValues&lt;/b&gt;&lt;/i&gt;' at default while in WebScheduler 3 already can use '&lt;i&gt;&lt;b&gt;OverwriteChanges&lt;/b&gt;&lt;/i&gt;'.&lt;br /&gt;&lt;br /&gt;Therefore, you will need to configure tables shema in your dataset&amp;gt;&amp;gt;&lt;i&gt;&lt;b&gt;AdvanceOptions&lt;/b&gt;&lt;/i&gt;&amp;gt;&amp;gt;&lt;i&gt;&lt;b&gt;Check Use optimistic concurrency&lt;/b&gt;&lt;/i&gt;.&lt;br /&gt;&lt;br /&gt;After that you will need to configure delete and update method tables in ISDataSource. &lt;br /&gt;(note: It is easier if you just delete ISDataSource and add new ISDataSource then configure insert,delete and update method).&lt;/p&gt;
&lt;p&gt;I attached the modified sample and it should be working fine on yours.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebScheduler Delete Event</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-Delete-Event/</link><pubDate>Tue, 09 Mar 2010 22:33:16 GMT</pubDate><dc:creator>wayhang@elutions.com.my</dc:creator><description>&lt;p&gt;Hi Handy,&lt;/p&gt;
&lt;p&gt;I replaced:&lt;/p&gt;
&lt;p&gt;dsSchedule.Designer.vb&lt;/p&gt;
&lt;p&gt;dsSchedule.xsc&lt;/p&gt;
&lt;p&gt;dsSchedule.xsd&lt;/p&gt;
&lt;p&gt;dsSchedule.xss&lt;/p&gt;
&lt;p&gt;dsSchedulerExtended.vb&lt;/p&gt;
&lt;p&gt;with urs into my project. But the delete event still doesn't work. Still same as previous. &lt;/p&gt;
&lt;p&gt;Attached is the sample after replaced with ur files.&lt;/p&gt;
&lt;p&gt;Do i missed out anything?&lt;/p&gt;</description></item><item><title>WebScheduler Delete Event</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-Delete-Event/</link><pubDate>Tue, 09 Mar 2010 20:57:53 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Ok. Here is the attahed file.&lt;/p&gt;</description></item><item><title>WebScheduler Delete Event</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/WebScheduler-Delete-Event/</link><pubDate>Thu, 04 Mar 2010 01:23:10 GMT</pubDate><dc:creator>wayhang@elutions.com.my</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;When i click an event on my WebScheduler and choose Delete Event, then click All Event In The Series, the event disappeared after i click OK, but the record is not deleted from my database. So after that i refresh the page, then the event is displayed again.&lt;/p&gt;
&lt;p&gt;Attached is the sample to reproduce. There's CreateTable.sql in the folder to create the tables.&lt;/p&gt;
&lt;p&gt;Pls advise!&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</description></item></channel></rss>