1955 Commits

Author SHA1 Message Date
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
80e72fbbb0 variables for RO Reports and for UseOnFirstPageOnly logic 2012-09-13 19:55:06 +00:00
8ffe532d44 logic for Reports (currently just RO Usage reports)
methods for RO Usage Reports
2012-09-13 19:54:26 +00:00
cf599335a2 - added stored procedure for use in creating RO Usage Reports 2012-09-13 19:53:05 +00:00
658f1322f9 2012-09-12 13:24:15 +00:00
2956ba702f 2012-09-12 13:23:21 +00:00
b27d274a43 2012-09-12 13:10:54 +00:00
fe8b388b1b 2012-09-12 13:10:17 +00:00
ec19a07277 2012-09-12 13:09:41 +00:00
fbe393828c 2012-09-12 13:08:37 +00:00
430c44ca41 2012-09-12 13:06:54 +00:00
7bb9f393e8 2012-09-12 13:05:10 +00:00
445b71ac38 2012-09-12 13:03:59 +00:00
fdf285fea4 2012-09-12 13:00:57 +00:00
f8040e9a52 2012-09-12 12:59:25 +00:00
99b6a97fd3 2012-09-12 12:58:40 +00:00
aeb64e2479 2012-09-12 12:56:00 +00:00
0e2ab11122 2012-08-22 16:19:26 +00:00
1ff8a696b8 2012-08-16 12:47:53 +00:00
8a86124826 2012-08-15 13:55:46 +00:00
Rich
9ca49944e3 Cache ROImages so they only have to be read once.
Added Page Number to DebugText.txt when printing.
2012-08-14 16:23:06 +00:00
cc4b8a2020 2012-08-10 10:41:31 +00:00
74b17eb481 2012-08-10 10:39:02 +00:00
6713bac8d8 2012-08-08 12:23:26 +00:00
68f3e7a0bb 2012-08-08 12:22:14 +00:00
Rich
32e9b47dae Use threading to keep MSWord hangs from hanging the conversion process
Fix logic where RichTextBox 4.1 is used to convert RTF text to a word document
2012-08-07 17:44:46 +00:00
Rich
0e66393289 RichTextBox Processing
Output Config Info for Steps
2012-08-07 17:44:03 +00:00
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
0bf2b5b640 Added non-safety related text to section 3 2012-08-02 14:08:05 +00:00
8bba4e7426 2012-08-01 11:31:42 +00:00
058c21ba65 2012-08-01 11:22:31 +00:00
8632d6e7e8 2012-08-01 11:19:59 +00:00
a13b6a7745 2012-08-01 11:17:00 +00:00
Rich
46385cfa07 Fixed relative location logic to work with absolute locations 2012-07-26 14:15:15 +00:00
Rich
dbdb1d6f7d Remove unused parameter from PromsPrinter constructor
Set the offset of the BackGround (Overlay) depending on the source of the background.  If the background source is 32 Bit set the offset to zero.
Add DebugPagination output for blank pages
Add DebugPagination output for MSWord Sections
Add DbeugPagination output for Foldout pages
Only adjust wordwrap if background is not 32Bit output
Added Back32BitPROMS boolean property to determine if the background is 32 Bit output
2012-07-25 21:46:29 +00:00
Rich
66f9ef6f23 Sort the RO values / Groups alphabetically
Don't sort the Multiple return values
Added logic to set the name of the error log file
2012-07-25 21:45:04 +00:00
Rich
fab1e8935e The check to see if the iteminfo was already in the cache was using a rediculous amount of time. I removed the check and added erro handling. 2012-07-25 21:43:42 +00:00
Rich
43203c4bdd Remove unused parameter from PromsPrinter constructor
Remove unused parameter from frmPDFStatusForm constructor
Remove event handler for cbxCheckedChanged
Set cbxCmpPRMSpfd to invisible since it is no longer needed
Remove unused parameter from frmPDFStatusForm constructor
Remove unused parameter from PromsPrinter constructor
Rename log static field to _MyLog
Set the Error Log file name to the Database name and the date of the previous Sunday - This will create a new error log file for each database each week
2012-07-25 21:43:09 +00:00
Rich
68d862f71f Set the Error Log file name to include the name of the database and the current date and time
Save and Restore the setting to create Red PDFs from MSWORD
Show the total Process Time for the Complete Process
For individual Phases allow the user to decide if they want backups to be created
Set the Database connection string from the settings for individual phases
Handle null condition so that the code doesn't bomb
Handle relative RO paths in the Proc.INI file
Correct the total Step Count by subtracting the number of Sections
2012-07-25 21:40:56 +00:00
Rich
bf9985110a Read and Save MSWord documents with RichTextBox before they are opened in word to reduce manual fixes to accessory pages
Added logic to replace sbkpage, sect, and sectd RTF tokens.
Use one RichTextBox to process text since RichTextBoxes are not released if the RTF value is set
2012-07-25 21:39:01 +00:00
808a5db5a9 2012-07-18 13:20:51 +00:00
Rich
872ce3286e Show processing time from beginning
Hide Section and Step Progress when just processing Procedures
Add a Progress Bar for Formats
Add backup after individual phases
Adjusted status labels to show processed/total counts
Adjusted size of labels to allow for processed/total counts
Use flag to control if Sections and Steps are shown in progress
Reset Step count when going to a new procedure
Eliminate reset of Step by Section
Add a total count to events to setup progress bar
2012-07-16 17:34:32 +00:00
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
Rich
7bcfafcc8b Move frmErrors when frmLoader is moved
Shutoff SpellCheck for StepRTB
Use using for temporary StepRTB
Use using for vlnFlexGrid
Added debug output to track StepRTBs and vlnFlexGrids in memory
Limit bottom margin to 0 or above
Dispose of roImage after it is done being used
Dispose of Figure after it is done being used.
Use GetJustRODB so that images are not loaded.
Added ErrorHandler if annotation is deleted after a search
Track create, dispose and finalize
Add static variable to control if SpellCheck is used
Use using for temporary StepRTB
Lazy Load SelectionStack
Clean-up on Dispose
Track create, dispose and finalize
Make MyCopyInfo Lazy Loaded
Use using for temporary StepRTB
Add Dispose method for TableCellEditor
Cleanup on Dispose
Only kill MSWord instances that are invisible
2012-07-13 18:34:57 +00:00
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
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
c2210b98f2 Creates Script Cautions for NSPAll . Needed for initial NSP compares 2012-07-12 13:07:11 +00:00
c64ab64568 commented out debug variable 2012-07-12 13:06:30 +00:00
a8aea0dca0 Fixed change bar location on figure. Also ro for figure was not found - fixed this. 2012-07-12 12:51:21 +00:00
c179215c26 2012-07-10 14:47:23 +00:00