left parantesis missing when moving to structure
This commit is contained in:
@ -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
|
||||
|
||||
/// <summary>
|
||||
/// Creates a CobRow object from a cobol declaration text
|
||||
/// </summary>
|
||||
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user