Z
zhanhua
Unregistered / Unconfirmed
GUEST, unregistred user!
for i:=1 to strtointdef(edit12.text,1) do
StringGrid1.Cells[7,i]:=mydm.Ticket_d.FieldByName('UName').AsString;
但是后面的不能提到SQL里面的搜索出来的多行只能显示一行.应该怎么改才能显示多行??
SQL里面的几行在edit12.text里显示....
StringGrid1.Cells[7,i]:=mydm.Ticket_d.FieldByName('UName').AsString;
但是后面的不能提到SQL里面的搜索出来的多行只能显示一行.应该怎么改才能显示多行??
SQL里面的几行在edit12.text里显示....