801 Commits

Author SHA1 Message Date
Rich
98d8a174fb Changed how DoBeforeTransFlagSupport located replace words string in step text from first location to last location
Added and used new method IncludesParentToHLS to PDFReport to correct how step tab data is displayed in PDF report
2013-07-25 03:38:16 +00:00
Rich
2ef2f898b1 Added code to apply selected applicability when expanding steps while steps are being setup in SetupEditItem method
Added additonal condition to check for null value for section steps when no steps exist due to applicability settings
2013-07-23 04:06:09 +00:00
Rich
823e6c04f2 Added code to support disabling create pdf button when multiunit until user selects a unit
Made btnPdfCreate public
2013-07-18 19:17:35 +00:00
8f576d59df Fixed null reference in converting tables that use underline style instead of dashes to draw the row lines 2013-07-17 23:36:41 +00:00
0eda70c1c8 Added TurnOffReplaceWords format flag
Added space after UnderlineOn command when converting.  Fixed the conversion of Top Continue Message, when not defined in 16-bit, set to an empty string so that it is not inherited from the Base format
Added TurnOffReplaceWords flag
Don’t do ReplaceWords if TurnOffReplaceWords is set to true
2013-07-17 15:13:02 +00:00
e3aa3ecdcd 2013-07-10 14:36:21 +00:00
Rich
8ccdecf244 Changed Highlighting logic for range transition to only include steps or sections 2013-07-08 19:21:39 +00:00
Rich
aace632c9b Added logic to protect against failures when an invalid transition text is removed.
Added logic to protect against failures when an invalid transition text is selected.
2013-07-03 15:58:12 +00:00
76710282b4 2013-07-03 13:57:43 +00:00
Rich
2067a6f212 Added IsTransition, AdjustStepTransitionText and BoldTransitionExceptHLS properties to PlantFormat class for VCSummer data
Added code to utilize BoldTransitionExceptHLS property for VCSummer data
Added code to reset MyGaps when changing sections for drawing centerline for VCSummer data
Added code to handle Transition Caution and Transiton Note when printing PDF for VCSummer data
Added code to handle proper incrementing for lower case roman numeral page numbering for VCSummer data
Added code to handle hard new lines in Procedure title for VCSummer data
2013-07-03 03:40:09 +00:00
Rich
78add0ccd2 Added a missing MAXRECURSION 10000
Changed Through Transition Format and User Interface
Added Automatic Print Options to shutoff DebugText (/NT), DebugPagination (/NP) and Compare (/NC)
Added logic to allow the use of the default path for PDFs.
Update the Print_PDFLocation property of the Working Draft when the user changes the value on the Working Draft property page.  Fixed Bug B2013-117
Set the date/time stamp for the Document based upon the current time.
Make sure that the output is set to Final without revisions and comments before ROs are replaced.
Added function to restore valid previous version of MSWord document if the current version is not a valid document.
Check for Null to eliminate errors.
Removed Unused field DocPDF
Support MSWord document restore function.
Add check for Transition Node count before updating values.
Restore latest valid MSWord document if the current version is not valid.
Eliminate File Commands so that the user can only close the MSWord section, and then verify if the changes to the document will be saved.
2013-07-01 17:39:15 +00:00
45fdbc4fe3 Fix B2013-125: crash when adding SHE procedures
Modify 'AND' range transition to actual selection of user
2013-06-27 12:51:55 +00:00
Rich
baae8c057f Add additional condition when determing expansion of steps to verify parent item is a step 2013-06-25 21:23:55 +00:00
047047222b disable the Insert Before/After buttons when not on a step part 2013-06-19 12:27:27 +00:00
91c7da8300 2013-06-17 13:52:24 +00:00
ad2e39dc4d 2013-06-14 14:22:00 +00:00
05f3fcf8a4 2013-06-07 11:11:54 +00:00
dfbdd0dbdb Improvements and bug fixes, including clear all & reset to fix 'caching' problem 2013-06-05 12:43:08 +00:00
7427c75caa 2013-05-29 14:56:40 +00:00
Rich
60ed4a9e31 When rev date in proc config file is not a date, use change bar date
Changed casting iteminfo to procedure info to just using procedureinfo object to get pdfnumber for printing pdf
2013-05-21 14:18:38 +00:00
Rich
11fe928774 Changed an Error Message to provide the location where the error occured.
Added logic to keep un-numbered child steps together.
Changed the space on the first page to be yWithinMargins.
Changed an Error Message to provide the location where the error occured.
Changed the format of the Pagination Debug file to make comparison easier.
Used YTopMost to correctly determine how much space is left on a page.
Changed an Error Message to provide the location where the error occured.
Changed logic to keep from breaking in a caution or a note.
2013-05-13 10:44:25 +00:00
87494ae0ed commented out console writeline 2013-05-06 17:17:58 +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
f0d9003d0d 2013-04-17 12:31:14 +00:00
f9d3af6941 2013-04-15 12:29:14 +00:00
Rich
1ad17cb080 Modified to use newly created ProcedureInfo property PDFNumber
Fixed how new folder was created to assure ManualOrder value is not overwritten with null value and UserID column is populated with user id instead of “test”
2013-04-10 14:22:21 +00:00
Rich
493faf5f09 Added annotations back into Chronology report per bug C2012-022
Added annotations back into Summary report per bug C2012-022
2013-04-10 14:21:42 +00:00
Rich
1941ab1f2b Fixed Search Annoations. The code was looking for Items which contained annotations rather than looking for the annotations. The results would list all of the annotations for items that matched the search criteria rather than just the annotations that matched the search criteria.
The stored procedure "DeleteAnnotationType" was changed to delete any related records in the table tblAnnotations.  This allows the user to delete annotation types that are no longer is use.
The drag function for Folders, Procedures, Sections and Steps was changed to require the user to press the Control and Shift keys when dragging, thus making it more difficult to accidently move items in the Tree View.
2013-04-09 14:20:58 +00:00
Rich
5cec2324de Changed search to allow the user to select all DocVersions, by not selecting any 2013-04-08 19:26:52 +00:00
Rich
d650f1c98b Added code to handle non-date formatted revision dates (eg: DRAFT)
Modified method to populate ContentAuditInfoList used in chronology and summary report
Modified method to populate AnnotationAuditInfoList used in chronology and summary report
Modified code to use ChangeBarDate when preparing chronology and summary reports
2013-04-08 14:44:05 +00:00
69b14e912c B2013-076: Fixed a few bugs in resolving transitions text (sometimes leaving off ‘(‘ or ‘)’) 2013-04-05 11:24:53 +00:00
Rich
381fa7361a Added new property NewerRoFst that checks to see if a Newer ROFst is available to DocVersion and DocVersionInfo
Corrected the logic to use the datetime of the ROFST rather than the datetime of it's folder.
Use DocVersionInfo.NewerROFst to determine if the update button is enabled.
2013-03-29 14:22:41 +00:00
4b26543dca 2013-03-26 13:32:19 +00:00
36fd716fed calls static function to get path to RO Editor, Also, double-click on RO Value will insert the RO Value 2013-03-25 20:57:29 +00:00
c105823da0 calls static function to get path to RO Editor 2013-03-25 20:56:12 +00:00
Rich
68aa54004a Handle \u8209? inserted from the keyboards as Hyphens when looking up ROs. 2013-03-14 18:39:42 +00:00
Rich
bcdc190caf If DSOFramer fails to open a document, replace the bad document with an empty document. 2013-03-13 13:18:52 +00:00
f0bb7a73c2 Backed out (for now) the fix to initialize MS Word sections if the document style didn’t specify a font.- because it caused problems with Westinghouse data 2013-03-12 17:47:22 +00:00
Rich
e063da6198 Fixed code to initialize MS Word sections if Document Style does not specify font.
Added code to handle refreshing the Edit Screen when a section is moved.
Added code to refresh the Edit Screen when a section is moved.
2013-03-12 15:01:46 +00:00
Rich
f2c8ac8740 Update the Progress Bar as the RO values are refreshed in Word 2013-02-28 23:36:45 +00:00
Rich
9ca4eda235 Logic was added to the indent code to keep the indent code from going into an infinite loop 2013-02-20 23:06:29 +00:00
Rich
a60badb58f Changed logic too support unlimited levels of alphabetical tabs.
Save current changes to a step before doing a restore.
Only show expander if a step has children
Added Westinghouse RO Copy logic to Context Menu for Grid.
2013-02-20 14:07:13 +00:00
0a1d868d4a 2013-02-20 11:45:14 +00:00
Rich
d827e10d88 Shutoff AutoExpand for PMS-809 also 2013-02-15 19:50:37 +00:00
Rich
34ef8944f0 Shutoff AutoExpand for PMS-810 2013-02-15 17:01:51 +00:00
Rich
32765615c6 Updated format for Westinghouse Alarm Procedures
Allow the user to change which Multiple Return value is selected for a n RO.
Allow user to select an RO for MEL including Room #
2013-02-14 17:38:55 +00:00
7f58611e6b 2013-02-08 12:22:26 +00:00
ee57834d9d Bug fix B2013-015. Fixed a refresh problem that sometimes happens when you delete a step.
Bug fix B2013-016, added a check for the existence of the path assigned to the roapp environment variable
2013-01-28 16:37:22 +00:00
ee85f979c8 2013-01-21 13:47:29 +00:00
Rich
6a325705d7 Added logic to find Multi-Return values when info is retrieved for Multi-Return Value ROs.
Refresh DocumentDRoUsages before saving
Delete "Old" DRoUsages when saving
Replace hardspace in value
Replace xB3 with unicode of superscript 3.
Added ability to DisplayRO to add Multi-Return Values in an MS Word Section
2013-01-15 19:35:29 +00:00