3751 Commits

Author SHA1 Message Date
Rich
a9745c111a Added code to fix Bug B2015-095 2015-08-04 01:19:51 +00:00
Rich
59fbfdc082 Addjusting the settings for the expander so that they are easier to see. 2015-08-03 19:25:39 +00:00
8f379f0b9b Fixed an Argument Exception error in the Chronology of Changes Report. Also cleaned up the output of the Chronology and Summary of changes reports. 2015-08-03 15:52:46 +00:00
0e255bc3d8 Added a message box to notify the user when an RO cannot be found. This is used when you do a Go To RO in PROMS.
Added a NULL reference check.
2015-07-30 17:13:08 +00:00
28a3a99c50 Pass UserInfo (for security settings) to DisplayRO and StepTabRibbon
Check to see if the use is allowed to run the RO Editor before enabling the GoToRO button.
If an RO is selected in the text, the check to see if the user is allowed to run the RO Editor before enabling the GoTo button on the ribbon and context menu button, as well as enabling the <Shift><Ctrl><G> keystroke.
2015-07-30 14:18:55 +00:00
1ebe496589 Fixed the issue where bullets were not printing in some tables. 2015-07-28 15:50:04 +00:00
42ee6dd435 Adjusted the section title length so it does not bump into the attachment page number 2015-07-28 13:46:09 +00:00
Rich
a083da2cd2 Added code to differentiate between add and edit modes 2015-07-27 22:17:41 +00:00
Rich
2aa0057fa1 Changed the Multi-user refresh so that the selected node is not changed between the adding and the finalizing of the section addition.
Use the selected node prior to setting the section properties so that the node is added at the correct location.
2015-07-27 21:18:02 +00:00
23f5ef318d Adjusted the Landscape Attachment DocStyle 2015-07-27 14:51:10 +00:00
1408a43fa8 Fixed use of symbol characters in table cells
Fixed use of the hanging indent in procedure steps
2015-07-24 18:55:31 +00:00
33a1dba227 Added Landscape Word Attachments section type. 2015-07-24 17:19:44 +00:00
664ecc3440 Shortened the section title length so that long section titles do not run into the page number at the top of the page 2015-07-23 20:48:43 +00:00
Rich
03d5bb04f8 Fixed logic to add ROImages so that adding a duplicate record will not cause the code to crash.
Fixed the layout of the Tag Panel so that the Step Type can be changed,
2015-07-23 16:25:26 +00:00
5f117cf611 If a symbol to be printed is not in the VESymFix font then check/use the Consolas font. 2015-07-23 14:40:21 +00:00
957499d93c Use the FreeMono font for symbols in the edit window 2015-07-23 14:39:40 +00:00
d82a57f751 Added Greek symbols
Commented out code that is not used
2015-07-23 14:38:36 +00:00
f97bf6d24c used to display symbols chars in the PROMS editor 2015-07-23 12:23:10 +00:00
cf388f5fc0 The end of procedure statement should all have the dashed lines like the two column format 2015-07-22 16:06:03 +00:00
238c92502f Use ‘DocStyleListActive’ for section types 2015-07-22 14:50:03 +00:00
96f25e72e4 Changed Names & made modifications to match request from customer:
Two Column – Procedure Steps
Two Column – Attachment Steps
Foldout Page
Purpose/Symptoms
One Column – Procedure Steps
One Column – Attachment Steps
One Column Procedure Steps – First Sub-Section
One Column Procedure Steps – Next Sub-Sections
One Column Procedure Steps – Last Sub-Section
-----------
Two Column – Procedure Steps:
•	Has ‘OPERATOR ACTIONS’ on 1st page (within box)
•	Remaining pages do not have ‘OPERATOR ACTIONS’
Two Column – Attachment Steps:
•	Has section title above box
One Column – Procedures Steps
•	Has ‘OPERATOR ACTIONS’ on 1st page (within box)
•	Remaining pages do not have ‘OPERATOR ACTIONS’
One Column – Attachment Steps:
•	Has section title above box
One Column Procedure Steps – First Sub-Section
•	Has ‘OPERATOR ACTIONS’ on 1st page (within box)
•	Has Section title below ‘OPERATOR ACTIONS’ on 1st page
•	Remaining pages do not have ‘OPERATOR ACTIONS’ or Section title
•	End message is ‘END OF SECTION’
One Column Procedure Steps – Next Sub-Sections
•	Has Section title (within box)
•	Remaining pages do not have Section title
•	End message is ‘END OF SECTION’
One Column Procedure Steps – Last Sub-Section
•	Has Section title (within box)
•	Remaining pages do not have Section title
•	End message is ‘END OF [EOP NUMBER]’
2015-07-22 14:45:10 +00:00
3e403455ec Change ‘Count’ to ‘MaxIndex’ for ‘vlnIndexedFormatList’ 2015-07-20 14:33:06 +00:00
6c6f895834 Change ‘Count’ to ‘MaxIndex’ for ‘vlnIndexedFormatList’
Rename ‘Count’ to ‘MaxIndex’ in ‘vlnIndexedFormatList’ to clarify what variable is, fix plural of box (boxes)
2015-07-20 14:29:34 +00:00
a98f4998da Support for Inactive document styles
Change ‘Count’ to ‘MaxIndex’ for ‘vlnIndexedFormatList’
Add Inactive flag
2015-07-20 14:28:22 +00:00
bd75e47b8b Set Inactive flag on 4 docstyles:
Procedure Steps (all but first page)
Single Column Procedure Steps (all but first page)
Procedure Steps – Use Section Title (First Page)
Single Column Procedure Steps – Last Sub-Section.
2015-07-20 14:19:07 +00:00
7ddf86f5b0 Set ‘Boxit’ to false for LossOfAc Steps (Un-numbered HLS in menu) 2015-07-16 12:08:03 +00:00
0d65f14619 Fix B2015-097: Auto TOC line spacing for empty titles & space character string length for right justified page numbers. Found during internal testing of Auto TOC for South Texas. 2015-07-15 14:16:13 +00:00
cc62e2fd59 Fix B2015-096: Overlapping AER/RNO tables found in Farley printouts 2015-07-14 14:44:00 +00:00
Rich
4f4513ffe5 Added CenterToStepThenPage format flag which smothly transitions the left margin of a table as the table width increases from the high-level step width to the page width. 2015-07-13 15:49:08 +00:00
330f36250d If font is not proportional, set default font to VESymbFix to be used in pdf generation code (without this, the default was set to Helvetica)
If 1st character output for chunk, in a table cell, is a hard space (or various other special characters), set font to default (VESymbFix) font. (For HLP)
2015-07-13 11:37:56 +00:00
00ddf14538 Improve pagination between complicated AER/RNO steps 2015-07-10 15:37:03 +00:00
30059881f0 increase pagelen of the Procedure step section & set footerlength = 12 if docstyle has bottom messages
set footerlength = 12 for Purpose sections
Allow a single line HLS that is last in section to print into footer
2015-07-10 15:36:32 +00:00
d398387142 Fixed Step Designator issues with the Top Continue Message for Comanche Peak 2015-07-08 13:05:25 +00:00
e2aded8ce4 Made various fixes found during demo preparation
B2015-092: If numbered HLS, don’t put a ‘.’ between HLS and sub-step number;  null reference check when accessing rofst if none associated with docversion.
2015-07-07 15:32:49 +00:00
a17ea54db0 Fixed Insert Table shortcut key functionality 2015-07-01 15:03:36 +00:00
9e6d543133 Adjusted change bar location 2015-06-30 17:50:50 +00:00
bc5c1ac8ad Extended the page border length to accommodate the step continue message 2015-06-29 14:30:14 +00:00
5455804e11 B2015-087: annotation panel not enabled for folders/doc versions 2015-06-29 13:17:01 +00:00
791549a700 Bug Fix 2015-084 for Ginn’a Attachment format. Fixed logic that determines if a group of Cautions / Notes get a bullet. 2015-06-24 14:28:01 +00:00
5b527ff533 Added the section number followed by a comma, to the Single Column Attachment Steps and Two Column Attachment Steps page styles. 2015-06-23 19:16:04 +00:00
26709b08f6 Added Folder Specific information to put the Form Number and Form Rev number at the bottom of each page. 2015-06-23 17:16:53 +00:00
c0a731021e Used the “Default” step type to be a “Non-Indented Paragraph”, fixed Approved by PSI text not printing on Cover page sections 2015-06-23 17:15:29 +00:00
c6ba742fcf Data Package format for Flex procedures
Deviation format for Flex procedures
2015-06-23 17:14:20 +00:00
712eb8d9e3 (B2015-077) Removed docstyle flag, ‘DontCountInTabOfCont’, in ‘Safety Function Status Check’. 2015-06-23 16:39:01 +00:00
eb15adfde7 F2015-011: Set RNO font to same as substep 2015-06-23 14:07:40 +00:00
c98ea48e74 C2015-012: (Comanche Peak) Include asterisk and step designator in Top Continue Message for Continuous Action Steps. 2015-06-23 13:07:57 +00:00
a038fe06e9 B2015- 076: underlining overwrites text below (occurred on compressed steps with larger font) 2015-06-22 14:42:46 +00:00
7bc11c7fb6 B2015-071: Fixed handling of sublevels in templates (for EXEBCK)
B2015-071: EXEBCK template had spaces in template text, fixed parsing of this
2015-06-22 14:41:55 +00:00
3c489b709e B2015-071: Flag HLS as template step 2015-06-22 14:40:30 +00:00
d114f49eac Turned on the ability to do a Next and Previous while on a Table 2015-06-19 17:28:34 +00:00