568 Commits

Author SHA1 Message Date
8d062dc49b Using the FlexibleMessageBox for all of those displaying a list of references to check 2016-02-01 17:00:17 +00:00
db5198ad01 B2016-023: For enhanced, display pasted steps in edit window if editor is open 2016-01-29 15:58:29 +00:00
7c7e29053c B2016-019: Don’t display enhanced tab if not enhanced document. Also enlarge form a bit so that folder button on Output settings tab isn’t cut off
B2016-015: refresh tabs for enhanced inserted steps. B2016-017: fix crashes on replace
B2016-024: do not allow insert new HLS in enhanced if positioned on substep (from ribbon)
- B2016-022: insert procedure in a ‘source’ set before/after did not have Create Enhanced checkbox and B2016-017: fix crashes on replace
2016-01-28 14:37:44 +00:00
c3a749e780 only display ‘Create Enhanced’ checkbox on ‘new’
if copied item is not source or enhanced, pasting info a source is more like an ‘insert’ into enhanced.
2016-01-26 11:46:00 +00:00
Rich
497b614111 Added \line RTF token to the possible whitespace characters 2016-01-22 15:22:30 +00:00
Rich
28d54bed73 Not Sure 2016-01-20 20:29:44 +00:00
e36cc1847a Enhanced Document support - Moved from volian.controls.library (should be deleted from volian.controls.library )
Move from volian.controls.library  (should be deleted from volian.controls.library )
2016-01-20 16:52:55 +00:00
6366af8b47 Enhanced Document support
Null check
Move DisplayText.cs to CSLA
Enhanced Documents – don’t allow ‘Save’ RO on enhanced step
Enhanced Documents windowing
Enhanced Documents remove unnecessary options
Enhanced Documents – don’t allow ‘Save’ transition on enhanced step
Enhanced Documents/Insert,Delete,Paste
2016-01-20 16:43:23 +00:00
dc8b52035f Updating ROs in tables (grids) fix. 2015-12-16 19:01:08 +00:00
d8f7b0619c Use static function to check user’s security level
Pass user security info to the panels, fix security related issues on the V button (B2015-188, B2015-193)
Added static functions to check the user’s security level
Use static function to check user’s security level in allowing applicability changes
Use static function to check user’s security level in enabling Inserting and RO and in Editing an RO
2015-12-09 21:01:13 +00:00
Rich
265cf53f89 Logic to limit when the OK button is enabled. Don't enable the OK button unless the RO Path has changed.
Verify that the RO Path is not previously used (for a different RO Database)  This will resolve an issue that we were seeing where AEP was changing the RO Path from ROAOP to ROEOP and the result was that the association was changed.  The code will now check that this will not be able to happen.
Fixed Bug B2015-171 - when the Library Documents Report located Disconnected Data records.  Previously, the code would crash.
2015-10-29 15:24:20 +00:00
Rich
98afa51783 Added File extension parameter to Make Document
Handle Error Handling for External Transitions
Insert Enhanced Document Step
2015-10-27 13:29:40 +00:00
8708d0bbfc Continuous Action Summary logic
Added a LazyLoad that passes in the default value
2015-10-23 18:13:53 +00:00
Rich
406ec0f036 Added Format Flag to account for Sub-sections levels in the Sequential Numbering
B2015-162 Bug was able to be fixed with data.  Attachment 7 and 8 in Shared AOP 79 were incorrectly set to print Number and Title.
2015-10-13 13:56:32 +00:00
Rich
8567b1e7bf Bug 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
2015-09-15 21:41:17 +00:00
11d58df488 Fixed 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 returns
2015-08-31 20:47:24 +00:00
6f68a01ca9 Initialize 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),
2015-08-20 18:59:16 +00:00
a58add8937 B2015-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 paragraphs
2015-08-19 12:18:39 +00:00
Rich
efe327a28f Reduced debug output for external transtion issues.
Added processing status output for Deletes
2015-08-12 22:15:45 +00:00
9e0b85c5ac Added 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’ message
2015-08-05 12:55:50 +00:00
Rich
9854bc7690 Consistent wording to refer to Working Drafts (Doc Versions) 2015-08-04 13:00:57 +00:00
d82a57f751 Added Greek symbols
Commented out code that is not used
2015-07-23 14:38:36 +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
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
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
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
dd6d76dff7 Fix page number transition if on first page 2015-06-04 11:25:58 +00:00
Rich
4f16b9ca67 Fixed logic to find external transition when attempting to delete a procedure 2015-05-29 00:18:09 +00:00
Rich
1463ec8853 Remove Unnecessary debug message
Fixed logic to find external transition when attempting to delete a procedure
Turn-on Table Shrinking Generically
2015-05-29 00:09:39 +00:00
5b07290ccd Process page number transitions & change bar location
B2015-073: Code for processing page number transitions
Allow for step box across page break.
2015-05-28 16:23:53 +00:00
ba036e23ff B2015-066: Last update for page number transitions was not correct. This fixes problem. (Note that last checkin listed incorrect bug number) 2015-05-26 16:16:04 +00:00
d4e030811e B2015-065: don’t duplicate Page ~/Page Num in page number transitions
B2015-065: Pass in correct transition type for resolving page number transitions
2015-05-26 12:58:05 +00:00
b427d24b63 Allow for multi-line step designators 2015-05-21 17:57:07 +00:00
Jim
f005316849 Modified code to support structure changes to treeview nodes 2015-05-16 17:02:26 +00:00
ab03dfd2ff Enhancements for handling checkout/modifications at folder and session level 2015-05-14 14:39:05 +00:00
eaca5be98f Logic to treat Caution/Note types as being unique so that for example, multiple notes of different types will not get bulleted. 2015-05-13 17:21:49 +00:00
Rich
2b47b33ba2 Use RegexOption.SingleLine to handle transitions to sections which have embedded carriage returns in the section title. 2015-04-28 16:09:26 +00:00
45d311bdfe increase PSI labels width
Add argument to fmrPDFStatusForm call for pagenum transition processing (B2015-053)
Add argument for pagenum transition processing (B2015-053)
Add panel/scroll bar for PSI that has many fields (on larger font display, could not access bottommost) (B2015-051)
Add property for tracking of pagenum transitions (B2015-053)
For section list, use section default (procedure steps) if transition format has user interface of ‘SectDefault’. (B2015-052)
Pagenum transition processing – add 3rd pass for fix. (B2015-053)
2015-04-24 13:13:47 +00:00
Jim
36518e7a82 Added code to support refreshing display based on changes made by another user 2015-04-14 02:59:18 +00:00
Jim
5282ef114d Add implementation code for Get Database Users and updated other adminstrative tools to standardize naming of functions
Standardized naming of adminsitrative tools implementing code functions
2015-04-14 01:35:29 +00:00
32acf4ac5a fixed various issues during initial delivery prep
Treat ‘#’ as symbol in tabs, so that ‘#’ isn’t included in resolved transition text & top/bottom continue messages (for AEP)
Created a format variable ‘RNOWidthAltAll’ to be used to adjust all RNO parts, not just those off HLS. (for AEP)
2015-04-10 13:53:34 +00:00
Rich
f7c265c388 Added ErrorLog Message if a disconnected item is processed
Added logic to keep disconnected items from being displayed in the search results
If the user selects a disconnected item the code will display a message rather than crashing.
2015-04-10 11:51:05 +00:00
Rich
5d2b0bc1b0 Added ( and Page Size) to the section property dialog for the checkbox to use MS Word Margins.
Changed logic for embedding ROs (Tables, Plots and Images) within a MSWord section.  If the Word Section is set to use MSWord Margins (and Page Size) the locations of the embeded ROs will be determined from the physical location on the page rather than the offset from the margins.
2015-03-26 02:20:20 +00:00
e24574e1b0 Fixed issue with RO table in a Word section. If the RO token was spaced over, only the first row of the table would be spaced over. 2015-03-18 12:21:57 +00:00
Rich
7e10163760 Handle exception if external transition to a procedure. 2015-03-10 10:10:56 +00:00
Rich
f97433e12a Changed the name of the temporary file used for MSWord PDFs. Gave it a PDF extensison so that it caan be more easily opened.
Add useful information to the PDF file properties so that the verssion of the code used to create the PDF can be identified.
2015-03-06 11:50:27 +00:00
73ce62d4c8 Added a check for Enhanced Backgounds in the CalcStepLevel function 2015-03-03 18:20:01 +00:00
Rich
e8ab373008 Word Section Replace ROs Results in an error if there are not any ROs 2015-02-27 15:13:59 +00:00
Rich
6d94bfb5f4 Added code to resolve issue with printing RNP document
Added code to resolve issue with printing BGE document
2015-02-27 03:56:28 +00:00
Rich
7f923ff0c5 Added logic so that the code works even if the location in the data is not specified. 2015-02-24 15:56:58 +00:00