0ad442ae19
Fixed CopyItemAndChildren to support Grids, Images and DROUsages Removed completed items from the ToDo List at the top of the file
Rich2011-02-10 22:22:11 +00:00
41c8a90bdf
RichTextBox pseudo caret when it doesn't have focus
Rich2011-02-09 21:52:56 +00:00
c0a822d4f7
support bodine database server
Rich2011-02-09 20:39:15 +00:00
ba9eddd1a1
support x64 location for ultracompare
Rich2011-02-09 20:38:26 +00:00
9befc92794
- Remove Comment - Set Forecolor to backcolor on a cell being edited. - Verify that the Col is within range before accessing cell contents Support for volian border formats
Rich2011-02-09 15:31:57 +00:00
24b023c2f7
Allow RO Tab and Transition Tab to remain enabled when switching Tabs
Rich2011-02-09 15:31:09 +00:00
9631e6773d
PROMS2010.SQL had two errors (actually two custom queries were missing a new a field for DROUsageCount). One was used for Library Documents. I believe the other was used for adding ROs.
Rich2011-01-25 21:01:41 +00:00
52a088a775
Added DROUsages table to capture ROUsages in Documents Changed lookup to use ROID rather than id when expanding the tree to show the selected RO. Previously used GetRoChildFromID which was not working
Rich2011-01-20 20:23:35 +00:00
c4344f2308
Added UpdateDRoUsages to Update DROUsages when a Document is Saved Added a list of ROIDs as a parameter to the code that walks through the MSWORD Document text and replaces ROs with their values Fixed search string in FindRO Added code to call GetAffectedDROUsages when an RO changes. This adds annotations to show the changes to RO Values. Added DROUsages table to capture ROUsages in Documents
Rich2011-01-20 20:22:10 +00:00
7cdc7f4994
Added DROUsages table to capture ROUsages in Documents
Rich2011-01-20 20:20:52 +00:00
5994bf2e4e
Removed GetRoChildFromID which was not working properly Added GetROIDByAccPagID to get ROID from Accessory Page ID
Rich2011-01-20 20:20:10 +00:00
fbe94ed3a0
CRUD Procedures for DROUsage records getAffectedDROUsages - used when an RO Value is changed Added "WITH EXECUTE AS OWNER" to a number of Procedures and Functions Added DROUsages to vesp_SearchROItemAndChildren
Rich2011-01-20 20:19:33 +00:00
2bf3fc3844
Previously checked-in a wrong version. Previously checked-in the wrong version
Rich2011-01-12 21:49:08 +00:00
ae196cfb5f
Removed LogInfo for Annotations
Rich2011-01-12 21:48:08 +00:00
bd99a0f55c
- Changed code to use entire (16 Character) ROID to get the Multiple Return Values - Added code to eliminate duplicate entries for Appedix Page IDs for Multiple Return Values Trim whitespace from beginning and end of Plot Text.
Rich2011-01-12 21:30:46 +00:00
41e5e5d523
- Added status message for each image - B2011-008 Changed code so that RoFst is used from cache rather than being repeatedly created
Rich2011-01-12 21:29:47 +00:00
54a306f114
Corrected code to delete INF files. These contain invalid Index paths Added TextBox and Property to Skip Procedures and speed-up debugging Added TextBox and Property to Skip Processing Procedures and speed-up debugging Removed duplicate entry Added Code to Skip Processing Procedures and speed-up debugging Changed code to use entire (16 Character) ROID to get the Multiple Return Values
Rich2011-01-12 21:28:33 +00:00
37ffd45792
B2011-030 - ColorConfig.ColorFromString failed on an empty string. B2010-004 - AdjustLocation should only be called for Visible StepItems
Rich2011-01-07 17:04:43 +00:00
0096b94fe8
Adjusted layout to work for 96 DPI - B2010-009 Result Style Label - AutoSize Result Style ComboBox - Width Clear Button Location - X-Location Sort Results CheckBox - AutoSize Adjusted layout to work for 96 DPI - B2010-009 Manual Page Break CheckBox - AutoSize Continuous Action Summary CheckBox - AutoSize
Rich2011-01-04 21:14:40 +00:00
d376368c20
Adjusted layout to work for 96 DPI - B2010-009 Change Bar Combo - Width Added code to adjust the location and width of the results style combobox - B2010-009
Rich2011-01-04 21:13:34 +00:00
0a60b9139c
Adjusted layout to work for 96 DPI - B2010-009 Number TextBox Width Default CheckBox - Y Location Default Label - Y Location
Rich2011-01-04 21:12:40 +00:00
752f30361e
Adjusted layout to work for 96 DPI - B2010-009 Number TextBox Width Default CheckBox - AutoSize
Rich2011-01-04 21:12:01 +00:00
5648ec2bc4
Adjusted layout to work for 96 DPI - B2010-009 Default CheckBox - Y Location Default Label - Y Location Change Bar Combo - Width
Rich2011-01-04 21:11:23 +00:00
41a4e5bac6
Set Tooltip when tab loses focus B2010-008
Rich2011-01-03 21:46:20 +00:00
e89eb5bc27
Set the tooltip when a tab is created, and then reset it if the mouse is moved over the tab. B2010-008
Rich2011-01-03 21:30:56 +00:00
5915380402
Added HasWorkingDraft property - B2010-007 Don't allow a WorkingDraft to be created if one exists - B2010-007
Rich2011-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
Rich2011-01-03 19:56:29 +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
Rich2010-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
Rich2010-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
Rich2010-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.
Rich2010-12-17 23:54:52 +00:00
de7194e3cb
Use DBConnection.XML if it exists in the executable folder.
Rich2010-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.
Rich2010-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.
Rich2010-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.
Rich2010-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
Rich2010-12-16 20:42:44 +00:00