42 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
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
2812d5b9d7 Fixed crash on double click of usage list item
Fix missing end message if continuous section.
2012-07-10 13:24:51 +00:00
1b3df2e536 2012-06-26 15:24:20 +00:00
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
639895f46f 2012-06-08 13:22:56 +00:00
Rich
b0a8ee1625 Added Email & UpdateSettings flags
Keep code from failing if _LinkLocations is null
Add PromsPrinter to constructor for VlnPageHelper
2012-05-10 15:44:27 +00:00
1c183dc7ae 2012-05-08 13:06:22 +00:00
Rich
8cb0c78730 Added Error Log if Word File Could not be created
Select section node after it is created
Don't allow an empty procedure to be printed
2012-04-05 20:57:44 +00:00
d1ff0188a7 2012-02-15 15:05:06 +00:00
Rich
0b48ec643e Added new settings to control conversion of approved data
Added event handler for viewing version pdfs and summary reports
added constructor to lookup based on file
added method to get library document by original file name
fixed ConvertToDisplayText to support RO tables in approved folder
added vlnTreeViewPdfEvent delegate
added vlnTreeViewPdfArgs class
added ViewPDF event
only display menu item if pdf or summary pdf exists
determined if pdf should have superceded watermark added
added sorting of consistency check report by procedure number
added method to add superceded watermark to old version pdf files
commented out approved folders
2012-02-09 16:14:36 +00:00
fed3b1e913 2012-01-27 12:46:43 +00:00
Rich
e9a77c98bf changes to support approval process
fixes to change manager
2012-01-23 13:58:35 +00:00
38ef93b9fd 2012-01-10 14:44:24 +00:00
056a4a9e04 Fix page numbering
handle NullBox (MyBox == null)
2011-11-21 20:51:39 +00:00
545c4268a6 2011-10-14 10:34:53 +00:00
c5dc03ee1c Added Unit Specif logic
Added “Final Page” logic
Added “Final Page” logic, fixed PDF compare where it wasn’t finding the file in the Compare folder
Added Caution and Note boxes for Turkey Point
Null check and logic for PosAdjust format variable
Added “Final Page” message logic
Fix to get proper with of tabs containing a solid bullet
2011-09-22 19:57:32 +00:00
Rich
d24109fe19 QUOTED_IDENTIFIER ON
Show how long it takes to print all procedures
For Null values use Arial as a default font.
Added Try/Catch to PDFDocument.Close (In case page is empty)
Only output End Message if it exists
Pagination Fixes
2011-09-22 17:44:01 +00:00
a9716e1bde 2011-09-22 11:54:12 +00:00
d74660c1c2 2011-07-29 13:42:24 +00:00
26e793c412 2011-07-19 16:50:21 +00:00
5362b9f4d0 2011-07-14 16:09:43 +00:00
82900d18f0 2011-06-16 10:37:25 +00:00
1d84dd29e3 2011-05-19 13:34:26 +00:00
Rich
8aece0fb79 - Replace slashes and backslashes with underscores in the pdf file name
- Use pdf name specified in the dialog
2011-05-06 14:00:03 +00:00
Rich
76bdab0549 Added PDFCount to getLibraryDocuments
Fixed logic to set DebugStatus for PDFs
2011-04-19 15:22:30 +00:00
2bf7d2fcf5 2011-04-19 14:13:54 +00:00
Rich
6fe40ea9e3 Moved DocPDF from Documents to new PDFs table 2011-04-18 21:32:28 +00:00
Rich
6029f6dd8b - Removed Debug
- Don't resize grid when initializing
- Use LoadGrid which adjusts the Grid Font
- Only save contents if in edit mode
Changes to Comments
Added Property MySymbolFontName
- Setup GoTo button to handle ROTable Grids
- Support GoTo for ROTable Grids (MyFlexGrid.IsRoTable)
- Restored code to handle Vertical Alignment
- Added MyItemInfo property
- Removed commented-out debug in DPI property
- Support Font Override
- Use DisplayText to do ReplaceWords
- Set Text Color to Black (Change Links to Black)
Use DebugOutput property rather than _DebugOutput field
- Override Font for printing grids
- Override Font for printing text
2011-03-11 15:49:39 +00:00
ea0d4749e2 2011-01-19 16:24:32 +00:00
ca6d6b38fe 2010-11-23 14:58:45 +00:00
0925d44631 2010-11-18 15:48:17 +00:00
432f5abab9 2010-10-07 12:48:33 +00:00
63ea75f998 2010-09-28 17:06:49 +00:00
Rich
d739a72c7b - Put RO Adjustment code prior to Replace Words - Match 16 Bit
- Replaced logic for Replace Words so that they are replaced sequentially through  the text rather than sequentially through the word list.
- Added DoTransitionAdjustments that adds hardspaces to Transitions.
- Changed the NextUnicode module to ignore Hard Spaces
- Added logic to find 'real' spaces in ROs and replace only them.  Spaces are  also used to terminate RTF commands.
Added code to handle "AND Range" Transitions
- Use new ToolTip property
- Use new MyStepSectionLayoutData
- Remove Debug
Remove unused code
Renamed TwipsPerPage to PointsPerPage
Adjusted Superscript offset to match 16-Bit
- Added Debug Code to compare 16-Bit and 32-Bit text
- Added Debug Code forr Pagination
- Added optional code to match 16-Bit pagination
Added Ruler for 6 and 7 lines per inch.
2010-09-06 19:39:44 +00:00
7b5649968a 2010-08-24 15:18:04 +00:00
f7127f1fff 2010-08-24 13:46:10 +00:00
e35448535d 2010-07-23 16:03:49 +00:00
Rich
7e80c5be8b Place the MSWord Output on top of the background 2010-07-22 22:34:43 +00:00
843677822d 2010-07-22 14:22:53 +00:00
7312100a51 2010-07-20 14:24:45 +00:00
ebd566dcb2 2010-07-14 16:17:39 +00:00