828 Commits

Author SHA1 Message Date
Rich
7b9a359d06 Fixed bug in program that did not allow user to delete a folder after it was created due to applying security incorrectly. 2013-12-06 04:16:39 +00:00
Rich
99961c7ddf When opening an MSWord Section, if the Document Zoom is less than 40% change it to 100% 2013-12-04 18:44:59 +00:00
d088933be0 Farley RNO Column size improvements 2013-12-04 12:59:13 +00:00
Rich
6ae55e3780 Fixed logic to properly find RO Tokens in text.
Fixed logic when searching for annotations so that the results can be selected.
2013-11-27 15:43:53 +00:00
Rich
f36317757d Modified when word document tab is closed after user makes change and answers dialog box 2013-11-21 21:17:33 +00:00
Rich
50910d00b8 Add UserInfo property and modified code to assure a person with Reviewer security can only manage annotations created by themself.
Added SessionInfo property to DisplayTabControl class and managed opening and closing DisplayTabItems.
Added OwnerID and UserRole properties to DisplayTabItem class and obtained owner id and setup security based on user role when opening an item.
Added property to allow forced check in of word document to ignore any changes made by user.
Removed debug code
Added methods to setup ribbon control based on user's security role.
Added SessionInfo property and events and methods to setup proper menu items to appear on the right click of a node based on user's role and checked out status of item.
2013-11-20 23:12:47 +00:00
fd49699ee0 FNP: Fixes for page breaks/yoffset for component list sections & overlap bottom message & text
Fix null reference when migrating FNP table
2013-11-20 13:28:46 +00:00
Rich
857bbc6af0 Don't add Unit ROs unless Type is Text or ALL and myDVI has been set.
Added logic to determine AccPageID for Unit ROs.
2013-11-15 19:12:37 +00:00
Rich
d056362081 Added logic to support reading a 64 bit registry from 32 bit code.
Fixed logic to check to see if MSWord 2007 has the addin installed for PDF Export
Added Unit RO support for MSWord Sections for U-Name, U-ID, U-Other Text, U-Other Number, U-Other Name, and U-OtherID
Fixed code to handle Library Documents being remove from a list.
Removed Debug Output
2013-11-14 16:20:08 +00:00
Rich
30facbbec0 Added code to warn user that Unit Information RO values are not editable in the RO Editor
Fixed logic for undo to verifiy what is being undone will not cause a crash of application
2013-11-11 18:49:12 +00:00
Rich
869861a6dc Added code to support Unit Information RO values to be displayed in RO tab of step properties and adding selected unit information RO to procedure steps. 2013-11-11 18:48:39 +00:00
Rich
60dbbb6269 Set the plot background to white if not doing compare and transparent if doing a compare.
Add logic to exclude high level steps from those items included in the Replace Words list for substeps.
Removed event handlers for DSOFramer.  It appears that these no longer work for MSWord 2013.
New Watermark Logic
2013-11-07 21:45:56 +00:00
fadac13f82 Various FNP tabbing & template fixes
Get text for template steps
Template improvements & added AlignHLSTabWithSectOvride for FNP
Support for TitleWithTextRight step types
Support PSOnlyFirst docstyle flag for FNP
Printing of FNP’s component lists (templates), PSOnlyFirst docstyle, PrintNoTitle, subsection has own docstyle, and FNP tab locations
Support PSOnlyFirst docstyle, Like6_ButDoesntNeedSubsection numberingsequence & PrintNoTitle, for FNP
2013-10-28 13:58:40 +00:00
2deb6dc799 don’t do replace words if there is a dash before or after the word 2013-10-11 13:14:31 +00:00
2988ba9b87 RNOs displayed before substeps for enhanced background flag
Improved arrowing for backgrounds with RNO before substeps
2013-10-02 10:41:58 +00:00
Rich
49ef77939a Use Hex format for the RO DB ID for RO Searches. 2013-09-25 21:23:13 +00:00
9bc84679d3 ReadOnly Step Property for Backgrounds
Support ReadOnly step property for rtb size
Support ReadOnly for rtb
Pagination for Background documents, i.e. HLS/Caution/Note have pagebreaks
Pagination for Backgrounds; Pagelist items for Backgrounds; tabs & offset for backgrounds & minor general Callaway
PageList items for Background documents (HLRNO & HLSTAB) and CURDATE & CURTIME (for fnpnmp)
2013-09-25 16:09:15 +00:00
Rich
3363a94037 When a hardspace was added before or after a "Replace Word" (IF, THEN, WHEN, AND, OR, NOT) in a table, the word was still underlined. The issue was that there was some RTF formatting which occured between the hardspace and the "Replace Word". Logic was added to check for Hardspaces preceding or following a "Replace Word". 2013-09-25 15:57:24 +00:00
Rich
3e1d22674c Added logic so that MSWord 2010 and beyond uses the internal export to PDF function.
Added logic to handle errors when a document is closed.  The code will attempt to do a close 10 times.  If it fails ten times, it will document the exception and continue.
If an exception occurs when an MSWord section is being saved, a message will be displayed that will document the error.
2013-09-18 16:42:30 +00:00
c56c78f1e0 Added a check for the number of available Cautions and Notes in the TopPart() and BottomPart() functions to avoid an index out of range error. 2013-09-10 15:40:41 +00:00
Rich
d413a5a7ee Initialize bookmarks after initializing the Database connection. 2013-09-10 14:36:55 +00:00
89965f1278 Fix possible symbol font discrepancy in tables
Allow options for handling foldout page if first page.
2013-09-10 12:46:23 +00:00
Rich
9c8cfe9920 Save the UserID when a Grid is changed.
Disable Drag and Drop for Steps, since this code was not working properly.
Changed logic to handle folders with identical names.  The user is informed, and the code no longer crashes.
2013-09-09 15:54:50 +00:00
Rich
eb92e89186 Added event code to the tab for a procedure, so that the tab is updated if the number or title of a procedure is changed. 2013-09-09 15:53:07 +00:00
Rich
d1e86aeb60 Added code to support changing applicability on procedure sections 2013-08-30 02:31:26 +00:00
a99730e570 Convert '^' to delta correctly. (when assigning color to RO, it was not setting font for delta symbol, so it got set to a '?'. 2013-08-29 14:19:26 +00:00
2ce0990d62 Handle the deleting of a step marked for copy 2013-08-01 21:41:26 +00:00
Rich
98d8a174fb Changed how DoBeforeTransFlagSupport located replace words string in step text from first location to last location
Added and used new method IncludesParentToHLS to PDFReport to correct how step tab data is displayed in PDF report
2013-07-25 03:38:16 +00:00
Rich
2ef2f898b1 Added code to apply selected applicability when expanding steps while steps are being setup in SetupEditItem method
Added additonal condition to check for null value for section steps when no steps exist due to applicability settings
2013-07-23 04:06:09 +00:00
Rich
823e6c04f2 Added code to support disabling create pdf button when multiunit until user selects a unit
Made btnPdfCreate public
2013-07-18 19:17:35 +00:00
8f576d59df Fixed null reference in converting tables that use underline style instead of dashes to draw the row lines 2013-07-17 23:36:41 +00:00
0eda70c1c8 Added TurnOffReplaceWords format flag
Added space after UnderlineOn command when converting.  Fixed the conversion of Top Continue Message, when not defined in 16-bit, set to an empty string so that it is not inherited from the Base format
Added TurnOffReplaceWords flag
Don’t do ReplaceWords if TurnOffReplaceWords is set to true
2013-07-17 15:13:02 +00:00
e3aa3ecdcd 2013-07-10 14:36:21 +00:00
Rich
8ccdecf244 Changed Highlighting logic for range transition to only include steps or sections 2013-07-08 19:21:39 +00:00
Rich
aace632c9b Added logic to protect against failures when an invalid transition text is removed.
Added logic to protect against failures when an invalid transition text is selected.
2013-07-03 15:58:12 +00:00
76710282b4 2013-07-03 13:57:43 +00:00
Rich
2067a6f212 Added IsTransition, AdjustStepTransitionText and BoldTransitionExceptHLS properties to PlantFormat class for VCSummer data
Added code to utilize BoldTransitionExceptHLS property for VCSummer data
Added code to reset MyGaps when changing sections for drawing centerline for VCSummer data
Added code to handle Transition Caution and Transiton Note when printing PDF for VCSummer data
Added code to handle proper incrementing for lower case roman numeral page numbering for VCSummer data
Added code to handle hard new lines in Procedure title for VCSummer data
2013-07-03 03:40:09 +00:00
Rich
78add0ccd2 Added a missing MAXRECURSION 10000
Changed Through Transition Format and User Interface
Added Automatic Print Options to shutoff DebugText (/NT), DebugPagination (/NP) and Compare (/NC)
Added logic to allow the use of the default path for PDFs.
Update the Print_PDFLocation property of the Working Draft when the user changes the value on the Working Draft property page.  Fixed Bug B2013-117
Set the date/time stamp for the Document based upon the current time.
Make sure that the output is set to Final without revisions and comments before ROs are replaced.
Added function to restore valid previous version of MSWord document if the current version is not a valid document.
Check for Null to eliminate errors.
Removed Unused field DocPDF
Support MSWord document restore function.
Add check for Transition Node count before updating values.
Restore latest valid MSWord document if the current version is not valid.
Eliminate File Commands so that the user can only close the MSWord section, and then verify if the changes to the document will be saved.
2013-07-01 17:39:15 +00:00
45fdbc4fe3 Fix B2013-125: crash when adding SHE procedures
Modify 'AND' range transition to actual selection of user
2013-06-27 12:51:55 +00:00
Rich
baae8c057f Add additional condition when determing expansion of steps to verify parent item is a step 2013-06-25 21:23:55 +00:00
047047222b disable the Insert Before/After buttons when not on a step part 2013-06-19 12:27:27 +00:00
91c7da8300 2013-06-17 13:52:24 +00:00
ad2e39dc4d 2013-06-14 14:22:00 +00:00
05f3fcf8a4 2013-06-07 11:11:54 +00:00
dfbdd0dbdb Improvements and bug fixes, including clear all & reset to fix 'caching' problem 2013-06-05 12:43:08 +00:00
7427c75caa 2013-05-29 14:56:40 +00:00
Rich
60ed4a9e31 When rev date in proc config file is not a date, use change bar date
Changed casting iteminfo to procedure info to just using procedureinfo object to get pdfnumber for printing pdf
2013-05-21 14:18:38 +00:00
Rich
11fe928774 Changed an Error Message to provide the location where the error occured.
Added logic to keep un-numbered child steps together.
Changed the space on the first page to be yWithinMargins.
Changed an Error Message to provide the location where the error occured.
Changed the format of the Pagination Debug file to make comparison easier.
Used YTopMost to correctly determine how much space is left on a page.
Changed an Error Message to provide the location where the error occured.
Changed logic to keep from breaking in a caution or a note.
2013-05-13 10:44:25 +00:00
87494ae0ed commented out console writeline 2013-05-06 17:17:58 +00:00
Rich
4ca9a34c07 I added some RTF logic to indent the change description. This will make it easier for me to copy text into source safe from this document.
Corrected logic for returning the RO Value when the ROs do not have multiple return values.  This fixes Bug B2013-080.
Added logic to the code that looks for a newer version of the RO.FST file, when the DocVersion (Folder) does not have an assocated RO Database.
Added Caption, Button and Icon to Warning Message when DocVersion (Folder) does not have an assocated RO Database.
Added logic to support ROs that do not have Multiple return values.
Fixed logic to support ROST lookup when the DocVersion (Folder) does not have an assocated RO Database
Added Caption, Button and Icon to Warning Message when DocVersion (Folder) does not have an assocated RO Database.
Shut-off the RO Edit feature when DocVersion (Folder) does not have an assocated RO Database.
2013-04-19 15:01:11 +00:00