Show the amount of time it takes to complete a search

Remove Debug Messages
Eliminate crash due to SQL connections
The location for search result was changed from bullets to meaningful values.
This commit is contained in:
Rich
2016-02-12 20:00:10 +00:00
parent 006d194d01
commit 697fbf98f8
5 changed files with 51 additions and 17 deletions

View File

@@ -836,7 +836,10 @@ namespace Volian.Print.Library
StepInfo stpinfo = StepInfo.Get(pitem.ItemID);
string thisTab = stpinfo.MyTab.CleanText; //StepInfo.Get(pitem.ItemID).MyTab.CleanText;
if (IncludesParentToHLS(stpinfo))
return thisTab;
if (!thisTab.Contains("\u25CF")) //Remove Bullet
return thisTab;
else
thisTab = null;
string typeName = stpinfo.FormatStepData.StepEditData.TypeMenu.MenuItem;//stpinfo.FormatStepData.ToString();
// remove delimiters of '.' and ')' in tab.
if (thisTab != null)