Solution on perform -> end-perform problem.
This commit is contained in:
@ -14,6 +14,14 @@ namespace CobXmlSupport
|
||||
private string qfhCode, qfhInd ;
|
||||
private string[] indexStrs;
|
||||
|
||||
public CobRow qualCobRow
|
||||
{
|
||||
get
|
||||
{
|
||||
return qualifiedRow;
|
||||
}
|
||||
}
|
||||
|
||||
public string indexText
|
||||
{
|
||||
get { return qfhInd; }
|
||||
|
||||
Reference in New Issue
Block a user