left parantesis missing when moving to structure

This commit is contained in:
2015-01-13 08:16:55 +01:00
parent 947f3cad8c
commit b935eb08f2

View File

@ -355,7 +355,7 @@ namespace CobXmlSupport
} }
return strCobCode; return strCobCode;
} }
//xxxxxxxxxxxxxxxhär sker detxxxxxxxxxxxxxxx
private string valueChecker(string strLDisp, string strLStdValue, string strCobCode) private string valueChecker(string strLDisp, string strLStdValue, string strCobCode)
{ {
if (chkValues.Checked) if (chkValues.Checked)
@ -523,8 +523,6 @@ namespace CobXmlSupport
outText.Text += "\r\n" + wrkStr; outText.Text += "\r\n" + wrkStr;
} }
//xxxxxxxxxxxxxxxxx här är jag xxxxxxxxxxx
/// <summary> /// <summary>
/// Creates a CobRow object from a cobol declaration text /// Creates a CobRow object from a cobol declaration text
/// </summary> /// </summary>
@ -673,6 +671,10 @@ namespace CobXmlSupport
formLoading = false; formLoading = false;
// cmbLastFile.Text = cmbLastFile.Items[0].ToString(); // 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) private void btnClose_Click(object sender, EventArgs e)
@ -1213,7 +1215,7 @@ namespace CobXmlSupport
} }
if (occParRows.Length > 0) if (occParRows.Length > 0)
{ {
genExtMoves.CodeShower.Text += occParRows + " )"; genExtMoves.CodeShower.Text += " (" + occParRows + " )";
} }
if (chkMvToDisp.Checked) if (chkMvToDisp.Checked)
{ {