|
|
@@ -2057,6 +2057,7 @@ namespace Volian.Controls.Library
|
|
|
|
ReportTitle = "Step Element Report"; //"Proms - Search by Type: " + typstr;
|
|
|
|
ReportTitle = "Step Element Report"; //"Proms - Search by Type: " + typstr;
|
|
|
|
TypesSelected = "Filtered By: " + typstr;
|
|
|
|
TypesSelected = "Filtered By: " + typstr;
|
|
|
|
SearchString = null;
|
|
|
|
SearchString = null;
|
|
|
|
|
|
|
|
// B2022-031 - added a cbxProcSectSrch to filter out procedure and section titles from global search results.
|
|
|
|
SearchResults = ItemInfoList.GetListFromTextSearch(DVISearchList, TypeSearchList, string.Empty, cbxBooleanTxtSrch.Checked ? 2 : cbxCaseSensitive.Checked ? 1 : 0, cbxProcSectSrch.Checked ? 1 : 0, ItemSearchIncludeLinks.Value, includeRTFformat, includeSpecialChars, unitPrefix, string.Empty, string.Empty);
|
|
|
|
SearchResults = ItemInfoList.GetListFromTextSearch(DVISearchList, TypeSearchList, string.Empty, cbxBooleanTxtSrch.Checked ? 2 : cbxCaseSensitive.Checked ? 1 : 0, cbxProcSectSrch.Checked ? 1 : 0, ItemSearchIncludeLinks.Value, includeRTFformat, includeSpecialChars, unitPrefix, string.Empty, string.Empty);
|
|
|
|
cmbResultsStyleIndex = 1; //display step locations in results
|
|
|
|
cmbResultsStyleIndex = 1; //display step locations in results
|
|
|
|
}
|
|
|
|
}
|
|
|
@@ -2103,6 +2104,7 @@ namespace Volian.Controls.Library
|
|
|
|
SearchString = TextSearchString;
|
|
|
|
SearchString = TextSearchString;
|
|
|
|
//TypesSelected = (typstr != null) ? "Searched Step Types: " + typstr : "Searched All Step Types";
|
|
|
|
//TypesSelected = (typstr != null) ? "Searched Step Types: " + typstr : "Searched All Step Types";
|
|
|
|
//TypesSelected = "Searched Step Types: " + ((typstr != null) ? typstr : "All Step Types");
|
|
|
|
//TypesSelected = "Searched Step Types: " + ((typstr != null) ? typstr : "All Step Types");
|
|
|
|
|
|
|
|
// B2022-031 - added a cbxProcSectSrch to filter out procedure and section titles from global search results.
|
|
|
|
SearchResults = ItemInfoList.GetListFromTextSearch(DVISearchList, TypeSearchList, TextSearchString /*.Replace(@"\",@"\u9586?")*/, cbxBooleanTxtSrch.Checked ? 2 : cbxCaseSensitive.Checked ? 1 : 0, cbxProcSectSrch.Checked ? 1 : 0, cbxIncROTextSrch.Checked ? ItemSearchIncludeLinks.Value : ItemSearchIncludeLinks.Nothing, includeRTFformat, includeSpecialChars, unitPrefix, byWordPrefix, byWordSuffix);
|
|
|
|
SearchResults = ItemInfoList.GetListFromTextSearch(DVISearchList, TypeSearchList, TextSearchString /*.Replace(@"\",@"\u9586?")*/, cbxBooleanTxtSrch.Checked ? 2 : cbxCaseSensitive.Checked ? 1 : 0, cbxProcSectSrch.Checked ? 1 : 0, cbxIncROTextSrch.Checked ? ItemSearchIncludeLinks.Value : ItemSearchIncludeLinks.Nothing, includeRTFformat, includeSpecialChars, unitPrefix, byWordPrefix, byWordSuffix);
|
|
|
|
|
|
|
|
|
|
|
|
cmbResultsStyleIndex = 3; // display step text in results
|
|
|
|
cmbResultsStyleIndex = 3; // display step text in results
|
|
|
@@ -2145,6 +2147,7 @@ namespace Volian.Controls.Library
|
|
|
|
|
|
|
|
|
|
|
|
if (cbxFndUnLnkROVals.Enabled && cbxFndUnLnkROVals.Checked)
|
|
|
|
if (cbxFndUnLnkROVals.Enabled && cbxFndUnLnkROVals.Checked)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
// B2022-031 - added a cbxProcSectSrch to filter out procedure and section titles from global search results.
|
|
|
|
SearchResults = ItemInfoList.GetListFromTextSearch(DVISearchList, TypeSearchList, ROSearchList, cbxBooleanTxtSrch.Checked ? 2 : cbxCaseSensitive.Checked ? 1 : 0, cbxProcSectSrch.Checked ? 1 : 0, ItemSearchIncludeLinks.Nothing, includeRTFformat, includeSpecialChars, unitPrefix, string.Empty, string.Empty);
|
|
|
|
SearchResults = ItemInfoList.GetListFromTextSearch(DVISearchList, TypeSearchList, ROSearchList, cbxBooleanTxtSrch.Checked ? 2 : cbxCaseSensitive.Checked ? 1 : 0, cbxProcSectSrch.Checked ? 1 : 0, ItemSearchIncludeLinks.Nothing, includeRTFformat, includeSpecialChars, unitPrefix, string.Empty, string.Empty);
|
|
|
|
cmbResultsStyleIndex = 3; // display step text in results
|
|
|
|
cmbResultsStyleIndex = 3; // display step text in results
|
|
|
|
}
|
|
|
|
}
|
|
|
|