850 Commits

Author SHA1 Message Date
5f63a39299 C2019-020: fix typo in tooltip for Merge PDF
C2019-020: fix typo on Merged Output Settings button
2019-05-02 13:58:55 +00:00
ff913f29f5 B2019-051: Summary of changes not resetting properly after new Approval revision 2019-05-02 12:18:36 +00:00
550200acf6 B2019-023 Fixed case sensitive search in Word attachments
B2019-016 include RNO step type in the searchable list
2019-04-23 19:11:44 +00:00
bbead6687d B2019-046: Improve error handling for import 2019-04-10 13:56:58 +00:00
abb89cc757 B2019-048: fixed crashes on approval dialog 2019-04-01 13:22:19 +00:00
5d6bfe1c45 C2019-009: Fix type of message box when doing Approve Procedure
C2019-014: Make Print Dialog consistent with Version Properties Dialog for duplex printing
2019-03-28 15:47:09 +00:00
a9ad0ed12a B2019-029: When a new annotation is created, unless you press save, it isn’t saved. The first fix caused a dialog to come up repeatedly for when save is selected. There is no longer a dialog and this was fixed with this update 2019-03-28 14:35:21 +00:00
389250bad3 B2019-044 Since the watermark switch on the print dialog can turn off the printing of a watermark, created a enum of the watermark options but without the “None’ option for use only on the Print dialog.
B2019-044 The watermark switch on the print dialog will now turn off the printing of a watermark when there is a default set at the working draft level.
2019-03-26 13:58:15 +00:00
94f18653eb B2019-043 Added checks for being in design mode during initialization of variables. C2019-015 removed (hid) the Volian Web help menu option and place the About option as the last help menu option. 2019-03-22 15:16:44 +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
76bd61b435 C2019-012: Merge pdfs 2019-03-12 12:56:58 +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
9657619153 B2019-013: Fix crash when getting section properties if section’s format had UCF checkoffs but none in its derived from format 2019-01-29 15:34:13 +00:00
e77ff7c98e C2019-004: Allow user to define duplex blank page text (handle approved & baseline output) 2019-01-28 16:45:05 +00:00
d2aadd3045 C2019-004: Allow user to define duplex blank page text (for build only).
C2019-004: Allow user to define duplex blank page text.
2019-01-24 15:51:42 +00:00
b8e250f827 B2019-012: Can remove ‘_UCF’ from end of UCF name and save without it. 2019-01-22 14:04:38 +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
8ca5295847 B2019-003: Proms crashes when one user is in a procedure and another user tries to enter the same procedure via an itemid 2019-01-08 14:03:32 +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
ddf01e9f9a C2018-039: Upgrade – User Control of Format 2018-12-12 15:29:56 +00:00
e2392f5fec C2018-039: Upgrade – User Control of Format 2018-12-12 15:25:53 +00:00
dcefdc8754 C2018-037 Added Barakah specific EULA to PROMS 2018-12-10 15:41:52 +00:00
6ab7801387 Source Safe’s merge kept two declarations for DisplaySearch1 during check-in. One was removed to resolve compiler error. 2018-10-16 16:20:29 +00:00
97808ce081 C2018-033 added drop-down lists to choose a date/time format for a PDF prefix and suffix 2018-10-16 16:05:19 +00:00
204a8591cd C2018-033 added a switch to turn on/off the date/time PDF prefix and suffix. It will be available only if a date/time prefix or suffix is set in the workingdraft property page. Logic also added to not use the date/time prefix or suffix if the user is generating Linked PDFs. B2018-137 added check for Placekeeper format flag when expanding the Additional Settings panel.
C2018-033 added a flag to turn off adding the date/time prefix and suffix when generating automatic baselines.
2018-10-16 16:03:36 +00:00
1c5993b87f B2018-136 logic now uses the procedures that are checked in the checkbox list of procedures (right panel) for the consistency check. 2018-10-09 12:55:10 +00:00
b0b15cff0b B2018-126 & B2018-133: Issues with library document usages 2018-10-02 13:00:22 +00:00
d5514caf4c 2018-09-27 18:12:36 +00:00
bd265442d3 B2017-230 Added a stored procedure and function to check for the usage of a given applicability.
B2017-230 added references to working draft property page to all applicability usage check results to appear in the Search panel results pane.
B2017-230 Added a check for the usage of the applicability that the user wants to remove.
2018-09-27 15:11:09 +00:00
f8d1055756 B2018-129 MRU list was being cleared. Needed to remove a (string) typecast in an IF statement. 2018-09-18 19:46:57 +00:00
f95ac3dbdd C2018-029 The tree panel in child windows (separate windows) will now display the name of the procedure set that is in that child window 2018-09-11 19:45:14 +00:00
010aa08668 B2018-124 pass in the text from the listbox for the watermark text 2018-09-10 19:34:36 +00:00
fafaf62b6d B2016-057 Don’t enable the Approve button if there are rev numbers that need fixed, C2018-008 Redesigned of the user interface to make less confusing, C2018-025 We were not checking for more than one procedure with the same procedure number when generating the consistency check procedure list.
C2018-026 Added a menu option off of the Versions tree node menu, to view the notes added when the approval or workflow stage was done
2018-08-31 18:28:17 +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
8f180f14d2 B2018-109 Fixed Tool Tip error on procedure that began with a space, in the Consistency Check dialog 2018-07-30 15:17:01 +00:00
03f07f3aeb B2018-099: Print all & Approve all of large set crashes with out of memory error 2018-06-29 13:24:15 +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
4104a983a0 C2018-010: Fixed refreshing when applicability is removed on Version Properties dialog 2018-06-13 14:49:47 +00:00
Rich
be7d9da0f0 B2018-087 - Check the ItemIDs in the Command Window before trying to print
B2018-091 - PROMS will not close if the user has only opened an MSWord section
2018-06-11 14:29:04 +00:00
f9dba790f9 C2018-006: Disable Check and Cascade buttons when doing an Approve All
C2018-007: Doing Approve All or Some, only prompt once whether to include Summary of Changes
B2018-083: Fix crash when doing a Approve Some
2018-06-07 13:39:37 +00:00
3977cebe1d B2018-023: With two sessions open, cannot export a procedure set if other session is on VEPROMS tree node 2018-06-04 15:51:04 +00:00
a252b4da5b B2018-062: PSI OK/Cancel buttons not visible on bottom if more than a few labels/values 2018-05-24 14:32:58 +00:00
Rich
86c85bee58 B2018-069 Revert PDF Location to default temporary folder when running baseline testing 2018-05-07 16:04:17 +00:00
aadb3c718a C2018-014 rename Compare PDF checkbox to Overlay PDF, rename Meta File check box to Baseline Testing, added tool tips
C2018-015 add PROMS version number, SQL server name, database name, procedure folder tree info, procedure number and title to meta file.
C2018-015 add debug pagination info to meta file
2018-05-02 19:21:19 +00:00
b5787b153c C2018-015 made fields to get SQL server name and database name static for use in generating the baseline meta file. 2018-05-02 19:12:49 +00:00
62028e030c C2018-012 code cleanup and improved design of print dialog 2018-04-20 19:33:38 +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
aa7a427dd1 B2018-059 Don’t close the calendar when the month or year button is selected
C2018-009 Added a check box to print the PROMS version number on each page of the PFD
2018-04-12 20:28:06 +00:00