SVN-Revision: r801
This commit is contained in:
cyf
2025-06-27 07:49:43 +00:00
parent 39a388b0f4
commit 13f2022d1a
9 changed files with 466 additions and 47 deletions
@@ -311,7 +311,7 @@ namespace Lskj.Control
public void ShowPopup()
{
if (!this.Properties.ReadOnly && this.Enabled && !this.IsShowPopup && this.ContainsFocus)
{
{
if (AutoShowPopup && this._popup != null)
{
this.IsShowPopup = true;
@@ -493,8 +493,8 @@ namespace Lskj.Control
if (this.ControlObj != null)
sqlValue = this.ControlObj.ReplaceControlValue(sqlValue);
sqlValue = ProcessingSql(sqlValue);
sqlValue = MainImpl.GetDefaultValue(SourceSQL);
sqlValue = ReplaceHelper.ReplaceParam(SourceSQL);
sqlValue = MainImpl.GetDefaultValue(sqlValue);
sqlValue = ReplaceHelper.ReplaceParam(sqlValue);
}
else
{