jjenko
8991bdc2d3
Added a check for null references in the logic that builds the context menu. We were getting an error when you right clicked on a “Steps” or “Sections” tree node for procedures with sub-sections.
2015-02-12 18:29:06 +00:00
jjenko
d5eca11786
Fixed Calvert bug where an attachment section had a title but no number which caused the title to print too far to the left.
2015-02-12 16:13:10 +00:00
jjenko
a961b0cc6b
Changed the label for selecting the transition type to “Select Type” in the search transition panel.
2015-02-09 14:33:47 +00:00
jjenko
e0cd24b61d
New format to support Ginna’s FSG procedures
2015-02-06 20:34:16 +00:00
jjenko
6e7e41493c
changed “Comanche Peak Steam Electric Station” to “Comanche Peak Nuclear Power Plant”, aligned the headers and boxes so that they are all in a consistent location on the page.
2015-02-06 19:00:28 +00:00
jjenko
428810c11e
New deviation format that includes “Attachment 1” in the page header
...
Moved the change bar position over to the right to get it off of the page boarder
Added a “Attachment Pages (Word)” section type, changed CPSGS to CPNPP in the page headers, added ” Information Use” to the bottom of the procedure step pages (not on the new attachment section), put the “R-8” below the “Page 3 of 3”
2015-02-06 18:59:56 +00:00
jjenko
0f9706cbfc
New deviation format that includes “Attachment 1” in the page header.
2015-02-06 18:58:40 +00:00
jjenko
56816c2cba
Added Two Column Attachments and One Column Attachments step editor section types
2015-02-03 19:51:49 +00:00
jjenko
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
jjenko
3ba1e71b4b
Added an Application.DoEvents()
2015-01-30 20:12:55 +00:00
jjenko
12e5c4ac76
Logic to read the meta file and generate the Complete RO Report
...
Logic to generate a Complete RO Report
2015-01-27 20:59:34 +00:00
jjenko
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
jjenko
ae31f8bf34
Added arguments for Complete RO Report
2015-01-27 20:57:36 +00:00
jjenko
80ba48f0f9
Creates a meta file used to generate a Complete RO Report
2015-01-27 19:41:58 +00:00
jjenko
b9c6d317c7
Logic to handle when a RO Database is selected when generating report information
...
In creating a temporary (meta) file for Complete RO Report, file was sometimes not created anew with the FileMode.Create setting. Changed to FileMode.Append and specifically delete the meta file before calling to generate it.
2015-01-27 19:39:31 +00:00
jjenko
628139201d
Add a missing parameter to enable a successful build
2015-01-23 15:08:43 +00:00
jjenko
7284fd86f2
Fixed a bug for RO Usage Report where RO Usages were not found in Word attachment sections when RO values where selected to generate the report rather than a RO group.
2015-01-15 21:28:58 +00:00
jjenko
2f26c7a5fb
Logic to include places where there are missing RO on the RO Usage Report, Fix to a Key already in dictionary error, changed the RO.FST created title line to read “RO.FST Last Created:”
2015-01-13 16:32:46 +00:00
jjenko
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
jjenko
e1945e3c41
Logic to include places where there are missing RO on the RO Usage Report.
2015-01-13 16:31:17 +00:00
jjenko
2363d304aa
Fix for Search ROs and RO Usage report where when you select specific RO value, it will not be found in Word attachments.
2015-01-13 16:30:08 +00:00
jjenko
f3cba1acde
Previous fix for positioning of high level step text in the edit window caused the width of the sub-steps to get smaller and smaller. Adjust the MyStepRTB.Left only if not on a highlevel step or the tab contains “{Section Prefix}”.
2015-01-12 18:06:18 +00:00
jjenko
ace837aa1d
In vesp_SessionBegin. Added a command to delete Owners where the SessionID is not in the Sessions table. This fixes an issue that happens when PROMS is abnormally terminated and not allowed to clean up before exiting.
2015-01-08 21:07:24 +00:00
jjenko
9ce6c8c2b5
removed commented out line
2015-01-07 17:43:26 +00:00
jjenko
99cbb788f2
Corrected the starting location of the step edit window for steps 1-9 so that they start at the same location as step 10 and greater
...
Fixed the positioning of the Fixed Change Bar to use the format default font rather than the current step / substep font, to ensure consistency.
2015-01-07 17:41:57 +00:00
jjenko
a2586a851f
Moved the starting position for pages other than the first page down a half line so that change bars on the first item of the second, third, etc. pages do not run into the page number at the top of the page.
...
Fixed Change Bar location set, page widths and lengths adjustments, section title wrapping fix, page boarder positioning
2015-01-07 17:40:33 +00:00
jjenko
3d35cf5498
Fixed null reference bug when no procedure set is selected
2015-01-07 03:03:20 +00:00
jjenko
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
jjenko
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
jjenko
eec2b3cbae
Trap the plus sign <Ctrl><Shift><+> and <Ctrl><+> on the keyboard (not the keypad)
2014-12-17 15:51:38 +00:00
jjenko
ce33728734
Added null reference check when printing change bars (for Note/Cautions off of Sections)
2014-12-15 17:32:11 +00:00
jjenko
e8f9bfe49b
The last pagination change cause more problems. Backed out the last pagination change.
2014-12-12 20:59:58 +00:00
jjenko
003ce41d6b
Added a null reference check to the insert before function
2014-12-12 19:15:54 +00:00
jjenko
763223fdd0
Fixed pagination bug for calvert OI unit one procedure OI-8A section 6.2.B.3
2014-12-12 17:05:57 +00:00
jjenko
7145beac7b
Added CautionNoteOrder
2014-12-12 17:05:24 +00:00
jjenko
4ea481e430
Set the NumberingSequence to 11 (WithinEachSectionNumber) in the Attachment-SubSections document style
...
Set the NumberingSequence to 11 (WithinEachSectionNumber) in the Valve List document style
Added a new NumberingSequence 11 – WithinEachSectionNumber which will continue the page numbering across sections that have the same Section Number and are set to print continuous.
Added logic to support the WithinEachSectionNumber NumberingSequence type
2014-12-11 19:32:39 +00:00
jjenko
c2abe9214b
Fixed print bug where Calvert IO4 procedure OI-27D-2 would not print.
2014-12-05 21:13:56 +00:00
jjenko
6c2d8eec26
Fixed a forced pagination issue
2014-12-05 20:23:09 +00:00
jjenko
06df9a9233
Adjusted the y position after printing a End Message so that the next section (set to continuous pagination) will print below the End Message.
2014-12-02 16:20:21 +00:00
jjenko
ce45eab51c
Fixed issue of landscape sections set for continuous pagination
2014-11-18 16:17:41 +00:00
jjenko
7c56a096ea
Move the change bar to the right a little bit
2014-11-18 16:16:14 +00:00
jjenko
443dc9adaf
Restored a prior update that was stepped on. – added 4 spaces to the tab of the Fixed Paragraph type
2014-11-14 21:04:56 +00:00
jjenko
d06c896795
fixed issue with placing an End message at the end of sections that are printed with the continuous pagination setting
2014-11-13 20:24:08 +00:00
jjenko
edf38ca662
The code now gets correct default and set values for section pagination
2014-11-12 21:19:51 +00:00
jjenko
57bf9ddc2e
Fixed a bug for removing the basis from transitions (Calvert OPS and STPS)
2014-11-12 16:39:26 +00:00
jjenko
1be86ef960
Added a 4 space blank tab to the Fixed Paragraph substep type
2014-11-11 17:48:04 +00:00
jjenko
80315d2657
Added EndMessageOnEachSubSection flag
2014-11-11 14:26:26 +00:00
jjenko
89cf100425
Fixed logic where a section that was set to print continuous started on its own page
2014-11-10 20:11:44 +00:00
jjenko
72a03590dd
Added the “AllowNoteCautionAdd” flag to the StpSectLayData, and set the Section Caution, Section Note, and Section Warning inactive
...
Set the Section Caution, Section Note, and Section Warning inactive
2014-11-07 17:26:36 +00:00
jjenko
b52c7098f9
Reverted the first transition type back to not allowing the user to select a section
...
Fixed the transition logic so that the first transition type can be when the procedure you are transiting to does not have a default section named “Procedure Steps”.
2014-11-06 20:59:22 +00:00
jjenko
fd6e80ef71
Adjusted the positioning of some of the signoffs so they don’t bump into change bars
2014-11-06 17:04:19 +00:00
jjenko
8c85f817d1
Removed sequential tabs from Continuous Action Paragraph
2014-11-05 14:50:35 +00:00
jjenko
3daa13f4b6
Fixed background document pagination
...
adjusted sub-step text width when they have a tab (background documents)
2014-11-04 21:14:16 +00:00
jjenko
c46b4de7ab
Alignment and positioning of pagelist items, fixed line spacing of some text elements
...
Added a null check
logic to keep the text widths consistent for enhanced background Caution/Note steps
2014-11-04 17:16:46 +00:00
jjenko
cf3f1b5e43
Allow the selection of a section for the first transition type
2014-11-03 14:14:39 +00:00
jjenko
a45c860de4
Don’t underline “(Continued)” in the top section continue message
...
Fixed the creation of the section continued message tab
2014-10-31 19:03:24 +00:00
jjenko
a6d88d7bb4
Include the Table Of Contents section in the page count used in the Table of Contents
2014-10-30 18:48:35 +00:00
jjenko
6f1d41879f
Turn on indent of sub-sections in Table of Contents. Count the pages of the Cover, List of Effective Pages, and Table of Contents when generating the Table of Contents.
...
Put a page number for the Valve List sections in the Table of Contents
Fix the bolded numbers problem in the Table of Contents
2014-10-30 16:40:24 +00:00
jjenko
90994101f9
changed y1 value from “” to “0”
2014-10-29 17:56:35 +00:00
jjenko
e5ad3ed95c
Added logic to put an error message in the PROMS error log showing the format file name that it is having problems loading
2014-10-29 17:54:04 +00:00
jjenko
290d2c8abf
Fixed issue getting the parent’s config values
2014-10-29 14:58:33 +00:00
jjenko
c09c12b017
Default change bar is change bar only
...
Default change bar is change bar only, adjusted position
2014-10-27 14:20:04 +00:00
jjenko
3c4fde72c6
Notes, Cautions, and Warning text should not be bolded
2014-10-24 18:27:00 +00:00
jjenko
73ca054fa2
Added logic so that Prerequisite Steps (transition type) would be removed only when printing
2014-10-23 18:00:16 +00:00
jjenko
f50fda89ff
Additional logic to handle a 16-bit default column mode setting on sections
2014-10-20 20:16:25 +00:00
jjenko
741b2608f1
Instead of removing a problematic indent character (while printing), simply don’t do the indent calculations and return an indent value of zero.
2014-10-20 20:15:41 +00:00
jjenko
7a29281284
Temporary fix to allow V.C. Summer tables (with indent chars) print
2014-10-10 18:23:43 +00:00
jjenko
42e05cc3cd
Added logic to check previous and next note/caution to see if there should be a tab to the left.
2014-10-09 19:41:52 +00:00
jjenko
be96be3ecc
Was going through left tab adjust logic even though the adjustment for the current level was zero. This caused an extra space to be added in between the tab and the step text which shortened the step text width and cause different word wrapping. This happens only when the UseMetaSection flag is turned
2014-10-09 13:32:39 +00:00
jjenko
2356fbadca
AutoTableOfContents, Sub-Sections, new docstyles to support FSP procedures
2014-10-07 19:38:55 +00:00
jjenko
ea01b9bf71
Logic for more control over indenting and underlining on Auto Table of Contents
...
Added logic to prevent multiple numbers (on top of each other) from printing on the AutoTableOfContents, added logic to support format defined section continue text, logic to support EndMessageOnEachSubSection, logic to repeat high level step text as part of a continue message
Logic to support DidFirstPageDocStyle flag, logic to support {SECTIONLEVELNUMBER} {SECTIONLEVELTITLE} on the same line of a pagelist item when the section title goes to more than one line.
2014-10-07 19:37:11 +00:00
jjenko
3162883a66
Flag to reset the docstyle when using UseOnFist and separate pagination, field to specify continue text to append to a continued section title, flag to print an end message on each sub-section
...
Setting variables to control indenting and underlining on the Auto Table of Contents
2014-10-07 19:35:56 +00:00
jjenko
3b921bed4a
Adjusted the length of the Attachment docstyle so that it extends to the bottom edge of the page boarder (box)
2014-09-30 19:50:13 +00:00
jjenko
81e5f7da84
Put the page length for the Attachment docstyle back to what it should be.
2014-09-30 17:19:27 +00:00
jjenko
765930867a
Bug fix B2014-106 – tables will now save if the text alignment of a cell was changed
2014-09-30 16:42:47 +00:00
jjenko
237b82df01
Change format name to begin with “Byr-Bwd”
2014-09-26 16:10:43 +00:00
jjenko
84f4153900
Add logic to determine if a section has one high level step and an end message to include the height of the end message when a section will not fit on a page.
...
When determining the Page Break location in a step, verify that the item before the page break will fit on the page
Add Error Log output if text is low on the page,
2014-09-26 15:39:31 +00:00
jjenko
1298fa7c38
Needed to comment more code still in development.
2014-09-25 13:24:03 +00:00
jjenko
ef426ca3e3
Fixed issue of blank pages would sometimes have a line down the center
2014-09-25 13:04:06 +00:00
jjenko
7b2b53bf02
Change bars were printing off of the page. Moved the change bar location to the left.
2014-09-24 18:57:14 +00:00
jjenko
b27b0ad8bd
Added a FormattedDisplayText for use on Calvert’s Placekeepers
...
Will now handle Bold, Underline, and Super/Sub Script
2014-09-18 19:58:04 +00:00
jjenko
373634318b
Needed to add 1 to the page number when generating the Place Keeper page
2014-09-17 15:46:02 +00:00
jjenko
2f1be0a3a5
Added a "FSG Cover Page - Duke Logo" section type
2014-09-12 21:13:31 +00:00
jjenko
7d1441c999
The FindSectionStart function will now auto correct an invalid value that resulted from the Copy Procedure function
2014-09-12 13:03:54 +00:00
jjenko
018599a9e7
Fixed issue of floating foldouts not printing for a procedure that was copied (Shearon Harris)
2014-09-11 17:34:23 +00:00
jjenko
367542e10f
2014-09-11 12:45:52 +00:00
jjenko
c9d7129582
2014-09-10 20:18:07 +00:00
jjenko
3ff3ea45c9
Fixed issue where version number was not displaying.
2014-09-03 13:17:49 +00:00
jjenko
9825ea8ff9
Fixed problem where the “Unit Number for Cover and Header page printing” setting was automatically being changed when something on a different property page tab was changed. We needed to un-bind the text box from the working draft config and allow the changes to this text box be handled in our code.
2014-08-27 15:30:20 +00:00
jjenko
2bfc220948
Fixed the size of the Open PDF button on the PDF Status dialog
2014-08-27 13:57:39 +00:00
jjenko
7a9bdf9dd7
Copied the “Attachment Step – No Header” section type from the Calvert OI format to the Alarm format for use in some Common Alarm procedures
2014-08-26 19:51:50 +00:00
jjenko
e61898ff07
Turn on bold for Immediate Action high level steps
2014-08-25 16:06:43 +00:00
jjenko
003ca74e2c
Fixed replace words underline logic
2014-08-25 14:49:29 +00:00
jjenko
580ca5f63c
Don’t turn off Bold or Underline during Replace Words if entire text is manually Bold and/or Underlined
...
Fix the RNO continue message so that it does not use a bullet character when building the tab for the continue message
2014-08-22 20:20:06 +00:00
jjenko
310fb42c3c
Fixed logic that determines when a step is continued on next page so that it uses the phonelist length
...
Fixed logic that counts the number of lines a phone list takes
Added number of lines an item take up in our debug (micro-print) message
2014-08-22 17:07:14 +00:00
jjenko
899e58cba0
Fixed a null reference when doing an Insert Before
2014-08-20 19:15:23 +00:00
jjenko
ff57e04521
Added logic to identify that we are in a Condition/Response section of the Calvert Cliffs Alarms
...
Disable the ability to insert a Caution or Note when in a Condition/Response section of the Calvert Cliffs Alarms
2014-08-20 17:52:23 +00:00
jjenko
831858d19e
Added logic to allow TitleWithTextRight and TitleWithTextBelow to be available on the type list of the Search function when Searchable is set to True in the format file for these types. Note that the Title type (index 12) must also have Searchable set to True.
2014-08-19 21:10:58 +00:00
jjenko
e0470e805e
Turned on Searchable for Title, TitleWithTextRight and TitleWithTextBelow
2014-08-19 21:08:19 +00:00
jjenko
34dca7cc46
Fixed placement of centered table when high level RNO is longer than the AER substeps
2014-08-08 19:32:09 +00:00