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:
2015-04-17 16:51:51 +00:00
parent efd971ffec
commit f9992cd299
3 changed files with 12 additions and 6 deletions

View File

@@ -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")