Ignore:
Timestamp:
May 21, 2010, 9:03:45 PM (14 years ago)
Author:
Sam Habiel
Message:

Removal of Crystal Reports
Partial Rework of Clinic Patient List report
Other reports that used Crystal don't work yet.
Fixes for Strongly typed DataTables (change the RESOURCEID from uint to int) to support table merge from untyped table.
Support for command line arguments: /s= for server /p= for port /a= for access code /v= for verify code
Only the following combinations work: none; /s and /p; /s, /p, /a, /v

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj

    r755 r772  
    110110      <HintPath>bin\Release\BMXNet20.dll</HintPath>
    111111    </Reference>
    112     <Reference Include="CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL">
    113       <Private>False</Private>
    114     </Reference>
    115     <Reference Include="CrystalDecisions.Enterprise.Framework, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304">
    116       <Private>False</Private>
    117     </Reference>
    118     <Reference Include="CrystalDecisions.Enterprise.InfoStore, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304">
    119       <Private>False</Private>
    120     </Reference>
    121     <Reference Include="CrystalDecisions.ReportSource, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL">
    122       <Private>False</Private>
    123     </Reference>
    124     <Reference Include="CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL">
    125       <Private>False</Private>
    126     </Reference>
    127     <Reference Include="CrystalDecisions.Windows.Forms, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL">
    128       <Private>False</Private>
    129     </Reference>
    130112    <Reference Include="System">
    131113      <Name>System</Name>
     
    229211      <SubType>Form</SubType>
    230212    </Compile>
    231     <Compile Include="crAppointmentList.cs">
    232       <DependentUpon>crAppointmentList.rpt</DependentUpon>
    233       <SubType>Component</SubType>
    234       <DesignTime>True</DesignTime>
    235       <AutoGen>True</AutoGen>
    236     </Compile>
    237     <Compile Include="crCancelLetter.cs">
    238       <DependentUpon>crCancelLetter.rpt</DependentUpon>
    239       <SubType>Component</SubType>
    240       <DesignTime>True</DesignTime>
    241       <AutoGen>True</AutoGen>
    242     </Compile>
    243     <Compile Include="crPatientLetter.cs">
    244       <DependentUpon>crPatientLetter.rpt</DependentUpon>
    245       <SubType>Component</SubType>
    246       <DesignTime>True</DesignTime>
    247       <AutoGen>True</AutoGen>
    248     </Compile>
    249     <Compile Include="crRebookLetter.cs">
    250       <DependentUpon>crRebookLetter.rpt</DependentUpon>
    251       <SubType>Component</SubType>
    252       <DesignTime>True</DesignTime>
    253       <AutoGen>True</AutoGen>
    254     </Compile>
    255213    <Compile Include="DAccessBlock.cs">
    256214      <SubType>Form</SubType>
     
    327285      <SubType>Form</SubType>
    328286    </Compile>
     287    <Compile Include="dsRebookAppts.cs">
     288      <DependentUpon>dsRebookAppts.xsd</DependentUpon>
     289      <SubType>Component</SubType>
     290    </Compile>
    329291    <Compile Include="dsRebookAppts.Designer.cs">
    330292      <AutoGen>True</AutoGen>
     
    332294      <DependentUpon>dsRebookAppts.xsd</DependentUpon>
    333295    </Compile>
     296    <Compile Include="Options.cs" />
     297    <Compile Include="Printing.cs" />
    334298    <Compile Include="UCPatientAppts.cs">
    335299      <SubType>UserControl</SubType>
     
    349313      <DependentUpon>CGView.cs</DependentUpon>
    350314      <SubType>Designer</SubType>
    351     </EmbeddedResource>
    352     <EmbeddedResource Include="crAppointmentList.rpt">
    353       <Generator>CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator</Generator>
    354       <LastGenOutput>crAppointmentList.cs</LastGenOutput>
    355     </EmbeddedResource>
    356     <EmbeddedResource Include="crCancelLetter.rpt">
    357       <Generator>CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator</Generator>
    358       <LastGenOutput>crCancelLetter.cs</LastGenOutput>
    359     </EmbeddedResource>
    360     <EmbeddedResource Include="crPatientLetter.rpt">
    361       <Generator>CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator</Generator>
    362       <LastGenOutput>crPatientLetter.cs</LastGenOutput>
    363     </EmbeddedResource>
    364     <EmbeddedResource Include="crRebookLetter.rpt">
    365       <Generator>CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator</Generator>
    366       <LastGenOutput>crRebookLetter.cs</LastGenOutput>
    367315    </EmbeddedResource>
    368316    <EmbeddedResource Include="DAccessGroup.resx">
Note: See TracChangeset for help on using the changeset viewer.