W
webease
Unregistered / Unconfirmed
GUEST, unregistred user!
想往DBComboBox的items中动态加入表中的某一项字段,可总出错。
Access violation at address 0049b709 in module,read of address fffffffff
with DataMast do
Table_Ghdw.open;
while not Table_Ghdw.Eof do
begin
FrmJhlr.ComboBoxGhdw.items.clear;
FrmJhlr.ComboBoxGhdw.Items.Add(Table_Ghdw.FieldByName('name').AsString);
Table_Ghdw.Next;
end;
Access violation at address 0049b709 in module,read of address fffffffff
with DataMast do
Table_Ghdw.open;
while not Table_Ghdw.Eof do
begin
FrmJhlr.ComboBoxGhdw.items.clear;
FrmJhlr.ComboBoxGhdw.Items.Add(Table_Ghdw.FieldByName('name').AsString);
Table_Ghdw.Next;
end;