From 71e87edd9d65246a2435e5f4c8b10cc02ccf7f49 Mon Sep 17 00:00:00 2001 From: Kathy Date: Thu, 2 May 2013 14:11:09 +0000 Subject: [PATCH] --- PROMS/Volian.Print.Library/vlnParagraph.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index fccf7d9e..413af1d0 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -37,7 +37,7 @@ namespace Volian.Print.Library foreach (ItemInfo childItemInfo in itemInfoList) { // if the format has MatchUpRNOCautNote, then add a line to yoff, if not at top of rno column. - if (childItemInfo.FormatStepData.MatchUpRNO) + if (childItemInfo.FormatStepData != null && childItemInfo.FormatStepData.MatchUpRNO) { if (childItemInfo.MyParent != null && childItemInfo.MyParent.MyParent != null && !childItemInfo.MyParent.MyParent.IsHigh) yoff += vlnPrintObject.SixLinesPerInch;