426 Commits

Author SHA1 Message Date
Rich
9ca49944e3 Cache ROImages so they only have to be read once.
Added Page Number to DebugText.txt when printing.
2012-08-14 16:23:06 +00:00
74b17eb481 2012-08-10 10:39:02 +00:00
68f3e7a0bb 2012-08-08 12:22:14 +00:00
Rich
32e9b47dae Use threading to keep MSWord hangs from hanging the conversion process
Fix logic where RichTextBox 4.1 is used to convert RTF text to a word document
2012-08-07 17:44:46 +00:00
Rich
0e66393289 RichTextBox Processing
Output Config Info for Steps
2012-08-07 17:44:03 +00:00
a13b6a7745 2012-08-01 11:17:00 +00:00
Rich
46385cfa07 Fixed relative location logic to work with absolute locations 2012-07-26 14:15:15 +00:00
Rich
68d862f71f Set the Error Log file name to include the name of the database and the current date and time
Save and Restore the setting to create Red PDFs from MSWORD
Show the total Process Time for the Complete Process
For individual Phases allow the user to decide if they want backups to be created
Set the Database connection string from the settings for individual phases
Handle null condition so that the code doesn't bomb
Handle relative RO paths in the Proc.INI file
Correct the total Step Count by subtracting the number of Sections
2012-07-25 21:40:56 +00:00
Rich
bf9985110a Read and Save MSWord documents with RichTextBox before they are opened in word to reduce manual fixes to accessory pages
Added logic to replace sbkpage, sect, and sectd RTF tokens.
Use one RichTextBox to process text since RichTextBoxes are not released if the RTF value is set
2012-07-25 21:39:01 +00:00
Rich
872ce3286e Show processing time from beginning
Hide Section and Step Progress when just processing Procedures
Add a Progress Bar for Formats
Add backup after individual phases
Adjusted status labels to show processed/total counts
Adjusted size of labels to allow for processed/total counts
Use flag to control if Sections and Steps are shown in progress
Reset Step count when going to a new procedure
Eliminate reset of Step by Section
Add a total count to events to setup progress bar
2012-07-16 17:34:32 +00:00
Rich
7bcfafcc8b Move frmErrors when frmLoader is moved
Shutoff SpellCheck for StepRTB
Use using for temporary StepRTB
Use using for vlnFlexGrid
Added debug output to track StepRTBs and vlnFlexGrids in memory
Limit bottom margin to 0 or above
Dispose of roImage after it is done being used
Dispose of Figure after it is done being used.
Use GetJustRODB so that images are not loaded.
Added ErrorHandler if annotation is deleted after a search
Track create, dispose and finalize
Add static variable to control if SpellCheck is used
Use using for temporary StepRTB
Lazy Load SelectionStack
Clean-up on Dispose
Track create, dispose and finalize
Make MyCopyInfo Lazy Loaded
Use using for temporary StepRTB
Add Dispose method for TableCellEditor
Cleanup on Dispose
Only kill MSWord instances that are invisible
2012-07-13 18:34:57 +00:00
c64ab64568 commented out debug variable 2012-07-12 13:06:30 +00:00
2876f37d2f Default LPI to 6 if none specified in the 16bit data. 2012-07-03 15:53:46 +00:00
b405d88a83 Fixed problem where the sub-formats this was introduced with a fix for a procedure in the Wolf Creek SYS set. 2012-06-27 14:04:51 +00:00
db83de84d8 2012-06-27 13:23:54 +00:00
8ae78444ab 2012-06-26 15:14:40 +00:00
46b11369e6 2012-06-14 13:03:01 +00:00
Rich
0046c61c34 Eliminate an unnecessary save to the clipboard
Name Working Draft DocVersion "Working Draft"
Add XML files to comparison
2012-06-13 15:14:28 +00:00
Rich
dc7ed2ea5c Moved from Volian.Utils.Library directly into DataLoader
Added WCN CAP folder
2012-06-13 14:25:22 +00:00
136a023564 2012-06-11 16:20:03 +00:00
Rich
9b7a8ee6fa Show Memory use to before and after LibDocs
Remove unnecessary debug output
2012-06-08 18:11:54 +00:00
7211bebdbe 2012-06-08 13:09:23 +00:00
2b56e285c2 2012-06-08 13:07:59 +00:00
bd0c8e2157 2012-06-04 12:39:26 +00:00
f5378a0f27 Fixes a bug in importing the 16-bit Approved PDF files. We were not handling invalid (and null) dates when reading through the list of approved procedures (from the SET.dbf file).
If an invalid date is found, the current date is used instead – copied existing logic we have in other places of the DataLoader.
2012-05-31 16:18:44 +00:00
Rich
9f45759050 Reduced memory usage
Add Memory Usage summary to the log file.
GetJustFormat to reduce memory use
Fix code so that children are not disposed while they are being used
Added new method GetJustFormat to reduce memory use
Fix logic so that content is not used after it is disposed
Verify that Content object is not disposed before using Text
Dispose of parts when Content object is disposed
Verify that ContentInfo object is not disposed before using Text
Dispose of parts when ContentInfo object is disposed
Place brackets around DB names to support names containing periods.
Dispose of parts when Item object is disposed
Removed inapproriate Dispose in MakeItem
Dispose of parts when ItemInfo object is disposed
Remove event handler when ItemInfoList object is disposed
Dispose of parts when Transtion object is disposed
Dispose of parts when ZTransition object is disposed
2012-05-29 18:02:17 +00:00
Rich
f5544b7053 Add separate counts for Errors, Warnings and Information
Cleanup memory after transition processing
Adjusted width of Error Count
Added memory usage to output
Added Stored Procedure GetJustFormat
Reduce Memory Use
Removed extra using statement
2012-05-21 13:30:21 +00:00
Rich
508a86a8ac Added memory usage to output
Add separate counts for Errors, Warnings and Information
2012-05-21 13:27:44 +00:00
Rich
1f9f65ae18 Don't create audit if only DTS changes for an item
Outlook Library
2012-04-26 22:01:40 +00:00
ed896b70c1 - was missing some commands 2012-04-19 20:20:29 +00:00
Rich
bcc0cfca48 Use the UnitPrefix directly from the DocVersion Config for searches 2012-04-19 18:23:39 +00:00
4137af4bb8 2012-04-11 10:39:49 +00:00
Rich
74097dc316 Fixed Stored Procedure getAnnotationAuditsChronologyByItemID
Fixed Approved Method to Update Content and Item at the same time
Force History tab to be cleared when a procedure is deleted
2012-04-04 19:06:06 +00:00
9fd12948f4 2012-04-04 16:15:36 +00:00
aa8faea595 2012-04-02 12:11:04 +00:00
Rich
e14f62728e Fixed logic to get data for Chronology and Summary of Changes reports 2012-03-28 21:56:23 +00:00
Rich
7dbc0ddfe5 Add option to fix all approval databases at once
Added Print Statements
Corrected RestoreDeletedItem
2012-03-28 19:52:47 +00:00
Rich
a38a883170 Update User Defined Function vefn_FixSearchString to enable search for dash 2012-03-26 13:30:55 +00:00
Rich
8dd3d6481a Removed Applicability
Added menu options to correct funtions and procedures
Removed Applicability from PurgeData
Bug Fixes for Paste/Replace etc.
Update DTS and User ID before saving Config
Search from current rather than root node
2012-03-22 20:28:58 +00:00
Rich
f46022bf8c limit data loader processing to specific plant 2012-02-15 20:39:14 +00:00
Rich
b327409d72 extra validationn to assure procedure folder contains procedure data 2012-02-15 20:38:28 +00:00
Rich
0e74f50248 handle having procedure in working draft and not in approved folder
utilize config column of revisions table to save start date time
2012-02-15 20:37:22 +00:00
dd14def97a Added a Dispose 2012-02-14 15:47:47 +00:00
39b983647b Adding Using statements 2012-02-14 15:46:43 +00:00
027132c1f4 Added a Dispose 2012-02-14 15:46:03 +00:00
671c3aa137 Adding Using statement, The Backup and Restore BAT files are now build with the database name you specified in the settings 2012-02-14 15:45:25 +00:00
21a5b9a05d Add garbage collection call after MigrateROFST 2012-02-14 15:44:09 +00:00
Rich
0b48ec643e Added new settings to control conversion of approved data
Added event handler for viewing version pdfs and summary reports
added constructor to lookup based on file
added method to get library document by original file name
fixed ConvertToDisplayText to support RO tables in approved folder
added vlnTreeViewPdfEvent delegate
added vlnTreeViewPdfArgs class
added ViewPDF event
only display menu item if pdf or summary pdf exists
determined if pdf should have superceded watermark added
added sorting of consistency check report by procedure number
added method to add superceded watermark to old version pdf files
commented out approved folders
2012-02-09 16:14:36 +00:00
Rich
11ba8ffa78 fixed stored procedure for consistency check to speed up processing
added history.recid to config
2012-02-09 16:11:02 +00:00
Rich
bcf31cdfa2 new settings to control conversion of approved data
fixed handling of this set only
deleted developer mode
add master slave menu item  (under development)
add loading of approved data to complete processing
remove background double-click event handler
added menu item for loading approved data
added menu item for master slave (under development)
added stored procedures and functions removed from BuildVEPROMS.sql
added purging of tables to support master slave (under development)
2012-02-09 16:09:09 +00:00