New implementation of move from to /to be continued !

This commit is contained in:
2014-12-04 16:50:58 +01:00
parent 11aa0ae9e7
commit 29d2057c01
4 changed files with 105 additions and 4 deletions

View File

@ -1699,8 +1699,12 @@ namespace CobXmlSupport
}
foreach (qualifieldhlp tmpQfh in qldList)
{
fromToMoves.CodeShower.Text += tmpQfh.ToString();
fromToMoves.CodeShower.Text += tmpQfh.ToExpString();
if (tmpQfh.indexStrings != null)
{
}
fromToMoves.CodeShower.Text += "MOVE " + tmpQfh.ToString();
fromToMoves.CodeShower.Text += "TO " + tmpQfh.ToExpString();
}
fromToMoves.Show();