Use FormatInfo rather than Format object
This commit is contained in:
@@ -120,7 +120,7 @@ namespace DataLoader
|
||||
EditSectId = 0;
|
||||
|
||||
// See if no caret convert...
|
||||
Format docverFormat = docver.ActiveFormat;
|
||||
FormatInfo docverFormat = docver.MyDocVersionInfo.ActiveFormat;
|
||||
bool do_cvt = docverFormat.PlantFormat.FormatData.SectData.ConvertCaretToDelta;
|
||||
// pass in a 0 on MakeContent for type of procedure, i.e. procedure = 0 (on type field)
|
||||
|
||||
|
Reference in New Issue
Block a user