diff --git a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserCheckBrowserInstanceExistsCommand.cs b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserCheckBrowserInstanceExistsCommand.cs index cabd3b32c..2c9efa1d7 100644 --- a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserCheckBrowserInstanceExistsCommand.cs +++ b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserCheckBrowserInstanceExistsCommand.cs @@ -21,6 +21,7 @@ public class SeleniumBrowserCheckBrowserInstanceExistsCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Broser** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } [XmlAttribute] [Attributes.PropertyAttributes.PropertyDescription("Please select the variable to receive the result")] diff --git a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserCloseCommand.cs b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserCloseCommand.cs index e27c323f8..dc8daa6a1 100644 --- a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserCloseCommand.cs +++ b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserCloseCommand.cs @@ -21,6 +21,7 @@ public class SeleniumBrowserCloseCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } public SeleniumBrowserCloseCommand() diff --git a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserCreateCommand.cs b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserCreateCommand.cs index 492a980b5..281ca73cd 100644 --- a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserCreateCommand.cs +++ b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserCreateCommand.cs @@ -21,6 +21,7 @@ public class SeleniumBrowserCreateCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")] [Attributes.PropertyAttributes.Remarks("**myInstance** or **{{{vInstance}}}**")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } [XmlAttribute] diff --git a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserElementActionCommand.cs b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserElementActionCommand.cs index 2403bfb15..637cd311d 100644 --- a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserElementActionCommand.cs +++ b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserElementActionCommand.cs @@ -28,6 +28,7 @@ public class SeleniumBrowserElementActionCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } [XmlAttribute] [Attributes.PropertyAttributes.PropertyDescription("Element Search Method")] diff --git a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserExecuteScriptCommand.cs b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserExecuteScriptCommand.cs index fcd858982..d35d79242 100644 --- a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserExecuteScriptCommand.cs +++ b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserExecuteScriptCommand.cs @@ -21,6 +21,7 @@ public class SeleniumBrowserExecuteScriptCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } [XmlAttribute] [Attributes.PropertyAttributes.PropertyDescription("Please Enter the script code")] diff --git a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserInfoCommand.cs b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserInfoCommand.cs index ee2cdb473..9690bee73 100644 --- a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserInfoCommand.cs +++ b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserInfoCommand.cs @@ -22,6 +22,7 @@ public class SeleniumBrowserInfoCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } [XmlAttribute] diff --git a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserNavigateBackCommand.cs b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserNavigateBackCommand.cs index 381098ec1..399527b4c 100644 --- a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserNavigateBackCommand.cs +++ b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserNavigateBackCommand.cs @@ -22,6 +22,7 @@ public class SeleniumBrowserNavigateBackCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } public SeleniumBrowserNavigateBackCommand() diff --git a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserNavigateForwardCommand.cs b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserNavigateForwardCommand.cs index 486e99ff8..ff0e55c96 100644 --- a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserNavigateForwardCommand.cs +++ b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserNavigateForwardCommand.cs @@ -22,6 +22,7 @@ public class SeleniumBrowserNavigateForwardCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } public SeleniumBrowserNavigateForwardCommand() diff --git a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserNavigateURLCommand.cs b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserNavigateURLCommand.cs index 53f2f7361..094d675f6 100644 --- a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserNavigateURLCommand.cs +++ b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserNavigateURLCommand.cs @@ -24,6 +24,7 @@ public class SeleniumBrowserNavigateURLCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } [XmlAttribute] [Attributes.PropertyAttributes.PropertyDescription("Please Enter the URL to navigate to (ex. https://mycompany.com/orders, {{{vURL}}})")] diff --git a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserRefreshCommand.cs b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserRefreshCommand.cs index 5abbcac54..66842d392 100644 --- a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserRefreshCommand.cs +++ b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserRefreshCommand.cs @@ -21,6 +21,7 @@ public class SeleniumBrowserRefreshCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } public SeleniumBrowserRefreshCommand() diff --git a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserSwitchFrameCommand.cs b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserSwitchFrameCommand.cs index 4319fb263..92aac5fd9 100644 --- a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserSwitchFrameCommand.cs +++ b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserSwitchFrameCommand.cs @@ -21,6 +21,7 @@ public class SeleniumBrowserSwitchFrameCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } [XmlAttribute] diff --git a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserSwitchWindowCommand.cs b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserSwitchWindowCommand.cs index 82d34fa4d..bb100582d 100644 --- a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserSwitchWindowCommand.cs +++ b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserSwitchWindowCommand.cs @@ -21,6 +21,7 @@ public class SeleniumBrowserSwitchWindowCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } [XmlAttribute] diff --git a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserTakeScreenshotCommand.cs b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserTakeScreenshotCommand.cs index dbfecb1da..96973ff49 100644 --- a/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserTakeScreenshotCommand.cs +++ b/taskt/Core/Automation/Commands/WebBrowser/SeleniumBrowserTakeScreenshotCommand.cs @@ -22,6 +22,7 @@ public class SeleniumBrowserTakeScreenshotCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } diff --git a/taskt/Core/Automation/Commands/Word/WordAddDocumentCommand.cs b/taskt/Core/Automation/Commands/Word/WordAddDocumentCommand.cs index be7c3600c..81cdc0756 100644 --- a/taskt/Core/Automation/Commands/Word/WordAddDocumentCommand.cs +++ b/taskt/Core/Automation/Commands/Word/WordAddDocumentCommand.cs @@ -20,6 +20,7 @@ public class WordAddDocumentCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } public WordAddDocumentCommand() diff --git a/taskt/Core/Automation/Commands/Word/WordAppendDataTableCommand.cs b/taskt/Core/Automation/Commands/Word/WordAppendDataTableCommand.cs index aa41a7ada..b18876f2c 100644 --- a/taskt/Core/Automation/Commands/Word/WordAppendDataTableCommand.cs +++ b/taskt/Core/Automation/Commands/Word/WordAppendDataTableCommand.cs @@ -24,6 +24,7 @@ public class WordAppendDataTableCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } [XmlAttribute] diff --git a/taskt/Core/Automation/Commands/Word/WordAppendImageCommand.cs b/taskt/Core/Automation/Commands/Word/WordAppendImageCommand.cs index e1d2c88ed..5de26d4bb 100644 --- a/taskt/Core/Automation/Commands/Word/WordAppendImageCommand.cs +++ b/taskt/Core/Automation/Commands/Word/WordAppendImageCommand.cs @@ -24,6 +24,7 @@ public class WordAppendImageCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } [XmlAttribute] diff --git a/taskt/Core/Automation/Commands/Word/WordAppendTextCommand.cs b/taskt/Core/Automation/Commands/Word/WordAppendTextCommand.cs index da84ac674..6ffd5bcc4 100644 --- a/taskt/Core/Automation/Commands/Word/WordAppendTextCommand.cs +++ b/taskt/Core/Automation/Commands/Word/WordAppendTextCommand.cs @@ -24,6 +24,7 @@ public class WordAppendTextCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } [XmlAttribute] diff --git a/taskt/Core/Automation/Commands/Word/WordCheckWordInstanceExistsCommand.cs b/taskt/Core/Automation/Commands/Word/WordCheckWordInstanceExistsCommand.cs index c6d76a534..3eee18e92 100644 --- a/taskt/Core/Automation/Commands/Word/WordCheckWordInstanceExistsCommand.cs +++ b/taskt/Core/Automation/Commands/Word/WordCheckWordInstanceExistsCommand.cs @@ -20,6 +20,7 @@ public class WordCheckWordInstanceExistsCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } [XmlAttribute] [Attributes.PropertyAttributes.PropertyDescription("Please select the variable to receive the result")] diff --git a/taskt/Core/Automation/Commands/Word/WordCloseApplicationCommand.cs b/taskt/Core/Automation/Commands/Word/WordCloseApplicationCommand.cs index c2eaed227..33e9136d9 100644 --- a/taskt/Core/Automation/Commands/Word/WordCloseApplicationCommand.cs +++ b/taskt/Core/Automation/Commands/Word/WordCloseApplicationCommand.cs @@ -20,6 +20,7 @@ public class WordCloseApplicationCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } [XmlAttribute] [Attributes.PropertyAttributes.PropertyDescription("Indicate if the Document should be saved")] diff --git a/taskt/Core/Automation/Commands/Word/WordCreateApplicationCommandcs.cs b/taskt/Core/Automation/Commands/Word/WordCreateApplicationCommandcs.cs index 8c0a78b2c..916aae7fc 100644 --- a/taskt/Core/Automation/Commands/Word/WordCreateApplicationCommandcs.cs +++ b/taskt/Core/Automation/Commands/Word/WordCreateApplicationCommandcs.cs @@ -22,6 +22,7 @@ public class WordCreateApplicationCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")] [Attributes.PropertyAttributes.Remarks("")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } public WordCreateApplicationCommand() diff --git a/taskt/Core/Automation/Commands/Word/WordExportToPDFCommand.cs b/taskt/Core/Automation/Commands/Word/WordExportToPDFCommand.cs index 146db161a..ba71f39ff 100644 --- a/taskt/Core/Automation/Commands/Word/WordExportToPDFCommand.cs +++ b/taskt/Core/Automation/Commands/Word/WordExportToPDFCommand.cs @@ -21,6 +21,7 @@ public class WordExportToPDFCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } [XmlAttribute] [Attributes.PropertyAttributes.PropertyDescription("Please indicate the path of the new pdf")] diff --git a/taskt/Core/Automation/Commands/Word/WordOpenDocumentCommand.cs b/taskt/Core/Automation/Commands/Word/WordOpenDocumentCommand.cs index f151818d2..78adc0b85 100644 --- a/taskt/Core/Automation/Commands/Word/WordOpenDocumentCommand.cs +++ b/taskt/Core/Automation/Commands/Word/WordOpenDocumentCommand.cs @@ -20,6 +20,7 @@ public class WordOpenDocumentCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } [XmlAttribute] diff --git a/taskt/Core/Automation/Commands/Word/WordReadDocumentCommand.cs b/taskt/Core/Automation/Commands/Word/WordReadDocumentCommand.cs index 2ff36299d..1825854b3 100644 --- a/taskt/Core/Automation/Commands/Word/WordReadDocumentCommand.cs +++ b/taskt/Core/Automation/Commands/Word/WordReadDocumentCommand.cs @@ -21,6 +21,7 @@ public class WordReadDocumentCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } [XmlAttribute] diff --git a/taskt/Core/Automation/Commands/Word/WordReplaceTextCommand.cs b/taskt/Core/Automation/Commands/Word/WordReplaceTextCommand.cs index 1cef6c8af..58766194b 100644 --- a/taskt/Core/Automation/Commands/Word/WordReplaceTextCommand.cs +++ b/taskt/Core/Automation/Commands/Word/WordReplaceTextCommand.cs @@ -21,6 +21,7 @@ public class WordReplaceTextCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } [XmlAttribute] diff --git a/taskt/Core/Automation/Commands/Word/WordSaveAsCommand.cs b/taskt/Core/Automation/Commands/Word/WordSaveAsCommand.cs index bef0b31a6..9f7006e49 100644 --- a/taskt/Core/Automation/Commands/Word/WordSaveAsCommand.cs +++ b/taskt/Core/Automation/Commands/Word/WordSaveAsCommand.cs @@ -21,6 +21,7 @@ public class WordSaveAsCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } [XmlAttribute] [Attributes.PropertyAttributes.PropertyDescription("Please indicate the path of the file")] diff --git a/taskt/Core/Automation/Commands/Word/WordSaveCommand.cs b/taskt/Core/Automation/Commands/Word/WordSaveCommand.cs index eef47f815..4bb4c9968 100644 --- a/taskt/Core/Automation/Commands/Word/WordSaveCommand.cs +++ b/taskt/Core/Automation/Commands/Word/WordSaveCommand.cs @@ -20,6 +20,7 @@ public class WordSaveCommand : ScriptCommand [Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")] [Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")] [Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)] + [Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)] public string v_InstanceName { get; set; } public WordSaveCommand()