91 Commits

Author SHA1 Message Date
64bdb9fb76 B2024-017-Fix-BNPP-Table-Arrows 2024-03-28 09:03:03 -04:00
4f68414a8a B2023-110-Symbols-in-tables 2024-03-22 12:56:36 -04:00
3b3a542b24 B2024-001: Out of memory crash on update of ROs when RO has '>' or '<' and RO in table, when done from ribbon or admin tools 2024-01-24 06:57:46 -05:00
c4356e3646 B2023-038: Import of procedure crashes when it has an RO that is not in the set it is imported into (rather than converting it to text) 2023-04-03 15:52:53 +00:00
da05241df7 B2023-037: Handle <=, >=, +-, -> and <- symbols in ROs. 2023-03-30 12:59:06 +00:00
8e3ed34c01 B2022-140 – remove any preceding space characters in the ROID string. This was causing an error and preventing the RO text search results dropdown list from clearing when a linked RO was selected. 2022-11-29 17:01:42 +00:00
Jake
6712671d04 B2022-124: [JPR] Blank RO Values (All Spaces) printing as "?" 2022-10-03 17:56:12 +00:00
Jake
7c9a722eba B2022-121: RO values containing curly braces around values that are NOT multi return values do not resolved in Word Sections. 2022-09-21 21:05:41 +00:00
9b65876cb0 B2022-110: PC/PC Multi return values are correct in editor but not correct in Step Properties/RO when RO selected in editor or in Print. Additional fix – first change on 9/7/22 made finding figure ros fail. This update fixes original bug & figures. 2022-09-12 16:19:12 +00:00
Jake
ef3bd24392 B2022-107: Added code to update the Loading Screen / Progress Display 2022-09-08 19:49:28 +00:00
31d913adb1 B2022-110: PC/PC Multi return values are correct in editor but not correct in Step Properties/RO when RO selected in editor or in Print 2022-09-07 14:52:38 +00:00
Jake
ac8e8432b7 B2022-098: ROs not being resolved in Word Sections 2022-08-16 15:02:30 +00:00
Jake
f8269a7ac6 B2022-088: Find Doc Ro button not working in Word Sections
B2022-089: Updating RO Crashes
2022-08-08 10:04:21 +00:00
Jake
6dff9463ad B2022-083: Support Conditional RO Values (v2.1) [Part-2] 2022-07-28 10:03:07 +00:00
Jake
d327ab08af B2022-083: Support Conditional RO Values 2022-07-26 20:01:25 +00:00
1974599986 B2022-077 Need to use the Singleline RegexOption for Regex.Matches 2022-07-11 20:36:27 +00:00
Jake
0e0a733c55 2022-06-07 15:03:04 +00:00
Jake
3f7cbc10bc B2022-026 RO Memory reduction coding (Jakes Merge) 2022-06-03 19:45:42 +00:00
d77494d6e4 B2022-026 RO Memory reduction coding 2022-05-26 20:27:06 +00:00
71d8f0dcb8 B2022-050 RO values containing a < where causing the parent/child RO value to not be parsed into the correct RO values 2022-05-10 18:18:18 +00:00
3de3252f1b C2022-014 commented out debug write to error log 2022-04-07 21:16:27 +00:00
01c72f6ddb B2022-037 Fix to find unlinked RO’s that have parent/child applicability values, in the step properties RO tab (used to insert RO’s) 2022-03-09 14:14:11 +00:00
38857b1fcd B2022-032 Fixed an index out of range error while building an RO return value that contains Parent/Child enabled RO fields. The code was improperly calculating the next position in the raw RO return value information. 2022-03-02 16:08:15 +00:00
bb81c62e3e Added comments & commented out unused dictionary 2022-02-14 13:39:30 +00:00
9098c58ea8 B2022-023 added logic to process <U-Other > tokens that have a space after “Other” 2022-02-09 13:53:43 +00:00
9022b2e026 B2022-020 Insert RO was returning the applicability information instead of the resolved RO Return value when the return value contained a question mark. Also will add to error log if the return value fails to parse the parent/child information with the regular expression 2022-01-25 17:26:11 +00:00
31dd017354 B2022-018 Fixes issue where the RO return value was truncated after the unit number for RO return values in the Equipment - Unit Specific RO database 2022-01-25 13:43:30 +00:00
8a2b19521d C2022-001 logic to handle the new parent/child format of the RO.FST 2022-01-21 14:33:49 +00:00
7a753badc8 C2021-065 – BNPP Alarms logic to get RO info based on the OTHER (i.e. OtherName) applicability setting 2022-01-14 18:56:00 +00:00
6abc29457f B2021-145: For applicability, the tree view & pdf file name are not getting resolved when using any of the ‘OTHER’ tokens 2021-12-08 14:38:13 +00:00
4c1bbbbc35 B2021-141 – Printing a procedure for the last child (unit) was causing PROMS to crash when processing multiple ROs that have Parent/Child values. 2021-12-01 22:02:10 +00:00
f69fd75759 B2021-093 null reference check when looking for child RO values 2021-08-24 14:01:40 +00:00
ce9e9e182e C2021-026 Parent/Child applicability in RO Editor 2021-07-29 18:28:12 +00:00
59cb56ca88 B2020-125: View of Consistency check report displaying error message and crashing 2020-09-22 16:21:02 +00:00
70692e9d77 B2019-037 added logic to replace ~ and # characters with superscript and subscript commands 2019-04-17 17:06:37 +00:00
Rich
e459a5aec6 Remove debug printout for XYPlot RO 2017-01-20 14:12:04 +00:00
Rich
231849ace4 B2017-012 - RO XYPlots had been impacted by logic which was turning spaces into hard spaces. This, in turn, stopped the XY Plot logic from working. 2017-01-19 21:55:33 +00:00
0f4378913f The logic that handles backslashes in RO return values did not account for the Unicode hard space character. 2016-09-14 15:23:08 +00:00
a29f374023 Move the line of code that replaces a backslash with the \u8596? Symbol to the top of ReplaceUnicode B2016-151 2016-06-24 16:14:25 +00:00
4c6d09803d Supporting logic to handle the use of the backslash character
Supporting logic to handle the use of the backslash character, and question marks
Supporting logic to handle the use of the backslash character, dashes, and symbols
Supporting logic to handle the use of the backslash character and dashes
2016-06-21 15:15:01 +00:00
f73d9b1af5 Better formatting of text for RO Summary report. Also handle degree and delta characters 2015-04-23 17:06:26 +00:00
Rich
3754f2f00d Change hard spaces to spaces in the RO Lookup Dictionary, so that the ROs can be found without typing a hard space.
When creating a list of matching ROs, change hard spaces to spaces so that the display is not confusing.
2015-04-10 11:24:29 +00:00
Rich
a367581307 Removed Debug Output 2015-03-26 18:10:48 +00:00
Rich
a533c8fc71 Handle the various formats used for analog alarm points (High# and Low#) so that the ROs will be correctly replaced on the cover page. The various formats include either a space or a dash or a underscore followed by High, HI, Low or LO followed by a number. The code will treat all of the formats consistently. 2015-03-11 12:37:12 +00:00
e1945e3c41 Logic to include places where there are missing RO on the RO Usage Report. 2015-01-13 16:31:17 +00:00
174bac97f7 Logic to call the function to create the RO Summary Report
Added functions to for use in generating the RO Summary Report
Enabled the RO Summary Report and added logic to support the gathering of information for the report
Added logic to generate the RO Summary Report
2014-12-19 19:46:27 +00:00
Rich
0376212e09 Added code to handle Table ROs.
Used generic (static) VlnFlexGrid.ROTableUpdate to determine if the table contents are updated.
Added Error Handling around the code that shuts down PROMs
Added function to ROFSTLookup to retrieve the Accessory Page ID.
Corrected code to handle value changes for Table ROs
Created generic (static) VlnFlexGrid.ROTableUpdate to determine if the table contents are updated.
2014-03-19 15:30:26 +00:00
Rich
3e010e87b2 Return ? when RO Value is null 2014-02-19 03:32:38 +00:00
Rich
7ab6604534 Updated DocVersionInfo property name
Added parameter to ROFSTLookup constructor to support passing DocVersionInfo object
Changed FixUnitROs method to use new property name
Changed GetRoValue method to use new property name
2014-02-07 17:36:07 +00:00
Rich
d5f59fc044 Removed needless DocVersionConfig.SelectedSlave value changes 2014-01-23 20:13:10 +00:00