3637 Commits

Author SHA1 Message Date
Rich
c1fcb88627 Add right click menu item for a procedure and a folder with a working draft to process transition report. 2015-01-22 22:29:23 +00:00
Rich
688c286296 Added methods to support transition report functionality 2015-01-22 22:28:14 +00:00
Rich
9fd18c177d dialog box to provide status of transition report preparation 2015-01-22 22:27:25 +00:00
Rich
a3ca919a57 Add right click menu item for a procedure and a folder with a working draft to process transition report. changed how enter button was handled on the item id and content id search textbox on bottom debug bar to eliminate beep 2015-01-22 22:25:50 +00:00
Rich
746ac8f35d Added stored procedures and function to support transition report functionality 2015-01-22 22:25:13 +00:00
Rich
ca0d2d3843 Fixes logic for copy step
Fixes logic for 7 LPI to account for the End Message
2015-01-22 01:36:29 +00:00
Rich
d991c5c9e3 Added Profile debug for Debug Output (details printed at each paragraph) 2015-01-20 19:22:37 +00:00
Rich
e66cc71db9 Removed debug code
Fixed format logic
Removed unnecessary logic
2015-01-20 19:21:52 +00:00
Rich
8df668c5e2 Added Profile debug
Changed NextItem property to use GetNextItem method when printing
Changed RegisterFont to improve print performance
2015-01-19 20:58:05 +00:00
Rich
389c6575d0 Changed NextItem property to use GetNextItem method when printing
Added Profile debug
Added Command-line parameters (/X= and /Y=) to specify the offset used for Compare.
Changed NextItem property to use GetNextItem method when printing.
Remove PrintTimer which has been replaced with ProfileTimer
Added Profile debug
Added code to handle special characters when printing,
Added Profile debug
Changed NextItem property to use GetNextItem method when printing
2015-01-19 20:56:35 +00:00
Rich
d501a39a7b Added a Command Line parameter (/NoChgID) which will allow the user to skip entering a ChgID.
Added Profile debug
Improved Performance for ReplaceWords
A wait cursor was set when a right-mouse click occurs on a treeview.  This gives instant feedback that something is happening.
2015-01-19 20:54:28 +00:00
Rich
6a973a288b Added Objects DebugProfile and DebugDBTrack for command-line parameters /Profile and /DBTrack
Added code to retrieve command-line parameters.
Added property CalledFromCSLA to retrieve the CSLA object and method used by DBTracking.
Added ProfileTimer object to track CPU using by methods
2015-01-19 20:52:32 +00:00
Rich
25719bf869 Added code to Track DB Usage. Uses the StackTrace to find which object and method are being used when the database is being used.
Added Profile debug
2015-01-19 20:50:15 +00:00
Rich
29ffd0329c Added ability to perform a profile (Determine which sections of code are using the majority of the CPU time.)
Fixed logic that determines if the debug output should be created in the PDF.
Added ability to track DB actions.
Change cursor to a wait curcor when the print button is pressed.
Added Profile debug
Added a time-out for determining if a RO.FST file is newer.
Added a property (PrintAllAtOnce) to the ItemInfo object so that the code can differentiate between objects that are being used for edit or print.
Added logic to improve print performance.  Specifically initialize a number of item properties when the procedure is loaded for printing, rather than waiting for the properties to be lazy-loaded.
Added Profile debug
Changed NextItem property to use GetNextItem method when printing.
2015-01-19 20:49:15 +00:00
1b0079388e Implement code for DontResetIndentOnNewline for BGE 2015-01-16 15:02:06 +00:00
18e7dbcdad Implement code for DontResetIndentOnNewline for BGE 2015-01-16 15:00:49 +00:00
f3b7e9138f Implement code for DontResetIndentOnNewline for BGE 2015-01-16 14:59:47 +00:00
98dc16f69b Add DontResetIndentOnNewline (for BGE) 2015-01-16 14:58:52 +00:00
3dc4827fd4 Add DontResetIndentOnNewline 2015-01-16 14:58:20 +00:00
7284fd86f2 Fixed a bug for RO Usage Report where RO Usages were not found in Word attachment sections when RO values where selected to generate the report rather than a RO group. 2015-01-15 21:28:58 +00:00
2f26c7a5fb Logic to include places where there are missing RO on the RO Usage Report, Fix to a Key already in dictionary error, changed the RO.FST created title line to read “RO.FST Last Created:” 2015-01-13 16:32:46 +00:00
112bd6dcc3 Logic to include places where there are missing RO on the RO Usage Report. Added Check box to include missing ROs on the RO Usage Report 2015-01-13 16:32:09 +00:00
e1945e3c41 Logic to include places where there are missing RO on the RO Usage Report. 2015-01-13 16:31:17 +00:00
2363d304aa Fix for Search ROs and RO Usage report where when you select specific RO value, it will not be found in Word attachments. 2015-01-13 16:30:08 +00:00
f3cba1acde Previous fix for positioning of high level step text in the edit window caused the width of the sub-steps to get smaller and smaller. Adjust the MyStepRTB.Left only if not on a highlevel step or the tab contains “{Section Prefix}”. 2015-01-12 18:06:18 +00:00
ace837aa1d In vesp_SessionBegin. Added a command to delete Owners where the SessionID is not in the Sessions table. This fixes an issue that happens when PROMS is abnormally terminated and not allowed to clean up before exiting. 2015-01-08 21:07:24 +00:00
9ce6c8c2b5 removed commented out line 2015-01-07 17:43:26 +00:00
99cbb788f2 Corrected the starting location of the step edit window for steps 1-9 so that they start at the same location as step 10 and greater
Fixed the positioning of the Fixed Change Bar to use the format default font rather than the current step / substep font, to ensure consistency.
2015-01-07 17:41:57 +00:00
a2586a851f Moved the starting position for pages other than the first page down a half line so that change bars on the first item of the second, third, etc. pages do not run into the page number at the top of the page.
Fixed Change Bar location set, page widths and lengths adjustments, section title wrapping fix, page boarder positioning
2015-01-07 17:40:33 +00:00
630fc6de83 Add IsFigure to ‘IsLowestLevelStep’ property (was done for SUMMER printing of checkoff box on figure - customer did not want that) 2015-01-07 13:35:33 +00:00
3d35cf5498 Fixed null reference bug when no procedure set is selected 2015-01-07 03:03:20 +00:00
1d0dca79b4 fix text width for 2nd level sections (WCN); do not print section continue message if subsection starts at top of page (BGE) 2015-01-06 14:19:17 +00:00
1541cc4f13 fix text width when meta section level is 2; fix font & underlining of Checkoff header 2015-01-06 14:18:43 +00:00
8c55393cbf Fixed a bug where you could not do a RO Summary Report for “All Referenced Objects” Also made the tree selection smarter to un-check children when a parent node is checked and to uncheck a parent node when a child node is checked. 2015-01-05 20:13:08 +00:00
174bac97f7 Logic to call the function to create the RO Summary Report
Added functions to for use in generating the RO Summary Report
Enabled the RO Summary Report and added logic to support the gathering of information for the report
Added logic to generate the RO Summary Report
2014-12-19 19:46:27 +00:00
eec2b3cbae Trap the plus sign <Ctrl><Shift><+> and <Ctrl><+> on the keyboard (not the keypad) 2014-12-17 15:51:38 +00:00
882c4eb7b9 Replace a space with underline turned off after to a hard space with underline turned off after
Fixed B2014-086: Keystroke combinations in RTB should be not processed such as right align or center text.
2014-12-16 15:26:39 +00:00
ce33728734 Added null reference check when printing change bars (for Note/Cautions off of Sections) 2014-12-15 17:32:11 +00:00
e8f9bfe49b The last pagination change cause more problems. Backed out the last pagination change. 2014-12-12 20:59:58 +00:00
003ce41d6b Added a null reference check to the insert before function 2014-12-12 19:15:54 +00:00
763223fdd0 Fixed pagination bug for calvert OI unit one procedure OI-8A section 6.2.B.3 2014-12-12 17:05:57 +00:00
7145beac7b Added CautionNoteOrder 2014-12-12 17:05:24 +00:00
4ea481e430 Set the NumberingSequence to 11 (WithinEachSectionNumber) in the Attachment-SubSections document style
Set the NumberingSequence to 11 (WithinEachSectionNumber) in the Valve List document style
Added a new NumberingSequence 11 – WithinEachSectionNumber which will continue the page numbering across sections that have the same Section Number and are set to print continuous.
Added logic to support the WithinEachSectionNumber NumberingSequence type
2014-12-11 19:32:39 +00:00
56007d4303 Copied over sql commands from PROMS2010.sql that were not in PROMSFixes (vefn_FixTransitionForCopy & vefn_FixROData);
for xml comparisons use nvarchar rather than varchar so that if data contains character codes above 255 a crash does not occur;
remove duplicate CopyItemAndChildren
2014-12-11 13:07:11 +00:00
428a6241d5 Make pagelist items landscape (& locate appropriately) for the landscape attachment document style 2014-12-10 15:56:16 +00:00
c73453cca0 Fixed B2014-087: save new text before saving change id config data 2014-12-09 14:28:42 +00:00
Rich
4e2cf93fc6 Support batch running of DataLoader 2014-12-08 20:29:33 +00:00
Rich
e73b34ec68 Added Commented logic to handle ActiveSection when printing. 2014-12-08 20:28:27 +00:00
Rich
2c21ce24dc Added HowMany setting Property to limit the number of procedures converted. 2014-12-08 20:27:48 +00:00
Rich
3da3cd999e Use ConvertSeq consistently for Steps and Transitions 2014-12-08 20:26:51 +00:00