Created the first version of the table normalizing function to correct unbalanced tables. Can only add or update rows by scanning downward from the top of a table; cannot detect fragmentation in the middle of a table. (Think Drag and Drop/row position update fails.)
This commit is contained in:
@@ -123,7 +123,6 @@
|
||||
<DependentUpon>NewModifyRecord.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="TextFormat.cs" />
|
||||
<Compile Include="APCDatabaseWriter.cs" />
|
||||
<Compile Include="BackPageGenerator.cs" />
|
||||
<Compile Include="DatabaseReader.cs" />
|
||||
<Compile Include="DatabaseTracker.cs" />
|
||||
|
||||
Reference in New Issue
Block a user