232 Commits

Author SHA1 Message Date
Rich
25db26519e Allow approval to work if no existing approved versions
Try too set margins if bottom margin is undefined for MSWord section
Corrected comment
2012-06-15 16:41:39 +00:00
8352358613 Fixed underline tab underline bug (B2012-148) 2012-06-12 15:21:29 +00:00
bd6fbd70c0 2012-06-08 13:12:01 +00:00
Rich
3fc890ab52 Fixed logic for TabTitle that was not identifying Library Documents 2012-06-04 14:59:53 +00:00
Rich
869663b79c Remove Old comments
Remove unnecessary Disposes
2012-06-01 17:08:16 +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
12873d9187 2012-05-24 14:57:04 +00:00
Rich
c8de9f8538 Memory Utilities
Reduce Memory Use
Added GetJustFormat method
Added CheckColumnMode method
2012-05-21 13:32:28 +00:00
Rich
640d2f7313 Set the DTS to the Date of the Format.XML File when saving the Format record. 2012-05-10 18:22:05 +00:00
85ec050832 fixed typo where we should be checking for OHLP format instead of HLP format in fixing the “Procedure Steps” section text in section transition for South Texas 2012-05-01 19:29:38 +00:00
8e52c75e6b 2012-04-30 13:56:15 +00:00
bd47329345 2012-04-12 16:34:17 +00:00
7ff92624f6 2012-04-11 14:19:36 +00:00
aa628ce3de 2012-04-09 13:35:45 +00:00
Rich
8cb0c78730 Added Error Log if Word File Could not be created
Select section node after it is created
Don't allow an empty procedure to be printed
2012-04-05 20:57:44 +00:00
da009a15eb fixed problem saving margins in word attachment – can’t do if in a frame
sometines would get a weird file name for the opened word attachment
2012-04-05 19:45:28 +00:00
Rich
b4e85fd3b0 Fix to UpdateTransitionText for bugs B2012-071 and B2012-079 One ContentAudit for all transitions Indentify Automatic Transition renumbering with current user
If the user selects a deleted item from history, a messagebox is displayed Include deleted items in the Change List
Fixed CloseTabItem so that closed DockTab fires events
Added event handler for changes to the procedure content so that updating the Rev Date and Rev Number will refresh the step item change bars
Remove event handler for changes to the procedure content on dispose
Added Section headers for the Annotation portion of the Chronology and Summary reports
2012-04-04 19:08:56 +00:00
2d507b7304 2012-03-30 10:55:49 +00:00
Rich
c21f8adf32 Create ListString property used in DisplayHistory
TabTitle for unnumbered procedures
2012-03-22 20:29:49 +00:00
12eaf94c09 added a Refresh method to refresh AnnotationTypeInfoList
added a Refresh method to refresh StageInfoList
2012-03-16 15:49:09 +00:00
23c5e6534d 2012-03-12 11:45:19 +00:00
b955f6e331 2012-03-12 10:42:39 +00:00
42e70515c6 2012-03-09 14:11:05 +00:00
1f8af44de6 2012-03-08 14:23:06 +00:00
9c302816a3 2012-03-06 17:15:33 +00:00
eecafd42db 2012-02-28 15:16:37 +00:00
65b1e90e0f 2012-02-24 16:29:30 +00:00
Rich
a57172f22f correct config xml to upper case C
RevisionConfig property on Revision and RevisionInfo classes
2012-02-15 20:41:34 +00:00
692ad86616 2012-02-15 14:59:24 +00:00
7d6d6952df Commented out debug information 2012-02-14 15:48:42 +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
fa900be307 removed previous change, it was not needed. I had a debug setting that overrode the try-catch. 2012-02-06 20:16:49 +00:00
c528032b92 In the check of winword processes, we need to also check to see if the process has existed before trying to stop it, else we will get a Null reference error when we when access the MyProcess.PriorityClass. 2012-02-06 14:27:23 +00:00
e730a3193e 2012-01-27 12:39:47 +00:00
Rich
1709f8970d used new property ShortROID
created new property ShortROID
2012-01-26 19:45:41 +00:00
Rich
f9fa4fa3c1 Script changed to be able to run repeatedly
Add DROUsages to Concistency Check
2012-01-24 20:35:13 +00:00
Rich
3ba7971ece Save File Last Write UTC as Document.DTS
Eliminate unused variables
Use settings for Format Load
Output status of Formats being loaded
Save File Last Write UTC as Document.DTS
added History_OriginalFileName to DocumentConfig
Use settings rather than local variables
Only use the first 12 characters of a ROID for DROUsage Lookup
2012-01-24 19:57:09 +00:00
Rich
42c8501927 changes to support approval process 2012-01-23 13:43:41 +00:00
Rich
99035d83c3 extension methods for revision object of approval process 2012-01-23 13:42:32 +00:00
a72f752b60 removed converting # and ~ to super/subscript commands in RO values
replace # and ~ with super/subscript commands, only done for ROs in Word attachments
2012-01-11 16:49:29 +00:00
904947bb08 Fixed a null reference problem with Unit values 2011-12-12 19:59:30 +00:00
Rich
aed6c8740c File Date/Time changed to UTC to eliminate Daylight Savings Time Issue 2011-12-02 16:28:53 +00:00
1244cc52a4 Remove symbol chars from HLS tab
Added Font property
NullBox, StepTypeColOverride, StepTypeWidthOverride
2011-11-21 20:50:40 +00:00
52aa2ca5de Lettered HLS Tab Fix, Method to remove symbol chars from HLS Tabs (used for Transitions) 2011-11-21 20:48:53 +00:00
d1ee1cf5f1 2011-11-21 16:44:18 +00:00
bfd97a31bf allow update of formats from PROMS interface 2011-11-16 16:35:17 +00:00
dc1e2e858c 2011-10-14 10:32:47 +00:00
de75d6a9c2 2011-09-29 16:21:46 +00:00
c9dddd2f1f Commented out debug print 2011-09-28 13:26:08 +00:00
2dfb1110a0 Add Logic to check for X-Y Plot type 2011-09-28 13:25:10 +00:00