iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I,
When I add a recursive event to monthly, all events disapear.
Why? To reproduce this insert a calendar on new aspx page and try with the database I send un attach.
This database are 2 recursive events; One daily and other monthly, if I delete the monthly all are visible.
Please check and tell-me whats wrong.
Thanks.
Using the attached sample in the blog I have no problem in adding single day event to the WebScheduler. However, the sample was not prepared for recurring event or new category and resource which is available if you are using the default editing form.
In order to enable the function correctly you will need to update the dsSchedulerDB_Extended.cs to include the other table as well not only the Events table. You could view this in our provided WebScheduler sample.
I failed to attach the database you send. Which SQL server are you using? Do you mind sending us a SQL script for the database? This way we could avoid any version mismatch issue.
We already have some sample regarding WebScheduler data editing, such as DataEditing.aspx, which you could try the adding, editing, and deleting operation. Does the issue also occurs in the provided sample?
I
See the code in attach;
The page MyDefault.aspx has a normal editing form;
When set recursive event to monthly, all events disapear.
Try yourself.
When I try on intersoft samples, all works fine.
The attach..
I Still could not open the attached database. However, based on my analysis of the project I believe the issue is caused because you did not bind the required ReminderTimeSpanField attribute in the RecurringEventsBinding property. In your project dataset, you already have ReminderTimeSpan field under RecurringEvents table.
Here is the snippet:
<RecurringEventsBinding AllDayEventField="AllDayEvent" CategoryIDField="CategoryID" DescriptionField="Description" EndTimeField="EndTime" EventIDField="ID" ExceptionDateField="ExceptionDate" ExceptionInfoField="ExceptionInfo" LocationField="Location" ModeField="Mode" ParentIDField="ParentID" RecurrenceIDField="RecurrenceID" ResourceIDField="ResourceID" StartTimeField="StartTime" SubjectField="Subject" ReminderTimeSpanField="ReminderTimeSpan" />
Hi,
The database is Sql2008; is the same of that example:
http://intersoftpt.wordpress.com/2008/05/08/use-custom-editing-form-in-webschedulernet/
I add the atribute sugested but the problem still;
I alrady see this column is not present in "RecurringEvents" table of default sql scripts.
Any help..
Thanks
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname