From 84a519279d3db71fff6dfcea61ffe3c91a6a3d4e Mon Sep 17 00:00:00 2001 From: Kathy Date: Mon, 25 Oct 2010 17:17:30 +0000 Subject: [PATCH] --- PROMS/fmtxml/FmtFileToXml.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PROMS/fmtxml/FmtFileToXml.cs b/PROMS/fmtxml/FmtFileToXml.cs index 5266174c..da3c56f3 100644 --- a/PROMS/fmtxml/FmtFileToXml.cs +++ b/PROMS/fmtxml/FmtFileToXml.cs @@ -1440,7 +1440,10 @@ namespace fmtxml "{First Step}", "{First Step}, {.}, {.}, {.} and {Last Step}", "{First Step} thru {Last Step} of {?.Proc Num}, {?.Proc Title}, {?.Sect Hdr}", - "{?.Sect Title}, Step {First Step}", + // The section transition had
for the following, but the 16-bit code + // put in the number & title, so 32-bit uses '{?.Sect Hdr}'. This will need to be + // tested for formats that actually use
: AEP, BGE, FNP, NSP. OHLP did not. + "{?.Sect Hdr}, Step {First Step}", "{Proc Num}, {Proc Title}, {?.Sect Hdr}, Step {First Step}" };