From 527e6b505396a0820b61d4fb0b429182e438a8e0 Mon Sep 17 00:00:00 2001 From: mschill Date: Tue, 29 Oct 2024 15:46:12 -0400 Subject: [PATCH] B2024-077 When searching Referenced Objects Reports, pick the RO and select a procedure set and the selection panel refreshes and you lose your selection. If the set has to be selected first then it should be at the top of the report panel. Also fixed a small ancillary typo that I found while finding this. --- PROMS/Volian.Controls.Library/DisplayReports.Designer.cs | 2 +- PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PROMS/Volian.Controls.Library/DisplayReports.Designer.cs b/PROMS/Volian.Controls.Library/DisplayReports.Designer.cs index c7105441..3d8b7426 100644 --- a/PROMS/Volian.Controls.Library/DisplayReports.Designer.cs +++ b/PROMS/Volian.Controls.Library/DisplayReports.Designer.cs @@ -511,8 +511,8 @@ namespace Volian.Controls.Library this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btnPrintReport); - this.Controls.Add(this.xpSetToReport); this.Controls.Add(this.xpSelROs); + this.Controls.Add(this.xpSetToReport); this.Controls.Add(this.tctrlReports); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "DisplayReports"; diff --git a/PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs b/PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs index 90c04f15..1c28d5f9 100644 --- a/PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs +++ b/PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs @@ -658,7 +658,7 @@ namespace Volian.Controls.Library this.superTooltip1.SetSuperTooltip(this.cmboTreeROs, new DevComponents.DotNetBar.SuperTooltipInfo("Select the RO to Search", "", "Select the Referenced Object to search for.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.cmboTreeROs.TabIndex = 1; this.cmboTreeROs.ThemeAware = true; - this.cmboTreeROs.WatermarkText = "Select an RO to seach"; + this.cmboTreeROs.WatermarkText = "Select an RO to search"; this.cmboTreeROs.SelectedIndexChanged += new System.EventHandler(this.cmboTreeROs_SelectedIndexChanged); // // tabROSearch -- 2.47.2