Forums

 
ForumForumMainstream Foru...Mainstream Foru...BugsBugsCalendar ModuleCalendar Module
Previous Previous
 
Next Next
New Post
 7/24/2006 10:32 AM
 
I have found out this appens only with few cultures.
On an system with italian settings (international settings) the conversion format you use ("yyyy/MM/dd HH:mm:ss") cannot be used with the property RowFilter of a datatable.

I have found a possibile solution:

.RowFilter = dtDAY_START.ToString(New CultureInfo("en-US"))



Regards

Alberto

New Post
 7/27/2006 5:44 AM
 
Spendid CRM 1.2 solved the problem.

Thank you very much

Alberto
New Post
 8/8/2006 5:09 PM
 
The problem was due to our use of the DataView RowFilter to filter the items for each hour.  ADO.NET RowFilter seems to only allow the English culture when formatting dates and times.  So we now use the English culture to generate the datetime string.
Previous Previous
 
Next Next
ForumForumMainstream Foru...Mainstream Foru...BugsBugsCalendar ModuleCalendar Module