15 Commits

Author SHA1 Message Date
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