Commit Graph
100 Commits
Author SHA1 Message Date
Rich 2eadfd8ed6 Change to the recursive limit on a number of procedures to support > 1000 procedures per Working Draft set 2014-04-07 21:21:48 +00:00
Rich decbe11e52 MNS Pagination - Mike Weiner Case 1b to keep substeps together on one page
MNS Pagination - Mike Weiner Case 1a to keep step together with any non-sequential substeps (ANDs, EQ List)
2014-04-03 17:05:05 +00:00
Rich 79175138f2 Replace hardspaces with spaces in the ToolTip. 2014-04-02 15:12:16 +00:00
Rich ac7083febd Changed logic for ComponentList Page Breaks
If a page break in the RNO column falls within the range of an AER step, use the AER Step for the page break.
Dont break at the first substep if the first substep is an OR or Explicit AND
2014-03-31 16:39:26 +00:00
Rich 00b6045076 Fixed logic to properly handle curly braces next to links (Transitions or Referenced Objects) 2014-03-27 14:07:15 +00:00
Rich 6611c3d2a4 Farley had a Table that was printing on the page following the tables header. Pagination was changed to keep table headers together with their tables.
Added logic to skip the Tab Adjustments if the step is unnumbered.
2014-03-19 15:31: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 5188334ea9 Added logic to return the previous RO Value from FixContentText if the value is updated. 2014-03-15 10:03:31 +00:00
Rich 0231bdc4ca Pass the frmLoader to the ROFixer object so that status can be displayed as steps are processed.
Pass the frmLoader to the ROFixer object so that status can be displayed as steps are processed
Fixed MyValue so that unchanged values will not be displayed as if they had changed.
Added Status outut as changed RO Values are found.
Display a MessageBox when processing is complete.
2014-03-15 10:02:55 +00:00
Rich e01459be4b Reset Selected Slave after processing 2014-03-12 22:02:41 +00:00
Rich e8453b8648 Reset Selected Slave after processing
Added and Commented-out some debug output
Use GetTranslatedROValue to get the correct RO value when text is restored
Fix logic to attempt to use existing DocVersionInfo rather than creating a new instance
Base lookup on ROFSTID and Selected Slave
2014-03-12 22:01:55 +00:00
Rich c386153d06 Check-out Library Document that is not associated to a specific section. Prior to this fix, the MSWord window would open briefly and the close again, because the Document was not "Checked out". Since there was no ownership record, the next time SessionPing was run, the window would be immediately closed. 2014-03-10 10:16:42 +00:00
Rich 051b445f23 Fixed Pagination logic to eliminate Forced Pagination Error 2014-03-07 15:25:02 +00:00
Rich c77e0d2d2f Fixed code that reports the active database in use.
Changed debug output for Forced Pagination Items.
Fixed Pagination Logic for Background Documents.
2014-03-07 00:35:23 +00:00
Rich a5790a4963 Updated restoreDeletedItem stored procedure to include updating the docversions table when restoring a deleted item
Changed name of database server for Bodine’s new computer
2014-03-06 02:43:16 +00:00
Rich 63acad915d Changed base font to Arial 12
Added two lines (24 Points) to the Page Length
Account for RNOOnly Continue when determining page break location
Fixed logic to limit the location of the bottom Continue Message
2014-03-04 16:51:31 +00:00
Rich 651266e7c8 Added code to correct 16-bit applicability conversion to 32-bit applicability 2014-03-04 02:03:42 +00:00
Rich 8810301dde Added code to support processing Calvert Cliffs data regarding node names
Added code to support processing BG&E data regarding node names
Added code to correct 16-bit applicability conversion to 32-bit applicability
2014-03-04 02:03:08 +00:00
Rich 6bcbe25d4e Fixed logic so the superscripted text is not underlined. 2014-02-21 17:11:17 +00:00
Rich 13550d1b19 Fixed Copy Procedure 2014-02-21 17:10:46 +00:00
Rich 8ef73fe7b5 Added a new Bottom Continue Message location which limits the message to the bottom margin.
Changed bottom continue message to be limited by the bottom margin.  Previously the continue message overlapped the border.
2014-02-21 12:46:09 +00:00
Rich f62caf9669 Adjusted bottom continue message for formats CWE, CWE00, EXCLN, EXCLN00 and EXCLN01
Changed bottom continue message to be limited by the bottom margin.  Previously the continue message overlapped the border.
Removed Debug Output
Replaced Unit ID token "<ID>" in transition text for the section number.
2014-02-21 12:45:05 +00:00
Rich ddd973c83f Revert to previous 2014-02-19 21:31:39 +00:00
Rich 2bd5ad58f1 Changed logic to create a local vlnBorder structure populated from vlnFlexGrid 2014-02-19 21:08:04 +00:00
Rich 5c31ea3a66 Replace <ID> with Child ID in PageList Section Numbers. 2014-02-19 18:24:29 +00:00
Rich 3e010e87b2 Return ? when RO Value is null 2014-02-19 03:32:38 +00:00
Rich f4f896ee1d Check for null ProcedureSetPath 2014-02-19 03:31:33 +00:00
Rich 67a088f505 Change DebugPagination format for forced pagination output.
Added DebugPagination output if a location cannot be found to break a step over pages.
Changed pagination logic when a logical location cannot be found, to location the maximum location on the page for a break to occur.  For example, if a table is too large to fit on the current page, the pagination can move that table to the next page.
2014-02-18 17:06:52 +00:00
Rich bc69a84d33 Changed how Height and Width of grid is calculated
Preprocessed cell data to reduce number of calls to flexgrids
Preprocessed RTF data to reduce calls to rich text boxes
Added IsRangeStyleNull property and TextAlign property to reduce call to flexgrids
Eliminated creation of multiple flexgrids but using a static flexgrid over and over
2014-02-14 20:17:38 +00:00
Rich 60ae2a7ca1 moved creation of image to only when parent is a GridItem 2014-02-14 20:16:41 +00:00
Rich 92a1a8cf4e Changed StackToStringLocal method to public method 2014-02-13 03:01:23 +00:00
Rich fa84a7f44a Added click event handler for lblItemID label at bottom on screen in debug mode 2014-02-13 03:00:31 +00:00
Rich 765afe4af2 Implemented lblItemID click event to copy to clipboard the full path to the selected item
Changed item property grid dialog title to short path to item selected
2014-02-13 02:58:20 +00:00
Rich e0fbaa29f5 Modified vefn_CanTransitionBeCreated to allow transitions to a step with no applicability 2014-02-13 02:57:45 +00:00
Rich cdc4dcd66d Changed the logic to remove the return if it occurs at the beginning of the text, rather not not replacing the word. 2014-02-12 19:07:39 +00:00
Rich b94fd1d833 Added logic to override bolding of tables when the font has a bold setting. 2014-02-11 15:05:33 +00:00
Rich e45307bce2 Modified code to use Section Title when Section Number is blank when creating a transition that uses procedure section 2014-02-11 04:59:27 +00:00
Rich a20d109fd3 Removed code added to allow 1-time fix to RO Values for Braidwood 2014-02-10 21:07:13 +00:00
Rich 246cd760e8 Modified how ROFSTLookup object is obtained 2014-02-10 21:05:16 +00:00
Rich e83c756161 Changed how ROFSTLookup object was obtained based on correct DocVersion 2014-02-07 17:43:53 +00:00
Rich ffd5191ffc Changed how ROFSTLookup object was obtained based on correct DocVersion
Added support for passing an override DocVersion ID as a 1-time fix to Braidwood data
2014-02-07 17:43:04 +00:00
Rich 2cf8e67bd7 Changed how ROFSTLookup object was obtained based on correct DocVersion
Added code to support other variations of how unit information is entered into text
2014-02-07 17:41:59 +00:00
Rich 8de1e073ee Added ROFSTLookup property to Display RO control
Changed how ROFSTLookup object was obtained based on correct DocVersion
Added change to ROFSTLookup property to trigger a update of RO values
Update LoadTree method to use ROFSTLookup property value
2014-02-07 17:41:27 +00:00
Rich 9b9ca02bef Changed how ROFSTLookup object was obtained based on correct DocVersion 2014-02-07 17:40:51 +00:00
Rich d3cf9be087 Removed ROFSTLookup property from ROFST class
Removed DocVersionInfo property from ROFST class
Added GetROFSTLookup method to ROFST class with a passed DocVersionInfo object
Removed un-used methods from ROFST class
Changed how ROFSTLookup object was obtained based on correct DocVersion
Added support for passing an override DocVersion ID as a 1-time fix to Braidwood data
Changed IsSetpointB method to add additional DocVersionInfo object parameter
2014-02-07 17:38:22 +00:00
Rich f864d03eec Changed how ROFSTLookup object was obtained based on correct DocVersion
Changed how RoFst date time is compared to actual ro.fst file date time
2014-02-07 17:37:51 +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 8bc76fae5f Added support for passing an override DocVersion ID as a 1-time fix to Braidwood data 2014-02-07 17:35:25 +00:00
Rich ae959be13a Added setting ROFSTLookup property of Display RO to null for initialization 2014-02-07 17:33:33 +00:00
Rich 9262837ba1 Added support for passing an override DocVersion ID as a 1-time fix to Braidwood data
Utilized ROFSTLookup instead of ROFST in Display RO tab
Change Display RO ROFSTLookup based on selected tab
2014-02-07 17:32:59 +00:00
Rich 2369fe62dc Pagination Logic associated with steps that are too large to fit on a page but the first substep will fit on a page corrected.
Logic added to align the AER step with an RNO step that has a caution or note.
2014-02-07 15:44:20 +00:00
Rich 7e67e619e8 Changed pagination logic for Cautions and Notes on substeps
Removed code to remove last character when printing in compare mode.  This was originally done because of differences with the way 16 Bit VE-PROMS did word wrapping to aid in comparision printing.
2014-02-06 18:38:26 +00:00
Rich 9de2e84909 Removed debug handler
Added error handler for unprocessed ROs in Content text.
2014-02-06 18:37:35 +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
Rich 3c0d2e3f6a Changed WidT to 455 from 454 to make CNS and MNS output consitent. 2014-02-04 17:41:02 +00:00
Rich 4716e6788b ColS (High Level Step X Offset) changed from 48 to 42 - One character to the left
WidT (Caution and Note Width) changed from 390 to 454 - About 1 inch wider
ColRTable[1] (RNO Offset for 2 Columns) changed from 252 to 264.
WidSTableEdit[1] (High Level Step Width) changed from 210 to 221.
WidSTablePrint[1] (High Level Step Width) changed from 216 to 221.
2014-02-04 14:01:40 +00:00
Rich e44f552a8d Created static Volian FlexGrid property to reduce number of FlexGrids created during printing. Utilized static property in code. 2014-01-31 20:08:05 +00:00
Rich 60234adaf2 Added property ChildrenProcessed to record how many procedures are found to process
Added code to display message box when no procedures are found to be processed and terminates the processing.
Utilized ChildrenProcessed property when processing procedures
Added format changes to correct remaining Braidwood issues
Added code to resolve unit information in section transition
Modified page break logic to resolve issue with Braidwood deviation documents
Added code to resolve page number when section is a word document section
Added check to verify location was not already in list prior to adding it to list
Reduced number of instances of Volian flexgrid during printing
2014-01-30 21:00:18 +00:00
Rich 467afa5c8b Added entry for NextEra Point Beach EOP EPU in folder vewpbepu
Added entry for NextEra Point Beach EOP REV 2 in folder vewpbr2
2014-01-30 04:26:59 +00:00
Rich 9601b2c036 Further refinements of printing Notes and Cautions within RNO column 2014-01-24 23:26:42 +00:00
Rich 1a1913bece Modified how the width of Notes and Cautions within RNO's are calculated 2014-01-24 21:26:03 +00:00
Rich 67cc3b59a0 Removed debug output
Removed 16 Bit pdf compare font change.
2014-01-24 20:53:35 +00:00
Rich 911190352a Fixed code changes used to resolve Braidwood Deviation Document printing that broke printing in other procedure sets of Braidwood, Catawba and McGuire and perhaps other places. 2014-01-24 20:29:14 +00:00
Rich 2f3b770fec Revert to previous version 2014-01-24 17:53:25 +00:00
Rich 126b8f1878 For production PDF creation convert Figures to GIF before creating a PDF. TIF background was set to transparent, and was creating a Black Box when PDF/A format was created with MSWord.
Added MyGIFFile property to RoImageFile, so that the file could be deleted if it is created during the PDF creation process for MSWord sections.
2014-01-24 14:35:01 +00:00
Rich 3156c8b7b9 Corrected 3 blank lines between Caution and Notes for same step
Utilized DevNoteOrCautionTabOffset property
2014-01-24 05:13:41 +00:00
Rich d959824dd4 Added DevNoteOrCautionTabOffset property
Hid Volian "V" Create PDF button when viewing a multi unit procedure
Added null check to mylookup value in ContainsKey method of ItemInfo class
2014-01-24 05:13:03 +00:00
Rich 150fa210f7 Added property UseRNOParentIdent for Braidwood
Used property UseRNOParentIdent for Braidwood
2014-01-23 21:21:20 +00:00
Rich 1c77c6d9ae Made sure TransitionLookup.ApplicabilityUnit value is set to DocVersionConfig.SelectedSlave value 2014-01-23 20:14:35 +00:00
Rich d5f59fc044 Removed needless DocVersionConfig.SelectedSlave value changes 2014-01-23 20:13:10 +00:00
Rich a2e9b0b66a Modified where RNOIdent value is obtained when it is blank for RNO type items
Added checks to Pagination FindPageBreak method
Modified vlnParagraph constructor to handle HLStpSeparatorString and HLRNOStpSeparatorString properties of plant format
2014-01-23 04:46:19 +00:00
Rich 429208fca5 Added call to EXEDEV format changes
Added changes to EXEDEV plant format and doc styles
2014-01-23 04:44:57 +00:00
Rich d3eef071e5 Only use SpaceIn format property for Cautions and Notes. 2014-01-22 20:03:20 +00:00
Rich d9b171c061 Added logic for an alphabetical sort if the RO Menu Items begins with numbers and slashes. 2014-01-22 18:43:15 +00:00
Rich 0b6204b506 Modified AdjustWidth method of vlnParagraph class 2014-01-20 04:24:05 +00:00
Rich 7ef8840ba0 Modified DisplayText and DisplayNumber methods of ItemInfo class 2014-01-20 04:23:21 +00:00
Rich a99d33e065 Modified getRevisionsByItemIDandUnitID and getRevisionsByItemID stored procedures
Add changes to Byron/Braidwood formats
2014-01-20 04:22:22 +00:00
Rich c535af5bc2 Changed UpdateTransitionText to support changes to Procedures or Sections.
Update related transition text if content is restored for Procedures or Sections.
Changed code that saves changes to section and procedure titles to update related transition text.
2014-01-17 21:17:47 +00:00
Rich a176cc7e0d Made changes to support Q/A Process to the SourceSafe Update form. 2014-01-17 21:16:20 +00:00
Rich fcee3fae8d Added Procedure and Section support to the SQL tbale function vefn_FindAffectedTransitions. 2014-01-17 21:15:44 +00:00
Rich 750c8df895 Revised code to assure setpoint ro's were underlined and non-setpoint ro's were not underlined during printing
Revised code to assure ro's in grids are not colored red during printing
Added code to override Height property of vlnPrintObject class in vlnBox class
Added code to utilize BoxLeftAdj property
Removed blank lines and previous debug code
Added code to assure spaces between note and caution boxes are added when separate box format flag is used
Added code to implement %c token in continue message of Byron/Braidwood formats
Added code to utilize BoxLeftAdj property
Added code to correct underline termination issue involving reference objects and transitions
Changed Height property to virtual to allow overriding in inherited classes
2014-01-17 16:12:20 +00:00
Rich 7793bd2397 Specific changes to Byron/Braidwood fomat files
Added default parameter to GetCombinedSlaveValue method and revised calls to method to utilize default parameter
Added code to convert xF8 to degree symbol
Revised CheckNoteCautionTab to handle when step format data calls for separate boxes for notes and cautions
Added BoxLeftAdj property to support Braidwood boxed items
2014-01-17 16:10:22 +00:00
Rich eff27f334e Added references to Byron/Braidwood specific format changes
Added BoxLeftAdj property to support Braidwood boxed items
2014-01-17 16:08:08 +00:00
Rich 30f851b87a Fixed logic for setting SetRev visibility when creating a Working Draft. 2014-01-15 22:06:04 +00:00
Rich 75abd14dd4 Added CapSPIfLastLower=True for Catawba and McGuire
Added CapROIfLastLower=False for Catawba and McGuire
Added CapSPIfLastLower for Catawba and McGuire so that only setpoint ROs are uppercased if the surounding text is uppercase.
2014-01-15 19:29:26 +00:00
Rich 581c437861 If running in Batch mode for automatic print testing, don't stop on a fatal error.
Fixed a null reference error.  If box is null don't try to update it's properties.
2014-01-13 16:05:46 +00:00
Rich ead8f91a2b Added check for null value in MyHeader property 2014-01-10 03:14:57 +00:00
Rich 3c7c853d00 Corrected processing of RO values in grids when printing individual unit of multiunit site
Added SetData method to GridInfo class to allow updating grid data
Added GetNonCached method to GridInfo class to allowing retrieving noncached grid data
Added code to retrieve noncached grid data during printing of procedure with grids
2014-01-10 03:14:04 +00:00
Rich c97f0d38e0 Added GetCombinedSlaveValue method to correct how master unit values are obtained 2014-01-10 03:12:50 +00:00
Rich c2857b2b16 Added code to implement Box 2 format
Added code to use separate boxes for notes and use RNOWidthAdj flag
Added code to implement SETREV page element.
2014-01-08 20:14:46 +00:00
Rich 74886aa3b4 Added code to handle diamond1 format item
Added RNOWidthAdj flag for Braidwood
2014-01-08 20:13:11 +00:00
Rich 1b09d64a7f Added procedure set rev property to docversion properties dialog box 2014-01-08 20:12:06 +00:00
Rich 4f9a67464b Changed format - column widths
Changed format - add Caution, Note, Table, Substep, Attach to applicable ReplaceWords
Changed format - size boxes
Changed format - utilize new flag RNOWidthAdj
Changed format - recognize upper and lower case alpha
Changed format - created C2 macro to draw a diamond around step number
2014-01-08 20:07:31 +00:00
Rich 21301832e0 Changed code to update image reference to use href instead of bname attribute name
Added header information to xml for image link
Replace bname with xlink:href for image references
Added RNOWidthAdj flag for Braidwood
2014-01-08 20:05:45 +00:00
Rich 6cb0edbf98 Added code to handle fNarrator and Non-Supported vertical tab in ReplaceWords 2014-01-08 20:03:55 +00:00
Rich 5a395ec0d2 Added plant specific format changes for CWE and EXCLN formats
Added RNOWidthAdj flag for Braidwood
2014-01-08 20:03:24 +00:00
Rich dade570a7f Replace Words in RNOs no longer shuts-off bolding 2014-01-08 11:52:35 +00:00
Rich 6dfd259d42 Corrected logic for processing multiple return values for conditional ROs.
Replaced xFF hex value with xA0 hex value in ProcessROReturnValue method.
2014-01-02 22:26:05 +00:00
Rich fd8d8fb70d Fixed bottom margin for RNO Continue Message 2013-12-20 19:07:29 +00:00
Rich 587e614eae Fixed ToPdf so that the RNO doesn't adjust the YPageStart in the middle of printing the AER. 2013-12-20 14:30:56 +00:00