version V1000.1507 2024.04.24
CustomAppointmentForm - Set the selected tab page as SmartView, and then quickly switch back to Event on Shown event (Thanks Jarred) - this will make the FilterEditor control load (Filter Editor doesn't load unless it is focused on and visible to the UI)
version V1000.1506 2024.02.13
- Fixed bug where post-SQL scripts weren't getting set and errored on execution
version V1000.1503 2023.07.12
Set WYSIWYG mode for Excel exports (not data aware)
version V1000.1502 2023.07.02
Fix minor defect when Smtp does not contain port number
version V1000.1501 2023.04.10
EmailHelper - set "IsBodyHtml" to true so HTML code is used in email
version V1000.1500 2023.02.23
set the default export type for Pivots to "WYSIWYG" - default for devexpress 20 and beyond is "Data Aware" which is not what customers are accustomed to.
Future revisions should have Data Aware vs WYSIWYG as options to select when creating schedules to email out
version V1000.1400 2023.02.15
- Licensing - Get license file correctly
- Fix data substitution for Email information
version V1000.1300 2022.11.28
- Use v480.1101 of Synergy.Msal library - contains fixes for attachments and enhancements to the Email Builder
- Add optional "From" address when testing -
- Remove "Scopes" from the UI - use default scopes, override by manual changes in the SDF database
version V1000.1200 2022.01.06
- 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 2021.11.01
-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