Last change
on this file since 1087 was 1084, checked in by Sam Habiel, 14 years ago |
CGDocument: On Delete Appointment, no update done by Document method. View responsible for this request.
CGView:
- Drag and Dropped code made to be the same as the rest. Call Document for updating appointments, but not redraw the grid. Drag Drop does not request a refresh directly; but rather, it shoots RPMS events which when they are raised back update the grid.
- Fixed bug in Drag and Drop where the source appointment resource is changed before passing it to Document.CreateAppointment() which saves it to the database. This causes the appointments maintained by Document to be temporarily corrupted if CreateAppointment fails during drag and drop.
- View calls refershdocumentasync now after Document.DeleteAppointment call.
Last but not least: new version of ClinicalScheduling.exe and BMXNet23.dll (release).
|
File size:
1.4 KB
|
Rev | Line | |
---|
[966] | 1 | Microsoft Visual Studio Solution File, Format Version 11.00
|
---|
| 2 | # Visual C# Express 2010
|
---|
[614] | 3 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClinicalScheduling", "ClinicalScheduling.csproj", "{8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}"
|
---|
| 4 | EndProject
|
---|
[966] | 5 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BMXNet", "..\bmx\BMXNet\BMXNet.csproj", "{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}"
|
---|
[824] | 6 | EndProject
|
---|
[614] | 7 | Global
|
---|
| 8 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
---|
| 9 | Debug|Any CPU = Debug|Any CPU
|
---|
| 10 | Release|Any CPU = Release|Any CPU
|
---|
| 11 | EndGlobalSection
|
---|
| 12 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
---|
[1084] | 13 | {8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}.Debug|Any CPU.ActiveCfg = Release|Any CPU
|
---|
| 14 | {8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}.Debug|Any CPU.Build.0 = Release|Any CPU
|
---|
| 15 | {8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
---|
| 16 | {8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}.Release|Any CPU.Build.0 = Release|Any CPU
|
---|
| 17 | {DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}.Debug|Any CPU.ActiveCfg = Release|Any CPU
|
---|
| 18 | {DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}.Debug|Any CPU.Build.0 = Release|Any CPU
|
---|
[1065] | 19 | {DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
---|
| 20 | {DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}.Release|Any CPU.Build.0 = Release|Any CPU
|
---|
[614] | 21 | EndGlobalSection
|
---|
| 22 | GlobalSection(SolutionProperties) = preSolution
|
---|
| 23 | HideSolutionNode = FALSE
|
---|
| 24 | EndGlobalSection
|
---|
| 25 | EndGlobal
|
---|
Note:
See
TracBrowser
for help on using the repository browser.