69 Commits

Author SHA1 Message Date
d4418b8d8a We are reverting back to the last DotNetBar install. We found issues on the developer side of maintaining the dialogs and forms in PROMS. 2025-02-11 15:02:58 -05:00
6b0a5d60f4 DotNet 4.8.1 build of DotNetBar 2025-02-07 10:35:23 -05:00
37c5b23a86 C2019-025_Ability-to-Toggle-Replace-Words 2025-01-27 13:38:48 -05:00
71130bd26b C2019-025_Ability-to-Toggle-Replace-Words 2025-01-24 10:12:43 -05:00
cc96b3fa5b B2023-095_U2022-004 - When Copy/Pasting Symbols, some of the symbols paste in an incorrect font 2024-11-25 14:44:50 -05:00
1bdfb7d1e3 C2024-008 -Created a PROMS executable use .Net version 4.8.1
B2020-106 - Fixed insert of new symbols.
2024-04-16 14:16:40 -04:00
ef3efe2380 B2023-093 Convert PROMS Word sections to the DOCX format if needed before Editing or Printing 2023-09-13 14:27:38 -04:00
be0c910432 ~ Set to build using DotNet Ver 4.6.2
~ Upped the minor revision number of PROMS to 2.1 and RO Editor to 2.2
2023-06-22 14:37:29 -04:00
01e15bf58b Removed VSS Bindings from all projects 2023-06-21 16:16:01 -04:00
f68ca213a8 Updated references for development environment 2023-06-20 11:50:35 -04:00
bbce2ad0a6 Commit for development environment setup 2023-06-19 16:12:33 -04:00
2f4b33b621 C2022-030 display message when PROMSFixes is not up to date
C2022030 function to read RevDate from PROMSFixes file located in exe folder
2022-11-01 15:40:44 +00:00
Jake
d327ab08af B2022-083: Support Conditional RO Values 2022-07-26 20:01:25 +00:00
61febac1a0 B2022-052: Division symbol converted to an X in table (also occurs in step text) - continued 2022-05-26 12:58:05 +00:00
564a75dcc1 B2022-052: Division symbol converted to an X in table (also occurs in step text) 2022-05-19 12:56:13 +00:00
1e85522762 B2021-039: Paste of symbols results in invalid symbols 2021-04-20 11:54:32 +00:00
7b57386758 B2019-174 Created static method to register the font fonder so that it can be called at the start of printing.
B2019-174 Register the font folder with iTechSharp so that the symbol fonts can be found when generating the Auto Table Of Contents
2019-11-20 20:25:38 +00:00
Rich
ba20b719c6 Timer Code 2019-10-29 14:02:37 +00:00
Rich
17f24b7100 B2019-118 Font appears in Registry but the related file does not appear in the font folder. Results in a crash. Error Handler was added to eliminate this case 2019-08-22 13:44:08 +00:00
Rich
da3a87e892 Consolidate Font Registration for iTextSharp 2019-08-15 15:56:44 +00:00
2b74bd52ab B2019-100: UCF check off & check off header issues 2019-08-01 15:01:32 +00:00
a0dadf2f9a C2019-026 Compare the library document we are importing with one of same name in current database to see if we can use the exiting instead of creating a new one.
C2019-026 Move a byte array comparer function to the Volian.Base.Libary and made it static
C2019-026 Took a byte array comparer function from ROFSTExt.cs and made it static
2019-06-14 16:31:10 +00:00
0ba08ae64d C2019-022 Removed the use of the Arial Unicode font (was in for backward compatibility) when using symbols with a proportional font. We now use FreeSerif (supplied by Volian)
C2019-022 When pre-processing table cells before we print a table, we now replace any Arial Unicode font reference with FreeSerif.
2019-05-16 16:48:55 +00:00
cfcf9de352 Static class that contains the FixFileName() function which will replace invalid file name characters. 2019-03-11 19:03:05 +00:00
bbcb638024 C2018-039: Upgrade – User Control of Format 2018-12-12 15:34:25 +00:00
dcefdc8754 C2018-037 Added Barakah specific EULA to PROMS 2018-12-10 15:41:52 +00:00
63932cd2c9 C2018-023 added a “/NW” switch for use with the automated print testing (batch file) to turn off the inclusion of Word attachment text in the metafile 2018-08-02 13:10:40 +00:00
6732591fc5 C2018-009 logic to pass the PROMS version number down to the iTechSharp
C2018-004 Close the DebugMeta.txt file after printing
C2018-004 Added class for generate a DebugMeta file.
2018-04-12 20:29:31 +00:00
a2c11290a7 C2017-036 As of Word16 Microsoft is no longer suppling Arial Unicode MS. Added methods to find a proportional font that supports the symbol characters we use. 2017-11-13 17:35:37 +00:00
Rich
543a64a4f2 B2017-249 Handle AutoSave feature of MSWord. Handle temporary documents which were not saved when PROMS crashed or was terminated without saving. 2017-11-06 15:25:09 +00:00
d6cd49cab2 B2017-212 If the user uses the X button in Word to close the word attachment, PROMS thinks that the user wants to close out of PROMS as well. Trap for this and close only the Word tab in PROMS.
Made StackToString() public for use in fixing B2017-212
2017-09-20 17:06:10 +00:00
d20ec450ce Added DoUpdateRO flag for use in the new Update RO logic
Better feedback when updating RO values, also save list of updated ROs in text file in Documents\VEPROMS
2017-06-20 16:28:45 +00:00
1648de9f8d Added HWndCounter tool to count/debug window handle usage
Add DSO Framer errors to our error log
Commented out a debug console.writeline
2017-05-26 18:31:23 +00:00
b7e0e78ca9 Fixed logic for Find/Replace of backslash and symbol characters B2016-156
Moved repeated logic to a static function RTFConvertedSymbolsToUnicode which is needed for Find/Replace. Used in DisplayText.cs, FindReplace.cs, and VlnFlexGrid  B2016-156
Fixed finding backslash and symbols B2016-156
Fixed finding backslash and symbols in tables (grids) B2016-156
2016-07-06 15:23:30 +00:00
f9145f8b68 2016-04-05 18:12:36 +00:00
326e6fa732 B2016-090: support for multi-line Procedure Specific information data 2016-04-01 14:54:14 +00:00
Rich
a593257faa Command Line DB was causing some problems if it was not used. 2015-10-27 14:42:57 +00:00
Rich
d452b2f5b3 DB Command Line Parameter now supports server name and ItemIDs. 2015-10-27 13:31:17 +00:00
Rich
4d2b57b34a Modified the order of the parameter for vlnStackTrace.ShowStackLocal so that the parameter "signature" would be unique when specifying the start and limit. 2015-03-27 12:26:04 +00:00
Rich
5a5502d8fc Added somecode so that profile errors will be recordedd to the Error Log
Added a reference to Log4Net
Fixed Profile Logic when PDF cannot be created because it is already open.
2015-02-16 20:51:34 +00:00
Rich
6a973a288b Added Objects DebugProfile and DebugDBTrack for command-line parameters /Profile and /DBTrack
Added code to retrieve command-line parameters.
Added property CalledFromCSLA to retrieve the CSLA object and method used by DBTracking.
Added ProfileTimer object to track CPU using by methods
2015-01-19 20:52:32 +00:00
aa264a4e5d WCNCKL: added length of smart template HLS (for wrapping)
WCNCKL: Set length of smart template HLS (for wrapping)
Moved ‘SplitText’ from vlnSvgPageHelper so that it can be accessible from DisplayText (Volian.Controls.Library) and VlnSvgPageHelper (print)
Calvert: use item’s format to determine if change id tab should be visible rather than top folder (top folder was used when user was prompted to enter change id for session).
WCNCKL: use ‘SplitText’ to handle split/wrap of HLS checklist text
2014-09-09 13:10:34 +00:00
Rich
080b1098bc Added Command Line support to set the operating mode to Debug, Demo or Production 2014-09-02 18:30:48 +00:00
Rich
e8fbd9d30b Print Speed-up 2014-04-10 21:39:17 +00:00
Rich
92a1a8cf4e Changed StackToStringLocal method to public method 2014-02-13 03:01:23 +00:00
Rich
dbf3129866 Changed a comment to match the code. 2013-05-13 10:42:23 +00:00
6935e62cc7 created a static function that will return the path to the RO Editor 2013-03-25 20:55:39 +00:00
Rich
c63d792953 Added reference to System.Collections.Generic
Added PurgeDataCommand class based on CSLA CommandBase class
Added CanTransitionBeCreatedCommand class based on CSLA CommandBase class
Added WillTransitionsBeValidCommand class based on CSLA CommandBase class
Added InvalidTransition class
Added ProposedTransition class
Changed NodeText_Changed method to support multi unit
Added BigNum class to support applicability for multi unit
2012-12-04 23:01:33 +00:00
Rich
a3fcf2a0bb Added TotalPages count to DebugPagination
Added logic to close output file on Dispose
Output TotalPages count when closed
Added Manual Page Break output to DebugPagination.txt
Added preliminary pagination logic for KeepStepsOnPages
Fixed Pagination Logic for HLP EOPs and WCN EMGs
Update TotalPages on completing print of procedure
Added YTop to Debug Output on Paragraphs
Added preliminary logic for KeepStepsOnPage
Correct logic for word-wrap issue
2012-09-17 19:16:27 +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