功能更新
This commit is contained in:
parent
30244b7dcd
commit
119a4fb984
|
@ -520,6 +520,7 @@ end;
|
||||||
with tv1.DataController.DataSet do //
|
with tv1.DataController.DataSet do //
|
||||||
begin
|
begin
|
||||||
if not client1.Locate('caption',tv1.Columns[i].Caption,[]) then Continue;
|
if not client1.Locate('caption',tv1.Columns[i].Caption,[]) then Continue;
|
||||||
|
if tv1.Columns[i].DataBinding.Field.DataType<>ftString then Continue ;
|
||||||
mfieldName :=trim( client1.FieldByName('fieldName').AsString);
|
mfieldName :=trim( client1.FieldByName('fieldName').AsString);
|
||||||
if locate( mfieldName, null, []) or locate( mfieldName, '', []) then
|
if locate( mfieldName, null, []) or locate( mfieldName, '', []) then
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user