188 Commits

Author SHA1 Message Date
09c74a00ef B2023-001: Barakah – crash on print of large table. added null check 2023-01-13 15:31:15 +00:00
f6266daf7d B2022-086: Barakah: Added flag, ‘AdjFirstSecDocStylesInPagination’, to NOT account for alarm box on 2nd page of alarms in pagination
B2022-086:  Barakah:  improve pagination, allow more on page & correctly account for top of page items when calculating y amount of text on a page; added debug output
Added debug output
2022-12-08 15:43:50 +00:00
0cf054ea05 Internal only – commenting Table Scrunch code 2022-06-29 10:28:25 +00:00
b679829508 C2021-010: Print using standard pagination rules by removing trailing hard returns, spaces & manual page breaks 2021-02-23 14:51:49 +00:00
fdead6e998 B2020-159: Pagination Problems (Forced Pagination) reported to user via dialog 2020-12-03 16:28:15 +00:00
fbe233dd12 B2020-158 pagination fix for Calvert EOPs/AOPs. 2020-12-01 14:19:43 +00:00
76b5ba1816 B2020-148 – Calvert pagination fix. keep Cautions and Notes with substep. Approved Folder, Unit 2 AOPs, AOP-3B section VI, step H.18.f 2020-11-18 17:19:37 +00:00
416a400586 B2020-150 fixed issue where a bullet step was separated from the group of bullet steps. 2020-11-11 15:45:50 +00:00
cc06e51dc5 B2020-137 Added a Null reference check to all print to continue processing when it is trying to find a place to break while processing a large table. 2020-10-09 13:27:31 +00:00
1136071e14 B2020-116: Pagination of WCN single column 2020-09-16 13:48:08 +00:00
377788c314 B2020-121: pagination/location of BGE Alarms, Condition Response Caution/Notes 2020-09-14 13:14:54 +00:00
a4395852b6 B2020-112: Pagination of complicated AER/RNO
B2020-123: Missing section continue message for Calvert OI & STP
2020-09-03 16:50:54 +00:00
b65815bd79 B2020-108: Pagination not always keeping parent step with table 2020-09-02 13:07:48 +00:00
2e34568a37 B2020-120: For Calvert alarms, REFERENCE section not paginating correctly sometimes 2020-08-28 10:42:13 +00:00
784986f388 B2020-101: Add format flag for table pagination
B2020-101: Add format flag around code that was crashing during pagination around a large table
2020-08-05 12:45:34 +00:00
cfc1259b48 B2020-099 added check in HasSecondRNOThatWillFit() logic to not look for a second RNO if it wants to break on the last RNO. 2020-07-29 19:52:20 +00:00
7b53bbc783 B2020-085 Needed to consider the starting position as well as the length of AEP substeps when checking to see if they print past the RNO that PROMS was to break on. 2020-06-15 14:12:26 +00:00
c1849897db B2020-081 better logic for steps with more than on RNO level to try and keep the RNO sub-step from breaking (where possible) and to see if the entire second RNO could also fit on the page 2020-06-03 20:10:53 +00:00
Rich
f4ac65a9f2 B2020-078 Pagination changed when using new logic. Code was changed to more properly use a sorted dictionary. An inadvertent change was made that included the maximum step level which should not have been included. This has been corrected. 2020-05-28 14:57:40 +00:00
Rich
26d500a939 B2020-077 Loop through all potential page breaks. Account for gaps in the list based upon step level. 2020-05-22 16:07:05 +00:00
c266192519 B2020-073 Fixes a bad pare break in procedure FRC-0.1 step 14 RNO. It was as not keep all the children together with the parent. 2020-05-20 19:06:19 +00:00
0d572f335a B2020-075 make room for the End message only if we are printing the last step of the section 2020-05-18 19:59:51 +00:00
b8e688c14a B2020-064 – for Farley, take into account doc style flag DSS_PrintSectOnFirst when breaking a step onto pages other than the first page. 2020-05-04 19:36:09 +00:00
318f68e14a B2020-059 pagination fix in fitting last sub-step of a step on its own page. (PaginateOnStepThatWillFitOnBlankPage format flag in Barakah and South Texas formats) 2020-04-24 13:11:09 +00:00
0a6c398aff B2020-027: Farley pagination for section with title on first page only in 7lpi
B2020-038: Farley pagination – no code change added a comment
2020-03-25 10:59:48 +00:00
ae1396bf5a B2020-035 Added a NULL reference check to prevent PROMS from crashing during print. 2020-03-13 13:48:15 +00:00
166e2e04f2 B2020-032 logic to try to put the parent of a Table step type on the same page as the table if paginating on the table. Put in for Barakah EOPs 1T4-OP-EOP-XX-0100 Attachment 32 2020-03-10 19:20:11 +00:00
b41320ed24 C2020-002 Logic to use either the Letter or A4 paper size 2020-02-14 17:16:28 +00:00
4dae30b71b B2020-016 Improved pagination logic with respect to step with second RNOs 2020-02-05 18:40:50 +00:00
cb5a88ea6f B2020-013 Added check for second RNO that will fit on the page
Corrected Debug message for Leading so 7lpi is factored in
B2020-014 Corrected 7lpi print of tables so that they shrink properly
2020-01-29 17:46:07 +00:00
bfba372747 B2019-173: fix pagination problems. (continuation of bug fix) 2019-11-20 16:25:52 +00:00
3f49024220 B2019-173: fix pagination problems 2019-11-19 15:30:08 +00:00
ead7a40048 B2019-170: Fixed VCS pagination problem 2019-11-15 13:24:40 +00:00
cfb847de9c C2019-042 Added a check box to identify a section as being a foldout – used in with printing in duplex
C2019-042 use new format config setting to check if sections are foldouts
C2019-042 use new format config setting to check if sections are foldout
B2019-134 code cleanup, discovered we were missing a “break;” statement in processing folder specific information
2019-11-06 20:50:29 +00:00
Rich
2f06862a79 B2019-150 & B2019-151 - Pagination Flag added to limit where new pagination logic would be used. 2019-10-28 18:38:43 +00:00
22be9d94dd B2019-130 Added check for when sub step is a different type but at the save level as the previous sub step. 2019-09-09 15:50:49 +00:00
Rich
bcf4a77370 B2019-124 - Pagination - if substep will fit on a blank page but will not fit on the current page and is not the first substep then break. This trys to keep substeps together. 2019-08-29 15:47:27 +00:00
Rich
3aa5f48000 B2019-103, B2019-114 Paginate on a substep if the step can fit on a blank page and it cannot fit on the current page. 2019-08-07 15:31:23 +00:00
Rich
344f645b0c B2019-111 Keep table with parent when page breaks in RNO 2019-08-06 21:30:41 +00:00
37fb880794 C2018-003 corrected use of MyActiveSection vs ActiveSection and added NULL checks 2018-10-08 15:30:05 +00:00
4cc99a1d6c B2018-104: Top continue message printed when step was just starting and sub-sub-steps break at less ideal location. 2018-07-16 16:06:36 +00:00
5438908754 B2018-103: Incorrect pagination for sub-steps that have sub-steps when Supplemental Information is used. 2018-07-16 11:35:36 +00:00
Rich
cbd08ed92d B2018-081 - Corrected Pagination Loogic to keep High Level Step with High Level RNO 2018-06-08 17:56:49 +00:00
6967c42baf B2018-080 Don't break if HLS and High Level RNO each have one line of text and there are substeps (keep single line HSL and High Level RNO with their substeps)
B2018-080 NULL reference fix (was preventing a procedure from being printed)
2018-05-24 14:50:22 +00:00
89f046e792 Code cleanup – removed unused format setting
B2018-079 Calvert pagination fix. Don’t need to count phone list length when calculating space on the page. Phone list is printed below the footer and defined page length.
2018-05-18 19:22:57 +00:00
aadb3c718a C2018-014 rename Compare PDF checkbox to Overlay PDF, rename Meta File check box to Baseline Testing, added tool tips
C2018-015 add PROMS version number, SQL server name, database name, procedure folder tree info, procedure number and title to meta file.
C2018-015 add debug pagination info to meta file
2018-05-02 19:21:19 +00:00
f2fc715f1d B2018-065 Continue message were not always printing the proper step information, if the plant’s continue message included the step/subtep number. 2018-04-23 19:04:36 +00:00
5cff214b0e C2018-004 logic to print meta file information
C2018-004 pass itemid for use in meta file output
2018-04-12 20:30:30 +00:00
ff0da96bad B2018-058 Proms was putting V.C. Summer’s End Message on a page that didn’t have room for it. PROMS pagination logic will now properly calculate the space for the end message when considering page breaks 2018-04-04 19:14:18 +00:00
Rich
75124cd7e4 B2018-033 - Set the default scrunching settings.
B2018-033 - Set the scrunching check box to checked by default
B2018-033 - Base table scrunching on the last row of a range rather than the first row of a range
B2018-033 - Added debug for table scrunching.
B2018-033 - Fix pagination to account for table scrunching
2018-03-02 18:57:57 +00:00