SVN r1211
SVN-Revision: r1211
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user