From bd0c8e21571328b470a627300927444d0c6c8505 Mon Sep 17 00:00:00 2001 From: Kathy Date: Mon, 4 Jun 2012 12:39:26 +0000 Subject: [PATCH] --- PROMS/DataLoader/Sections.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/PROMS/DataLoader/Sections.cs b/PROMS/DataLoader/Sections.cs index 235b4488..67f07828 100644 --- a/PROMS/DataLoader/Sections.cs +++ b/PROMS/DataLoader/Sections.cs @@ -93,7 +93,11 @@ namespace DataLoader if (stpseq != null && stpseq.Substring(1, 1) == "0" && stpseq.Substring(5, 1) != " ") { if (ci == null) ci = new ConfigInfo(null); - ci.AddItem("Section", "ColumnMode", stpseq.Substring(5, 1)); + char cmchar = stpseq.Substring(5, 1)[0]; + if (cmchar > '2') + ci.AddItem("Section", "ColumnMode", "1"); + else + ci.AddItem("Section", "ColumnMode", stpseq.Substring(5, 1)); } // find rtf file (or use the library document temp file) & read it into the field