78 Commits

Author SHA1 Message Date
2e00c94d34 C2021-040-Change-dialog-box-when-canceling-import-procedure 2024-09-09 13:47:44 -04:00
4f7a762bf1 Updated to use modified date, shortened code a bit. 2024-06-13 08:35:13 -04:00
11cb2e0efd Updated message 2024-06-07 15:14:33 -04:00
a2e830d0c3 Update for "cancel" button action 2024-06-07 14:42:26 -04:00
2ffab17caf Updates for adding custom buttons 2024-06-07 14:17:43 -04:00
db4f114caf C2022-029 - Export Import changes, Set path automatically for single proc export, provide overwrite message on single prompt export. 2024-06-04 08:51:57 -04:00
b2d238f8e1 B2024-011: Import of unit information ROs not importing correctly 2024-02-26 08:19:49 -05:00
33881adca5 B2022-072: Unit Designators not resolve on import of procedure set 2023-11-14 08:51:39 -05:00
a79819bb65 B2023-104 Import procedure and Go To RO
Added a check for a bad RO link when trying to do a Go To RO. A message box pops up telling the user to re-link that RO.

Fixed the Import logic so that an old RO link reference can be replaced with the new one that is generated when a procedure is processed during the Import function.  The Import caused the Bad RO link reported in this bug.  This bug was introduced when the ROID was standardized in length and formatting (new RO logic in 2022).
2023-10-16 15:33:45 -04:00
Jake
ac8e8432b7 B2022-098: ROs not being resolved in Word Sections 2022-08-16 15:02:30 +00:00
Jake
f8269a7ac6 B2022-088: Find Doc Ro button not working in Word Sections
B2022-089: Updating RO Crashes
2022-08-08 10:04:21 +00:00
d6d29a868a emoved duplicate code created by Source Safe Merge function 2022-05-26 22:04:47 +00:00
27993553cb B2022-026 RO Memory reduction coding 2022-05-26 19:55:07 +00:00
2ba654b622 C2020-032: Allow Import procedure set when name exists 2021-05-12 14:46:50 +00:00
bed3f0477f C2020-042 When an Export is finished the message box will be titled “Export Completed”. When an Import is finished the message box will be titled “Import Completed”. 2020-10-22 14:14:56 +00:00
cbc2adf712 B2020-095 Don’t display the dialog asking if ROs should be converted to text, when an Approved procedure export file is imported. 2020-07-28 19:37:41 +00:00
2c488befba C2020-027: Fix case on Import/Cannot Overwrite message box 2020-07-16 14:48:06 +00:00
fd31d5a245 B2020-084 Logic to load formats from procedure set export files that were generated prior to User Control of Format. 2020-06-12 19:21:59 +00:00
af91094f94 B2020-057 Handle bad RO links when converting ROs text 2020-04-23 21:19:12 +00:00
2e71c66183 B2020-053: Exported Folder specific information is not imported 2020-04-08 16:50:05 +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
fa61b9c2a4 B2019-085 multiple copies of library documents were added when importing procedure sets 2019-06-10 19:55:31 +00:00
bbead6687d B2019-046: Improve error handling for import 2019-04-10 13:56:58 +00:00
2e5471b5d3 B2019-036 The last update to this file had put in a line of code that attempted to delete a temporary directory but it could not (and is should not) and it caused an error before the transitions were processed 2019-03-19 14:52:25 +00:00
c16ebcf2ed B2019-035 Added better memory management to the import procedure set functionality, with focus on importing Word documents and Library documents. Also, when a library document is added via an import, the modified date/time of the library document is appended to the library document name 2019-03-15 19:03:07 +00:00
31033ae63f B2019-014: Import of incorrect file type crashes; B2019-015: Improve message on import of UCFs. 2019-02-06 14:29:12 +00:00
0cb7354084 B2019-006: import of UCFs was hanging 2019-01-18 15:14:19 +00:00
6593bb5877 Fixed indenting (tabs versus spaces). No code change - verified through ultra compare 2019-01-18 14:53:46 +00:00
Rich
e1d96a186e The import code has been fixed to recognize tables even if the FromType is incorrect. 2018-12-14 19:51:12 +00:00
e2392f5fec C2018-039: Upgrade – User Control of Format 2018-12-12 15:25:53 +00:00
8b431d2fe4 C2018-020: Import of procedure when Overwriting has confusing transition list dialog and does not import 2018-06-29 13:08:19 +00:00
Rich
c10da98204 B2018-046 - Fix code so that duplicate ROs will not cause problems when they are converted to text during import. 2018-03-14 15:23:23 +00:00
Rich
9df7290679 B2018-030 Disable Ping when performing export.
B2018-031 Provide status as Figures are exported
2018-02-21 18:29:24 +00:00
Rich
58c23de1ea We missed a spot when fixing the bug B2016-081. When importing a transiition it was converting an internal transition to text. This has been fixed.
B2018-002 Updated code that tracks and displays Transition Refresh Statistics
Added Statistic tracking for invalid transitions converted to text
2018-01-24 14:44:46 +00:00
52b40b0f5e B2017-076 Added checks to see if we processed any transitions or ROs and added a status message at the end of importing explaining the procedure that was imported did not have transitions or ROs.
B2017-076 Added a Boolean return value to FixTransitionText so that we know if any transition was processed.
2017-08-25 13:50:57 +00:00
Rich
8dc67fac8e B2017-157 Disable PingSession during import. This eliminates deadlock errors 2017-07-28 18:28:29 +00:00
Rich
26ad9239f2 Added frmVEPROMS parameter to the constructor so that SessionPing can be disabled.
Added frmVEPROMS parameter to the constructor so that SessionPing can be disabled.  Disabled SessionPing when Importing a Procedure Set,
Added frmVEPROMS parameter to the constructor so that SessionPing can be disabled.  Added logic to disable SessionPing.
2017-05-24 12:59:28 +00:00
3b03233003 B2017-082 Added a check for a RO Path being assigned at the working draft node 2017-05-05 14:53:47 +00:00
e7f9d4e3ed Support for SAMGS Supplemental Information 2017-05-03 13:57:12 +00:00
8b5e7e01ad B2017-060 the update of RO usages of an imported procedure, if RO was not found in the ROUsage table, the import would be aborted instead of converting the invalid RO to text
B2017-060 the update of RO usages of an imported procedure, if RO was not found in the ROUsage table, the import would be aborted instead of converting the invalid RO to text.
Part of B2017-060 fix were we need to prevent the content text from being disposed when Item is used in a Using statement.
2017-03-24 14:29:39 +00:00
Rich
69b7de9fc5 Added Error Log code to record errors when import fails
Added Error handling to Import so that Change Manager is turned-on after Import whether it is successful or not.
Don't allow import if the Referenced Objects have not been selected.
Turn On Change Manager if there are no active sessions
Don't crash if the Referenced Objects are not set when you right-click on a Working Draft.
2017-02-10 16:23:31 +00:00
3c471efd9f Fixed bug B2017-003 which required you to exit proms after doing an import so that doing a goto on a transition (in a table) would work properly 2017-01-16 20:14:37 +00:00
afe6c695d9 Fixed issues with Transitions and ROs when importing procedures and sets. Notifies user when Transitions and/or ROs are converted to text. Added message box for when an export is complete as well as when an import is complete
When a Transition or RO is converted to text, a “Link Convert To Text” annotation type is created instead of a “Verification Required” annotation
When a RO is converted to text, a “Link Convert To Text” annotation type is created instead of a “Verification Required” annotation
Fixed an invalid index issue
2017-01-04 16:50:00 +00:00
e689dc2ba0 Embedded images 2016-10-17 14:25:30 +00:00
ae2473ba24 Fix to import Transitions in Grids (tables) 2016-08-31 18:39:25 +00:00
1bf77667b2 Give option to import RO’s as text when the RO path of the import is different than the target procedure set
Prompts user with options on what to do with the import of a procedure that has a different RO path than the target procedure set.
2016-08-09 12:33:01 +00:00
Rich
56ab02c3f7 Refresh NextItems when looking for Range transition Item
Dispose of steps as they are imported.
2016-08-03 15:12:04 +00:00
254d15948f Fixed issue of Import Procedure has same RO Path but a different ROdbid number
Fixed issue where the top box of the dialog was not displaying the “&” character used in the RO Path
2016-07-26 15:25:48 +00:00
4c6d09803d Supporting logic to handle the use of the backslash character
Supporting logic to handle the use of the backslash character, and question marks
Supporting logic to handle the use of the backslash character, dashes, and symbols
Supporting logic to handle the use of the backslash character and dashes
2016-06-21 15:15:01 +00:00
cc6735db05 When importing a folder, if the RO database name is the same as a RO database currently in the data, but the RO path of the importing folder is different than the current RO database path, compare the FST contents of the two and if the same use the current RO database. Also when importing a RO database of the same name but has a different RO Path, rename the importing RO database name to keep the RO database names unique. B2016-119 2016-05-11 14:23:53 +00:00