SVN r801
SVN-Revision: r801
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user