Solution on perform -> end-perform problem.
This commit is contained in:
@ -1716,9 +1716,20 @@ namespace CobXmlSupport
|
||||
}
|
||||
//obs under development
|
||||
|
||||
fromToMoves.CodeShower.Text += "IF "+ tmpQfh.qualCobRow.CountIn.ToString()+ " > 0 \r\n";
|
||||
fromToMoves.CodeShower.Text += "MOVE " + tmpQfh.ToString();
|
||||
fromToMoves.CodeShower.Text += "TO " + tmpQfh.ToExpString();
|
||||
fromToMoves.CodeShower.Text += "ELSE \r\n";
|
||||
fromToMoves.CodeShower.Text += "MOVE 0 TO " + tmpQfh.qualCobRow.CountIn.ToString().Replace(S.ettingPrefix, S.ettingExpPrefix) + "\r\n";
|
||||
}
|
||||
|
||||
indSt.handleStatus(null);
|
||||
for (int i = 0; i < indSt.Returns; i++)
|
||||
{
|
||||
fromToMoves.CodeShower.Text += "END-PERFORM" + "\r\n";
|
||||
}
|
||||
|
||||
|
||||
fromToMoves.Show();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user