SVN r1211

SVN-Revision: r1211
This commit is contained in:
cyf
2026-06-18 01:43:59 +00:00
parent 253cb869bb
commit f6192b8086
59 changed files with 2910 additions and 657 deletions
@@ -360,4 +360,11 @@ namespace Lskj.Control
string sqlValue = string.Empty;
if (this.ControlObj != null)
{
sqlValue = this.Cont
sqlValue = this.ControlObj.ReplaceControlValue(Model.SourceSql);
sqlValue = sqlValue.Replace("#", "");
_lookUpForm.SourceSQL = sqlValue;
//_lookUpForm.DataSource = MainImpl.GetDataTableResult(sqlValue);
}
_lookUpForm.InitControls(UnionModuleCodel);
DialogResult result = _lookUpForm.ShowDialog();