Commit Graph
100 Commits
Author SHA1 Message Date
jjenko 9922a676a6 bug fix B2012-328, fixed an index out of range problem when adding a new folder in the tree view 2012-11-26 21:01:42 +00:00
jjenko 61fcf17624 B2012-315 – fixed problem approving a new procedure
added a null reference check
2012-11-20 16:07:56 +00:00
jjenko b7bea9a5f1 logic to support transition to a non-numbered step
commented out test coding to save for now.
2012-11-14 19:18:47 +00:00
jjenko 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
2012-11-14 19:17:58 +00:00
jjenko 754d4a8651 use the ordinal step number instead of the step tab if the transition is to a non-numbered step 2012-11-14 19:16:43 +00:00
jjenko 0189d7759b Fixed the width of the caution tab in the South Texas Step Deviation printout 2012-11-09 20:41:28 +00:00
jjenko 6423e592cc Bug fix B2012-297 ProcedureTree not updated when deleting new copied procedure 2012-11-09 20:40:47 +00:00
jjenko 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.
2012-11-09 20:39:35 +00:00
jjenko 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
2012-11-05 18:58:13 +00:00
jjenko a319e2d487 If the RO.FST does not exist in the working draft folder, then grab it out of the RO folder 2012-10-31 18:42:50 +00:00
jjenko 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.
2012-10-30 18:43:19 +00:00
jjenko 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. 2012-10-30 18:42:43 +00:00
jjenko 1a65b51312 fixed syntax error 2012-10-26 14:38:22 +00:00
jjenko 8284c66da2 added code to put a copyright notice in each format file
added code to put a copyright notice in each genmac file
2012-10-25 18:48:42 +00:00
jjenko 29f2d79fed include copyright notice for each stored procedure, function, and trigger
added VEREV3PI “WOG - Emergency Response Guidelines Rev. 2 for NSP”
2012-10-25 18:47:22 +00:00
jjenko c5e45bbe3f Bug fix B2012-270, GoTo button in PROMS could not find RO Table for viewing in the RO Editor 2012-10-24 16:08:34 +00:00
jjenko f5f58c210e settings RNOIdent for NSP ARP
get points value for RNOWidthAlt
2012-10-22 18:38:51 +00:00
jjenko 6234a36232 handle NSP Alarms RNOWidthAlt format setting and their RNO tabs (NumberSubs) 2012-10-22 18:37:52 +00:00
jjenko f03ad38655 bug fix BB2012-189 – added logic for RNOWithAlt
fixed width calculation
For the screen display, force the use of Letter Gothic Tall when Letter Gothic is set.   Some of the Letter Gothic characters have a different width whereas Letter Gothic Tall characters have a consistent width.
2012-10-22 18:37:20 +00:00
jjenko 680eff6638 fixed null reference 2012-10-22 18:35:00 +00:00
jjenko 045646b739 the Update Formats option will now always prompt for the location of the FMTALL and GENMACALL folders, defaulting to the one last selected 2012-10-22 18:34:23 +00:00
jjenko d7a6b7beb1 fixed typos 2012-10-22 18:33:26 +00:00
jjenko a1cd388132 User was able to insert symbols, hard spaces, and indents into a RO table. This has been disabled for RO tables. 2012-10-10 13:33:04 +00:00
jjenko 5bae7073f9 check for NULL in displaying the Procedure Info dialog
Logic to support pagelist tokens inside conditional Procedure Information pagelist tokens
2012-10-09 17:27:19 +00:00
jjenko 2946d5b644 B2012-169 – x/y plot was printing very small and straddled the top of the page. 2012-10-05 15:00:11 +00:00
jjenko 3534b9bca0 implemented the UsesSTExtraRealValue flag
B2012-188 - added logic for the PREDELIMEOPNUM pagelist token.
2012-10-05 14:59:20 +00:00
jjenko d7d1b7194d fixed issue of being prompted for the folder containing the FMTALL and GENMACALL folders, when performing the Update Formats option 2012-10-05 14:58:08 +00:00
jjenko 905c00868a B2012-242, fixed the table conversion logic to handle merged rows in the last column of a table
and to better handle more than two merged rows in the middle of a table
2012-10-01 15:17:00 +00:00
jjenko 42b94eac97 Fix to remove the ‘>’ character at the end of the plot definition which was preventing the plot from being generated. (B2012-186) 2012-09-28 14:46:04 +00:00
jjenko 04fac124c1 removed a console.writeline
Control to create RO Usage, RO Summary, RO Complete, and Transition Usage reports
Logic to print RO Usage reports
Ifdef’d logic for UseOnFirstPage
logic for Width Override and Ifdef’d logic for UseOnFirstPage
Beginings of code to generate a Complete RO Report
2012-09-13 19:58:05 +00:00
jjenko 80e72fbbb0 variables for RO Reports and for UseOnFirstPageOnly logic 2012-09-13 19:55:06 +00:00
jjenko 8ffe532d44 logic for Reports (currently just RO Usage reports)
methods for RO Usage Reports
2012-09-13 19:54:26 +00:00
jjenko cf599335a2 - added stored procedure for use in creating RO Usage Reports 2012-09-13 19:53:05 +00:00
jjenko 187f98807d RGE SAMG format - Set the Word Attachments to be paginated continuously with the procedure
added code to allow for plant specific modifications to document styles (section styles)
2012-08-06 18:55:30 +00:00
jjenko 0bf2b5b640 Added non-safety related text to section 3 2012-08-02 14:08:05 +00:00
jjenko d13a0f0fb5 fixed use of Insert Symbol into a table cell and fixed bug where you could not select /copy a portion of table cell text 2012-07-16 15:09:47 +00:00
jjenko ce21565a15 Now converts 16-bit tables that uses an underline attribute to define a row separator (instead of the dash character)
Uncommented the Script Caution tab logic.  Needed for initial NSP compares
2012-07-12 13:09:16 +00:00
jjenko 2c10b3843b When GetProfile(“Replace”,mstr) didn’t find a match, it returned a NULL. Added check so that if it returned a NULL, the “as is” procedure number is used. 2012-07-12 13:08:09 +00:00
jjenko c2210b98f2 Creates Script Cautions for NSPAll . Needed for initial NSP compares 2012-07-12 13:07:11 +00:00
jjenko c64ab64568 commented out debug variable 2012-07-12 13:06:30 +00:00
jjenko b405d88a83 Fixed problem where the sub-formats this was introduced with a fix for a procedure in the Wolf Creek SYS set. 2012-06-27 14:04:51 +00:00
jjenko ed2fcf39e1 changes for comparing PROMS generated PDFs with PROMS generated PDFs
Added checkbox to compare PROMS generated PDFs with PROMS generated PDFs
Logic to support the comparing of PROMS generated PDFs with PROMS generated PDFs
2012-06-20 16:06:55 +00:00
jjenko fc34e050ef if PageItem font CPI is null, then default to 12 CPI
Commented out script caution logic (used in NSP for 16-bit VE-PROMS)
2012-06-18 20:24:45 +00:00
jjenko b7270782e6 default to the DocStyle font (if needed) for PageStyles (pagelist) 2012-06-18 20:23:14 +00:00
jjenko f41b211187 added NSP specific, removed IdentWid’s
removed IdentWid’s, added TabBullet
setup DocStyle to inherit from the section’s default, not Base, added Plant specific for PageStyles (pagelist)
2012-06-18 20:21:26 +00:00
jjenko 0927762693 Eula for Demo CD 2012-06-14 17:56:36 +00:00
jjenko a7a1734334 speed up the getting of the PROMS databases 2012-06-14 17:23:49 +00:00
jjenko 2be97c8cfd if running a Demo (demo CD/DVD) version, version is set to Demo and it will display the demo EULA
Will force a “SAMPLE” watermark when running a Demo version (demo CD/DVD)
if running a Demo (demo CD/DVD) display the demo EULA the first time PROMS is run
gets for ReleaseMode and EULA file names
Disable RO Editor when running a Demo version
2012-06-14 14:21:57 +00:00
jjenko d07ecf0a5f upped timeout of script that gets list of database to 30 seconds 2012-06-14 12:51:41 +00:00
jjenko 86277422a5 Added WrapSameAsEdit check to the RemoveLastCharacter() logic for debug/16-bit compare printing. Also added a check in RemoveLastCharacter() so that if there was only one character in the line of text, to NOT remove it (was removing hard-return characters) 2012-06-12 15:22:25 +00:00
jjenko 8352358613 Fixed underline tab underline bug (B2012-148) 2012-06-12 15:21:29 +00:00
jjenko a23d075403 automatically clear the Most Recently Used list if opening a different database than last time (don’t prompt with dialog box) 2012-06-12 15:20:29 +00:00
jjenko 8cc07a788f show “Compare PDF” checkbox only if “compare” folder exists OR if in Debug Mode. Rename “Debug” checkbox label to “Compare PDF” (B2012-149) 2012-06-12 15:19:57 +00:00
jjenko f5378a0f27 Fixes a bug in importing the 16-bit Approved PDF files. We were not handling invalid (and null) dates when reading through the list of approved procedures (from the SET.dbf file).
If an invalid date is found, the current date is used instead – copied existing logic we have in other places of the DataLoader.
2012-05-31 16:18:44 +00:00
jjenko 07fd6f3a4e fixes to font inheritance 2012-05-11 14:09:58 +00:00
jjenko 85ec050832 fixed typo where we should be checking for OHLP format instead of HLP format in fixing the “Procedure Steps” section text in section transition for South Texas 2012-05-01 19:29:38 +00:00
jjenko ff51cacc62 2012-05-01 12:59:07 +00:00
jjenko 2e30a91eea 2012-04-30 20:15:45 +00:00
jjenko c5631e575b 2012-04-30 20:15:08 +00:00
jjenko ed896b70c1 - was missing some commands 2012-04-19 20:20:29 +00:00
jjenko 10c8ba5eab Needed to adjust the Help About dialog so that it appear properly at the smaller (normal) screen resolution. 2012-04-17 13:28:15 +00:00
jjenko 84185d3a45 added SQL Server name (and if it’s local) and the current database name
fine-tuned our PROMS version string
fixed NULL reference with changing a section number/title on a property page that uses StepRTB
2012-04-13 14:42:53 +00:00
jjenko 4b68ddca70 Changed the Assembly Product and Title to say “PROMS” instead of “Proms 2010”
Added the date/time of the PROMS executable to the Help|About
2012-04-13 12:23:46 +00:00
jjenko 7bfc9b223f Inserting new step/substeps is disabled when the edit window is empty 2012-04-12 18:55:20 +00:00
jjenko b9bed798d9 some of the information was being cut off 2012-04-12 17:35:48 +00:00
jjenko 1fee99e7ee create fmt_xml directory if needed 2012-04-05 19:46:12 +00:00
jjenko da009a15eb fixed problem saving margins in word attachment – can’t do if in a frame
sometines would get a weird file name for the opened word attachment
2012-04-05 19:45:28 +00:00
jjenko bfb9e3c19e Was sometimes getting an error message during the Paste operation of a table Row or Column. B2012-085 and B2012-086
Fixed some other Copy/Paste Rows/Columns table bugs as well.
2012-04-03 14:23:34 +00:00
jjenko 4fc0ae9966 fixed problem where we got an error when changing a format selection on a tree node above a document version 2012-03-22 18:21:12 +00:00
jjenko 95af379507 Fixed problem when after inserting a RO in a table cell, the table cell reverted back to view mode. 2012-03-22 17:26:25 +00:00
jjenko 4f14509562 Fixed Enter Key logic going from an high level RNO to back to the high level step 2012-03-19 14:24:00 +00:00
jjenko fe96bbf619 The <CTRL-LEFTARROW> key stroke now works like 16-bit VE-PROMS (it wasn’t jumping to the AER column with it should have) 2012-03-19 14:22:17 +00:00
jjenko c78b6241e8 when deleting an edit window in the AER, position to the bottom most in the AER - was jumping to RNO 2012-03-19 14:20:52 +00:00
jjenko b154269a65 made the annotation types drop down a little wider 2012-03-16 15:51:05 +00:00
jjenko ea55aba127 added delegate for event to update the stages list 2012-03-16 15:50:17 +00:00
jjenko 071d1a189c added delegate for event to update the annotation list 2012-03-16 15:49:44 +00:00
jjenko 12eaf94c09 added a Refresh method to refresh AnnotationTypeInfoList
added a Refresh method to refresh StageInfoList
2012-03-16 15:49:09 +00:00
jjenko 119769f31f added event to update the Annotation lists in the Search and Annotation Details panels 2012-03-16 15:48:06 +00:00
jjenko 52e227d35f added tabs for Annotation and Revision Stages 2012-03-16 15:47:32 +00:00
jjenko 92e7711be0 Made sure the OK and Cancel buttons set the DialogResult just before closing the form 2012-02-23 15:44:47 +00:00
jjenko 5649e60d69 dialog was returning a result of Cancel even though the result was set to OK. 2012-02-22 15:08:30 +00:00
jjenko d575450860 2012-02-17 17:01:55 +00:00
jjenko 491c79759e fixed Enter Key logic so that it jumps to an RNO only if the substep type has sequential numbering 2012-02-16 19:01:28 +00:00
jjenko 6f90d34705 moved code to an existing Try-Catch to get past problem with NSPPE genmac 2012-02-16 19:00:49 +00:00
jjenko dfa4855cd2 validated the temporary fix and Integrated it 2012-02-14 20:48:05 +00:00
jjenko 50917e39f3 Temporary Fix for Summary Of Changes Report generation
Temporary Fix for Change Bars on Cautions and Notes
2012-02-14 15:50:20 +00:00
jjenko c2d645ab91 Added Using statements 2012-02-14 15:49:14 +00:00
jjenko 7d6d6952df Commented out debug information 2012-02-14 15:48:42 +00:00
jjenko dd14def97a Added a Dispose 2012-02-14 15:47:47 +00:00
jjenko 39b983647b Adding Using statements 2012-02-14 15:46:43 +00:00
jjenko 027132c1f4 Added a Dispose 2012-02-14 15:46:03 +00:00
jjenko 671c3aa137 Adding Using statement, The Backup and Restore BAT files are now build with the database name you specified in the settings 2012-02-14 15:45:25 +00:00
jjenko 21a5b9a05d Add garbage collection call after MigrateROFST 2012-02-14 15:44:09 +00:00
jjenko fa900be307 removed previous change, it was not needed. I had a debug setting that overrode the try-catch. 2012-02-06 20:16:49 +00:00
jjenko c528032b92 In the check of winword processes, we need to also check to see if the process has existed before trying to stop it, else we will get a Null reference error when we when access the MyProcess.PriorityClass. 2012-02-06 14:27:23 +00:00
jjenko bf81c633e9 Now uses the defined TransMenu in the our dropdown list. 2012-01-27 14:30:37 +00:00
jjenko a72f752b60 removed converting # and ~ to super/subscript commands in RO values
replace # and ~ with super/subscript commands, only done for ROs in Word attachments
2012-01-11 16:49:29 +00:00
jjenko edf7c15dbb If the plant format does not have PMode set, then it should default to 2 column mode. (according to 16-bit code) 2012-01-11 13:51:14 +00:00
jjenko bdd27f4487 Fixed a bug with printing long procedure titles where there wasn’t enough space between the split title lines. 2012-01-09 17:52:27 +00:00
jjenko 6ec0ce999c changed copyright year to 2012 2012-01-03 20:31:12 +00:00