Saknat endif vid utmatnings-kod

This commit is contained in:
2015-09-01 13:07:38 +02:00
parent 7a48388f23
commit b70c342f4c
2 changed files with 10 additions and 2 deletions

View File

@ -2303,6 +2303,14 @@ namespace CobXmlSupport
fromToMoves.CodeShower.Text += " END-IF\r\n";
}
}
else
{
if (tmpQfh.qualCobRow.FieldName.ToUpper().Contains("_VALUE")) { }
else
{
fromToMoves.CodeShower.Text += " END-IF\r\n";
}
}
}
}

View File

@ -86,8 +86,8 @@ namespace CobXmlSupport
{
string tmpNewText = txtCode.Text.Substring(oldTxt.Length);
// Debug.Write(tmpNewText);
// Tag bort denna kommentering för att testa på vad som precis skrivs på log-fönster.
//Debug.Write(tmpNewText);
//Tag bort denna kommentering för att testa på vad som precis skrivs på log-fönster.
oldTxt = txtCode.Text;
}
}