Fixed problem inserting a Table RO, when the Table RO is of RO Type 3 (multiple return value)
This commit is contained in:
parent
de69cca025
commit
26ea7d5852
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user