Better status messages during the retrieval of data for the report
Improved the Select statement used to get RO data from the database Status message added
This commit is contained in:
@@ -1146,7 +1146,7 @@ namespace RODBInterface
|
||||
if (chldnode is VlnXmlElement)
|
||||
{
|
||||
VlnXmlElement elem = (VlnXmlElement) chldnode;
|
||||
// showStat.StatusMessage = elem.InnerText;
|
||||
showStat.StatusMessage = elem.InnerText;
|
||||
|
||||
// if it's a group, recurse through it.
|
||||
if (chldnode.Name == "vlnGroup")
|
||||
|
Reference in New Issue
Block a user