Commit Graph
100 Commits
Author SHA1 Message Date
Rich 3858729217 Make TableWidth a Public Method
Fix Logic to move selection around links
2009-12-08 02:32:32 +00:00
Rich 9f780c4477 Added code so that a StepRTB used outside of a StepItem will not cause a crash. 2009-12-07 15:57:22 +00:00
Rich 35627d8fa2 Added code to Just Get RODb and not all of it's children. 2009-12-07 15:56:07 +00:00
Rich 79b0bf4c1b Fixed code so that Deletes of Procedures and Sections would no cause steps to be resequenced.
Added code to Just Get RODb and not all of it's children.
Added code to create an RoImageFile (Temporary) to be used to view and print images
Additional DEBUG info
2009-12-07 15:55:31 +00:00
Rich 0cb99bcf5e Added code to get ROs by AccPageID and GetChildren by ROType 2009-12-07 15:53:16 +00:00
Rich 6d298bfbfd Added New Word Properties and Methods 2009-12-07 15:52:32 +00:00
Rich c6e18d4fe7 Added getJustRODb and not all of it's children. 2009-12-07 15:51:30 +00:00
Rich 57fc6fa1a7 2009-11-09 20:23:05 +00:00
Rich 9909dcecf9 Added code to retrieve RO values for MSWord 2009-11-09 20:22:00 +00:00
Rich 36e4a5ee44 Fixed degree symbol translation
Added some debug code to look at data conversion during OLEdb read of dBase text.
2009-11-09 20:21:06 +00:00
Rich c72ca9fb52 Linked text was being displayed as text rather than a links for Cautions and Notes. This was because the overall style for Cautions and Notes (Italic) was being applied after the links were added. This was changed to use the selection and it appears to work properly. 2009-11-05 22:42:22 +00:00
Rich a077e429ac Added DisplayNumber property to Item 2009-11-04 17:17:19 +00:00
Rich c5c4d6006b Added PDF Generation Code 2009-11-04 17:16:26 +00:00
Rich f26cc50c3c Added Error Handling and Reporting 2009-11-04 17:15:29 +00:00
Rich cd04644e2f Data Loader Error form 2009-11-04 17:13:27 +00:00
Rich 52feb8a711 Fixed code for tree selection after selected item deleted 2009-10-27 22:59:00 +00:00
Rich 37099ec443 Fixed code for treeview select after selected step deleted 2009-10-27 22:58:12 +00:00
Rich d17c81a9d9 Put a Question Mark in as resolved text for invalid transitions 2009-10-24 03:07:05 +00:00
Rich 473b26a5bf Added TransitionText property 2009-10-24 03:05:59 +00:00
Rich 4ce64de76c Fixes to code to generate annotations for transitions with missing destinations. If more than one transitions with a missing destination point to the same destination, the first one would get an annotation.
Replace Outside Transitions with text if the source data is missing.
2009-10-24 03:05:14 +00:00
Rich 1ba85a266a Added code to handle when GoTo is clicked on an invalid transition 2009-10-22 19:10:52 +00:00
Rich b8661dd909 - Added code to dispose of children when a StepItem is disposed.
- Temporary Event to perform a delete when a StepRTB is double-clicked.
Added MyStepTabPanel property
2009-10-22 19:10:21 +00:00
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