70200025dd
Added RevDate and ReviewDate properties to DlgPrintProcedure class Set visibility of RevDate label and textbox based on whether one or more procedures are being printed Set visibility of ReviewDate label and textbox based on whether one or more procedures are being printed Added UnitNumber and UnitIndex properties to DlgPrintProcedure class Set property DocVersionConfig to DocVersionConfig of procedure to be printed If ProcNum is blank use UnitNumber as pdf file name If ProcNum starts with *, replace * with UnitNumber Added required opening brace Set RevDate property to ProcedureConfig Print_RevDate property value Set ReviewDate property to ProcedureConfig Print_ReviewDate property value Added required opening brace Set RevDate property to current date if ProcedureConfig is null Set ReviewDate property to null if ProcedureConfig is null Set visibility of ReviewDate label and textbox based on AllProcedures property and hasReviewDate variable Added SelectedSlave property to DlgPrintProcedure class Set MultiUnitPdfLocation to empty string Control creating multiple pdfs for a selected unit Load item and children for procedure to be printed for selected unit Overlay PDF creation status form so that cancel button is covered Code to create PDFs when single unit site Call Application.DoEvents so that screen refreshes Added private method GetMultiUnitPDFPath to DlgPrintProcedure class If creating PDF for one procedure for selected unit, load item and children Removed no longer required closing brace Set MultiUnitPDFLocation Added event handler for cursor entering RevDate textbox Added event handler for cursor leaving RevDate textbox Added event handler for cursor leaving ReviewDate textbox Added event handler for cursor entering ReviewDate textbox Added event handler for selecting date from DateSelector calendar
Rich
2012-12-04 22:46:19 +00:00
35da7c4274
Added ApplicabilityIndex property to dlgApproveProcedure class Set ApplicabilityIndex to DocVersionConfig.SelectedSlave Set DocVersionConfig.SelectedSlave to ApplicabilityIndex for each procedure in DocVersion Set DocVersionConfig.SelectedSlave to DocVersionConfig.SelectedSlave of first procedure to be approved for each procedure listed in select procedure panel Set ProcedureConfig.SelectedSlave to DocVersionConfig.SelectedSlave in constructor for ApprovalProcedure class Retrieve current RevisionInfo for ApprovalProcedure class Approve method For each procedure to be approved, retreive current RevisionInfo Set myDTS variable to current RevisonInfo DTS if RevNumber is different and latest version is approved Populate ContentAuditInfoList and AnnotationAuditInfoList for selected unit Retrieve Revison object for selected unit Added required closing brace Store DocVersionConfig.SelectedSlave value to selectedSlave variable then reset DocVersionConfig.SelectedSlave to 0 Update ProcedureConfig based on selectedSlave variable value based on whether StageInfo is approved or not approved Reset DocVersionConfig.SelectedSlave to value of selectedSlave variable Changed UpdateProcedureConfig method to inlcude selectedSlave parameter Set ProcedureConfig SelectedSlave property to passed selectedSlave parameter value Comment out updating Item DTS during ProcedureConfig update
Rich
2012-12-04 22:44:00 +00:00
8fd70677fc
Removed SUM and VCS from exclude list to support VCSummer data Added status message when merging formats is completed Added message box when merging formats is completed
Rich
2012-12-04 22:41:55 +00:00
55bb5f8c95
Added ProcName attribute with value to History node of ConfigInfo xml For multi unit data, added Applicability attribute with value to MasterSlave node of ConfigInfo xml
Rich
2012-12-04 22:41:01 +00:00
f7c9dde072
Added ProcName attribute with value to History node of ConfigInfo xml For multi unit data, added Applicability attribute with value to MasterSlave node of ConfigInfo xml Added private method AddApplicability to Loader class Removed blank line
Rich
2012-12-04 22:40:30 +00:00
31d6e47b51
Added the following Stored Procedures to support master slave data getAnnotationAuditsChronologyByItemIDandUnitID getContentAuditsChronologyByItemIDandUnitID getContentAuditsSummaryByItemIDandUnitID getCurrentRevisionByItemIDandUnitID getDocumentByLibDoc getRevisionByItemIDandRevisionNumberAndUnitID getRevisionsByItemIDandUnitID vesp_CanTransitionBeCreated vesp_ListItemAndChildrenByUnit vesp_WillTransitionsBeValid Added the following Functions to support master slave data ve_GetItemApplicability ve_GetItemDerivedApplicability ve_GetParentItem vefn_CanTransitionBeCreated vefn_GetVersionIDByItemID vefn_WillTransitionBeValidFrom vefn_WillTransitionBeValidTo
Rich
2012-12-04 22:39:47 +00:00
4a7496482a
Added ProcName attribute with value to History node of ConfigInfo xml Added RevDate attribute with value to Procedure node of ConfigInfo xml Added ReviewDate attribute with value to Procedure node of ConfigInfo xml Changed how procedure applicability obtained from procedure APL file For multi unit data added slave node to ConfigInfo xml For multi unit data added Rev attribute with value, RevDate attribute with value and ReviewDate attribute with value to selected slave node of ConfigInfo xml
Rich
2012-12-04 22:38:19 +00:00
de08f24053
Added code to assure consistent case of node names of xml generated in AddNode method of PrivateProfile class Added code to assure consistent case of attribute names of xml generated in AddParam method of PrivateProfile class
Rich
2012-12-04 22:37:17 +00:00
cd3e0af534
Added call to AddSlaveUnits method of ConfigInfo class when processing proc.ini file in Loader class Added private methods AddSlaveUnits, GetUnitNames and GetMasterDir to Loader class
Rich
2012-12-04 22:35:48 +00:00
7d1f4f4200
Added RevDate and ReviewDate properties to FixItem class Added applicability and procedureset elements to ConfigFile class when processing proc.ini file Added masterdir attribute to ConfigFile class when processing proc.ini file Replaced direct call to database with CSLA Command object in ClearData method of Loader class
Rich
2012-12-04 22:35:07 +00:00
81a2ad1267
Added public properties MultiUnitCount, Old2NewApple and New2OldApple to Loader class Added relating slave index to specific unit
Rich
2012-12-04 22:33:38 +00:00
03d49ce2df
Changed how Loader class processes 16-bit APL files Added ReviewDate property to ProcInfo class Changed how RevDate and ReviewDate values obtained from 16-bit data Added AddSlaveNode and AddSlaveItem methods to ConfigInfo class Added validity check to verify Procedure Set Path and Process Only In Location are in synch
Rich
2012-12-04 22:32:34 +00:00
44396a7200
Fixed ScrollToCenter logic for EditItems Use ScrollToCenter logic when text is changed or textbox is resized.
Rich
2012-12-04 19:56:34 +00:00
a6e07e9b52
Bug fix B2012-334, program would sometimes terminate when using the Enter key to enter step data
jjenko2012-12-04 15:32:52 +00:00
3b0062bc7e
Added Paste Plain Text and Paste No Returns options to System Options
Rich
2012-12-01 00:23:41 +00:00
1b30632829
Keep background pdf at x/y offset of 0,0 if using a Westinghouse format
kruffing2012-11-30 14:58:32 +00:00
d1b9abdd2a
Keep PSI with exe form & don't crash on null (for libdoc)
kruffing2012-11-30 14:57:50 +00:00
ce52e31138
Added logic to create annotations for transitions to un-numbered steps
Rich
2012-11-15 16:59:39 +00:00
45fc9edcd3
Added logic to create annotations for transitions to un-numbered steps Moved code to extension
Rich
2012-11-15 16:58:57 +00:00
b7bea9a5f1
logic to support transition to a non-numbered step commented out test coding to save for now.
jjenko2012-11-14 19:18:47 +00:00
c0d0c3d08e
commented out test coding to save for now. use the ordinal step number instead of the step tab if the transition is to a non-numbered step added bool to track if the new transition is to a non-numbered step
jjenko2012-11-14 19:17:58 +00:00
754d4a8651
use the ordinal step number instead of the step tab if the transition is to a non-numbered step
jjenko2012-11-14 19:16:43 +00:00
0c23b73383
Fixed logic to use the maximum height of Caution or Note when determining the height for a Deviation Document step.
Rich
2012-11-14 15:37:31 +00:00
e977521519
Added column to indicate that changes need to be merged
Rich
2012-11-13 21:29:53 +00:00
fbb5023132
Renamed fntBold to font since it is not necessarily bold. Two minor corrections
Rich
2012-11-13 20:03:54 +00:00
384a30aa23
Fixed logic to support the clipboard in RTF and Ascii text at the same time.
Rich
2012-11-13 16:28:32 +00:00
4056f5fd96
Added logic to default the History Tab to Change Details rather than Change List. Added logic to return to Change Details after editing a step. Added event handler when ChangeList tab is made active (visible). Removed event handler for the History Panel.
Rich
2012-11-13 16:09:46 +00:00
74c96fb09c
Added Code Changes and Manual Changes Headings Changed Clipboard to support Rich Text as well as ASCII text.
Rich
2012-11-13 16:08:48 +00:00
43b06c1abd
Use leading to size column heights correctly.
kruffing2012-11-13 12:28:33 +00:00
af15309bda
Use DPI for adjusting row & column sizes.
kruffing2012-11-13 12:28:02 +00:00
0189d7759b
Fixed the width of the caution tab in the South Texas Step Deviation printout
jjenko2012-11-09 20:41:28 +00:00
6423e592cc
Bug fix B2012-297 ProcedureTree not updated when deleting new copied procedure
jjenko2012-11-09 20:40:47 +00:00
1bdf8af02d
Bug fix B2012-298 Error on past procedure before or after Added a MAXRECURSION statement to fix the problem. Added “Copy Of” to new the procedure numbers when we copy and paste a procedure.
jjenko2012-11-09 20:39:35 +00:00
1df947bdf8
Restored logic to check cache so that the same item is not added repeatedly Eliminate AddToCache in the factory constructor. This was causing the same item to be added to the cache repeatedly.
Rich
2012-11-05 22:02:57 +00:00
2c78c091bf
SetParentSectionAndDocVersion to eliminate lookups when the parent is known. Use existing ActiveSection rather than "getting" an item from the database. Add property "LoadAllAtOnce" for printing. Allow MyProcedure to be set for "LoadAllAtOnce" Allow MyDocVersion to be set for "LoadAllAtOnce" Created GetCachedByPrimaryKey for ProcedureInfo, SectionInfo and StepInfo. Added Static Method GetItemAndChildren to get an entire procedure at once.
Rich
2012-11-05 22:01:59 +00:00
1b0023deb5
Restored RevDate for approval. Use existing MyProcedure rather than "getting" an item from the database.
Rich
2012-11-05 22:00:36 +00:00
7b5fdd9f74
Use "GetItemAndChildren" to assure that the latest data is used. Fixed logic if trying to create a PDF while a previous PDF is open.
Rich
2012-11-05 21:58:02 +00:00
127a917e1e
Added new property "Process Only In Location" to limit the datasets that are converted when "Only Process this Procedure Set" is false.
Rich
2012-11-05 21:56:10 +00:00
173dd85ccf
Added "OPTION (MAXRECURSION 10000) to all recursive queries. Remove Change Manager stored procedure "getItemAuditsByItemID"
Rich
2012-11-05 21:55:27 +00:00
59b765e6d8
Added new property "Process Only In Location" to limit the datasets that are converted when "Only Process this Procedure Set" is false. Save the RevDate from the SET.DBF file.
Rich
2012-11-05 21:54:31 +00:00
4ed39bda97
Fixed problem using a dash character in the Title field. Bug Fix : B2012-292, fix the saving of the Title field when creating a new Word section Added a check for the existence of a temporary word file before trying to create it Part two of fix for bug B2012-292, don’t delete word section if user deletes the Title text in the step editor
jjenko2012-11-05 18:58:13 +00:00
ca98dba877
Fixed Layout so that everything is visible.
Rich
2012-11-01 17:59:33 +00:00
a319e2d487
If the RO.FST does not exist in the working draft folder, then grab it out of the RO folder
jjenko2012-10-31 18:42:50 +00:00
3a861fb555
Print X-Y Plots in the approprate color (Black or Red) Added logic to keep from failing if an item was not in the sibling list.
Rich
2012-10-31 15:55:53 +00:00
bbcb9c6935
Fixed search logic for empty search string. Improves performance. Fixed logic to restore a deleted step. If the first step is deleted and restored, the change manager fails. Fixed numerous queries to give proper values if either the number or the number or the title is null. Added testing examples to vefn_FixSearchString
Rich
2012-10-31 15:54:52 +00:00
2ae02cce49
Added logic to present a message if the "Load 16Bit Approval" fails due to missing data.
Rich
2012-10-31 15:54:02 +00:00
9ca05aa9e4
The rev number is being brought in as is and the Revision Date is being taken from the procedure set file. Added limits to the process to Create Approved data, so that errors will not occur when processing a zipped Approved set.
Rich
2012-10-31 15:53:31 +00:00
b44736041c
B2012-273 & C2012-033– The step numbering is not accurate on the RO Search Results Report in that numbers are used for lettered substeps. C2012-031 – On the RO Usage Report sorted by RO, a space is needed between the procedure number and procedure title, also when there are more than one result for the same procedure, the listing of the steps are not always in chronological order.
jjenko2012-10-30 18:43:19 +00:00
a55f097391
C2012-027 – the RO Usage reports now have a more descriptive title. “Referenced Objects Usage By RO” and “Referenced Objects Usage By Procedure” are used for the two styles of reports.
jjenko2012-10-30 18:42:43 +00:00
8284c66da2
added code to put a copyright notice in each format file added code to put a copyright notice in each genmac file
jjenko2012-10-25 18:48:42 +00:00
29f2d79fed
include copyright notice for each stored procedure, function, and trigger added VEREV3PI “WOG - Emergency Response Guidelines Rev. 2 for NSP”
jjenko2012-10-25 18:47:22 +00:00
eed947c044
PROMSFixes.Sql - Changed logic in Stored Procedures and functions to Properly format PATH when the Procedure Number includes a Decimal Point vefn_SiblingAndChildrenItems vesp_SearchItemAndChildren vesp_GetROUsagesByProcedure vesp_SearchROItemAndChildren vefn_SiblingAndChildrenItemsByProc Removed duplicate vesp_SearchROItemAndChildren
Rich
2012-10-25 17:04:23 +00:00
6e65ec7cd0
Limit refresh of items during expansion of a item for the first time to improve performance. Use the top EditItem to determine absolute location of items on the Step Panel.
Rich
2012-10-25 00:43:02 +00:00
4885cfd881
Adjust default size of StepRTB in RTBItem. This corrected a problem with the Deviation Document format.
Rich
2012-10-25 00:42:14 +00:00
f685efbf5c
Use VerticalScroll.Value to determine absolute location of RTBItem on the Step Panel. Deviation Document 3 Column Format (Dev_Format) support. Auto-expand HLS for Deviation Document format. B2012-265
Rich
2012-10-25 00:41:39 +00:00
762f1a9916
Deviation Document 3 Column Format (Dev_Format) support. Auto-expand HLS for Deviation Document format. Corrected width of notes and cautions. B2012-265 Reduced updates to the location of an item that do not move the item.
Rich
2012-10-25 00:40:46 +00:00