From b935eb08f2a4ed56c2ec99aad919b331475613ad Mon Sep 17 00:00:00 2001 From: tfoman Date: Tue, 13 Jan 2015 08:16:55 +0100 Subject: [PATCH] left parantesis missing when moving to structure --- CobXmlSupport/GenCobCode.cs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CobXmlSupport/GenCobCode.cs b/CobXmlSupport/GenCobCode.cs index cb6146e..c4b73a7 100644 --- a/CobXmlSupport/GenCobCode.cs +++ b/CobXmlSupport/GenCobCode.cs @@ -355,7 +355,7 @@ namespace CobXmlSupport } return strCobCode; } - //xxxxxxxxxxxxxxxhär sker detxxxxxxxxxxxxxxx + private string valueChecker(string strLDisp, string strLStdValue, string strCobCode) { if (chkValues.Checked) @@ -523,8 +523,6 @@ namespace CobXmlSupport outText.Text += "\r\n" + wrkStr; } - //xxxxxxxxxxxxxxxxx här är jag xxxxxxxxxxx - /// /// Creates a CobRow object from a cobol declaration text /// @@ -673,6 +671,10 @@ namespace CobXmlSupport formLoading = false; // cmbLastFile.Text = cmbLastFile.Items[0].ToString(); + if (cmbLastFile.Items.Count > 0) + { + cmbLastFile.Text = cmbLastFile.Items[0].ToString(); + } } private void btnClose_Click(object sender, EventArgs e) @@ -1213,7 +1215,7 @@ namespace CobXmlSupport } if (occParRows.Length > 0) { - genExtMoves.CodeShower.Text += occParRows + " )"; + genExtMoves.CodeShower.Text += " (" + occParRows + " )"; } if (chkMvToDisp.Checked) {