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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user