﻿<?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 - Insert events in WebScheduler does not work</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Insert-events-in-WebScheduler-does-not-work/</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>Insert events in WebScheduler does not work</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Insert-events-in-WebScheduler-does-not-work/</link><pubDate>Thu, 26 Nov 2009 03:38:26 GMT</pubDate><dc:creator>minococciolo</dc:creator><category>WebScheduler</category><category>insert</category><description>&lt;p&gt;Glenn, &lt;br /&gt;&lt;/p&gt;&lt;p&gt;thank you very much!! It was a tricky problem, I spent a full day to solve it with no results and finally it's a copy-paste mistake...I'm very grateful to you, thanks for your reply.&lt;/p&gt;</description></item><item><title>Insert events in WebScheduler does not work</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Insert-events-in-WebScheduler-does-not-work/</link><pubDate>Thu, 26 Nov 2009 03:12:09 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>WebScheduler</category><category>insert</category><description>&lt;p&gt;Based on my observation on the attached code, it seems there is some mistake in the WebScheduler markup.&lt;/p&gt;&lt;p&gt;In the EventsBinding property, you will need to use different column for StartTime and EndTime and you will also need to bind the AllDayEvent field.&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;EventsBinding &lt;br /&gt;  &lt;span style="color: rgb(255, 0, 0);"&gt;AllDayEventField="..."&lt;/span&gt;&lt;br /&gt;  CategoryIDField="IDCategories" &lt;br /&gt;  DescriptionField="descrizione"&lt;br /&gt;  &lt;span style="color: rgb(255, 0, 0);"&gt;EndTimeField="oraFine"&lt;/span&gt; &lt;br /&gt;  EventIDField="ID" &lt;br /&gt;  LocationField="luogo" &lt;br /&gt;  ModeField="modalita"&lt;br /&gt;  ResourceIDField="IDRisorsa" &lt;br /&gt;  &lt;span style="color: rgb(255, 0, 0);"&gt;StartTimeField="oraFine"&lt;/span&gt; &lt;br /&gt;  SubjectField="soggetto"&lt;br /&gt;  ReminderTimeSpanField="promemoria"  /&amp;gt;&lt;/pre&gt;
&lt;p&gt;Also in the ISDataSource Events insert parameter, there is some unaccounted parameter. The parameter that is used for the ISDataSource insert parameter and must be the same with the field binded in the EventsBinding property, except for the ID.&lt;/p&gt;&lt;pre&gt;&amp;lt;asp:Parameter Name="IDCategories" Type="String" /&amp;gt;&lt;br /&gt;&amp;lt;asp:Parameter Name="IDRisorsa" Type="Int32" /&amp;gt;&lt;br /&gt;&amp;lt;asp:Parameter Name="modalita" Type="Int32" /&amp;gt;&lt;br /&gt;&amp;lt;asp:Parameter Name="soggetto" Type="String" /&amp;gt;&lt;br /&gt;&amp;lt;asp:Parameter Name="descrizione" Type="String" /&amp;gt;&lt;br /&gt;&amp;lt;asp:Parameter Name="luogo" Type="String" /&amp;gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;asp:Parameter Name="allDay" Type="Int32" /&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;asp:Parameter Name="oraInizio" Type="String" /&amp;gt;&lt;/span&gt;&lt;br /&gt;&amp;lt;asp:Parameter Name="oraFine" Type="String" /&amp;gt;&lt;br /&gt;&amp;lt;asp:Parameter Name="promemoria" Type="Int32" /&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Insert events in WebScheduler does not work</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Insert-events-in-WebScheduler-does-not-work/</link><pubDate>Wed, 25 Nov 2009 07:27:15 GMT</pubDate><dc:creator>minococciolo</dc:creator><category>WebScheduler</category><category>insert</category><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I have a problem with inserting a new event using Web Scheduler. I have an ISDataSource bound to a MySql database (the exact copy of a db retrieved by an Intersoft Sample) with a CustomDataObject which contains the select, insert, delete and update methods. When I load the page, Web Scheduler is correctly loaded with all the events in the database, but when I tries to create a new event (in any view of Web Scheduler), I get a server error of which I report the code in the attachment. I'm using Visual Web Developer 2008 with Windows Vista, I tried to execute in debug mode, and I found that the insert method is not executed, so I think that it's an error related to WebScheduler and not to ISDataSource.&lt;/p&gt;
&lt;p&gt;I would be grateful if someone could help me, 'cause I have strict time to resolve this problem.&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;p&gt;Mino.&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>