Hi,
Why is it that whenever I set an appointment recurrence to weekly, and whenever I include Friday to the selection, after saving
I 'm not seeing my Friday appointment in the Calendar or the WebDayView. I looked into the database and the DayOfWeekMaskUTC is equal to 62 which means Friday is selected. Any ideas why Friday is not showing in the appointments?
Thanks
I submitted this as a bug a few months ago, and I got an email saying it was fixed in the latest hotfix. Have not tested since though.
Hi C,
Did they say when was the latest fix released? I have the same problem and we just bought the NetAdvantage components 2 months ago. I can't imagine why they did not catch this bug during testing? Its a very obvious bug!!
I don't know for sure, your best bet is to backup your files just in case. For the future, it's best to try and put any customizations in an external js file, that way you're not augmenting the source JS files. Otherwise when bug fixes or new features are added to the source js files, you've got a bunch of maintenance you need to do, and I'm sure you've got better things to do with your time.
-Tony
I just fixed a similar problem.
Creating new appointments worked fine. However, when I marked an appointment as a Recurring appointment the change would not take place. Additionally, if I created an appointment as a recurring appointment the Recurrence_Add stored procedure would fire, but no attempt would be made to fire the Activity_Add stored procedure. I grabbed the SQL call for the Recurrence_Add via the SQL Server Profiler provided by Microsoft in SQL 2005 Enterprise Edition. Then I took the extra ticks out of the string and executed the query.
Viola, the procedure could not INSERT the record in the Recurrence table. This is because the RecurrenceID could not be null.
In the end, the script I used to build the WebSchedule tables was either invalid or modified.
To fix the problem I just made the RecurrenceID an Identity column with an Identity Increment of 1 and an Identity Seed of 1 (the defaults). Of course, I reviewed the provided stored procedures to see if this was valid before the attempt.
Sorry about the long post.
Hi Roger,
You certainly shouldn't appologize for this educational post - thanks for sharing. And nice work figuring that out!
I have raised an Incident to infragistics support to inquire regarding this issue and gues what I got for a reply .... another generic template email telling me to go to a link with a long lists of bugs so I can find it out for myself. I think they didnt even bother to read my problem. People here keep telling forum members to use the the Infragistics development support but so far, I'm not having any luck with them.
To infragistics, please do not write this off as just a progranda againsts the company. I honestly think you have a very good product, its just that you help system SUCKS.
I appreciate the feedback, and will make sure those who should - hear what you are saying.
It looks like the bug number is BR26709
The bug is verified fixed in the following versions:
6.2.20062.1083 CLR 1.x, 6.2.20062.1083 CLR 2.0, 6.3.20063.1083 CLR 1.x, 6.3.20063.1083 CLR 2.0, 7.1.20071.1059 CLR 1.x, 7.1.20071.1059 CLR 2.0, 7.2.20072.1067 CLR 2.0, 7.3.20073.1041 CLR 2.0
It looks like the bug was fixed back in November of 2007, so it should be available for you to download on line (ie, already public). You can download it from the main site (www.infragistics.com), under the "view my" menu at the top of the page - click on "Keys & Downloads"
Hope this helps,
Chuck,
You'll want to download the hotfix mentioned above.
I'm having a similar problem.. If i set a weekly recurring appointment that repeats on Mon, Tues, Wed, Thurs, and Fri, the monday and friday appointments are not showing up.