Corrected comment

Added Ordinal to vefn_SiblingItems
Added Stored Procedure vesp_SortProcedures to sort procedures within a DocVersion
Added Error Handler in Range.Text
Corrected logic in FindRO to return a null when an RO is not found.
This commit is contained in:
Rich
2013-02-28 15:47:52 +00:00
parent 767e9762e0
commit 4abaceac23
3 changed files with 82 additions and 4 deletions

View File

@@ -1022,6 +1022,7 @@ namespace VEPROMS.CSLA.Library
find.MatchSoundsLike = false;
find.MatchAllWordForms = false;
executeResult = find.Execute();
if (!executeResult) return null;
// MS Word found 'invalid' ro when text had "[335.0<T<335.6<EFBFBD>C]" (not sure what problem was).
// When this occurred, the selection was found, but it's end = 0, so move 1 char past it.
// Also, need to simulate a loop by saving first position and if loop back to first position,