Commit Graph

  • 5915380402 Added HasWorkingDraft property - B2010-007 Don't allow a WorkingDraft to be created if one exists - B2010-007 Rich 2011-01-03 20:34:51 +00:00
  • 01c4a1e468 Using Limit of 10 MSWord Sections - More than 10 was causing problems for DSO Framer. B2010-005 & B2010-006 Rich 2011-01-03 19:56:29 +00:00
  • 78753f3dd0 John 2011-01-03 15:29:45 +00:00
  • a6c0dcddd0 A number of fixes so the selector for RichTextBoxes will work properly. * If you press a left arrow when a link starts a line, the cursor will go to the end of the previous line. * If you press the END key, the cursor will not go beyond the end of the line. * If you place the cursor at the beginning of a line, and then click beyond the end of the previous line, the cursor will go to the end of the previous line Rich 2010-12-21 20:33:24 +00:00
  • f49aae2e7c Added Comments Change NotVisibleRTB (Current RTB when the DisplayTag is not visible) to use a property rather than a member Added IsVisible property that sets the Visible property if it needs to change. Previously Visible was being set prior to the current RTB being set, and so the Tag was not being updated properly. Change CurItemInfo to use a property rather than a member Rich 2010-12-21 20:32:29 +00:00
  • a3b9bc73ab Use Argument to set SelectedStepTabPanel Set IsVisible rather than Visible for DisplayTags Only lookup ROs if MyRTB.SelectedText contains text Dock lbFound above the RO TreeView Rich 2010-12-21 20:31:54 +00:00
  • 6618b1f51e When a StepTabPanel is Disposed, if it is associated with the SelectedDisplayTabItem, set the SelectedDisplayTabItem to null. This was causing an error where a deleted Procedure was the last SelectedDisplayTabItem. When anything was opened, the code tried to find the MyProcedure of the last SelectedDisplayTabItem. Since the last one had been deleted, it had no MyProcedure. Rich 2010-12-17 23:54:52 +00:00
  • 7a5b48e645 John 2010-12-17 21:19:00 +00:00
  • e3509825ab John 2010-12-17 15:23:27 +00:00
  • de7194e3cb Use DBConnection.XML if it exists in the executable folder. Rich 2010-12-17 15:12:42 +00:00
  • dd802ce319 Debug - Split a line into multiple lines to determine the cause of an error. Debug - Added logic so that focus is not given to an object that is being disposed. Rich 2010-12-17 12:12:53 +00:00
  • 1757d238d5 Added a IsBeingDeleted flag to the event arguments for closing a Word Document Added a IsBeingDeleted argument to the CloseWordItem method Added a IsBeingDeleted Property to the DSOTabPanel so that it does not ask if it should save changes if the section is being deleted. Rich 2010-12-16 22:16:49 +00:00
  • 580ace24ad Added logic so that when a link appears at the beginning of a line, and the cursor is moved to the beginning of the line, the link is selected rather than positioning the cursor at the end of the previous line. Rich 2010-12-16 20:43:20 +00:00
  • 10f06a5e9c Update underlying data field when related object is updated. If the selected Library Document is out-of-range throw a specific error Don't fail if the user clicks on open space in the BookMark list Added property to provide a right margin (RTBMargin) between the RichTextBox and the StepItem Rich 2010-12-16 20:42:44 +00:00
  • abd26062f6 Don't use the Edit Window to Copy a Procedure Rich 2010-12-14 19:56:54 +00:00
  • 3a6be9a4f5 Don't give DSOFramer focus if it is null Rich 2010-12-14 11:53:00 +00:00
  • db051f8ff8 Updated Generated Code to Use IDs rather than Objects for internal Updates Rich 2010-12-13 15:47:02 +00:00
  • c8d47d9c64 Kathy 2010-12-10 15:35:34 +00:00
  • 4366a473bf Kathy 2010-12-10 15:34:41 +00:00
  • f2ba882506 Fixed problem where symbols were not showing properly. Rich 2010-12-10 10:51:03 +00:00
  • 3e135d8deb Specified a different location for the Log File. Changed code to use log Info Changed code to append error messages rather than replace text Added/Changed code to use Log4Net. Changed logic for Updates to Use IDs rather than Objects for internal Updates Added a FormatColumn token to handle DTS, Added comments to describe tokens Added methods ParentRefU and ParentRefU2 to support otther changes Rich 2010-12-09 22:27:22 +00:00
  • 7c77423283 Kathy 2010-12-07 12:56:17 +00:00
  • 9042c66a69 Kathy 2010-12-07 12:55:17 +00:00
  • a21c2a7fd9 Kathy 2010-12-07 12:54:00 +00:00
  • 8a6636b9fb Kathy 2010-12-07 12:52:32 +00:00
  • d473a645f3 Kathy 2010-12-07 12:51:52 +00:00
  • 9e42edf4ad Kathy 2010-12-07 12:51:06 +00:00
  • db2037344a Kathy 2010-12-07 12:43:36 +00:00
  • e3d2fe5d23 Kathy 2010-12-07 12:42:42 +00:00
  • 1569e1e0f5 Generic Color Configuration Support Rich 2010-12-06 12:49:49 +00:00
  • a73713e333 Convert INI format colors to standard System.Drawing.Color Use Generic Color Configuration Support Rich 2010-12-06 12:47:02 +00:00
  • 1d0ea3e52b John 2010-12-03 17:58:45 +00:00
  • 7f1bf28bd4 John 2010-12-03 17:56:18 +00:00
  • da075c62bc John 2010-12-03 17:54:11 +00:00
  • 5b70652cb4 Use the TreeView timer to select the newly created step when a step is added from the TreeView. This assures that it will get focus. Changed OnChange to be called for a specific instance Don't select newly created Step if it was created from the TreeView Adjust the locations of steps properly if a caution or note is deleted Reduce repeated setup of the RTF data in a step Add an event that fires after the Step is added from the TreeView so that the newly created step can get focus Rich 2010-12-02 22:23:50 +00:00
  • d01b27c80d Kathy 2010-12-02 15:23:29 +00:00
  • 707852a033 Kathy 2010-12-02 15:22:24 +00:00
  • 46a7416070 Kathy 2010-12-02 15:21:29 +00:00
  • 926d99cfdc Fixed BackColor logic so only one RTB has the active BackColor for a StepPanel Rich 2010-12-01 22:18:56 +00:00
  • 71fb86effb No need to set the SelectedFont since it is no longer used Use Font instead of SelectedFont which can be null if there are more than one font within the selected text Rich 2010-12-01 21:06:25 +00:00
  • bb3844538c - Added tools to find Symbol Characters in Word Documents - If the range does not have any characters return an empty string Refresh Most Recent Items when the office button is pressed Added OrdinalChanged Event Used OrdinalChanged Event rather than MyContent.Changed Event when Ordinal is updated. Use OrdinalChanged Event to update Tree Node Refresh MRU list as items are added Use OrdinalChanged Event to update Step Tab - RTBFillIn changed to only update the RTB when the contents change - AdjustSizeForContents changed to raise the HeightChanged event when the Height changes Update the treeview tabs even if the step is not open. Rich 2010-12-01 20:03:06 +00:00
  • b3b3f5e518 Kathy 2010-11-30 16:04:31 +00:00
  • bd10fa7bc2 Kathy 2010-11-30 16:03:58 +00:00
  • 8a09fdbb0c Kathy 2010-11-30 16:02:09 +00:00
  • 16c1ebfdbb Kathy 2010-11-30 16:00:52 +00:00
  • 9de2eb9d9a Added other symbol font names (Symbol, VESymb) to IsSymbolFont. Check for null mySection before checking details on a new node. Error 177 - Hidden property added to use for collapse rather than Visible. Error 173 - Use DeleteItemInfoAndChildren on Cancel of a new ItemInfo. Rich 2010-11-29 16:31:41 +00:00
  • 29e4ffceea John 2010-11-23 18:32:28 +00:00
  • c98374a85e John 2010-11-23 18:03:07 +00:00
  • 0a5d8cb72d John 2010-11-23 17:53:58 +00:00
  • eb95aa922b John 2010-11-23 17:53:17 +00:00
  • 13870aae8b John 2010-11-23 17:51:36 +00:00
  • 815ad14071 John 2010-11-23 17:50:32 +00:00
  • ca6d6b38fe Kathy 2010-11-23 14:58:45 +00:00
  • ba65adc188 Kathy 2010-11-23 14:58:11 +00:00
  • be255b4758 Kathy 2010-11-23 14:57:31 +00:00
  • 60c807b0bd Kathy 2010-11-23 14:56:53 +00:00
  • 1b17f17955 Kathy 2010-11-23 14:56:15 +00:00
  • d806029f56 Kathy 2010-11-23 14:55:41 +00:00
  • cf24b5885c Kathy 2010-11-23 14:54:32 +00:00
  • 57f3e0ec6e Kathy 2010-11-23 14:53:39 +00:00
  • 8867e61255 Kathy 2010-11-23 14:52:55 +00:00
  • bd4ec5d510 Kathy 2010-11-23 14:52:15 +00:00
  • e03ccd4482 Kathy 2010-11-23 14:49:30 +00:00
  • 1d1ec46516 Kathy 2010-11-23 14:46:59 +00:00
  • a6ed7d19e0 Kathy 2010-11-23 14:46:25 +00:00
  • f55cc795b7 Kathy 2010-11-23 14:42:59 +00:00
  • ecf6b5bfd1 Kathy 2010-11-23 14:42:02 +00:00
  • 05b8809608 Adjusted Tab Label width for DPI Corrected RightMargin initialization Rich 2010-11-22 21:15:11 +00:00
  • 0925d44631 Kathy 2010-11-18 15:48:17 +00:00
  • 2e3f6cba97 Kathy 2010-11-18 15:46:33 +00:00
  • ac1acd6c4e Kathy 2010-11-18 15:45:47 +00:00
  • 07376b8a83 Kathy 2010-11-18 15:45:16 +00:00
  • dce50bf383 Kathy 2010-11-18 15:44:01 +00:00
  • 63ddcd6f62 Kathy 2010-11-18 15:43:05 +00:00
  • 8ec6edeeec Kathy 2010-11-18 15:40:23 +00:00
  • 5208475a1a Kathy 2010-11-18 15:39:33 +00:00
  • 973be37d39 Kathy 2010-11-18 15:38:50 +00:00
  • 3afd90afb9 Kathy 2010-11-18 15:38:03 +00:00
  • f208c98202 Copy all fields from Library Document when converting a Library Document to a Stand-alone Document Added code to update the Procedure Panel when a Word Section is added. Created a method to find a ProcedureDisplayTabItem for a specific item Added code to Reset the Tab when a Section's Number is changed. Added code to Reset a Procedures Parts when a Panel is Reset Added an event for a Node being added. Rich 2010-11-17 22:29:54 +00:00
  • c57078a7cb Refresh Entry when ContentInfo refreshed (Error 159) Rich 2010-11-17 17:30:48 +00:00
  • c5f5e692c8 Added logic to remember the status of the TreeView Added specific file location for ErrorLog Added logic to refresh ContentParts when Items added or deleted (Error 68) Rich 2010-11-17 17:30:08 +00:00
  • 74082c3038 John 2010-11-16 20:23:39 +00:00
  • 17b12540c0 Kathy 2010-11-16 17:30:33 +00:00
  • e2f94d92b9 Kathy 2010-11-16 17:29:33 +00:00
  • 96160bec38 Kathy 2010-11-16 17:27:49 +00:00
  • 59aca78048 Kathy 2010-11-16 17:23:54 +00:00
  • 48fd879622 Kathy 2010-11-16 17:22:12 +00:00
  • e20796dfbf Fixed NextItems logic Replaced duplicate logic in GetChildren with MyItems Fixed logic to check for Sections = null Rich 2010-11-15 17:01:36 +00:00
  • ba85df568a Changed my default database settings Embedded VEPROMS.ICO Rich 2010-11-15 17:00:03 +00:00
  • 13c2549b86 John 2010-11-12 13:56:36 +00:00
  • 171f668aaf Kathy 2010-11-10 18:21:19 +00:00
  • 4ceb9db53a Kathy 2010-11-10 18:19:39 +00:00
  • 697920e417 Kathy 2010-11-10 18:16:56 +00:00
  • 2e82f020f1 Kathy 2010-11-10 18:16:12 +00:00
  • 23f30d23c3 Kathy 2010-11-10 18:13:10 +00:00
  • 34c1bb5243 John 2010-11-10 16:18:45 +00:00
  • 065483682a John 2010-11-10 16:16:49 +00:00
  • 7df8f47ea7 John 2010-11-10 16:08:59 +00:00
  • 3b3a7141f4 John 2010-11-10 16:08:21 +00:00
  • 1f308b883a John 2010-11-10 16:07:36 +00:00