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
55a78eb845
C2023-017:
...
~Moved original code for populating the filtered list to a separate static class named FormatUtility in Volian.Controls.Library
~Renamed method to GetFilteredFormatList
~Updated code to reference new static class and method
~Added logic to other applicable forms
2023-10-03 09:03:06 -04:00
6e1af874da
C2020-021 added the word “the” to the Default Section Checkbox description
2020-07-06 13:16:09 +00:00
8b389f9727
B2020-039: Fix crash on save of Word selection (invalid selectedindex used)
2020-03-18 13:14:09 +00:00
b9352fc0f5
C2020-003 Added logic to sort the checkoff list using both the Index and (if available) the OrderBy elements.
...
C2020-003 – Added the OderBy element to the Checkoff item
2020-03-05 15:05:36 +00:00
6c9d0a4721
B2020-021: After creating an Automatic Table of Contents section, a word document is displayed in the editor
2020-02-20 16:57:19 +00:00
02f17709b7
B2020-007: default step section setting/unsetting
2020-01-30 16:49:12 +00:00
22978ffff5
B2019-165 Added a check box on the automation tab to allow user to turn off the printing of a foldout page on the last page of a Word document that does not include foldouts (Byron/Braidwood)
...
Code cleanup, found a missed instance of a check for “FOLDOUT” as section number – corrected so that it using the Section_IsFoldout method instead
2019-11-13 17:11:51 +00:00
cfb847de9c
C2019-042 Added a check box to identify a section as being a foldout – used in with printing in duplex
...
C2019-042 use new format config setting to check if sections are foldouts
C2019-042 use new format config setting to check if sections are foldout
B2019-134 code cleanup, discovered we were missing a “break;” statement in processing folder specific information
2019-11-06 20:50:29 +00:00
2b74bd52ab
B2019-100: UCF check off & check off header issues
2019-08-01 15:01:32 +00:00
f41a41c2ed
B2019-992: Changing transition type has missing section text
2019-06-04 14:43:18 +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
e2392f5fec
C2018-039: Upgrade – User Control of Format
2018-12-12 15:25:53 +00:00
b0b15cff0b
B2018-126 & B2018-133: Issues with library document usages
2018-10-02 13:00:22 +00:00
d97b6bccf5
B2018-054 Added a HasSectionContent method to tell us if a section has sub-sections (used in frmSectionProperties.cs)
...
B2018-054 Don’t allow user to change a step section (with no steps) to a word section, if that section has sub sections
2018-03-21 18:57:07 +00:00
bd167bbb13
B2017-270 only enable the Steps Section and/or Word Section radio buttons if the format has them defined.
2017-12-13 15:43:17 +00:00
728889a637
B2017-016 – Handle when format selected from the dropdown happens to be the default format
2017-01-26 15:09:35 +00:00
41a135864f
C2017-004 when defaulting to the default format, position format dropdown to the default format
2017-01-23 20:27:34 +00:00
256ce987f9
Use MyActiveParent instead of MyParent in setting up the section properties dialog to fix a null reference problem B2016-280
2017-01-06 20:15:31 +00:00
5c99687073
Fixed issue where the default button for the column mode was displaying for a Word attachment section (this button should only display on step editor sections) B2016-241
2016-10-24 16:46:50 +00:00
Rich
ebbc57e5bb
Fixed the visibility of the Convert to DocX button so that it is not visible for Library Documents, Automatic Table of Contents or Step Sections.
2016-09-19 16:15:28 +00:00
Rich
54334cc233
Added button to convert MSWord sections to DocX
2016-09-13 21:11:28 +00:00
146e1fb968
New Table of Contents flags & MaxWidth for PSIs (for current page)
...
Improve message when format is changed and not certain if section type is valid. (part of B2016-165)
vcb1: Added MaxWidthCurPage for PSI text widths (use for current page)
vcb1: Table of Contents values for subsections line spacing and grouping section numbers
Table of Contents to handle single space subsections & Grouping section names remove group title
Use MaxWidthCurPage to handle max width, but don’t account for multiple lines when printing content
2016-07-25 15:04:23 +00:00
7bd76400c3
B2016-165 – Added function to get an item in list given an index
...
B2016-165 – fix crash on Section Properties when changing format and new format has less docstyles than newly selected format
2016-07-13 13:05:42 +00:00
4d54dcee7b
Default Step Section checkbox stayed visible when adding a new Word section
2016-05-18 17:29:42 +00:00
3229fb1c2f
use the checkbox setting to save Y or N into the Section_TOC section config B2016-106
2016-04-26 19:19:29 +00:00
b7f4423ca1
Added logic to allow grouping of sections that are defined in the format docsyle to automatically be included on the Table of Contents
2016-04-22 17:51:01 +00:00
0b3e70fd6d
Added a text box to enter a grouping title for use on the auto table of contents
...
Added TOC_Grouping_Title
Added TofCProcedureStepsTitle to rename the section title “Procedure Steps” to “OPERATOR ACTIONS” on the auto table of contents (used by V.C Summer - SUMall.xml)
2016-03-08 21:01:13 +00:00
f846cd5073
Fixed initialization of the format dropdown list
2016-03-04 20:45:24 +00:00
Rich
78d9affc00
Check to see that the value is not null
2016-03-04 02:01:38 +00:00
235024bef4
B2016-067: Copy/paste/property edit of section caused format to change
...
B2016-064: Reviewer can no longer copy/paste steps via keyboard shortcut F5
2016-03-03 16:52:10 +00:00
33850f59c1
Enhanced Documents for Procedures – add checkbox
...
Enhanced Documents for Sections – add radiobox
Enhanced Documents – set sync checkbox
2016-01-20 16:33:09 +00:00
2fd42cb33b
Fixed issue where the first page of a word section was not properly rotated to account for the contents being set to landscape in word (this section is set to use Word margins)
...
Fixed issue where a couple of default buttons were appearing when they shouldn’t.
2015-11-17 14:44:05 +00:00
Rich
d720159113
Added Separate Window Preference
...
Added error handling for External Transitions to deleted Procedure.
Added File extension parameter to Make Document
DB Command Line Parameter now supports server name and ItemIDs.
Added Separate Window Preference
Added capability to Update Format and then close. Command Line Parameter /P= with no IDs shutsdown immediately.
Changed code so that the Anotation panels stay expanded.
Added Console Writeline output when Formats are updated.
Attached Console Output to Parent. This allows the Console output to be output to a command window when a Batch FIle is used to Update Formats.
2015-10-27 13:28:06 +00:00
e0bac39b9b
Fixed a bug that allowed the user to change a section’s format to a format that did not support that document style
2015-09-30 16:56:29 +00:00
238c92502f
Use ‘DocStyleListActive’ for section types
2015-07-22 14:50:03 +00:00
a98f4998da
Support for Inactive document styles
...
Change ‘Count’ to ‘MaxIndex’ for ‘vlnIndexedFormatList’
Add Inactive flag
2015-07-20 14:28:22 +00:00
a956574892
if user selects a section to be ‘Default Step Section’, also set the procedure config ‘SectionStart’.
2015-02-13 14:39:03 +00:00
0e9302f206
Replace ‘?’ with ‘_’ for pdf filename so file can be created
...
Allow for setting of section’s ‘Default Step Section’ property
Fix page numbering for {secondary page} page list token
2015-02-09 14:05:22 +00:00
edf38ca662
The code now gets correct default and set values for section pagination
2014-11-12 21:19:51 +00:00
9b930ffeda
Placekeeper logic
...
Added Checkbox to generate the Placekeeper
Generate Placekeeper logic
Disable the “include in placekeeper” checkbox on Placekeeper section types
2014-05-09 19:13:15 +00:00
6b4f9a4ac3
If an auto Table of Contents page, initialize Word/Step section boxes and flags to Word section.
2014-04-16 15:16:51 +00:00
d41c675f6e
Added checkboxes for Placekeepers and Phonelist
...
Supporting logic to save/retrieve Placekeeper and Phonelist information
Supporting logic to save/retrieve Placekeeper information
Added Placekeeper logic
Null reference fix
Logic to get PrintPhoneList flag
Rearranged the panel and added Placekeeper checkbox
2014-04-08 21:02:43 +00:00
48ee3854a2
Fixed checkoff logic so that it handles Signoff style of checkoffs
...
The checkoff/signoff list was not always refreshing in the step properties panel.
Added format flag CheckoffOnSubStepsOnly for Bryon and Braidwood
2014-02-24 16:36:20 +00:00
a9ecdbd459
don't reset plant format to a 'selected index' if initializing
2013-10-24 14:10:59 +00:00
fcdebf0f83
Hide checkbox items used only for step sections when looking at properties of a Word section
2013-08-29 13:00:19 +00:00
75991ef8e3
set the Step Editor Section and Word Section radio button based on the content of the section.
2013-08-01 18:59:11 +00:00
db199dd304
Enable print section title regardless if format has UseMetaSection
2013-07-25 13:25:24 +00:00
f963dfc03c
Fixed initialization of the Print Section Number and Title
...
Fixed the logic that determines the column mode of a section
Logic to support the {HLSTEXT} token
2013-06-10 19:53:02 +00:00