e47d4e8a9fBug Fix B2015-136, added logic to use the same font as the table we are inserting Before or After.John2015-09-15 21:49:05 +00:00
83527dd4deAdded ability to do an Insert Before and Insert After on a TableJohn2015-09-15 21:48:08 +00:00
8567b1e7bfBug B2015-126 Fixed When Referenced Objects are updated, the RO values embedded in Step Text is updated. Word sections are "flagged" (the temporary PDF records are deleted) which will cause the ROs to be "refreshed" when the procedure is printed. Unfortunately, the process did not account for changes to RoImage content, with no change to the embedded "value." PROMs has been changed to identify the Referenced Objects (ROIDs) which have been impacted by changes to the ROImages. ROFSTs can be updated in one of two ways. When an RO.FST is created in the ROEditor, this is a "new" RO.FST which can be used to create a unique ROFST record in the PROMS database. When this happens, any "new" figures are also added to the PROMS database. So, the first time this RO.FST is associated with PROMS database all of the figures are also created. If you then associate the this RO.FST PROMS record with other procedure sets, the only change is the addition of an association record. The important thing to remember is that the temporary PDF files used to improve performance with MS Word sections, have to be deleted when changes are made to the information used to describe the section, which can include RO Values and the RO Image Files. This change automates the process of refreshing the temporary PDF
Rich
2015-09-15 21:41:17 +00:00
1d360b719eThe Ro Editor uses a semaphore File (ROEditor.OWN) to control or limit the number of people that can edit the RO database. Only one person can edit at a time. When the editor is opened, the code checks to see if the Semaphore flag exists. If it does, the code exits immediately. If it didn't exist, it was created. When the editor was exited properly, the file was closed and deleted. Unfortunately, if the editor crashed, the file would be left and nobody could open the RO Editor. To this point, this would have to be fixedd manually. With this change, the code deletes the file rather than checking for its existance. If the deletion fails (which indicates that the editor is in use) a MessageBox will be displayed and identify who has the RO Editor.
Rich
2015-09-15 21:40:15 +00:00
2bd80c5469Added this new format file identical to the EOP background format except it uses "FSG" in the high level steps rather than "EOP"Michelle2015-09-15 18:53:10 +00:00
4dde69b100Removed the "See Deviation Document" and square boxes with the REFERENCES section so that the template steps would printMichelle2015-09-15 18:52:25 +00:00
a3535690a21. Removed unused PSI fields (were on ‘Document Cover Sheet’ section type that was removed) 2. Disable RNO button (B2015-139) 3. Removed ‘Westinghouse’ from Proprietary Class and titles. 4. Made left margin consistently 1 inch 5. Removed ‘Document Cover Sheet’ & ‘Procedure Steps With Border’ (F2015-029) section types 6. Added page number to the ‘Attachments (Word) Blank Border Page (F2015-032)Kathy2015-09-15 12:16:48 +00:00
b9d01b6976Added to PageList Tokens {PDFDate} Currrent Date MM/dd/yyyy {PDFTime} Currrent Time HH:mm:ss
Rich
2015-09-14 20:48:03 +00:00
6ad07dcf50Comment text didn’t have // in front of it, causing a build error.John2015-09-14 14:30:52 +00:00
b39fc7a048Open a MessageBox and provide a message if a connection fails. This handles incorrected values for the server name, the database name, or anything else (including security) which would cause a connection to fail.
Rich
2015-09-14 13:30:01 +00:00
4540344b0bAdded logic to remove Session records associated with previously closed processes.
Rich
2015-09-14 13:29:19 +00:00
4c0fed9dceAdded Enhanced Document Menus SetAdministrator Support for Import and Export Procedure Sets, Import Procedure, Export Procedure Added ROID PDF Destinations to Complete RO Report so that PDF Links can go to a specific Refenced Object in the Complete RO Report PDF. Add PDF Links for Enhanced Documents and Complete RO Report
Rich
2015-09-12 15:49:37 +00:00
a87decdbe3Open Enhanced Document from Procedure or Procedure from Enhanced Document Added new feature to keep Background Document and Deviation Documents in Sync as the user moves through the procedure. Support ReadOnly steps for Enhanced Documents linked steps.
Rich
2015-09-12 15:47:44 +00:00
551b71e525Save Enhanced Document Properties Support new Properties Step_SourceToBackground, Step_BackgroundToSource, Step_SourceToDeviation, Step_DeviationToSource
Rich
2015-09-12 15:45:06 +00:00
694c887710Support multiple edit Windows Support Sync of Enhanced Documents
Rich
2015-09-12 15:43:55 +00:00
8280b4976fAdded new feature to keep Background Document and Deviation Documents in Sync as the user moves through the procedure. Added manual ping on btnStepRTF. This is for testing Ping logic when running in debug (visual Studio) Changed security to allow SetAdministrator to perform some Admin functions. Support multiple windows by VersionID.
Rich
2015-09-12 15:43:07 +00:00
ba94c537ccAdded new feature to keep Background Document and Deviation Documents in Sync as the user moves through the procedure. Added the ability for the Set Admin to use Admin Tools
Rich
2015-09-12 15:42:05 +00:00
14e0d8c756Added ROID PDF Destinations to Complete RO Report so that PDF Links can go to a specific Refenced Object in the Complete RO Report PDF.
Rich
2015-09-12 15:41:08 +00:00
9595cded52B2015-033 made the position of AER and RNO change bars consistent among sub-step levels for change bars that are placed next to the text.John2015-09-11 19:23:27 +00:00
ad1358d77eBug fix B2015-147 – use HideSelection instead of inserting Highlight on/off which was putting in additional color table information and, in general did not clean up after turning highlighting off.John2015-09-11 14:41:11 +00:00
3deeeb429eB2015-042: Fixed crashes when deleting rows/columns when table has merged cells. Other general improvements of table row/column deletion.Kathy2015-09-11 10:53:34 +00:00
5cbbd3e581made groups and dropdown text consistent on the change bar tab Made the text used for change bars consistentJohn2015-09-09 17:07:14 +00:00
6fceccc6c1B2015-122: Fix HLS underlining of subscript & superscriptKathy2015-09-04 13:59:00 +00:00
5586849ebcTurned on the Imperfect Structure flags for HLS and for SubStepsJohn2015-09-02 15:24:44 +00:00
2305c18f24B2014-071: save data after paste if pasted text contains a link.Kathy2015-09-02 10:55:24 +00:00
f71a0a2431Setup DisplaySearch context menu after /DB parameter is processed.
Rich
2015-09-01 13:12:24 +00:00
e46075e675Don't setup context menu in the initialization code.
Rich
2015-09-01 13:11:39 +00:00
11d58df488Fixed a bug where the page number was not being resolved in page number transitions to sections that have a hard return. Better handling of hard returnsJohn2015-08-31 20:47:24 +00:00
d79bc6762amade the dialog box sizable.John2015-08-26 16:06:16 +00:00
af82e4c2cbC2015-036: Modified “vesp_GetTransitionReportData” to return correct data for outside transitionsKathy2015-08-25 14:52:59 +00:00
f4e1c63ec1Fixed bug B2015-133 where RO fields that contain a single character were not printing on the reportJohn2015-08-21 13:10:37 +00:00
6f68a01ca9Initialize static variable containing the BASEall.xml format information Added a static variable for the BASEall.xml format information Added parameters to allow a transition search in selected step elements. (B2015-055) Make symbol list available without first selecting a procedure set, fixed searching for symbols bug (B2014-057), fix for transition search by type (B2015-055),John2015-08-20 18:59:16 +00:00
d5b30b523fGlobal search fixes for hard spaces, symbols, bolded text, and transition search by step elements (B2014-056, B2014-057, B2014-102, B2015-055)John2015-08-20 18:57:19 +00:00
97c83bef4cB2015-103: Use [SHIFT] [CTRL] [D] for indent (not [SHIFT] [CTRL] [T]) B2015-103: Add indent to short cut key helpKathy2015-08-19 16:07:00 +00:00
a58add8937B2015-103: indents (strip out rtf indent commands) B2015-103: indents (handle rtf indent commands) B2015-103: indents (set/clear ribbon button for indents) B2015-103: setup rtf string for indents; display small identifying marks for indents B2015-103: remove page break from ribbon; move indent; support new indent; support for table grid indent B2015-103: Print for new indents in tables B2015-103: Print for new indents in paragraphsKathy2015-08-19 12:18:39 +00:00
49dcdd4f4aContinuous HLS: Changed tab from numeric to bulletKathy2015-08-17 13:31:34 +00:00
efe327a28fReduced debug output for external transtion issues. Added processing status output for Deletes
Rich
2015-08-12 22:15:45 +00:00
312b0e4e2dImproved performance of the SQL Stored procedures related to DeleteItemAndChildren. Added output so that status can be seen as a procedure is deleted.
Rich
2015-08-12 22:14:44 +00:00
c3f58a6df7Fixed B2015-005: Last bullet had inconsistent line spacing compared to previous bulleted sub-stepKathy2015-08-07 14:31:28 +00:00
1c07d2d503Fixed logic for printing using the UnderlineAfterDashSpace format flagJohn2015-08-07 14:31:50 +00:00
dfd6dd4f3aFixed B2013-175: Shortcut for inserting substeps is blank menuKathy2015-08-06 15:37:26 +00:00
ae7058eb8dC2013-009: Use PDF Location text box on General Tab for setting location and remove PDF Location text box on Settings Tab B2013-173: Print Shortcut - when multiple tabs are open, Ctrl-P now prints correct procedureKathy2015-08-06 13:16:46 +00:00
450c3ef6c1Add a ‘blank’ Word section typeKathy2015-08-05 15:50:18 +00:00
9e0b85c5acAdded Express format flag; adjust tabs/indents for section, subsection, step and substeps; flag warnings as separate from notes & make boxes different between Notes/Cautions/Warnings Proms Express: Adjust PrintLevel (of steps) for tabs Proms Express: Added Express flag Proms Express: Put out message when user adds substep that is greater than a level of 4 Proms Express: If a section doesn’t have text & in Proms Express, don’t put out ‘No Section Content’ messageKathy2015-08-05 12:55:50 +00:00
94a1c4289bVerify that the current node is within range before looking at the value
Rich
2015-08-05 12:38:40 +00:00
f8c047e0c7Added the Continuous Action AND, Continuous Action OR, and Continuous Action PARAGRAPH to the search by type list. They will be placed under their parent type (AND, OR, and Paragraph) (B2015-008) Fixed the Global Search Report bug where only the headers were on the first page of the report (B2014-098). Fixed bug were printing a search result of “(“ would not print. (B2013-150)John2015-08-04 17:25:34 +00:00
a5615f9ea7Turned on Searchable for ContAcParagraph so that it will appear in Global Search’s step type list ( B2015-008)John2015-08-04 17:10:31 +00:00
9854bc7690Consistent wording to refer to Working Drafts (Doc Versions)
Rich
2015-08-04 13:00:57 +00:00
a9745c111aAdded code to fix Bug B2015-095
Rich
2015-08-04 01:19:51 +00:00
59fbfdc082Addjusting the settings for the expander so that they are easier to see.
Rich
2015-08-03 19:25:39 +00:00
8f379f0b9bFixed an Argument Exception error in the Chronology of Changes Report. Also cleaned up the output of the Chronology and Summary of changes reports.John2015-08-03 15:52:46 +00:00
0e255bc3d8Added 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.John2015-07-30 17:13:08 +00:00
28a3a99c50Pass 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.John2015-07-30 14:18:55 +00:00
1ebe496589Fixed the issue where bullets were not printing in some tables.John2015-07-28 15:50:04 +00:00
42ee6dd435Adjusted the section title length so it does not bump into the attachment page numberJohn2015-07-28 13:46:09 +00:00
a083da2cd2Added code to differentiate between add and edit modes
Rich
2015-07-27 22:17:41 +00:00
2aa0057fa1Changed 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.
Rich
2015-07-27 21:18:02 +00:00
23f5ef318dAdjusted the Landscape Attachment DocStyleJohn2015-07-27 14:51:10 +00:00
1408a43fa8Fixed use of symbol characters in table cells Fixed use of the hanging indent in procedure stepsJohn2015-07-24 18:55:31 +00:00
33a1dba227Added Landscape Word Attachments section type.Michelle2015-07-24 17:19:44 +00:00
664ecc3440Shortened the section title length so that long section titles do not run into the page number at the top of the pageJohn2015-07-23 20:48:43 +00:00
03d5bb04f8Fixed 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,
Rich
2015-07-23 16:25:26 +00:00
5f117cf611If a symbol to be printed is not in the VESymFix font then check/use the Consolas font.John2015-07-23 14:40:21 +00:00
957499d93cUse the FreeMono font for symbols in the edit windowJohn2015-07-23 14:39:40 +00:00
d82a57f751Added Greek symbols Commented out code that is not usedJohn2015-07-23 14:38:36 +00:00
f97bf6d24cused to display symbols chars in the PROMS editorJohn2015-07-23 12:23:10 +00:00
cf388f5fc0The end of procedure statement should all have the dashed lines like the two column formatKathy2015-07-22 16:06:03 +00:00
238c92502fUse ‘DocStyleListActive’ for section typesKathy2015-07-22 14:50:03 +00:00
96f25e72e4Changed 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]’Kathy2015-07-22 14:45:10 +00:00
3e403455ecChange ‘Count’ to ‘MaxIndex’ for ‘vlnIndexedFormatList’Kathy2015-07-20 14:33:06 +00:00
6c6f895834Change ‘Count’ to ‘MaxIndex’ for ‘vlnIndexedFormatList’ Rename ‘Count’ to ‘MaxIndex’ in ‘vlnIndexedFormatList’ to clarify what variable is, fix plural of box (boxes)Kathy2015-07-20 14:29:34 +00:00
a98f4998daSupport for Inactive document styles Change ‘Count’ to ‘MaxIndex’ for ‘vlnIndexedFormatList’ Add Inactive flagKathy2015-07-20 14:28:22 +00:00
bd75e47b8bSet 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.Kathy2015-07-20 14:19:07 +00:00
7ddf86f5b0Set ‘Boxit’ to false for LossOfAc Steps (Un-numbered HLS in menu)Kathy2015-07-16 12:08:03 +00:00
0d65f14619Fix 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.Kathy2015-07-15 14:16:13 +00:00
cc62e2fd59Fix B2015-096: Overlapping AER/RNO tables found in Farley printoutsKathy2015-07-14 14:44:00 +00:00
4f4513ffe5Added 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.
Rich
2015-07-13 15:49:08 +00:00
330f36250dIf 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)Kathy2015-07-13 11:37:56 +00:00
00ddf14538Improve pagination between complicated AER/RNO stepsKathy2015-07-10 15:37:03 +00:00
30059881f0increase 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 footerKathy2015-07-10 15:36:32 +00:00
d398387142Fixed Step Designator issues with the Top Continue Message for Comanche PeakJohn2015-07-08 13:05:25 +00:00
e2aded8ce4Made 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.Kathy2015-07-07 15:32:49 +00:00
9e6d543133Adjusted change bar locationJohn2015-06-30 17:50:50 +00:00
bc5c1ac8adExtended the page border length to accommodate the step continue messageJohn2015-06-29 14:30:14 +00:00
5455804e11B2015-087: annotation panel not enabled for folders/doc versionsKathy2015-06-29 13:17:01 +00:00
791549a700Bug Fix 2015-084 for Ginn’a Attachment format. Fixed logic that determines if a group of Cautions / Notes get a bullet.John2015-06-24 14:28:01 +00:00
5b527ff533Added the section number followed by a comma, to the Single Column Attachment Steps and Two Column Attachment Steps page styles.John2015-06-23 19:16:04 +00:00
26709b08f6Added Folder Specific information to put the Form Number and Form Rev number at the bottom of each page.John2015-06-23 17:16:53 +00:00
c0a731021eUsed the “Default” step type to be a “Non-Indented Paragraph”, fixed Approved by PSI text not printing on Cover page sectionsJohn2015-06-23 17:15:29 +00:00
c6ba742fcfData Package format for Flex procedures Deviation format for Flex proceduresJohn2015-06-23 17:14:20 +00:00
712eb8d9e3(B2015-077) Removed docstyle flag, ‘DontCountInTabOfCont’, in ‘Safety Function Status Check’.Kathy2015-06-23 16:39:01 +00:00
eb15adfde7F2015-011: Set RNO font to same as substepKathy2015-06-23 14:07:40 +00:00
c98ea48e74C2015-012: (Comanche Peak) Include asterisk and step designator in Top Continue Message for Continuous Action Steps.Kathy2015-06-23 13:07:57 +00:00
a038fe06e9B2015- 076: underlining overwrites text below (occurred on compressed steps with larger font)Kathy2015-06-22 14:42:46 +00:00
7bc11c7fb6B2015-071: Fixed handling of sublevels in templates (for EXEBCK) B2015-071: EXEBCK template had spaces in template text, fixed parsing of thisKathy2015-06-22 14:41:55 +00:00
3c489b709eB2015-071: Flag HLS as template stepKathy2015-06-22 14:40:30 +00:00