Commit Graph
100 Commits
Author SHA1 Message Date
Rich 5e3b830a3b - Fixed FindTop to work when the parent has a bottom value that is negative.
- Added code to remove a StepItem and the associated DB records.
 - Changed AdjustLocation to work properly when an AER and the next step has an RNO.
 - Temporary event handler to RemoveItem when the StepRTB is double-clicked.
2009-10-22 19:09:07 +00:00
Rich 988bd786a4 Added code to remove a font command combined with a comment in a link in StripRtfCommands
The initialization code was changed so that an invalid transition will not cause a crash
If a MRU Item is deleted, and then selected from the menu, a message box will be displayed.
2009-10-22 19:08:12 +00:00
Rich b1ad83dd4e Added cleanup of bars when TabControl is disposed. 2009-10-22 19:06:43 +00:00
Rich cc86853f6f - Added GetExternalTransitionsToChildren
- Added GetExternalTransitions
2009-10-22 19:05:47 +00:00
Rich 06c622b5eb - Added RTF command ulnone to StripRtfFormatting
- Fixed ResetParts to also MyContent.RefreshContentParts
 - Removed a using command because it was causing a cached iteminfo to be disposed.
Added DeleteItemAndChildren
2009-10-22 19:05:08 +00:00
Rich 8496e3128a Changed RegEx expression to find Links in FixTranstionText 2009-10-22 19:03:46 +00:00
Rich fd709f3fb7 - Added DeleteItemAndChildren Stored Procedure
- Added DeleteItemAndChildrenTest Stored Procedure
 - Added getExternalTransitions Stored Procedure
 - Added getExternalTransitionsToChildren Stored Procedure
2009-10-22 19:03:01 +00:00
Rich 7bc7129faf Changed GetIdValue to use UniqueID 2009-10-21 20:49:28 +00:00
Rich d2e964dde1 Removed GetChildren from editable object
Removed HasChildren from editable object
Removed ActiveParent from editable object
Removed ActiveFormat from editable object
Removed LocalFormat from editable object
2009-10-08 14:35:53 +00:00
Rich ceeea69bcd Changed ToString for StepData part of PlantFormat 2009-10-08 14:34:33 +00:00
Rich 66f1c21425 Added Item.MyItemInfo
Changed ActiveParent object to return cached ItemInfo
Added Section.MySectionInfo
Added Procedure.MyProcedureInfo
Removed debug printout
Removed GetChildren from editable object
Removed HasChildren from editable object
Removed ActiveParent from editable object
Removed ActiveFormat from editable object
Removed LocalFormat from editable object
Changed logic to use SectionInfo to retrieve FormatInfo
2009-10-08 14:33:50 +00:00
Rich 119c428ae4 Added MyFolderInfo to Folder
Removed GetChildren from editable object
Removed HasChildren from editable object
Removed ActiveParent from editable object
Removed ActiveFormat from editable object
Removed LocalFormat from editable object
2009-10-08 14:32:02 +00:00
Rich f20cc96212 Removed debug print
Added MyDocVersionInfo to DocVersion
Removed GetChildren from editable object
Removed HasChildren from editable object
Removed ActiveParent from editable object
Removed ActiveFormat from editable object
Removed LocalFormat from editable object
2009-10-08 14:31:06 +00:00
Rich d3e7bc9dd5 Removed AncestorLookup property
Changed logic to use Info version of parent
Changed Ancestor Lookup to use Info objects
Removed ActiveFormat from editable object
2009-10-08 14:29:52 +00:00
Rich 10f55d09fd Removed AncestorLookup property
Changed logic to use Info version of parent
Changed Ancestor Lookup to use Info objects
Removed ActiveFormat from editable object
Changed DefaultFormatSelection to use info objects
2009-10-08 14:28:43 +00:00
Rich 4bdc127c87 Removed AncestorLookup property
HasParent to Property rather than method
Removed ActiveFormat from editable object
Changed DefaultFormatSelection to use info objects
Added Folder.MyFolderInfo
Changed logic to use Info version of parent
Changed Ancestor Lookup to use Info objects
Fixed default value for disableduplex
2009-10-08 14:27:52 +00:00
Rich 6396b53eeb Removed AncestorLookup property
Changed logic to use Info version of parent
Changed Ancestor Lookup to use Info objects
Removed ActiveFormat from editable object
Changed DefaultFormatSelection to use info objects
Removed debug print
2009-10-08 14:27:03 +00:00
Rich 533baae01c HasParent to Property rather than method 2009-10-08 14:25:26 +00:00
Rich 8804d367da Use FormatInfo rather than Format object 2009-10-08 14:24:34 +00:00
Rich bb4825939e Fixed font logic. 2009-09-17 18:09:35 +00:00
Rich cccef00ebd Correct case of format property. 2009-09-16 16:18:33 +00:00
Rich f17a7d9b06 Updates to inheritance logic 2009-09-16 16:17:38 +00:00
Rich c549e65bf5 Corrected enum value (EnhancedBackgrounds)
Numerous fixes
2009-09-16 16:17:04 +00:00
Rich 9e45e5601d Preparation for Delete logic and Format Variable Search 2009-09-16 16:15:45 +00:00
Rich 9230be8fa8 Added missing LeftMargin attribute
Added missing attributes and fixed font logic.
2009-09-16 16:14:47 +00:00
Rich 57d657e9a7 Added Status Strip and consolidated logic to update listbox. 2009-09-16 16:13:52 +00:00
Rich a72f4118c5 Added missing properties to format and fixed logic.
Fixed inheritance logic.
2009-09-16 16:13:20 +00:00
Rich da310f2436 Added checkbox to limit data loading to Format. 2009-09-16 16:12:11 +00:00
Rich 5c4e13caec Changed MigrateDocVersion to return TimeSpan 2009-09-16 16:11:08 +00:00
Rich 47d6925187 Added GetAffectedROUsages 2009-08-26 15:02:36 +00:00
Rich d28cbd3933 Fix for Search 2009-08-19 15:34:43 +00:00
Rich 049759008f Support multiple connection strings 2009-08-19 15:34:00 +00:00
Rich 911276087d Multiple Connection Strings 2009-08-19 15:33:26 +00:00
Rich b086f76b63 Allow for multiple connect strings 2009-08-19 15:32:42 +00:00
Rich 55d639d373 Added code to lookup selected text in the value field of the RO Database 2009-08-05 21:12:59 +00:00
Rich 52b74f47ed Added lookup by value 2009-08-05 21:11:30 +00:00
Rich a646c399a3 Fixed logic for excluding link text from search 2009-08-05 21:10:37 +00:00
Rich cf8813cb83 btnToggleEditView_Click moved from DEBUG IFDEF
so that Release version will build
2009-07-30 19:07:13 +00:00
Rich 340a11d14a Update Transition Text 2009-07-30 19:05:17 +00:00
Rich 141f230e83 Use ItemInfo.ColumnMode to set columns 2009-07-30 19:04:36 +00:00
Rich df1defc709 Update Transition Text 2009-07-30 19:03:38 +00:00
Rich bb9a9c1d09 Open RO Editor from ROID label 2009-07-30 19:02:23 +00:00
Rich 9da4d68c7b Switch focus back to RTB after inserting item 2009-07-30 19:01:46 +00:00
Rich e70ffda937 Inserting New Items, FixTransition Text 2009-07-30 19:00:35 +00:00
Rich 9859b74db8 New Search Stored Procedure - Improved Performance 2009-07-30 18:59:12 +00:00
Rich 0ff065de42 FixTransitionText 2009-07-30 18:58:16 +00:00
Rich 39ef8f06a1 ItemInfo PropertyGrid for Debug 2009-07-30 18:57:25 +00:00
Rich b97c21544e SQL Updates For:
Inserting new Items
Search Performance
OWNER Execution
Contents Number Field increased to 256
2009-07-30 18:56:01 +00:00
Rich 73407f36d0 Changed Number field to 256 characters 2009-07-24 20:50:27 +00:00
Rich 921b269a28 Fix for Insert New Step 2009-07-24 19:38:33 +00:00
Rich 9e53d7d073 Fixes to bugs when all step editor windows are shut/reopened 2009-07-09 13:43:32 +00:00
Rich 3412a35eac Fixed bug where an error would occur for word pages 2009-06-29 13:54:14 +00:00
Rich c6372a3f46 Faster Search 2009-05-19 19:51:31 +00:00
Rich 291f354893 Added code to minimize and resize ribbon 2009-05-19 19:50:12 +00:00
Rich 51c044791c Added timing code to debug version of search 2009-05-19 19:49:08 +00:00
Rich d4832f12ff Added code to minimize ribbon 2009-05-19 19:48:18 +00:00
Rich 56fdefa924 Fixed bug that caused second level RNOs not to be located properly 2009-05-06 17:20:02 +00:00
Rich dda71c5d1b Added new method to get part of the stack. 2009-05-05 20:51:20 +00:00
Rich 7b0b0f25e3 Reduced repeat of ItemSelectedChanged events 2009-05-05 20:50:28 +00:00
Rich 37b1238f56 Only set the SelectedDisplayTabItem if it is not currently selected 2009-05-05 20:49:14 +00:00
Rich 9ec25b6a15 Added code to watch the resize of the annotation panel 2009-05-05 20:47:52 +00:00
Rich 4b0efec15c Fixed bug to expand Annotation Panel on step with annotation 2009-05-05 20:45:13 +00:00
Rich 316c64a981 Fixed bug when double-click on Word section
Diabled treeview on click
Enabled treeview after widow opens
2009-04-27 18:35:15 +00:00
Rich 6a8b377352 Fixing a few stored procedures:
VESP_CleanUpItems
vesp_ListContentPath
vesp_ListTables
vesp_ListTables2
vesp_ListTables3

MyGeneration was corrected.  It had thought these were functions rather than procedures.
2009-04-27 18:34:27 +00:00
Rich 70a79aa07e Added comment to describe ABC abreviation After, Before and Child 2009-04-27 18:32:43 +00:00
Rich 50ae32dc12 Corrected code to use ActiveParent rather than MyParent 2009-04-22 13:08:16 +00:00
Rich ef17632874 Stored Procedures for PROMS2010 2009-04-22 13:06:40 +00:00
Rich 406e8a928c Moved ItemInsert code from ItemExt.cs and now using stored procedures to do all changes within a Transaction. 2009-04-22 13:05:47 +00:00
Rich 7f0eb11f47 Various updates to MyGeneration
Moved ItemInsert code to ItemInsertExt.cs
2009-04-22 13:04:26 +00:00
Rich 518c79216a Cleanup OLD MRI list
If the ItemID doesn't exist, remove the item.
If the Menu text and Tooltip don't match, ask if the item should be removed.
Always use the current Menu text and tooltip on the menu, rather than the one that was saved.
2009-04-16 14:56:48 +00:00
Rich adabca0068 Fixed infinite loop problem in IsDirty and IsValid 2009-04-16 14:33:10 +00:00
Rich 202b79e5a8 Open MSWord once for first document to be processed
Close MS Word when form closes
2009-04-15 14:03:37 +00:00
Rich 4101b6e37f Fixed bug that causes hang on close sidebyside window
If you open two procedures and then drag one of them so that it is next to the other and then close one of the two procedures, PROMS2010 would hang.
2009-04-13 22:10:20 +00:00
Rich 8742af45dd Replacing strangely formatted version 2009-04-13 20:26:39 +00:00
Rich ad8de088bf Show message box if library document is already open 2009-04-13 20:04:14 +00:00
Rich 73bf820df0 Only show message about edits effecting all copies if the document is not already open. 2009-04-13 20:03:27 +00:00
Rich 8946b6ca4d Fix Tab Title to show if it is a LibDoc or not 2009-04-13 20:02:05 +00:00
Rich 21092698e2 ScrollInStack Method 2009-03-28 22:33:18 +00:00
Rich c56e3f07ef Minor fix to RTB and logic to set font for Debug
Comment-out debug code
2009-03-28 22:32:25 +00:00
Rich 0288bddba7 Replaced Columns property with ColumnMode
Reset parts on close
2009-03-28 22:31:21 +00:00
Rich 5fe81af184 Update to logic to position step items 2009-03-28 22:30:24 +00:00
Rich fe2cd765f0 Support MSWord Search 2009-03-28 22:29:52 +00:00
Rich 7693a9a034 ColumnMode, Reset Child Lists, Reset Ordinal 2009-03-28 22:22:42 +00:00
Rich 76d3f0abe4 Save Ascii content to DocAscii 2009-03-28 22:20:51 +00:00
Rich 82c30dfe7f Added FileExtension Field 2009-03-28 22:18:53 +00:00
Rich c09a44a14f Handle nulls for selected values 2009-03-28 22:16:58 +00:00
Rich 612b043186 Add initialization and reset code 2009-03-25 15:00:02 +00:00
Rich 490db100a6 Found a bug in LazyLoad code for Format values if the value is an Enum and there is no value for it in the Format file. Specifically the error was related to the value of TransUI in the D.C. Cook format file for the TransTypes records. 2009-02-10 19:18:52 +00:00
Rich 5b318cf7a4 Reduced duplicate calls to AdjustLocation 2009-02-06 19:43:17 +00:00
Rich 211e8b086c Added try/catch logic to code that loads formats
Add defaults for user configuration data
2009-02-06 15:58:25 +00:00
Rich 9df3bccd71 Logic to keep looking (inheritance) if a blank value is found
Dtermine font style from format xml
Fixed a bug - AnnotationTypes in Annotation Search
Add defaults for user configuration data
2009-02-06 15:57:23 +00:00
Rich 26f8e03a8c Reset related lists 2009-02-06 15:55:52 +00:00
Rich 1731dbe43b Preparation to switch to ITextSharp library
Corrected logic to process window size/movement adjustments
2009-02-06 15:52:27 +00:00
Rich 6a7fa65e43 Added DocStyleListConverter and Sorted Format List Lazy-load 2008-08-13 12:36:18 +00:00
Rich baf43ff8a2 Added FullName property 2008-08-13 12:28:05 +00:00
Rich 5c4f67a706 Initialization code added to load event. 2008-08-13 12:27:08 +00:00
Rich befc551b67 Add logic to try to fix save problem 2008-08-13 12:25:21 +00:00
Rich 81c0b8c54b Added Rich's new PC 2008-08-13 12:24:10 +00:00
Rich 663e999037 Fixing bug on property selection 2008-05-30 10:20:54 +00:00
Rich 492f089a6e Correction to Code for OnItemSelectedChanged Event 2008-05-22 19:40:29 +00:00