version V1000.1200
- CustomAppointmentForm - fix
minor issue with parameters showing when there aren't any
-ScheduleScreen - Gracefully give user message about concurrency error when appointments that were processed while the UI was open
version V1000.1100
-Add external ref for XtraGuages
version V908.1700
- Minor fix - make sure PDF is in the list on Custom Appointment Form if the loaded Appointment is a Report
version V908.1600
- Manually set Caption as Fieldname so it doesn't auto format text
version V908.1500
-Use SqlCEDataAdapter instead of a regular table adapter. this clears up an issue when creating new appointments in certain scenarios (where the ID it retrieves is wrong until the appointment form is closed and re-opened)
- Delete unneeded dataset since this is all being done at runtime
- Add appointment mapping at runtime
version V908.1400
- Allow ability to choose to export View to XLSX, XLS, CSV (with Delimiter), and Text
- include Schema Changes to support this
- Delete SmartViewsShedulerCommon.dll from source references - make a project reference in both SmartViewsScheduler and SmartViewsSchedulerService
- Minor code changes to licensing (some unreachable code moments)
version V908.1300
- Fix error when exporting PivotGrid to a file in the Scheduler service
version V908.1000
-Add XtraGauges.core