25 Commits

Author SHA1 Message Date
530d005f90 B2022-062: Proms crashes on Complete or Summary RO Report without ‘Sort by Setpoint ID’ 2022-06-09 13:02:52 +00:00
27993553cb B2022-026 RO Memory reduction coding 2022-05-26 19:55:07 +00:00
77ff645e2c B2022-019 pass in Parent/Child even when not calling from a Parent/Child set 2022-01-25 13:45:38 +00:00
ce9e9e182e C2021-026 Parent/Child applicability in RO Editor 2021-07-29 18:28:12 +00:00
b41320ed24 C2020-002 Logic to use either the Letter or A4 paper size 2020-02-14 17:16:28 +00:00
de58331ffb C2017-003: Support SQL Server for storing of Referenced Object data 2020-01-09 15:39:17 +00:00
Rich
836f143d87 B2019-144 Set the document text color to Red (overlay) or Black (normal) 2019-10-09 15:21:18 +00:00
b29176f636 B2019-043 Added checks for being in design mode during initialization of variables
B2019-043 Added checks for being in design mode during initialization of variables.  Also needed to remove the parameter from the constructor
2019-03-22 15:19:19 +00:00
3e5741ef75 B2017-011: Complete report, sorted by setpoint id, crashes if duplicate setpoint id
B2017-011: Complete report, don’t crash if requested ro is not in database
2017-01-19 17:51:45 +00:00
Rich
d6c2a6f379 Use FolderInfoList.SortedChildList to get the folders in the correct order 2016-10-26 13:12:04 +00:00
5d5f84ce23 Added logic to handle RO Database that have the same Setpoint ID value in multiple tables – this affect reporting on all RO Databases, sorting by Setoint ID
Fixed underline logic for instances where the underline ON is the first thing of text.  Added better error handling for X/Y Plots which is now display the plot language if the plot cannot be drawn.  When a problem occurs printing an image or x/y plot, the error text now prints in red.
Better handling of empty RO Database tables.  Now will print the message “—No Information Entered –“
2015-05-12 20:27:47 +00:00
f50e7d11b4 Added checkbox to sort Complete or Summary RO report on setpoint id and logic to sort by setpoint ID
Added status message for report generation.  Added logic to handle underline on/off (using the _ character).
2015-04-17 16:54:21 +00:00
af99b05c2c Added “(red ? in the editor)” to the Include Missing ROs checkbox label. Default the checkbox to be unchecked, and added anApplication.DoEvents()
Fixed the preview of images containing more than one sample layer (iTextSharp error)
Fixed the printing of images containing more than one sample layer (iTextSharp error), added better error handling, added an Error bookmark group.
2015-01-30 20:14:46 +00:00
246e09e0da Made CreatePlot public so I could access it in the generation of the Complete RO Report
Logic for Complete RO Report
2015-01-27 20:58:36 +00:00
112bd6dcc3 Logic to include places where there are missing RO on the RO Usage Report. Added Check box to include missing ROs on the RO Usage Report 2015-01-13 16:32:09 +00:00
3d35cf5498 Fixed null reference bug when no procedure set is selected 2015-01-07 03:03:20 +00:00
8c55393cbf Fixed a bug where you could not do a RO Summary Report for “All Referenced Objects” Also made the tree selection smarter to un-check children when a parent node is checked and to uncheck a parent node when a child node is checked. 2015-01-05 20:13:08 +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
9b9ca02bef Changed how ROFSTLookup object was obtained based on correct DocVersion 2014-02-07 17:40:51 +00:00
Rich
4fd9ef75c4 Sort ROs in Groups
Use generic comparison from DisplayRO to sort ROs
Make GreaterValue public so that it can be used for DisplayReports and DisplaySearch to sort ROs consistently.
Remove debug printout
2014-02-06 18:36:57 +00:00
d898b0a056 Fixed to allow search of selected multiple return RO value
Added comments
2013-12-18 18:28:11 +00:00
Rich
4ca9a34c07 I added some RTF logic to indent the change description. This will make it easier for me to copy text into source safe from this document.
Corrected logic for returning the RO Value when the ROs do not have multiple return values.  This fixes Bug B2013-080.
Added logic to the code that looks for a newer version of the RO.FST file, when the DocVersion (Folder) does not have an assocated RO Database.
Added Caption, Button and Icon to Warning Message when DocVersion (Folder) does not have an assocated RO Database.
Added logic to support ROs that do not have Multiple return values.
Fixed logic to support ROST lookup when the DocVersion (Folder) does not have an assocated RO Database
Added Caption, Button and Icon to Warning Message when DocVersion (Folder) does not have an assocated RO Database.
Shut-off the RO Edit feature when DocVersion (Folder) does not have an assocated RO Database.
2013-04-19 15:01:11 +00:00
c105823da0 calls static function to get path to RO Editor 2013-03-25 20:56:12 +00:00
a55f097391 C2012-027 – the RO Usage reports now have a more descriptive title. “Referenced Objects Usage By RO” and “Referenced Objects Usage By Procedure” are used for the two styles of reports. 2012-10-30 18:42:43 +00:00
04fac124c1 removed a console.writeline
Control to create RO Usage, RO Summary, RO Complete, and Transition Usage reports
Logic to print RO Usage reports
Ifdef’d logic for UseOnFirstPage
logic for Width Override and Ifdef’d logic for UseOnFirstPage
Beginings of code to generate a Complete RO Report
2012-09-13 19:58:05 +00:00