Fixed problem inserting a Table RO, when the Table RO is of RO Type 3 (multiple return value)

This commit is contained in:
John Jenko 2011-10-10 13:02:51 +00:00
parent de69cca025
commit 26ea7d5852

View File

@ -200,6 +200,7 @@ namespace Volian.Controls.Library
btnPreviewRO.Enabled = false;
break;
case 2: // Table RO type
case 3: // This is type 3 when part of a multiple return value
tbROValue.Text = "(Table)";
btnPreviewRO.Enabled = true;
break;