4196 Commits

Author SHA1 Message Date
Rich
8168d2f708 Added code to handle importing a procedure with different RO folder 2015-02-27 03:55:31 +00:00
Rich
de51192fc0 Added code to handle importing a procedure with different RO folder
Added code to sort Administrative Tools
Added code to improve how the controls align when using a lower DPI screen resolution
Added code to refresh progress bar when updating RO's
2015-02-27 03:54:35 +00:00
Rich
f73ab7c3a7 Added code to improve how the ROEditor responds when a 2nd instance is opened. 2015-02-27 03:51:53 +00:00
17a72a4dd7 Reset the change bar override when the step text is changed and saved. 2015-02-26 19:24:42 +00:00
Rich
6732e6c9fc Added suffix to GetParagraphHeight to calculate the height of the Continue Message.
Added ContinueHeight property to calculate tthe height of the Section continue message.
2015-02-26 18:48:29 +00:00
Rich
5d227213c5 Determine the height of the Section Continue message at the top of a page, so that the steps paginate properly. 2015-02-26 18:47:30 +00:00
5f8c27367f Increased the page length in the "Attachment Step - Continuous Steps" section to fix a pagination difference. 2015-02-26 16:49:19 +00:00
beac05011e Single Col Section types now say “Operator Actions” and have a blank line after it. Added a “Single Column Procedure Steps – Last Sub-Section” which will print an end message that includes the procedure number. Added a new transition type that puts the Section Number, a space, then the Section Title. This is used for sections that have a section number with a period. The other transition types puts a comma between the section number and section title, resulting in a period followed by a comma. 2015-02-25 15:40:45 +00:00
63ca6242b1 center the sub-headers (Caution1)
print sub-headers for Calvert’s valve format
2015-02-25 14:24:22 +00:00
f2dbaa0061 Move the change bar one character position to the right
Increased the width of the page box (boarder) that is used in single column step sections a smudge to make room for the new change bar position.
2015-02-24 20:41:04 +00:00
Rich
d761df73cd Added logic to keep section headers with their steps. 2015-02-24 19:45:12 +00:00
Rich
7f923ff0c5 Added logic so that the code works even if the location in the data is not specified. 2015-02-24 15:56:58 +00:00
Rich
52c6e61b6a Use code that finds the ROImage file based upon filename. 2015-02-24 15:43:40 +00:00
068dbfc005 increased the width of the page box that is used on the FSG attachments so that the check boxes are inside the page boarder 2015-02-24 15:36:10 +00:00
50d77f7f43 added anchor to dropdown box and labels so all is visible when using a different screen dpi. 2015-02-23 22:10:24 +00:00
Rich
d84f9b2e64 If the first step of a section starts at less that three inches from the top of a page (after the section header) and the step is longer than a page, allow the step to break to keep the section header with the step. 2015-02-23 15:47:48 +00:00
d0b49988e0 fix pdf comparison of 16bit to 32bit 2015-02-23 13:42:28 +00:00
Rich
f8b9d03669 Changed administrative tools drop down to DevComponents control
Added administrative tools of Identifying Disconnected Items and NonEditable Items
Removed administrative tools CSLA methods since they were moved to AdminToolsExt.
Added new module to handle administrative tools CSLA methods
Added methods for administrative tools of Identifying Disconnected Items and NonEditable Items
2015-02-20 22:31:01 +00:00
Rich
8a2224a95b Added stored procedures for GetDisconnectedItemsCount and GetNonEditableItems
Revised SearchTransitions to prevent recursion error
2015-02-20 22:29:13 +00:00
577597fa54 Increased the page length of the procedure steps sections to fix a pagination/compression issue. 2015-02-20 21:06:05 +00:00
Rich
a2d8712b83 Add location information to the error log for RO Image problems 2015-02-20 17:45:34 +00:00
Rich
a54c2eaa09 Changed logic to find ROs or XY Plots. VEPROMS_BGE/OI-34 has the text
<<<--Isolators-->>> which was being identified as an XY Plot and then as an RO.
Add location information to the error log for RO Image problems
Reduce duplicated error log messages for RO Value update
2015-02-20 17:39:13 +00:00
64b3b06375 Added logic to support a “%2d” in the top continue message definition 2015-02-20 14:46:02 +00:00
Rich
18827f4bca Added code to handle "other procedure" transition format type of Byron 2015-02-20 02:59:54 +00:00
Rich
c8618a23d4 Added step path data to resulting search items
Added code to handle when content audit that has 0 for delete status and a null action date
Added code to handle content audit that does not contain any config information
2015-02-20 02:58:50 +00:00
Rich
ea8c38cd28 Revised vesp_SearchTransitions to include step path field 2015-02-20 02:57:16 +00:00
Rich
0e50de5f44 Transition User interface for {Step}{Other Procedure} 2015-02-19 22:15:59 +00:00
d8b6e27244 added a tool tip to the options dropdown list on the Administrative Tools dialog box. 2015-02-19 19:59:21 +00:00
Rich
7ff6a6a80e Added code to handle a transition where the item the transition is going to does not have an active section
Added code to handle the condition where no email address has been defined for a user.
2015-02-19 17:43:23 +00:00
cbc3df3023 logic to support exe switch that will delay when Word will display the newly generated Placekeeper 2015-02-19 03:53:45 +00:00
Rich
a6ed94d8c6 Revised code to only allow Administrator to access Administrative Tools 2015-02-18 18:51:00 +00:00
Rich
a8b50ef929 Only account for the Section Number and Title if they are printed
Print the top continue message if the Section Continue is not printed
2015-02-18 18:13:11 +00:00
4b484b3a85 Adjusted the default change bar to the right 2015-02-18 14:53:14 +00:00
Rich
14a0b600fd Added method RofstInfo.GetROImageByFilename to find image files by name.
Added method RoImageInforList GetByRODbIDFilename to find image files by name.
Find ROImages if not attached to the current ROFST.  The Export/Import code was not saving ROImage usages properly
2015-02-18 14:43:00 +00:00
Rich
8d46574ec2 Added stored procedure getROImageByRODbID_FileName to find image files by name. 2015-02-18 14:41:38 +00:00
Rich
08bbb82714 Fixes Index out of range when a Referenced Object is missing from the RO.FST. This will output an error message since it reflects an error in the plant data. 2015-02-18 12:04:26 +00:00
Rich
c68412fd81 Added code to prevent adding user with duplicate UserID's 2015-02-18 03:24:36 +00:00
Rich
cb52bad3e9 Improved conversion ot Referenced Objects and Transitions to text
Added code to implement deleting pdfs
Fixed problems with searching by Textm Annotations, Referenced Objects and Transitions
2015-02-18 02:36:42 +00:00
Rich
f16fcf1470 Added code to add figures and roimages to export and import processes
Revised user interface and added improvements to overall process
Added code to change Batch Refresh to Administrative Tools
2015-02-18 02:35:11 +00:00
Rich
24e3a9d7f5 Added stored procedure to delete pdfs 2015-02-18 02:32:39 +00:00
3053c892a1 Use ‘GetJustStage’ for Stage & StageInfo gets of data.
Provide methods to use ‘GetJustStage’ from application
Use ‘GetJustFormat’ for format infos
2015-02-17 17:30:47 +00:00
9671a394be Include a ‘GetJustStage’ stored procedure to get only stage data and not get its related data 2015-02-17 17:27:33 +00:00
Rich
86bdecd367 A number of pagination improvements. 2015-02-16 21:55:54 +00:00
Rich
5a5502d8fc Added somecode so that profile errors will be recordedd to the Error Log
Added a reference to Log4Net
Fixed Profile Logic when PDF cannot be created because it is already open.
2015-02-16 20:51:34 +00:00
Rich
3e413b0f17 Changed SubSection.Edit Section Config property to correctly be defaulted to "No"
Base MyConfig on the type of item (Procedure, Section or Step)
Keep the code from crashing iff the user selects a result in the search window that points to non-editable text
2015-02-16 20:22:57 +00:00
469a8da0ba Added logic to support ColOverride on Caution and Note types in Enhanced Background Formats. 2015-02-16 19:44:10 +00:00
bd72c82eb4 Adjusted the position of the change bar and fixed the positioning of the Step tab on the printed page for high level steps, cautions and notes. 2015-02-16 19:42:00 +00:00
Rich
75f8bd9584 Mulitple ROs with No Units trying to eliminate duplicate Units 2015-02-16 19:28:11 +00:00
Rich
fc95275902 Hyphen immediately following an RTF token should add a space to terminate the RTF Token
Added Error Location to Error Log
2015-02-16 18:42:05 +00:00
ce776ace0e if the boxes surrounding different notes cautions AND HEADERS are different, add a line between boxes 2015-02-13 14:42:25 +00:00